PAR, DYNAMIC,
Defines the material density and runs the dynamical calculations including the structure inertial effects. It can be combined with the FSI command.
Parameter | Description |
---|---|
Time step for the structure solver (equals to the FSI time step). Time step for the fluid solver can be set by the PAR, FLUID command. | |
Number of time steps equals to . Results are saved after each time step. Usual setting is , then results are saved after each time step. If then the command SAVEALLLS is ignored. | |
The artificial viscosity parameter of the HHT method. If then the Newmark method is used. |
PAR, FLUID, , parametr not used,
Sets parameters describing the fluid medium.
Parameter | Typical value | Description |
---|---|---|
time step for the fluid solver | ||
fourth derivative stabilization term | ||
rigid tube length | ||
fluid pressure in reservoir | ||
pressure behind the downstream restrictor | ||
upstream resistor resistance | ||
downstream resistor resistance |
PAR, FLUID2, , parameter not used, , ic
Sets parameters describing the fluid medium.
Parameter | Typical value | Description |
---|---|---|
critical Reynolds number | ||
sound velocity in fluid | ||
fluid density | ||
kinematic fluid viscosity | ||
undeformed cross-section |
Parameter | Possible values | Description |
---|---|---|
LAMINAR | Only laminar friction is applied to the fluid. | |
TURBULENT | Only turbulent friction is applied to the fluid. | |
NORMAL | Both laminar and turbulent friction are applied to the fluid. | |
ic | IC_FILE | Initial conditions for the fluid are taken from the last time position in the file IC.xml. The file is expected to be found in the same folder as the script. This file should be result of the simulation on the rigid tube of the same geometry. |
IC_COMMAND | Initial conditions for the fluid are given by the IC command. | |
AUTO | Initial conditions for the fluid are determined via the formulae given below. |
If ic = AUTO, the following initial conditions are used:
However, the best choice with respect to the quality of initial conditions can be achieved by the following procedure:
- Precompute the initial condition by setting PAR, FSI, ... , rigid=TRUE,
- Rename the result to IC.xml,
- Set PAR, FSI, ... , rigid=FALSE and PAR, FLUID2, ... , IC COMMAND=IC FILE,
- Run the main FSI simulation.
PAR, FSI, , rigid
Sets the fluid-structure interaction parameters.
Parameter | Typical value | Description |
---|---|---|
If the pressure increment, transferred from the fluid solver to the structural solver, is less then , the subiteration process is supposed to converge successfully. | ||
Upper limit for the amount of the transferred pressure from the fluid to the structural solver. | ||
Number of coupling iterations per time step. | ||
Index from which the strong coupling starts. | ||
rigid | TRUE | The tube is supposed to be rigid. |
FALSE | The tube is supposed to be elastic (default setting). |