Implements the fluid_sgs_stats_simcomp_t type.
|
| subroutine | fluid_sgs_stats_simcomp_init_from_json (this, json, case) |
| | Constructor from json.
|
| |
| subroutine | fluid_sgs_stats_simcomp_init_from_components (this, u, v, w, coef, start_time, hom_dir, nut_field, fname) |
| | Actual constructor.
|
| |
| subroutine | fluid_sgs_stats_simcomp_free (this) |
| | Destructor.
|
| |
| subroutine | fluid_sgs_stats_simcomp_restart (this, time) |
| |
| subroutine | fluid_sgs_stats_simcomp_compute (this, time) |
| | fluid_sgs_stats, called depending on compute_control and compute_value
|
| |
◆ fluid_sgs_stats_simcomp_compute()
◆ fluid_sgs_stats_simcomp_free()
◆ fluid_sgs_stats_simcomp_init_from_components()
| subroutine fluid_sgs_stats_simcomp::fluid_sgs_stats_simcomp_init_from_components |
( |
class(fluid_sgs_stats_simcomp_t), intent(inout), target |
this, |
|
|
type(field_t), intent(in), target |
u, |
|
|
type(field_t), intent(in), target |
v, |
|
|
type(field_t), intent(in), target |
w, |
|
|
type(coef_t), intent(in), target |
coef, |
|
|
real(kind=rp), intent(in) |
start_time, |
|
|
character(len=*), intent(in) |
hom_dir, |
|
|
character(len=*), intent(in) |
nut_field, |
|
|
character(len=*), intent(in), optional |
fname |
|
) |
| |
|
private |
- Parameters
-
| u | x-velocity |
| v | x-velocity |
| w | x-velocity |
| coef | sem coefs |
| start_time | time to start sampling stats |
| hom_dir | directions to average in |
| nut_field | Name of the eddy viscosity field |
| fname | name of the output file |
Definition at line 138 of file fluid_sgs_stats_simcomp.f90.
◆ fluid_sgs_stats_simcomp_init_from_json()
◆ fluid_sgs_stats_simcomp_restart()