'The following material properties are declared on block 1 by multiple materials' while simulating excavation #31898
-
|
Hi all, I have a mesh divided into two blocks (a lower one called block1 in the input and an upper one called block2 in the input) and I would like to simulate the excavation of the upper block by reducing its density and stiffness over time. To keep the condition simple, I would like to perform the analysis under elastic conditions. To achieve the time-dependent reduction of the aforementioned properties, I have defined two functions that depend on time. When I try to run the input file, I receive this error message: The following material properties are declared on block 1 by multiple materials: Does anyone have any ideas or suggestions to solve this problem? I'm attaching the code I'm using (in the zip file also the mesh). Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello The tensor mechanics action (now called quasi static solid mechanics physics) is creating the strain material but you are also creating it manually here it's one or the other, and I recommend using the action / physics Best, |
Beta Was this translation helpful? Give feedback.
Hello
The tensor mechanics action (now called quasi static solid mechanics physics) is creating the strain material
but you are also creating it manually here
it's one or the other, and I recommend using the action / physics
Best,
Guillaume