A simulation component that computes lambda2 The values are stored in the field registry under the name 'lambda2'.
◆ lambda2_compute()
subroutine lambda2::lambda2_compute |
( |
class(lambda2_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 126 of file lambda2.f90.
◆ lambda2_free()
subroutine lambda2::lambda2_free |
( |
class(lambda2_t), intent(inout) |
this | ) |
|
|
private |
◆ lambda2_init_from_attributes()
subroutine lambda2::lambda2_init_from_attributes |
( |
class(lambda2_t), intent(inout) |
this, |
|
|
type(field_t), intent(inout), pointer |
u, |
|
|
type(field_t), intent(inout), pointer |
v, |
|
|
type(field_t), intent(inout), pointer |
w, |
|
|
type(field_t), intent(inout), pointer |
lambda2 |
|
) |
| |
|
private |
◆ lambda2_init_from_json()
subroutine lambda2::lambda2_init_from_json |
( |
class(lambda2_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
class(case_t), intent(inout), target |
case |
|
) |
| |