Skip to content

CAST3M Implementation - EKMC model #576

Answered by thelfer
RonanRiverie asked this question in Q&A
Discussion options

You must be logged in to vote

Also, add this line in your MFront file:

@ModellingHypotheses {".+"};

This will add proper support for plane stress through the StandardElasticity brick. Without this, plane stress is supported by the Cast3M interface through some external loop around the behaviour integration, which has a net impact on performances:

  • with @ModellingHypotheses {".+"} : 41s
  • without @ModellingHypotheses {".+"} : 1min29s

Beware that this option changes the order of the state variables:

 statev = 'MOTS' 'EEXX' 'EEYY' 'EEZZ' 'EEXY' 'P' 'ETOZ' 'TA';

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@RonanRiverie
Comment options

@thelfer
Comment options

@thelfer
Comment options

@thelfer
Comment options

Answer selected by RonanRiverie
@thelfer
Comment options

@RonanRiverie
Comment options

@thelfer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants