Dong outflow condition Follows "A Convective-like Energy-Stable Open Boundary Condition for
Simulations of Incompressible Flows" by S. Dong.
More...
|
procedure, pass(this) | apply_scalar => dong_outflow_apply_scalar |
|
procedure, pass(this) | apply_vector => dong_outflow_apply_vector |
|
procedure, pass(this) | apply_scalar_dev => dong_outflow_apply_scalar_dev |
|
procedure, pass(this) | apply_vector_dev => dong_outflow_apply_vector_dev |
|
procedure, pass(this) | init => dong_outflow_init |
|
procedure, pass(this) | free => dong_outflow_free |
| Destructor. More...
|
|
procedure, pass(this) | init_base => bc_init_base |
| Constructor. More...
|
|
procedure, pass(this) | free_base => bc_free_base |
| Destructor. More...
|
|
procedure, pass(this) | mark_facet => bc_mark_facet |
| Mark a facet on an element as part of the boundary condition. More...
|
|
procedure, pass(this) | mark_facets => bc_mark_facets |
| Mark all facets from a (facet, element) tuple list. More...
|
|
procedure, pass(this) | mark_zones_from_list => bc_mark_zones_from_list |
| Mark all facets from a list of zones, also marks type of bc in the mesh. More...
|
|
procedure, pass(this) | mark_zone => bc_mark_zone |
| Mark all facets from a zone. More...
|
|
procedure, pass(this) | finalize => bc_finalize |
| Finalize the construction of the bc by populting the msk and facet arrays. More...
|
|
|
type(field_t), pointer | u |
|
type(field_t), pointer | v |
|
type(field_t), pointer | w |
|
real(kind=rp) | delta |
|
real(kind=rp) | uinf |
|
type(c_ptr) | normal_x_d |
|
type(c_ptr) | normal_y_d |
|
type(c_ptr) | normal_z_d |
|
integer, dimension(:), allocatable | msk |
| The linear index of each node in each boundary facet. More...
|
|
integer, dimension(:), allocatable | facet |
| A list of facet ids (1 to 6), one for each element in msk. More...
|
|
type(dofmap_t), pointer | dof |
| Map of degrees of freedom. More...
|
|
type(coef_t), pointer | coef |
| SEM coefficients. More...
|
|
type(mesh_t), pointer | msh |
| The mesh. More...
|
|
type(space_t), pointer | xh |
| The function space. More...
|
|
type(stack_i4t2_t) | marked_facet |
| Index tuples (facet, element) marked as part of the boundary condition. More...
|
|
type(c_ptr) | msk_d = C_NULL_PTR |
| Device pointer for msk. More...
|
|
type(c_ptr) | facet_d = C_NULL_PTR |
| Device pointer for facet. More...
|
|
Definition at line 57 of file dong_outflow.f90.
◆ apply_scalar()
procedure, pass(this) dong_outflow::dong_outflow_t::apply_scalar |
◆ apply_scalar_dev()
procedure, pass(this) dong_outflow::dong_outflow_t::apply_scalar_dev |
◆ apply_vector()
procedure, pass(this) dong_outflow::dong_outflow_t::apply_vector |
◆ apply_vector_dev()
procedure, pass(this) dong_outflow::dong_outflow_t::apply_vector_dev |
◆ finalize()
procedure, pass(this) bc::bc_t::finalize |
|
inherited |
◆ free()
procedure, pass(this) dong_outflow::dong_outflow_t::free |
◆ free_base()
procedure, pass(this) bc::bc_t::free_base |
|
inherited |
◆ init()
procedure, pass(this) dong_outflow::dong_outflow_t::init |
◆ init_base()
procedure, pass(this) bc::bc_t::init_base |
|
inherited |
◆ mark_facet()
procedure, pass(this) bc::bc_t::mark_facet |
|
inherited |
◆ mark_facets()
procedure, pass(this) bc::bc_t::mark_facets |
|
inherited |
◆ mark_zone()
procedure, pass(this) bc::bc_t::mark_zone |
|
inherited |
◆ mark_zones_from_list()
procedure, pass(this) bc::bc_t::mark_zones_from_list |
|
inherited |
◆ coef
type(coef_t), pointer bc::bc_t::coef |
|
inherited |
◆ delta
real(kind=rp) dong_outflow::dong_outflow_t::delta |
◆ dof
◆ facet
integer, dimension(:), allocatable bc::bc_t::facet |
|
inherited |
◆ facet_d
type(c_ptr) bc::bc_t::facet_d = C_NULL_PTR |
|
inherited |
◆ marked_facet
◆ msh
type(mesh_t), pointer bc::bc_t::msh |
|
inherited |
◆ msk
integer, dimension(:), allocatable bc::bc_t::msk |
|
inherited |
◆ msk_d
type(c_ptr) bc::bc_t::msk_d = C_NULL_PTR |
|
inherited |
◆ normal_x_d
type(c_ptr) dong_outflow::dong_outflow_t::normal_x_d |
◆ normal_y_d
type(c_ptr) dong_outflow::dong_outflow_t::normal_y_d |
◆ normal_z_d
type(c_ptr) dong_outflow::dong_outflow_t::normal_z_d |
type(field_t), pointer dong_outflow::dong_outflow_t::u |
◆ uinf
real(kind=rp) dong_outflow::dong_outflow_t::uinf |
type(field_t), pointer dong_outflow::dong_outflow_t::v |
type(field_t), pointer dong_outflow::dong_outflow_t::w |
◆ xh
type(space_t), pointer bc::bc_t::xh |
|
inherited |
The documentation for this type was generated from the following file: