|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Implements most_t.
Data Types | |
| type | most_t |
| Wall model based on the Monin-Obukhov Similarity Theory for atmospheric boundary layer flows. Automatically switches between stable, unstable and neutral layer formulations based on the Richardson number. More... | |
Functions/Subroutines | |
| subroutine | most_init (this, scheme_name, coef, msk, facet, h_index, json) |
| Constructor from JSON. | |
| subroutine | most_partial_init (this, coef, json) |
| Constructor from JSON. | |
| subroutine | most_finalize (this, msk, facet) |
| Finalize the construction using the mask and facet arrays of the bc. | |
| subroutine | most_extract_properties (this) |
| Extract the values of rho and mu at the boundary. | |
| subroutine | most_init_from_components (this, scheme_name, scalar_name, coef, msk, facet, h_index, kappa, g, pr, z0, z0h_in, bc_type, bc_value) |
| Constructor from components. | |
| subroutine | most_free (this) |
| Destructor for the most_t (base) class. | |
| subroutine | most_compute (this, t, tstep) |
| Compute the wall shear stress. | |
| subroutine | most_log_diagnostics (ri_b, l_ob, utau, magu, ti, ts, q, n_nodes, bc_value) |
|
private |
|
private |
|
private |
| scheme_name | The name of the scheme for which the wall model is used. |
| coef | SEM coefficients. |
| msk | The boundary mask. |
| facet | The boundary facets. |
| h_index | The off-wall index of the sampling cell. |
| kappa | The von Karman coefficient. |
| g | The gravity vector. |
| z0 | The roughness height. |
| z0h_in | The thermal roughness height. If negative, set automatically from Zilitinkevich, 1995. |
| bc_type | The type of bc set for temperature in the case file. |
| scalar_name | The name of the scalar field (temperature) for MOST. |
| bc_value | The heat flux at the surface boundary condition. |
Check magnitude of g
Check alignment across all nodes (handling hills/slopes)
Check sampling height
Definition at line 329 of file most.f90.

|
private |