-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix normalisation in mechanical models #123
Comments
pou036
added a commit
that referenced
this issue
May 8, 2017
pou036
added a commit
that referenced
this issue
Mar 21, 2018
# Conflicts: # src/materials/RedbackMechMaterialCC.C # unit/src/EllipseTest.C
pou036
added a commit
that referenced
this issue
Mar 21, 2018
pou036
added a commit
that referenced
this issue
Mar 21, 2018
pou036
added a commit
that referenced
this issue
Mar 22, 2018
pou036
added a commit
that referenced
this issue
Mar 22, 2018
… files because of renaming * "mises_strain_rate" to "eqv_plastic_strain_rate" * "volumetric_strain" to "plastic_volumetric_srain" WARNING: All input files must be updated...
pou036
added a commit
that referenced
this issue
Apr 11, 2018
…semi-analytical solution but the maths are really too ugly...). Note that too coarse delta_p can lead to non-convergence, but we can't use too fine a value either as "s" is itself computed numerically... That value of delta_p should ideally be dynamic (depending on the overstress)
pou036
added a commit
that referenced
this issue
Apr 22, 2018
+ fixed error in over computation for MCC
pou036
added a commit
that referenced
this issue
Jun 20, 2018
pou036
added a commit
that referenced
this issue
Jul 26, 2018
# Conflicts: # include/materials/RedbackMechMaterial.h # include/materials/RedbackMechMaterialCC.h # include/materials/RedbackMechMaterialCCanisotropic.h # include/materials/RedbackMechMaterialDP.h # include/materials/RedbackMechMaterialElastic.h # include/materials/RedbackMechMaterialExpCC.h # include/materials/RedbackMechMaterialJ2.h # include/utils/Ellipse.h # src/auxkernels/RedbackDiffVarsAux.C # src/dirackernels/FunctionPointSource.C # src/functions/RedbackRandomFunction.C # src/interfacekernels/InterfaceDarcy.C # src/interfacekernels/InterfaceStress.C # src/kernels/RedbackFluidStressDivergenceTensors.C # src/materials/RedbackMaterial.C # src/materials/RedbackMechMaterial.C # src/materials/RedbackMechMaterialCC.C # src/materials/RedbackMechMaterialCCanisotropic.C # src/materials/RedbackMechMaterialDP.C # src/materials/RedbackMechMaterialElastic.C # src/materials/RedbackMechMaterialExpCC.C # src/materials/RedbackMechMaterialJ2.C # src/utils/Ellipse.C # tests/benchmark_10_TMC/bench_TMC_CC.i # tests/benchmark_10_TMC/bench_TMC_DP.i # tests/benchmark_10_TMC/bench_TMC_J2.i # tests/benchmark_10_TMC/gold/bench_TMC_CC_out.e # tests/benchmark_10_TMC/gold/bench_TMC_DP_out.e # tests/benchmark_10_TMC/gold/bench_TMC_J2_out.e # tests/benchmark_11_THMC/gold/bench_THMC_CC_out.e # tests/benchmark_11_THMC/gold/bench_THMC_DP_out.e # tests/benchmark_11_THMC/gold/bench_THMC_J2_out.e # tests/benchmark_6_TM/gold/bench_TM_DP_out.e # tests/benchmark_8_THM/gold/bench_THM_DP_out.e # tests/benchmark_8_THM/gold/bench_THM_J2_out.e # unit/src/EllipseTest.C
pou036
added a commit
that referenced
this issue
Jul 26, 2018
…tors) using is_first_plastic flag in returnmap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inconsistent normalisation is used across mechanical models
The text was updated successfully, but these errors were encountered: