Go to the source code of this file.
|
| subroutine | wall_model_bc::wall_model_bc_apply_scalar (this, x, n, time, strong) |
| | Apply shear stress for a scalar field x.
|
| |
| subroutine | wall_model_bc::wall_model_bc_apply_vector (this, x, y, z, n, time, strong) |
| | Apply the boundary condition to the right-hand side.
|
| |
| subroutine | wall_model_bc::wall_model_bc_apply_scalar_dev (this, x_d, time, strong, strm) |
| | Boundary condition apply for a generic wall_model_bc condition to a vector x (device version)
|
| |
| subroutine | wall_model_bc::wall_model_bc_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| | Boundary condition apply for a generic wall_model_bc condition to vectors x, y and z (device version)
|
| |
| subroutine | wall_model_bc::wall_model_bc_init (this, coef, json) |
| | Constructor.
|
| |
| subroutine | wall_model_bc::wall_model_bc_free (this) |
| | Destructor.
|
| |
| subroutine | wall_model_bc::wall_model_bc_finalize (this, only_facets) |
| | Finalize by building mask arrays and init'ing the wall model.
|
| |