Class INSStaggeredStochasticForcing provides an interface for specifying a stochastic forcing term for a staggered-grid incompressible Navier-Stokes solver.
#include <ibamr/INSStaggeredStochasticForcing.h>
|
| std::string | d_object_name |
| |
| const INSStaggeredHierarchyIntegrator *const | d_fluid_solver |
| |
| StochasticStressTensorType | d_stress_tensor_type = UNCORRELATED |
| |
| double | d_std = std::numeric_limits<double>::quiet_NaN() |
| |
| int | d_num_rand_vals = 0 |
| |
| std::vector< SAMRAI::tbox::Array< double > > | d_weights |
| |
| double | d_velocity_bc_scaling |
| |
| double | d_traction_bc_scaling = 0.0 |
| |
| SAMRAI::tbox::Pointer< SAMRAI::hier::VariableContext > | d_context |
| |
| SAMRAI::tbox::Pointer< SAMRAI::pdat::CellVariable< NDIM, double > > | d_W_cc_var |
| |
| int | d_W_cc_idx = IBTK::invalid_index |
| |
| std::vector< int > | d_W_cc_idxs |
| |
| bool | isTimeDependent () const override |
| | Indicates whether the concrete INSStaggeredStochasticForcing object is time-dependent. More...
|
| |
| void | setDataOnPatchHierarchy (const int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, const double data_time, const bool initial_time=false, const int coarsest_ln=IBTK::invalid_level_number, const int finest_ln=IBTK::invalid_level_number) override |
| | Evaluate the function on the patch interiors on the specified levels of the patch hierarchy. More...
|
| |
| void | setDataOnPatch (const int data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::Variable< NDIM > > var, SAMRAI::tbox::Pointer< SAMRAI::hier::Patch< NDIM > > patch, const double data_time, const bool initial_time=false, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > > patch_level=SAMRAI::tbox::Pointer< SAMRAI::hier::PatchLevel< NDIM > >(nullptr)) override |
| | Evaluate the function on the patch interior. More...
|
| |
| | INSStaggeredStochasticForcing ()=delete |
| | Default constructor. More...
|
| |
| | INSStaggeredStochasticForcing (const INSStaggeredStochasticForcing &from)=delete |
| | Copy constructor. More...
|
| |
| INSStaggeredStochasticForcing & | operator= (const INSStaggeredStochasticForcing &that)=delete |
| | Assignment operator. More...
|
| |
◆ INSStaggeredStochasticForcing() [1/3]
◆ ~INSStaggeredStochasticForcing()
| IBAMR::INSStaggeredStochasticForcing::~INSStaggeredStochasticForcing |
( |
| ) |
|
|
default |
◆ INSStaggeredStochasticForcing() [2/3]
| IBAMR::INSStaggeredStochasticForcing::INSStaggeredStochasticForcing |
( |
| ) |
|
|
privatedelete |
- Note
- This constructor is not implemented and should not be used.
◆ INSStaggeredStochasticForcing() [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::INSStaggeredStochasticForcing::isTimeDependent |
( |
| ) |
const |
|
overridevirtual |
◆ setDataOnPatchHierarchy()
◆ 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.
◆ setDataOnPatchLevel()
◆ d_object_name
| std::string IBAMR::INSStaggeredStochasticForcing::d_object_name |
|
protected |
The object name is used for error/warning reporting.
◆ d_fluid_solver
Pointer to the fluid solver object that is using this stochastic force generator.
◆ d_stress_tensor_type
Type of stress tensor (correlated or uncorrelated).
◆ d_std
| double IBAMR::INSStaggeredStochasticForcing::d_std = std::numeric_limits<double>::quiet_NaN() |
|
private |
◆ d_num_rand_vals
| int IBAMR::INSStaggeredStochasticForcing::d_num_rand_vals = 0 |
|
private |
◆ d_weights
◆ d_velocity_bc_scaling
| double IBAMR::INSStaggeredStochasticForcing::d_velocity_bc_scaling |
|
private |
Boundary condition scalings.
◆ d_traction_bc_scaling
| double IBAMR::INSStaggeredStochasticForcing::d_traction_bc_scaling = 0.0 |
|
private |
◆ d_context
VariableContext and Variable objects for storing the components of the stochastic stresses.
◆ d_W_cc_var
◆ d_W_cc_idx
◆ d_W_cc_idxs
| std::vector<int> IBAMR::INSStaggeredStochasticForcing::d_W_cc_idxs |
|
private |
The documentation for this class was generated from the following file: