Go to the source code of this file.
|
subroutine | spalding::spalding_init (this, coef, msk, facet, nu, h_index, json) |
| Constructor from JSON. More...
|
|
subroutine | spalding::spalding_init_from_components (this, coef, msk, facet, nu, h_index, kappa, B) |
| Constructor from components. More...
|
|
subroutine | spalding::spalding_free (this) |
| Destructor for the spalding_t (base) class. More...
|
|
subroutine | spalding::spalding_compute (this, t, tstep) |
| Compute the wall shear stress. More...
|
|
real(kind=rp) function | spalding::solve (this, u, y, guess) |
| Newton solver for the algebraic equation defined by the law. More...
|
|