-
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
How to implement non-uniformity simulation of materials? #142
Comments
I have the same question. I thought that one way would be to assign many blocks of materials with appropriate values- Painful but doable. |
For example, how do I implement the following two situations:
|
For parameters that are dependent on values like x,y or t we can utilize Alternatively, you can also provide the values via the mesh_file for each node. I'm not sure if we should introduce a reference variable: Mesh Input:
Input deck:
What is your opinion @CWillberg? |
As I understand the code right now, you can try to use the approach as shown in this example: examples/RVE/RVE_abaqus.yaml
I think you can follow the same approach as 1. |
That is what I was looking at over the weekend. I think that is a good idea. Would it be possible to do it for the damage models as well? |
@oldninja yes you are right, you could use something similar as the RVE example. But this would be, as you already pointed out, very messy.
Yes, should be straightforward! We are going to implement this asap. |
@oldninja write an issue. I will implement it tomorrow in the train. |
Will do. Thank you @CWillberg and @JTHesse ! |
How to implement non-uniformity simulation of materials?
The parameters such as the elastic modulus of the current model are fixed values. How should I handle the physical parameters changing with the coordinates?
The text was updated successfully, but these errors were encountered: