Go to the source code of this file.
 | 
| subroutine  | spalding::spalding_init (this, scheme_name, coef, msk, facet, h_index, json) | 
|   | Constructor from JSON.  
  | 
|   | 
| subroutine  | spalding::spalding_partial_init (this, coef, json) | 
|   | Constructor from JSON.  
  | 
|   | 
| subroutine  | spalding::spalding_finalize (this, msk, facet) | 
|   | Finalize the construction using the mask and facet arrays of the bc.  
  | 
|   | 
| subroutine  | spalding::spalding_init_from_components (this, scheme_name, coef, msk, facet, h_index, kappa, b) | 
|   | Constructor from components.  
  | 
|   | 
| subroutine  | spalding::spalding_compute_nu (this) | 
|   | Compute the kinematic viscosity vector.  
  | 
|   | 
| subroutine  | spalding::spalding_free (this) | 
|   | Destructor for the spalding_t (base) class.  
  | 
|   | 
| subroutine  | spalding::spalding_compute (this, t, tstep) | 
|   | Compute the wall shear stress.  
  | 
|   |