-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add equilibrated constrained mixture model #49
Comments
I have a first prototype running in this branch (i.e. a "literal translation of implementation from I couldn't confirm if the results match with
While working on the steps above, there are still modifications I need to make to the material model itself to improve its stability (as discussed in the lab meeting on 11-28-2023). My first step is smoothing the internal growth variables in every Newton iteration via the vtkAttributeSmoothingFilter. For that, I need to have the current simulation data (mesh + internal growth variables stored on nodes) as a |
@mrp089 You can create a I would recommend as a longer-term goal not use any VTK functions in the code if you can, svSolver suffers from this. |
Add the material model from
svFSI
branch https://github.com/mrp089/svFSI/tree/add_equilibrated_grSteps:
Steps 3 and 4 are also required for #2 and #33 (I will coordinate).
The text was updated successfully, but these errors were encountered: