You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data file is used to initialize values on a finite element volume mesh. It is a
3
+
Initial condition data for a finite element volume mesh can be initialized from values contained in a
4
4
<ahref="#appendix_vtk_file_format"> VTK VTU </a> format file containing PointData arrays.
5
5
6
-
<h3> Velocity and Pressue Data</h3>
7
-
Velocity and pressure data is initialized using <ahref="#appendix_vtk_file_format"> VTK VTU </a>
8
-
format file containing PointData arrays named <strong>Velocity</strong>and <strong>Pressure</strong>.
6
+
<h3> Displacement, Pressure, Stress, and Velocity Data</h3>
7
+
Displacement, pressure, stress, and velocity data can be initialized using <ahref="#appendix_vtk_file_format"> VTK VTU </a>
8
+
format file containing PointData arrays named <strong>Displacement</strong>, <strong>Pressure</strong>, <strong>Stress</strong>, and <strong>Velocity</strong>.
9
9
10
10
The data files are set using the solver input file
11
-
<ahref="#bc_mesh_params_Initial_pressures_file_path"> Initial_pressures_file_path</a> and
The name of the VTK VTU file used to initialize simulation pressure values on a fluid domain. See <ahref="#data_file_formats_initial_condition"> Initial Condition Data</a>.
The name of the VTK VTU file used to initialize simulation velocity values on a fluid domain. See <ahref="#data_file_formats_initial_condition"> Initial Condition Data</a>.
The name of the VTK VTU file used to initialize simulation displacement values on a solid domain. See <ahref="#data_file_formats_initial_condition"> Initial Condition Data</a>.
The name of the VTK VTU file used to initialize simulation stress values on a solid domain. See <ahref="#data_file_formats_initial_condition"> Initial Condition Data</a>.
The name of the VTK VTU file used to define the fiber directions for a solid domain. See <ahref="#data_file_formats_fiber_direction"> Fiber and Sheet Direction Data</a>.
If <i>true</i> then the mesh given in the <strong>Mesh_file_path</strong> keywork is treated as a mesh of shell elements. The mesh can then be used for solving the <strong>shell</strong> equation type. A shell mesh is also needed for initializing a <strong>CMM</strong> equation using a prestress or displacements.
0 commit comments