Neko  0.8.99
A portable framework for high-order spectral element flow simulations
fluid_stats_simcomp.f90 File Reference

Go to the source code of this file.

Data Types

type  fluid_stats_simcomp::fluid_stats_simcomp_t
 A simulation component that computes the velocity and pressure statistics up to 4th order. Can be used to reconstruct the term budget of transport equations for, e.g. the Reynolds stresses and the turbulent kinetic energy. More...
 

Modules

module  fluid_stats_simcomp
 Implements the fluid_stats_simcomp_t type.
 

Functions/Subroutines

subroutine fluid_stats_simcomp::fluid_stats_simcomp_init_from_json (this, json, case)
 Constructor from json. More...
 
subroutine fluid_stats_simcomp::fluid_stats_simcomp_init_from_attributes (this, u, v, w, p, coef, start_time, hom_dir, stat_set)
 Actual constructor. More...
 
subroutine fluid_stats_simcomp::fluid_stats_simcomp_free (this)
 Destructor. More...
 
subroutine fluid_stats_simcomp::fluid_stats_simcomp_restart (this, t)
 
subroutine fluid_stats_simcomp::fluid_stats_simcomp_compute (this, t, tstep)
 fluid_stats, called depending on compute_control and compute_value More...