PIMPLE-based (PISO + SIMPLE) for transient solution object with linear FV system assembly. More...
#include <PIMPLESolve.h>
Public Types | |
| typedef DataFileName | DataFileParameterType |
Public Member Functions | |
| PIMPLESolve (Executioner &ex) | |
| virtual void | linkRhieChowUserObject () override |
| Fetch the Rhie Chow user object that is reponsible for determining face velocities and mass flux. More... | |
| virtual void | initialSetup () override |
| virtual bool | solve () override |
| Performs the momentum pressure coupling. More... | |
| const std::vector< LinearSystem * > | systemsToSolve () const |
| Return pointers to the systems which are solved for within this object. More... | |
| virtual void | setInnerSolve (SolveObject &) override |
| void | setupPressurePin () |
| Setup pressure pin if there is need for one. More... | |
| virtual void | checkIntegrity () |
| Check if the user defined time kernels. More... | |
| virtual bool | enabled () const |
| std::shared_ptr< MooseObject > | getSharedPtr () |
| std::shared_ptr< const MooseObject > | getSharedPtr () const |
| bool | isKokkosObject () const |
| MooseApp & | getMooseApp () const |
| const std::string & | type () const |
| const std::string & | name () const |
| std::string | typeAndName () const |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| MooseObjectName | uniqueName () const |
| const InputParameters & | parameters () const |
| const hit::Node * | getHitNode () const |
| bool | hasBase () const |
| const std::string & | getBase () const |
| const T & | getParam (const std::string &name) const |
| std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
| const T * | queryParam (const std::string &name) const |
| const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
| T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
| bool | haveParameter (const std::string &name) const |
| bool | isParamValid (const std::string &name) const |
| bool | isParamSetByUser (const std::string &name) const |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| void | paramError (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramInfo (const std::string ¶m, Args... args) const |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| std::string | errorPrefix (const std::string &) const |
| void | mooseError (Args &&... args) const |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecatedNoTrace (Args &&... args) const |
| void | mooseInfo (Args &&... args) const |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const |
| std::string | getDataFileName (const std::string ¶m) const |
| std::string | getDataFileNameByName (const std::string &relative_path) const |
| std::string | getDataFilePath (const std::string &relative_path) const |
| PerfGraph & | perfGraph () |
| bool | isDefaultPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| bool | hasPostprocessor (const std::string ¶m_name, const unsigned int index=0) const |
| bool | hasPostprocessorByName (const PostprocessorName &name) const |
| std::size_t | coupledPostprocessors (const std::string ¶m_name) const |
| const PostprocessorName & | getPostprocessorName (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
| virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
| virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
| const Parallel::Communicator & | comm () const |
| processor_id_type | n_processors () const |
| processor_id_type | processor_id () const |
| UserObjectName | getUserObjectName (const std::string ¶m_name) const |
| const T & | getUserObject (const std::string ¶m_name, bool is_dependency=true) const |
| const T & | getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const |
| const UserObjectBase & | getUserObjectBase (const std::string ¶m_name, bool is_dependency=true) const |
| const UserObjectBase & | getUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
Static Public Member Functions | |
| static InputParameters | validParams () |
| static void | callMooseError (MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node, const bool show_trace=true) |
Public Attributes | |
| usingCombinedWarningSolutionWarnings | |
| const ConsoleStream | _console |
Static Public Attributes | |
| static const std::string | type_param |
| static const std::string | name_param |
| static const std::string | unique_name_param |
| static const std::string | app_param |
| static const std::string | moose_base_param |
| static const std::string | kokkos_object_param |
Protected Member Functions | |
| virtual std::pair< unsigned int, Real > | correctVelocity (const bool subtract_updated_pressure, const bool recompute_face_mass_flux, const SolverParams &solver_params) override |
| Computes new velocity field based on computed pressure gradients. More... | |
| virtual std::vector< std::pair< unsigned int, Real > > | solveMomentumPredictor () override |
| Solve a momentum predictor step with a fixed pressure field. More... | |
| virtual std::pair< unsigned int, Real > | solvePressureCorrector () override |
| Solve a pressure corrector step. More... | |
| std::pair< unsigned int, Real > | solveAdvectedSystem (const unsigned int system_num, LinearSystem &system, const Real relaxation_factor, libMesh::SolverConfiguration &solver_config, const Real abs_tol, const Real field_relaxation=1.0, const Real min_value_limiter=std::numeric_limits< Real >::min()) |
| Solve an equation which contains an advection term that depends on the solution of the segregated Navier-Stokes equations. More... | |
| ResidualStorage | setupResidualStorage () const |
| Build residual/tolerance vectors and associated indices for all enabled systems. More... | |
| std::pair< unsigned int, Real > | solveSolidEnergy () |
| Solve an equation which contains the solid energy conservation. More... | |
| void | checkDependentParameterError (const std::string &main_parameter, const std::vector< std::string > &dependent_parameters, const bool should_be_defined) |
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const |
| std::string | timedSectionName (const std::string §ion_name) const |
| virtual void | addPostprocessorDependencyHelper (const PostprocessorName &) const |
| virtual void | addUserObjectDependencyHelper (const UserObjectBase &) const |
Protected Attributes | |
| const unsigned int | _num_piso_iterations |
| Number of H(u) and u iterations with fixed face flux. More... | |
| std::vector< unsigned int > | _momentum_system_numbers |
| The number(s) of the system(s) corresponding to the momentum equation(s) More... | |
| std::vector< LinearSystem * > | _momentum_systems |
| Pointer(s) to the system(s) corresponding to the momentum equation(s) More... | |
| const unsigned int | _pressure_sys_number |
| The number of the system corresponding to the pressure equation. More... | |
| LinearSystem & | _pressure_system |
| Reference to the linear system corresponding to the pressure equation. More... | |
| const unsigned int | _energy_sys_number |
| The number of the system corresponding to the energy equation. More... | |
| LinearSystem * | _energy_system |
| Pointer to the linear system corresponding to the fluid energy equation. More... | |
| const unsigned int | _solid_energy_sys_number |
| The number of the system corresponding to the solid energy equation. More... | |
| LinearSystem * | _solid_energy_system |
| Pointer to the linear system corresponding to the solid energy equation. More... | |
| std::vector< LinearSystem * > | _passive_scalar_systems |
| Pointer(s) to the system(s) corresponding to the passive scalar equation(s) More... | |
| std::vector< LinearSystem * > | _pm_radiation_systems |
| Pointer(s) to the system(s) corresponding to the participting media radiation equation(s) More... | |
| std::vector< LinearSystem * > | _active_scalar_systems |
| Pointer(s) to the system(s) corresponding to the active scalar equation(s) More... | |
| std::vector< LinearSystem * > | _turbulence_systems |
| Pointer(s) to the system(s) corresponding to the turbulence equation(s) More... | |
| RhieChowMassFlux * | _rc_uo |
| Pointer to the segregated RhieChow interpolation object. More... | |
| std::vector< LinearSystem * > | _systems_to_solve |
| Shortcut to every linear system that we solve for here. More... | |
| const bool | _should_solve_momentum |
| Flags controlling which systems are actively solved (can be used with restart to freeze flow) More... | |
| const bool | _should_solve_pressure |
| const bool | _should_solve_energy |
| const bool | _should_solve_solid_energy |
| const bool | _should_solve_turbulence |
| const bool | _should_solve_passive_scalars |
| const bool | _should_solve_active_scalars |
| const bool | _should_solve_pm_radiation |
| const std::vector< SolverSystemName > & | _active_scalar_system_names |
| The names of the active scalar systems. More... | |
| const bool | _has_active_scalar_systems |
| Boolean for easy check if a active scalar systems shall be solved or not. More... | |
| std::vector< unsigned int > | _active_scalar_system_numbers |
| const std::vector< Real > | _active_scalar_equation_relaxation |
| The user-defined relaxation parameter(s) for the active scalar equation(s) More... | |
| Moose::PetscSupport::PetscOptions | _active_scalar_petsc_options |
| Options which hold the petsc settings for the active scalar equation(s) More... | |
| SIMPLESolverConfiguration | _active_scalar_linear_control |
| Options for the linear solver of the active scalar equation(s) More... | |
| const Real | _active_scalar_l_abs_tol |
| Absolute linear tolerance for the active scalar equation(s). More... | |
| const std::vector< Real > | _active_scalar_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in active scalars. More... | |
| NS::FV::CHTHandler | _cht |
| ********************** Conjugate heat transfer variables ************** // More... | |
| const std::vector< SolverSystemName > & | _momentum_system_names |
| The names of the momentum systems. More... | |
| SIMPLESolverConfiguration | _momentum_linear_control |
| Options for the linear solver of the momentum equation. More... | |
| const Real | _momentum_l_abs_tol |
| Absolute linear tolerance for the momentum equation(s). More... | |
| Moose::PetscSupport::PetscOptions | _momentum_petsc_options |
| Options which hold the petsc settings for the momentum equation. More... | |
| const Real | _momentum_equation_relaxation |
| The user-defined relaxation parameter for the momentum equation. More... | |
| const SolverSystemName & | _pressure_system_name |
| The name of the pressure system. More... | |
| SIMPLESolverConfiguration | _pressure_linear_control |
| Options for the linear solver of the pressure equation. More... | |
| const Real | _pressure_l_abs_tol |
| Absolute linear tolerance for the pressure equation. More... | |
| Moose::PetscSupport::PetscOptions | _pressure_petsc_options |
| Options which hold the petsc settings for the pressure equation. More... | |
| const Real | _pressure_variable_relaxation |
| The user-defined relaxation parameter for the pressure variable. More... | |
| const bool | _pin_pressure |
| If the pressure needs to be pinned. More... | |
| const Real | _pressure_pin_value |
| The value we want to enforce for pressure. More... | |
| dof_id_type | _pressure_pin_dof |
| The dof ID where the pressure needs to be pinned. More... | |
| const bool | _has_energy_system |
| Boolean for easy check if a fluid energy system shall be solved or not. More... | |
| const Real | _energy_equation_relaxation |
| The user-defined relaxation parameter for the energy equation. More... | |
| Moose::PetscSupport::PetscOptions | _energy_petsc_options |
| Options which hold the petsc settings for the fluid energy equation. More... | |
| SIMPLESolverConfiguration | _energy_linear_control |
| Options for the linear solver of the energy equation. More... | |
| const Real | _energy_l_abs_tol |
| Absolute linear tolerance for the energy equations. More... | |
| const bool | _has_solid_energy_system |
| Boolean for easy check if a solid energy system shall be solved or not. More... | |
| Moose::PetscSupport::PetscOptions | _solid_energy_petsc_options |
| Options which hold the petsc settings for the fluid energy equation. More... | |
| SIMPLESolverConfiguration | _solid_energy_linear_control |
| Options for the linear solver of the energy equation. More... | |
| const Real | _solid_energy_l_abs_tol |
| Absolute linear tolerance for the energy equations. More... | |
| const std::vector< SolverSystemName > & | _passive_scalar_system_names |
| The names of the passive scalar systems. More... | |
| const bool | _has_passive_scalar_systems |
| Boolean for easy check if a passive scalar systems shall be solved or not. More... | |
| std::vector< unsigned int > | _passive_scalar_system_numbers |
| const std::vector< Real > | _passive_scalar_equation_relaxation |
| The user-defined relaxation parameter(s) for the passive scalar equation(s) More... | |
| Moose::PetscSupport::PetscOptions | _passive_scalar_petsc_options |
| Options which hold the petsc settings for the passive scalar equation(s) More... | |
| SIMPLESolverConfiguration | _passive_scalar_linear_control |
| Options for the linear solver of the passive scalar equation(s) More... | |
| const Real | _passive_scalar_l_abs_tol |
| Absolute linear tolerance for the passive scalar equation(s). More... | |
| const std::vector< SolverSystemName > & | _pm_radiation_system_names |
| The names of the participating media radiation systems. More... | |
| const bool | _has_pm_radiation_systems |
| Boolean for easy check if participating media radiation systems shall be solved or not. More... | |
| std::vector< unsigned int > | _pm_radiation_system_numbers |
| const std::vector< Real > | _pm_radiation_equation_relaxation |
| The user-defined relaxation parameter(s) for the participating media radiation equation(s) More... | |
| Moose::PetscSupport::PetscOptions | _pm_radiation_petsc_options |
| Options which hold the petsc settings for the participating media radiation equation(s) More... | |
| SIMPLESolverConfiguration | _pm_radiation_linear_control |
| Options for the linear solver of the participating media radiation equation(s) More... | |
| const Real | _pm_radiation_l_abs_tol |
| Absolute linear tolerance for the participating media radiation equation(s). More... | |
| const std::vector< SolverSystemName > & | _turbulence_system_names |
| The names of the turbulence systems. More... | |
| const bool | _has_turbulence_systems |
| Boolean for easy check if a turbulence scalar systems shall be solved or not. More... | |
| std::vector< unsigned int > | _turbulence_system_numbers |
| const std::vector< Real > | _turbulence_equation_relaxation |
| The user-defined relaxation parameter(s) for the turbulence equation(s) More... | |
| std::vector< Real > | _turbulence_field_relaxation |
| The user-defined relaxation parameter(s) for the turbulence field(s) More... | |
| std::vector< Real > | _turbulence_field_min_limit |
| The user-defined lower limit for turbulent quantities e.g. k, eps/omega, etc.. More... | |
| Moose::PetscSupport::PetscOptions | _turbulence_petsc_options |
| Options which hold the petsc settings for the turbulence equation(s) More... | |
| SIMPLESolverConfiguration | _turbulence_linear_control |
| Options for the linear solver of the turbulence equation(s) More... | |
| const Real | _turbulence_l_abs_tol |
| Absolute linear tolerance for the turbulence equation(s). More... | |
| const Real | _momentum_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in momentum. More... | |
| const Real | _pressure_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in pressure. More... | |
| const Real | _energy_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in energy. More... | |
| const Real | _solid_energy_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in solid energy. More... | |
| const std::vector< Real > | _passive_scalar_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in passive scalars. More... | |
| const std::vector< Real > | _pm_radiation_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence in participating media radiation. More... | |
| const std::vector< Real > | _turbulence_absolute_tolerance |
| The user-defined absolute tolerance for determining the convergence turbulence variables. More... | |
| const unsigned int | _num_iterations |
| The maximum number of momentum-pressure iterations. More... | |
| const bool | _continue_on_max_its |
| If solve should continue if maximum number of iterations is hit. More... | |
| const bool | _print_fields |
| Debug parameter which allows printing the coupling and solution vectors/matrices. More... | |
| Executioner & | _executioner |
| FEProblemBase & | _problem |
| DisplacedProblem * | _displaced_problem |
| MooseMesh & | _mesh |
| MooseMesh * | _displaced_mesh |
| SystemBase & | _solver_sys |
| AuxiliarySystem & | _aux |
| SolveObject * | _inner_solve |
| const bool & | _enabled |
| MooseApp & | _app |
| Factory & | _factory |
| ActionFactory & | _action_factory |
| const std::string & | _type |
| const std::string & | _name |
| const InputParameters & | _pars |
| MooseApp & | _pg_moose_app |
| const std::string | _prefix |
| const Parallel::Communicator & | _communicator |
PIMPLE-based (PISO + SIMPLE) for transient solution object with linear FV system assembly.
A detailed discussion of the algorithm is available in { greenshieldsweller2022, title = "Notes on Computational Fluid Dynamics: General Principles", author = "Greenshields, Christopher and Weller, Henry", year = 2022, publisher = "CFD Direct Ltd", address = "Reading, UK" } This will be the basis for the SIMPLE algorithm as well, we just set the PISO iterations to 0.
Definition at line 31 of file PIMPLESolve.h.
| PIMPLESolve::PIMPLESolve | ( | Executioner & | ex | ) |
Definition at line 29 of file PIMPLESolve.C.
|
protectedinherited |
Definition at line 707 of file SIMPLESolveBase.C.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and SIMPLESolveNonlinearAssembly::SIMPLESolveNonlinearAssembly().
|
inlinevirtualinherited |
Check if the user defined time kernels.
Reimplemented in SIMPLESolve, and SIMPLESolveNonlinearAssembly.
Definition at line 61 of file SIMPLESolveBase.h.
|
overrideprotectedvirtual |
Computes new velocity field based on computed pressure gradients.
| subtract_updated_pressure | If we need to subtract the updated pressure gradient from the right hand side of the system |
| recompute_face_mass_flux | If we want to recompute the face flux too |
| solver_params | Dummy solver parameter object for the linear solve |
Reimplemented from LinearAssemblySegregatedSolve.
Definition at line 36 of file PIMPLESolve.C.
|
overridevirtualinherited |
Reimplemented from SolveObject.
Definition at line 372 of file LinearAssemblySegregatedSolve.C.
Referenced by SIMPLE::init(), and PIMPLE::init().
|
overridevirtualinherited |
Fetch the Rhie Chow user object that is reponsible for determining face velocities and mass flux.
Implements SIMPLESolveBase.
Definition at line 258 of file LinearAssemblySegregatedSolve.C.
Referenced by SIMPLE::init(), and PIMPLE::init().
|
inlineoverridevirtualinherited |
Reimplemented from SolveObject.
Definition at line 48 of file SIMPLESolveBase.h.
|
inherited |
Setup pressure pin if there is need for one.
Definition at line 698 of file SIMPLESolveBase.C.
Referenced by SIMPLE::init(), PIMPLE::init(), and SIMPLENonlinearAssembly::init().
|
protectedinherited |
Build residual/tolerance vectors and associated indices for all enabled systems.
Definition at line 855 of file LinearAssemblySegregatedSolve.C.
Referenced by LinearAssemblySegregatedSolve::solve().
|
overridevirtualinherited |
Performs the momentum pressure coupling.
Implements SolveObject.
Definition at line 635 of file LinearAssemblySegregatedSolve.C.
|
protectedinherited |
Solve an equation which contains an advection term that depends on the solution of the segregated Navier-Stokes equations.
| system_num | The number of the system which is solved |
| system | Reference to the system which is solved |
| relaxation_factor | The relaxation factor for matrix relaxation |
| solver_config | The solver configuration object for the linear solve |
| abs_tol | The scaled absolute tolerance for the linear solve |
| field_relaxation | (optional) The relaxation factor for fields if relax_fields is true. Default value is 1.0. |
| min_value_limiter | (optional) The minimum value for the solution field |
Definition at line 548 of file LinearAssemblySegregatedSolve.C.
Referenced by LinearAssemblySegregatedSolve::solve().
|
overrideprotectedvirtualinherited |
Solve a momentum predictor step with a fixed pressure field.
Implements SIMPLESolveBase.
Definition at line 275 of file LinearAssemblySegregatedSolve.C.
Referenced by LinearAssemblySegregatedSolve::solve().
|
overrideprotectedvirtualinherited |
Solve a pressure corrector step.
Implements SIMPLESolveBase.
Definition at line 382 of file LinearAssemblySegregatedSolve.C.
Referenced by LinearAssemblySegregatedSolve::correctVelocity().
|
protectedinherited |
Solve an equation which contains the solid energy conservation.
Definition at line 446 of file LinearAssemblySegregatedSolve.C.
Referenced by LinearAssemblySegregatedSolve::solve().
|
inlineinherited |
Return pointers to the systems which are solved for within this object.
Definition at line 41 of file LinearAssemblySegregatedSolve.h.
Referenced by PIMPLE::getTimeIntegrators(), and PIMPLE::relativeSolutionDifferenceNorm().
|
static |
Definition at line 18 of file PIMPLESolve.C.
Referenced by PIMPLE::validParams().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in active scalars.
Definition at line 186 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage().
|
protectedinherited |
The user-defined relaxation parameter(s) for the active scalar equation(s)
Definition at line 173 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Absolute linear tolerance for the active scalar equation(s).
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 183 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options for the linear solver of the active scalar equation(s)
Definition at line 179 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options which hold the petsc settings for the active scalar equation(s)
Definition at line 176 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The names of the active scalar systems.
Definition at line 164 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 170 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Pointer(s) to the system(s) corresponding to the active scalar equation(s)
Definition at line 140 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
********************** Conjugate heat transfer variables ************** //
Definition at line 191 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::initialSetup(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
If solve should continue if maximum number of iterations is hit.
Definition at line 262 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in energy.
Definition at line 244 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage(), and SIMPLESolveNonlinearAssembly::solve().
|
protectedinherited |
The user-defined relaxation parameter for the energy equation.
Definition at line 130 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Absolute linear tolerance for the energy equations.
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 140 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options for the linear solver of the energy equation.
Definition at line 136 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options which hold the petsc settings for the fluid energy equation.
Definition at line 133 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The number of the system corresponding to the energy equation.
Definition at line 122 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Pointer to the linear system corresponding to the fluid energy equation.
Definition at line 125 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Boolean for easy check if a active scalar systems shall be solved or not.
Definition at line 167 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Boolean for easy check if a fluid energy system shall be solved or not.
Definition at line 127 of file SIMPLESolveBase.h.
Referenced by SIMPLESolve::checkIntegrity(), SIMPLESolveNonlinearAssembly::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::SIMPLESolveNonlinearAssembly(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Boolean for easy check if a passive scalar systems shall be solved or not.
Definition at line 163 of file SIMPLESolveBase.h.
Referenced by SIMPLESolve::checkIntegrity(), SIMPLESolveNonlinearAssembly::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::SIMPLESolveNonlinearAssembly(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Boolean for easy check if participating media radiation systems shall be solved or not.
Definition at line 187 of file SIMPLESolveBase.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Boolean for easy check if a solid energy system shall be solved or not.
Definition at line 145 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Boolean for easy check if a turbulence scalar systems shall be solved or not.
Definition at line 211 of file SIMPLESolveBase.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in momentum.
Definition at line 238 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage(), and SIMPLESolveNonlinearAssembly::solve().
|
protectedinherited |
The user-defined relaxation parameter for the momentum equation.
Definition at line 95 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solveMomentumPredictor(), and LinearAssemblySegregatedSolve::solveMomentumPredictor().
|
protectedinherited |
Absolute linear tolerance for the momentum equation(s).
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 89 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solveMomentumPredictor(), and LinearAssemblySegregatedSolve::solveMomentumPredictor().
|
protectedinherited |
Options for the linear solver of the momentum equation.
Definition at line 85 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solveMomentumPredictor(), and LinearAssemblySegregatedSolve::solveMomentumPredictor().
|
protectedinherited |
Options which hold the petsc settings for the momentum equation.
Definition at line 92 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The names of the momentum systems.
Definition at line 82 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), SIMPLESolveBase::SIMPLESolveBase(), and SIMPLESolveNonlinearAssembly::SIMPLESolveNonlinearAssembly().
|
protectedinherited |
The number(s) of the system(s) corresponding to the momentum equation(s)
Definition at line 110 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::linkRhieChowUserObject(), and LinearAssemblySegregatedSolve::solveMomentumPredictor().
|
protectedinherited |
Pointer(s) to the system(s) corresponding to the momentum equation(s)
Definition at line 113 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::linkRhieChowUserObject(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solveMomentumPredictor().
|
protectedinherited |
The maximum number of momentum-pressure iterations.
Definition at line 259 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protected |
Number of H(u) and u iterations with fixed face flux.
Definition at line 45 of file PIMPLESolve.h.
Referenced by correctVelocity().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in passive scalars.
Definition at line 250 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined relaxation parameter(s) for the passive scalar equation(s)
Definition at line 169 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Absolute linear tolerance for the passive scalar equation(s).
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 179 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options for the linear solver of the passive scalar equation(s)
Definition at line 175 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options which hold the petsc settings for the passive scalar equation(s)
Definition at line 172 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The names of the passive scalar systems.
Definition at line 160 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::SIMPLESolveNonlinearAssembly(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 166 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), SIMPLESolveNonlinearAssembly::SIMPLESolveNonlinearAssembly(), SIMPLESolveNonlinearAssembly::solve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Pointer(s) to the system(s) corresponding to the passive scalar equation(s)
Definition at line 134 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
If the pressure needs to be pinned.
Definition at line 116 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::setupPressurePin(), SIMPLESolveNonlinearAssembly::solvePressureCorrector(), and LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in participating media radiation.
Definition at line 253 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage(), and SIMPLESolveBase::SIMPLESolveBase().
|
protectedinherited |
The user-defined relaxation parameter(s) for the participating media radiation equation(s)
Definition at line 193 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Absolute linear tolerance for the participating media radiation equation(s).
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 203 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options for the linear solver of the participating media radiation equation(s)
Definition at line 199 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options which hold the petsc settings for the participating media radiation equation(s)
Definition at line 196 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The names of the participating media radiation systems.
Definition at line 184 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 190 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Pointer(s) to the system(s) corresponding to the participting media radiation equation(s)
Definition at line 137 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in pressure.
Definition at line 241 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage(), and SIMPLESolveNonlinearAssembly::solve().
|
protectedinherited |
Absolute linear tolerance for the pressure equation.
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 107 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solvePressureCorrector(), and LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
Options for the linear solver of the pressure equation.
Definition at line 103 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), SIMPLESolveNonlinearAssembly::solvePressureCorrector(), and LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
Options which hold the petsc settings for the pressure equation.
Definition at line 110 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::correctVelocity(), SIMPLESolveBase::SIMPLESolveBase(), and SIMPLESolveNonlinearAssembly::solve().
|
protectedinherited |
The dof ID where the pressure needs to be pinned.
Definition at line 122 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::setupPressurePin(), SIMPLESolveNonlinearAssembly::solvePressureCorrector(), and LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
The value we want to enforce for pressure.
Definition at line 119 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveNonlinearAssembly::solvePressureCorrector(), and LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
The number of the system corresponding to the pressure equation.
Definition at line 116 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
Reference to the linear system corresponding to the pressure equation.
Definition at line 119 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::correctVelocity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::linkRhieChowUserObject(), LinearAssemblySegregatedSolve::solve(), and LinearAssemblySegregatedSolve::solvePressureCorrector().
|
protectedinherited |
The name of the pressure system.
Definition at line 100 of file SIMPLESolveBase.h.
|
protectedinherited |
The user-defined relaxation parameter for the pressure variable.
Definition at line 113 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::correctVelocity(), and SIMPLESolveNonlinearAssembly::solve().
|
protectedinherited |
Debug parameter which allows printing the coupling and solution vectors/matrices.
Definition at line 267 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::correctVelocity(), SIMPLESolveNonlinearAssembly::solve(), SIMPLESolveNonlinearAssembly::solveAdvectedSystem(), LinearAssemblySegregatedSolve::solveAdvectedSystem(), SIMPLESolveNonlinearAssembly::solveMomentumPredictor(), LinearAssemblySegregatedSolve::solveMomentumPredictor(), SIMPLESolveNonlinearAssembly::solvePressureCorrector(), LinearAssemblySegregatedSolve::solvePressureCorrector(), LinearAssemblySegregatedSolve::solveSolidEnergy(), and SIMPLESolveNonlinearAssembly::solveSolidEnergySystem().
|
protectedinherited |
Pointer to the segregated RhieChow interpolation object.
Definition at line 146 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::correctVelocity(), and LinearAssemblySegregatedSolve::linkRhieChowUserObject().
|
protectedinherited |
Definition at line 158 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 154 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Flags controlling which systems are actively solved (can be used with restart to freeze flow)
Definition at line 152 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::linkRhieChowUserObject(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 157 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 159 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 153 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 155 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 156 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence in solid energy.
Definition at line 247 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage(), and SIMPLESolveNonlinearAssembly::solve().
|
protectedinherited |
Absolute linear tolerance for the energy equations.
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 155 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::solveSolidEnergy(), and SIMPLESolveNonlinearAssembly::solveSolidEnergySystem().
|
protectedinherited |
Options for the linear solver of the energy equation.
Definition at line 151 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), LinearAssemblySegregatedSolve::solveSolidEnergy(), and SIMPLESolveNonlinearAssembly::solveSolidEnergySystem().
|
protectedinherited |
Options which hold the petsc settings for the fluid energy equation.
Definition at line 148 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The number of the system corresponding to the solid energy equation.
Definition at line 128 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::solveSolidEnergy().
|
protectedinherited |
Pointer to the linear system corresponding to the solid energy equation.
Definition at line 131 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::solve(), and LinearAssemblySegregatedSolve::solveSolidEnergy().
|
protectedinherited |
Shortcut to every linear system that we solve for here.
Definition at line 149 of file LinearAssemblySegregatedSolve.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::systemsToSolve().
|
protectedinherited |
The user-defined absolute tolerance for determining the convergence turbulence variables.
Definition at line 256 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::setupResidualStorage(), and SIMPLESolveBase::SIMPLESolveBase().
|
protectedinherited |
The user-defined relaxation parameter(s) for the turbulence equation(s)
Definition at line 217 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined lower limit for turbulent quantities e.g. k, eps/omega, etc..
Definition at line 223 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The user-defined relaxation parameter(s) for the turbulence field(s)
Definition at line 220 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Absolute linear tolerance for the turbulence equation(s).
We need to store this, because it needs to be scaled with a representative flux.
Definition at line 233 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options for the linear solver of the turbulence equation(s)
Definition at line 229 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Options which hold the petsc settings for the turbulence equation(s)
Definition at line 226 of file SIMPLESolveBase.h.
Referenced by SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
The names of the turbulence systems.
Definition at line 208 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), LinearAssemblySegregatedSolve::setupResidualStorage(), SIMPLESolveBase::SIMPLESolveBase(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Definition at line 214 of file SIMPLESolveBase.h.
Referenced by LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
|
protectedinherited |
Pointer(s) to the system(s) corresponding to the turbulence equation(s)
Definition at line 143 of file LinearAssemblySegregatedSolve.h.
Referenced by SIMPLESolve::checkIntegrity(), LinearAssemblySegregatedSolve::LinearAssemblySegregatedSolve(), and LinearAssemblySegregatedSolve::solve().
1.8.14