Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements the vorticity_t
type.
Data Types | |
type | vorticity_t |
A simulation component that computes the vorticity field. Added to the field registry as omega_x , omega_y , and omega_z`. More... | |
Functions/Subroutines | |
subroutine | vorticity_init_from_json (this, json, case) |
Constructor from json. | |
subroutine | vorticity_init_from_attributes (this) |
Actual constructor. | |
subroutine | vorticity_free (this) |
Destructor. | |
subroutine | vorticity_compute (this, t, tstep) |
Compute the vorticity field. | |
|
private |
t | The time value. |
tstep | The current time-step |
Definition at line 146 of file vorticity.f90.
|
private |
Definition at line 128 of file vorticity.f90.
|
private |