Implements the avm_simcomp_t type.
|
| type | avm_simcomp_t |
| | A simulation component that drives the computation of the artificial viscosity method. More...
|
| |
◆ avm_simcomp_compute()
- Parameters
-
| this | The artificial viscosity simulation component. |
| time | The current time info |
Definition at line 131 of file avm_simcomp.f90.
◆ avm_simcomp_free()
- Parameters
-
| this | The artificial viscosity simulation component. |
Definition at line 107 of file avm_simcomp.f90.
◆ avm_simcomp_init_from_json()
- Parameters
-
| this | The artificial viscosity simulation component. |
| json | The simulation component configuration. |
| case | The case being initialized. |
Definition at line 75 of file avm_simcomp.f90.
◆ avm_simcomp_preprocess()
- Parameters
-
| this | The artificial viscosity simulation component. |
| time | The current time info |
Definition at line 121 of file avm_simcomp.f90.
◆ avm_simcomp_restart()
- Parameters
-
| this | The artificial viscosity simulation component. |
| time | The current time info |
Definition at line 141 of file avm_simcomp.f90.