Template for a user-defined wall model.
|
| subroutine | wall_model_template_init (this, scheme_name, coef, msk, facet, json) |
| |
| subroutine | wall_model_template_partial_init (this, coef, scheme_name, json) |
| |
| subroutine | wall_model_template_finalize (this, msk, facet, bc_name, user) |
| |
| subroutine | wall_model_template_free (this) |
| |
| subroutine | wall_model_template_compute (this, t, tstep) |
| |
| subroutine, public | wall_model_template_register_types () |
| |
| subroutine | wall_model_template_allocate (obj) |
| |
◆ wall_model_template_allocate()
◆ wall_model_template_compute()
◆ wall_model_template_finalize()
| subroutine wall_model_template::wall_model_template_finalize |
( |
class(wall_model_template_t), intent(inout) |
this, |
|
|
integer, dimension(:), intent(in) |
msk, |
|
|
integer, dimension(:), intent(in) |
facet, |
|
|
character(len=*), intent(in), optional |
bc_name, |
|
|
type(user_t), intent(in), optional, target |
user |
|
) |
| |
|
private |
◆ wall_model_template_free()
◆ wall_model_template_init()
| subroutine wall_model_template::wall_model_template_init |
( |
class(wall_model_template_t), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
scheme_name, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
integer, dimension(:), intent(in) |
msk, |
|
|
integer, dimension(:), intent(in) |
facet, |
|
|
type(json_file), intent(inout) |
json |
|
) |
| |
◆ wall_model_template_partial_init()
◆ wall_model_template_register_types()