hello Thomas
many thanks for your help. What I continued:
(1)
I tried with the logarithmic strain, employing both, the code-aster built-in-material law and mfront (Plasticity.mfront).
This is how the part in the STAT_NON_LINE command looks:
built-in:
COMPORTEMENT=(
_F(TOUT='OUI', RELATION='VMIS_ISOT_LINE', DEFORMATION='GDEF_LOG',),
_F(GROUP_MA='springs', RELATION='ELAS', DEFORMATION='PETIT',),
),
mfront:
COMPORTEMENT=(
_F(
GROUP_MA='notPointElm', # group of all elms but not the spring point elements
RELATION='MFRONT',
NOM_ROUTINE='asterplasticity',UNITE_LIBRAIRIE=40,DEFORMATION='GDEF_LOG',
),
_F(GROUP_MA='springs', RELATION='ELAS', DEFORMATION='PETIT',),
),
The results are in perfect accordance, the CPU time of the STAT_NON_LINE with mfront is slightly longer (
(2)
I tried with the SIMO_MIEHE strain, again with the code-aster built-in-material law and mfront material.
I employed the new FeFpImplicitPlasticity.mfront which you attached in your post:
COMPORTEMENT=(
_F(TOUT='OUI', RELATION='VMIS_ISOT_LINE', DEFORMATION='SIMO_MIEHE',),
_F(GROUP_MA='springs', RELATION='ELAS', DEFORMATION='PETIT',),
),
and
COMPORTEMENT=(
_F(
GROUP_MA='notPointElm',
RELATION='MFRONT',
NOM_ROUTINE='asterImplicitFeFpPlasticity',UNITE_LIBRAIRIE=41,DEFORMATION='SIMO_MIEHE',
),
_F(GROUP_MA='springs', RELATION='ELAS', DEFORMATION='PETIT',),
),
The run with the built-in material is successful. There are slight differences to the results with GDEF_LOG strain
The run with FeFpImplicitPlasticity.mfront stops early at command CREA_LIB_MFRONT:
# ------------------------------------------------------------------------------------------
# Commande No : 0002 Concept de type : -
# ------------------------------------------------------------------------------------------
CREA_LIB_MFRONT(UNITE_MFRONT=39,
UNITE_LIBRAIRIE=41,
DEBUG='NON',)
!--------------------------------------------------------------------------------!
! <EXCEPTION> <MFRONT_4> !
! !
! Le fichier de sortie de MFront libAsterBehaviour.so n'a pas pu être produit. !
! !
! Conseil : Vérifiez l'existence du fichier fourni au mot-clé UNITE_MFRONT. !
!--------------------------------------------------------------------------------!
<S> ERREUR UTILISATEUR RECUPEREE PAR LE SUPERVISEUR
(2a)
I tried to compile FeFpImplicitPlasticity.mfront with a mfront standalone. This problem appears:
johannes@nero:~/Work/22_DELEM/01_forming_MFRONT_SIMO_MIEHE$ /opt/tfel/tfel-3.2.1.build-on-florida1804/bin/mfront --obuild --interface=aster FeFpImplicitPlasticity.mfront
Error while treating file 'FeFpImplicitPlasticity.mfront'
BehaviourDSLBase:: error while treating keyword '@UseQt' at line '5' of file 'FeFpImplicitPlasticity.mfront'.
The keyword: '@UseQt' has been disabled
Any suggestions?
Best regards
Johannes_ACKVA
*** NEW: all Code-Aster courses now as Video and Webinar courses ***