SUBPC_ERROR while using multiphase model #28937
-
|
Hello, I am working on phase transformation in steels. I am using multiphase model at the moment because: With all these requirements I thought multiphase model is good. I made the following input file My simulation runs only for some time. and reach an error at this line the simulation stops. Am I doing anything wrong? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello Let's see if a more robust PC can pass this point in the simulation. Also output all the material properties. If one of them evaluates to NaN anywhere on the mesh, that would take out the subPC |
Beta Was this translation helpful? Give feedback.
This issue was solved by changing the initial condition of lambda in
I used initial_condition = 1e-6
and later the
epsilon = 1e-9
Thank you