Skip to content

Plane stress in explicit schemes #647

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

You must be logged in to vote

In your code, Cs's derivative is singular for $p=0$. This fixes the issue:

@Integrator {
  constexpr auto peps = strain{1e-8};
  ....
  const auto Cs =
      1 - exp(-P2 * pow(p_theta + peps, palpha) * pow(ta_theta, nta));
  ...
}

With this, the MTest test converges smoothly in 50 time steps

Replies: 2 comments 26 replies

Comment options

You must be logged in to vote
18 replies
@thelfer
Comment options

@thelfer
Comment options

@RonanRiverie
Comment options

@thelfer
Comment options

Answer selected by RonanRiverie
@RonanRiverie
Comment options

@thelfer
Comment options

@RonanRiverie
Comment options

@thelfer
Comment options

Comment options

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

@thelfer
Comment options

@RonanRiverie
Comment options

@thelfer
Comment options

@RonanRiverie
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