Phasefield (#1895)
* added phasefield process and test. * apply clang-format. * added missing integralMeasure for axisymmetric problem. * fixed compilation errors after rebasing. * added unconfined compression ctest. * added missing reference. * renamed specialFunction as calculateDegradedStress. * changed order of stress and strain components. * deleted unused file. * changed IntegrationPointData. * added local results to highlight the deviation. * returned DeltaXCheck true. * modified dimension in ProjectData. * removed second order mesh. * moved history_variable to pushBackState. * added absolute error of displacement for beam3d test. * removed eval() calls in calculation of stress components. * added description for the calculateDegradedStress function. * added types available. * rephrased description. * removed unused C variable. * added model description. * modified types of constitutive relation. * removed CreateLinearElasticPhaseField.h. * added a tag for phasefield_parameters. * added missing phasefield_parameters after PHASE_FIELD. * removed eval() calls in calculation of tensile stress component. * moved process description to PhaseFieldProcess.h. * added description to the undocumented function. * created missing file in documentation. * removed two duplicated files in phasefield process. * removed unused file in documentation. * removed the call to material_model.integrateStress. * removed unused variables. * fixed expression of length scale parameter in documentation.
Showing
- Applications/ApplicationsLib/ProjectData.cpp 21 additions, 0 deletionsApplications/ApplicationsLib/ProjectData.cpp
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/c_PHASE_FIELD.md 1 addition, 0 deletions...ctFile/prj/processes/process/PHASE_FIELD/c_PHASE_FIELD.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/constitutive_relation/i_constitutive_relation.md 1 addition, 0 deletions...SE_FIELD/constitutive_relation/i_constitutive_relation.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/constitutive_relation/t_type.md 2 additions, 0 deletions...esses/process/PHASE_FIELD/constitutive_relation/t_type.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/phasefield_parameters/i_phasefield_parameters.md 1 addition, 0 deletions...SE_FIELD/phasefield_parameters/i_phasefield_parameters.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/phasefield_parameters/t_crack_length_scale.md 1 addition, 0 deletions...PHASE_FIELD/phasefield_parameters/t_crack_length_scale.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/phasefield_parameters/t_crack_resistance.md 1 addition, 0 deletions...s/PHASE_FIELD/phasefield_parameters/t_crack_resistance.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/phasefield_parameters/t_history_field.md 1 addition, 0 deletions...cess/PHASE_FIELD/phasefield_parameters/t_history_field.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/phasefield_parameters/t_kinetic_coefficient.md 1 addition, 0 deletions...HASE_FIELD/phasefield_parameters/t_kinetic_coefficient.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/phasefield_parameters/t_residual_stiffness.md 1 addition, 0 deletions...PHASE_FIELD/phasefield_parameters/t_residual_stiffness.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/process_variables/i_process_variables.md 1 addition, 0 deletions...cess/PHASE_FIELD/process_variables/i_process_variables.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/process_variables/t_displacement.md 1 addition, 0 deletions...s/process/PHASE_FIELD/process_variables/t_displacement.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/process_variables/t_phasefield.md 1 addition, 0 deletions...ses/process/PHASE_FIELD/process_variables/t_phasefield.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/t_solid_density.md 1 addition, 0 deletions...File/prj/processes/process/PHASE_FIELD/t_solid_density.md
- Documentation/ProjectFile/prj/processes/process/PHASE_FIELD/t_specific_body_force.md 1 addition, 0 deletions...rj/processes/process/PHASE_FIELD/t_specific_body_force.md
- MaterialLib/SolidModels/LinearElasticIsotropic.h 11 additions, 2 deletionsMaterialLib/SolidModels/LinearElasticIsotropic.h
- MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.cpp 21 additions, 0 deletionsMaterialLib/SolidModels/LinearElasticIsotropicPhaseField.cpp
- MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h 135 additions, 0 deletionsMaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h
- MaterialLib/SolidModels/PhaseFieldExtension.h 89 additions, 0 deletionsMaterialLib/SolidModels/PhaseFieldExtension.h
- ProcessLib/CMakeLists.txt 2 additions, 0 deletionsProcessLib/CMakeLists.txt
Loading
Please register or sign in to comment