|
| subroutine | richardson::richardson_init (this, scheme_name, coef, msk, facet, json) |
| | Constructor from JSON.
|
| |
| subroutine | richardson::richardson_partial_init (this, coef, scheme_name, json) |
| | Constructor from JSON.
|
| |
| subroutine | richardson::richardson_finalize (this, msk, facet, bc_name, user) |
| | Finalize the construction using the mask and facet arrays of the bc.
|
| |
| subroutine | richardson::richardson_extract_properties (this) |
| | Extract the values of rho and mu at the boundary.
|
| |
| subroutine | richardson::richardson_init_from_components (this, scheme_name, scalar_name, coef, msk, facet, sampler, kappa, g, pr, z0, z0h_in, bc_type, bc_value) |
| | Constructor from components.
|
| |
| subroutine | richardson::richardson_validate_sampling_height (this) |
| |
| subroutine | richardson::richardson_free (this) |
| | Destructor for the richardson_t (base) class.
|
| |
| subroutine | richardson::richardson_compute (this, t, tstep) |
| | Compute the wall shear stress.
|
| |
| subroutine | richardson::richardson_log_diagnostics (ri_b, l_ob, utau, magu, ti, ts, q, n_nodes, bc_value) |
| |