Class StaggeredStokesOpenBoundaryStabilizer provides forcing at physical boundaries that attempts to stabilize flows at open boundaries.
#include <ibamr/StaggeredStokesOpenBoundaryStabilizer.h>
|
| | StaggeredStokesOpenBoundaryStabilizer (const std::string &object_name, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, const INSHierarchyIntegrator *fluid_solver, SAMRAI::tbox::Pointer< SAMRAI::geom::CartesianGridGeometry< NDIM > > grid_geometry) |
| | Constructor. More...
|
| |
| | ~StaggeredStokesOpenBoundaryStabilizer ()=default |
| | Destructor. More...
|
| |
|
| virtual void | setDataOnPatchLevel (int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > > patch_level, double data_time, bool initial_time=false) |
| | Evaluate the function on the patch interiors on the specified level of the patch hierarchy using the virtual function setDataOnPatch(). More...
|
| |
|
| virtual void | setDataOnPatchLevel (int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > > patch_level, double data_time, bool initial_time=false) |
| | Evaluate the function on the patch interiors on the specified level of the patch hierarchy using the virtual function setDataOnPatch(). More...
|
| |
|
| virtual void | setDataOnPatchHierarchy (int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, double data_time, bool initial_time=false, int coarsest_ln=invalid_level_number, int finest_ln=invalid_level_number) |
| | Evaluate the function on the patch interiors on the specified levels of the patch hierarchy using the virtual function setDataOnPatch(). More...
|
| |
| virtual void | setDataOnPatchLevel (int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > > patch_level, double data_time, bool initial_time=false) |
| | Evaluate the function on the patch interiors on the specified level of the patch hierarchy using the virtual function setDataOnPatch(). More...
|
| |
| std::string | d_object_name |
| |
◆ StaggeredStokesOpenBoundaryStabilizer() [1/3]
◆ ~StaggeredStokesOpenBoundaryStabilizer()
| IBAMR::StaggeredStokesOpenBoundaryStabilizer::~StaggeredStokesOpenBoundaryStabilizer |
( |
| ) |
|
|
default |
◆ StaggeredStokesOpenBoundaryStabilizer() [2/3]
| IBAMR::StaggeredStokesOpenBoundaryStabilizer::StaggeredStokesOpenBoundaryStabilizer |
( |
| ) |
|
|
privatedelete |
- Note
- This constructor is not implemented and should not be used.
◆ StaggeredStokesOpenBoundaryStabilizer() [3/3]
- Note
- This constructor is not implemented and should not be used.
- Parameters
-
| from | The value to copy to this object. |
◆ isTimeDependent()
| bool IBAMR::StaggeredStokesOpenBoundaryStabilizer::isTimeDependent |
( |
| ) |
const |
|
overridevirtual |
◆ setDataOnPatch()
◆ operator=()
- Note
- This operator is not implemented and should not be used.
- Parameters
-
| that | The value to assign to this object. |
- Returns
- A reference to this object.
◆ setDataOnPatchHierarchy()
◆ setDataOnPatchLevel()
◆ d_open_bdry
| std::array<bool, 2 * NDIM> IBAMR::StaggeredStokesOpenBoundaryStabilizer::d_open_bdry |
|
private |
◆ d_inflow_bdry
| std::array<bool, 2 * NDIM> IBAMR::StaggeredStokesOpenBoundaryStabilizer::d_inflow_bdry |
|
private |
◆ d_outflow_bdry
| std::array<bool, 2 * NDIM> IBAMR::StaggeredStokesOpenBoundaryStabilizer::d_outflow_bdry |
|
private |
◆ d_width
| std::array<double, 2 * NDIM> IBAMR::StaggeredStokesOpenBoundaryStabilizer::d_width |
|
private |
◆ d_fluid_solver
◆ d_grid_geometry
◆ d_object_name
| std::string IBTK::CartGridFunction::d_object_name |
|
protectedinherited |
The documentation for this class was generated from the following file: