Open
Conversation
…lation/include/extra-headers/TFEL/Material/
thelfer
reviewed
Feb 11, 2026
| @PerturbationValueForNumericalJacobianComputation 1e-10; | ||
| @Epsilon 1e-14; | ||
|
|
||
| @TFELLibraries {"Material"}; |
| if (r<5){tau0[r]=tau1;} | ||
| else{tau0[r]=tau2;} | ||
| } | ||
|
|
Comment on lines
+13
to
+16
| @ImposedStrain 'EZZ' {0 : 0, 1 : 0}; | ||
| @ImposedStrain 'EXY' {0 : 0, 1 : 0}; | ||
| @ImposedStrain 'EXZ' {0 : 0, 1 : 0}; | ||
| @ImposedStrain 'EYZ' {0 : 0, 1 : 0}; |
Owner
There was a problem hiding this comment.
Suggested change
| @ImposedStrain 'EZZ' {0 : 0, 1 : 0}; | |
| @ImposedStrain 'EXY' {0 : 0, 1 : 0}; | |
| @ImposedStrain 'EXZ' {0 : 0, 1 : 0}; | |
| @ImposedStrain 'EYZ' {0 : 0, 1 : 0}; | |
| @ImposedStrain 'EZZ' 0; | |
| @ImposedStrain 'EXY' 0; | |
| @ImposedStrain 'EXZ' 0; | |
| @ImposedStrain 'EYZ' 0; |
Comment on lines
+18
to
+19
|
|
||
| @OutputFilePrecision 14; |
Owner
There was a problem hiding this comment.
Suggested change
| @OutputFilePrecision 14; |
| @PerturbationValueForNumericalJacobianComputation 1e-10; | ||
| @Epsilon 1e-14; | ||
|
|
||
| @TFELLibraries {"Material"}; |
Owner
There was a problem hiding this comment.
Suggested change
| @TFELLibraries {"Material"}; |
Comment on lines
+12
to
+13
| @ImposedStrain 'EXX' {0 : 1, 1 : 1}; | ||
| @ImposedStrain 'EYY' {0 : -1, 1 : -1}; |
Owner
There was a problem hiding this comment.
Is a strain of 1 something realistic ?
Comment on lines
+19
to
+20
|
|
||
| @OutputFilePrecision 14; |
Owner
There was a problem hiding this comment.
Suggested change
| @OutputFilePrecision 14; |
Comment on lines
+35
to
+39
| @MaterialProperty real nexp; | ||
| @MaterialProperty real tau1; | ||
| @MaterialProperty real tau2; | ||
| @MaterialProperty real kap; | ||
| @MaterialProperty real r0; |
| @StateVariable Stensor sigma[Np]; | ||
| sigma.setEntryName("PhaseReferenceStress"); | ||
|
|
||
| @AuxiliaryStateVariable real ne; |
| @Behaviour Affine_tensors; | ||
| @Author Martin Antoine; | ||
| @Date 26 / 01 / 26; | ||
| @Description{"Affine formulation for homogenization of a viscoplastic polycrystal, (Masson et al. 2001.), based on Green interaction tensors"}; |
Owner
There was a problem hiding this comment.
Maybe add a link to the tutorial ?
Veuillez entrer un message de validation pour expliquer en quoi cette fusion est
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Affin_formulation.mfront (with self-consistent approach)
and Affine_tensors.mfront (with morphological tensors)