The problem definition is exactly the same as that of Disc with hole. With the element deactivation approach, the problem is solved as 2D and 3D benchmarks, respectively.
The input data set of the element deactivation approach is specified inside the tag of <process_variable> ... </process_variable>
. For example, the following input means to deactivate the elements with MaterialIDs of 0 within a time interval from 0 to 1:
<process_variables>
<process_variable>
...
<deactivated_subdomains>
<deactivated_subdomain>
<time_interval>
<start>0</start>
<end>1</end>
</time_interval>
<material_ids>0</material_ids>
</deactivated_subdomain>
</deactivated_subdomains>
....
<process_variables>
<process_variable>
The input syntax can be also found in the project files of the two benchmarks:
This article was written by Wenqing Wang. If you are missing something or you find an error please let us know.
Generated with Hugo 0.147.9
in CI job 582572
|
Last revision: April 11, 2025
Commit: [App/U/ME] Possibility to keep the material IDs from top surface in the subsurface mesh b0de66f5
| Edit this page on