Defines no-slip boundary condition (extends zero_dirichlet)
|
| subroutine | no_slip_init (this, coef, json) |
| |
| subroutine | no_slip_apply_vector (this, x, y, z, n, time, strong) |
| |
| subroutine | no_slip_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| |
| subroutine | no_slip_free (this) |
| |
◆ no_slip_apply_vector()
| subroutine no_slip::no_slip_apply_vector |
( |
class(no_slip_t), intent(inout) |
this, |
|
|
real(kind=rp), dimension(n), intent(inout) |
x, |
|
|
real(kind=rp), dimension(n), intent(inout) |
y, |
|
|
real(kind=rp), dimension(n), intent(inout) |
z, |
|
|
integer, intent(in) |
n, |
|
|
type(time_state_t), intent(in), optional |
time, |
|
|
logical, intent(in), optional |
strong |
|
) |
| |
|
private |
◆ no_slip_apply_vector_dev()
| subroutine no_slip::no_slip_apply_vector_dev |
( |
class(no_slip_t), intent(inout), target |
this, |
|
|
type(c_ptr), intent(inout) |
x_d, |
|
|
type(c_ptr), intent(inout) |
y_d, |
|
|
type(c_ptr), intent(inout) |
z_d, |
|
|
type(time_state_t), intent(in), optional |
time, |
|
|
logical, intent(in), optional |
strong, |
|
|
type(c_ptr), intent(inout) |
strm |
|
) |
| |
|
private |
◆ no_slip_free()
◆ no_slip_init()