A simulation component that computes lambda2 The values are stored in the field registry under the name 'lambda2'.
◆ lambda2_compute()
- Parameters
-
t | The time value. |
tstep | The current time-step |
Definition at line 126 of file lambda2.f90.
◆ lambda2_free()
◆ 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()