Implements the vorticity_t
type.
|
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...
|
|
◆ vorticity_compute()
subroutine vorticity::vorticity_compute |
( |
class(vorticity_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t, |
|
|
integer, intent(in) |
tstep |
|
) |
| |
|
private |
- Parameters
-
t | The time value. |
tstep | The current time-step |
Definition at line 146 of file vorticity.f90.
◆ vorticity_free()
subroutine vorticity::vorticity_free |
( |
class(vorticity_t), intent(inout) |
this | ) |
|
|
private |
◆ vorticity_init_from_attributes()
subroutine vorticity::vorticity_init_from_attributes |
( |
class(vorticity_t), intent(inout) |
this | ) |
|
|
private |
◆ vorticity_init_from_json()
subroutine vorticity::vorticity_init_from_json |
( |
class(vorticity_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
class(case_t), intent(inout), target |
case |
|
) |
| |