-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Feature]: Variable material and damage properties along a given direction #143
Comments
I've just added the possibility to define
Functions in values f.e.: |
Awesome! Thank you so much @JTHesse for this fast turn around!! I assume each material parameter should have its own column, right? In the mesh input file. |
Yes, exactly, but you can also use a fixed parameter for the whole mesh. The calculated elastic material parameters will also be available as output variables, to make sure everything is as expected -> Test yaml |
As the location-dependent variables are supported, I'm going to close this. The other feature will be continued here #159 |
There are several problems in the implementation that has been solved now. |
What are you trying to do and how would you want to do it differently?
The current material and damage models assume fixed values for parameters such as the elastic modulus, density, and/or critical stretch. However, we would like to implement a variable model in which these properties are assigned based on a given variable (in this case location-dependent).
As I understand the code right now, you can try to use the approach as shown in this example: examples/RVE/RVE_abaqus.yaml, which requires some pre-processing before setting up the input file on your end.
Is it something you currently cannot do? Is this related to an issue/problem?
No response
Implementation details
No response
The text was updated successfully, but these errors were encountered: