Go to the source code of this file.
|
| type | most::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...
|
| |
|
| subroutine | most::most_init (this, scheme_name, coef, msk, facet, h_index, json) |
| | Constructor from JSON.
|
| |
| subroutine | most::most_partial_init (this, coef, json) |
| | Constructor from JSON.
|
| |
| subroutine | most::most_finalize (this, msk, facet) |
| | Finalize the construction using the mask and facet arrays of the bc.
|
| |
| subroutine | most::most_extract_properties (this) |
| | Extract the values of rho and mu at the boundary.
|
| |
| subroutine | most::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::most_free (this) |
| | Destructor for the most_t (base) class.
|
| |
| subroutine | most::most_compute (this, t, tstep) |
| | Compute the wall shear stress.
|
| |
| subroutine | most::most_log_diagnostics (ri_b, l_ob, utau, magu, ti, ts, q, n_nodes, bc_value) |
| |