![]() |
OGS
|
|
Thermally induced deformation process in linear kinematics poro-mechanical/triphasic model.
Definition at line 21 of file TH2MProcess.h.
#include <TH2MProcess.h>
Public Member Functions | |
| TH2MProcess (std::string name, MeshLib::Mesh &mesh, std::unique_ptr< ProcessLib::AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, TH2MProcessData< DisplacementDim > &&process_data, SecondaryVariableCollection &&secondary_variables, bool const use_monolithic_scheme, bool const is_linear) | |
| MathLib::MatrixSpecifications | getMatrixSpecifications (const int process_id) const override |
ODESystem interface | |
| bool | isLinear () const override |
| Public Member Functions inherited from ProcessLib::Process | |
| Process (std::string name_, MeshLib::Mesh &mesh, std::unique_ptr< AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, SecondaryVariableCollection &&secondary_variables, const bool use_monolithic_scheme=true) | |
| void | preTimestep (std::vector< GlobalVector * > const &x, const double t, const double delta_t, const int process_id) |
| Preprocessing before starting assembly for new timestep. | |
| void | postTimestep (std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, const double t, const double delta_t, int const process_id) |
| Postprocessing after a complete timestep. | |
| void | postNonLinearSolver (std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, const double t, double const dt, int const process_id) |
| void | preIteration (const unsigned iter, GlobalVector const &x) final |
| void | computeSecondaryVariable (double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id) |
| compute secondary variables for the coupled equations or for output. | |
| NumLib::IterationResult | postIteration (GlobalVector const &x) final |
| void | initialize (std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media) |
| void | setInitialConditions (std::vector< GlobalVector * > &process_solutions, std::vector< GlobalVector * > const &process_solutions_prev, double const t, int const process_id) |
| MathLib::MatrixSpecifications | getMatrixSpecifications (const int process_id) const override |
| void | updateDeactivatedSubdomains (double const time, const int process_id) |
| virtual bool | isMonolithicSchemeUsed () const |
| virtual void | extrapolateIntegrationPointValuesToNodes (const double, std::vector< GlobalVector * > const &, std::vector< GlobalVector * > &) |
| void | preAssemble (const double t, double const dt, GlobalVector const &x) final |
| void | assemble (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) final |
| void | assembleWithJacobian (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) final |
| void | preOutput (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id) |
| std::vector< NumLib::IndexValueVector< GlobalIndexType > > const * | getKnownSolutions (double const t, GlobalVector const &x, int const process_id) const final |
| MeshLib::Mesh & | getMesh () const |
| std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > const & | getProcessVariables () const |
| std::vector< std::reference_wrapper< ProcessVariable > > const & | getProcessVariables (const int process_id) const |
| std::vector< std::size_t > const & | getActiveElementIDs () const |
| SecondaryVariableCollection const & | getSecondaryVariables () const |
| std::vector< std::unique_ptr< MeshLib::IntegrationPointWriter > > const & | getIntegrationPointWriters () const |
| virtual Eigen::Vector3d | getFlux (std::size_t, MathLib::Point3d const &, double const, std::vector< GlobalVector * > const &) const |
| virtual void | solveReactionEquation (std::vector< GlobalVector * > &, std::vector< GlobalVector * > const &, double const, double const, NumLib::EquationSystem &, int const) |
| bool | requiresNormalization () const override |
| Public Member Functions inherited from ProcessLib::SubmeshAssemblySupport | |
| virtual | ~SubmeshAssemblySupport ()=default |
Private Member Functions | |
| void | constructDofTable () override |
| void | initializeConcreteProcess (NumLib::LocalToGlobalIndexMap const &dof_table, MeshLib::Mesh const &mesh, unsigned const integration_order) override |
| Process specific initialization called by initialize(). | |
| void | initializeBoundaryConditions (std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media) override |
| void | setInitialConditionsConcreteProcess (std::vector< GlobalVector * > &x, double const t, int const process_id) override |
| void | assembleConcreteProcess (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) override |
| void | assembleWithJacobianConcreteProcess (const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) override |
| void | preTimestepConcreteProcess (std::vector< GlobalVector * > const &x, double const t, double const dt, const int process_id) override |
| void | postTimestepConcreteProcess (std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, const double t, const double dt, int const) override |
| NumLib::LocalToGlobalIndexMap const & | getDOFTable (const int process_id) const override |
| std::vector< std::vector< std::string > > | initializeAssemblyOnSubmeshes (std::vector< std::reference_wrapper< MeshLib::Mesh > > const &meshes) override |
| void | computeSecondaryVariableConcrete (double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, const int process_id) override |
| std::tuple< NumLib::LocalToGlobalIndexMap *, bool > | getDOFTableForExtrapolatorData () const override |
| bool | hasMechanicalProcess (int const process_id) const |
| Private Member Functions inherited from ProcessLib::AssemblyMixin< TH2MProcess< DisplacementDim > > | |
| void | initializeAssemblyOnSubmeshes (std::vector< std::reference_wrapper< MeshLib::Mesh > > const &submeshes, std::vector< std::vector< std::string > > const &residuum_names) |
| void | updateActiveElements () |
| void | assemble (double const t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b, std::vector< std::size_t > const *const sorted_element_subset=nullptr, bool const copy_residua_to_mesh=false) |
| void | assembleWithJacobian (double const t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac, std::vector< std::size_t > const *const sorted_element_subset=nullptr, bool const copy_residua_to_mesh=false) |
| void | preOutput (double const t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id) |
Private Attributes | |
| std::vector< MeshLib::Node * > | _base_nodes |
| std::unique_ptr< MeshLib::MeshSubset const > | _mesh_subset_base_nodes |
| TH2MProcessData< DisplacementDim > | _process_data |
| std::vector< std::unique_ptr< LocalAssemblerInterface< DisplacementDim > > > | local_assemblers_ |
| std::unique_ptr< NumLib::LocalToGlobalIndexMap > | _local_to_global_index_map_single_component |
| std::unique_ptr< NumLib::LocalToGlobalIndexMap > | _local_to_global_index_map_with_base_nodes |
| GlobalSparsityPattern | _sparsity_pattern_with_linear_element |
Static Private Attributes | |
| static constexpr int | monolithic_process_id = 0 |
| static constexpr int | deformation_process_id = 3 |
| static constexpr int | n_gas_pressure_components = 1 |
| static constexpr int | n_capillary_pressure_components = 1 |
| static constexpr int | n_temperature_components = 1 |
| static constexpr int | n_displacement_components = DisplacementDim |
Friends | |
| class | AssemblyMixin< TH2MProcess< DisplacementDim > > |
| ProcessLib::TH2M::TH2MProcess< DisplacementDim >::TH2MProcess | ( | std::string | name, |
| MeshLib::Mesh & | mesh, | ||
| std::unique_ptr< ProcessLib::AbstractJacobianAssembler > && | jacobian_assembler, | ||
| std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const & | parameters, | ||
| unsigned const | integration_order, | ||
| std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > && | process_variables, | ||
| TH2MProcessData< DisplacementDim > && | process_data, | ||
| SecondaryVariableCollection && | secondary_variables, | ||
| bool const | use_monolithic_scheme, | ||
| bool const | is_linear ) |
Definition at line 28 of file TH2MProcess.cpp.
References ProcessLib::Process::Process(), TH2MProcess(), ProcessLib::Process::_jacobian_assembler, and ProcessLib::Process::name.
Referenced by TH2MProcess(), and AssemblyMixin< TH2MProcess< DisplacementDim > >.
|
overrideprivatevirtual |
Implements ProcessLib::Process.
Definition at line 240 of file TH2MProcess.cpp.
References ProcessLib::Process::_jacobian_assembler, ProcessLib::Process::assemble(), DBUG(), and OGS_FATAL.
|
overrideprivatevirtual |
Implements ProcessLib::Process.
Definition at line 259 of file TH2MProcess.cpp.
References ProcessLib::Process::_use_monolithic_scheme, ProcessLib::Process::assembleWithJacobian(), and OGS_FATAL.
|
overrideprivatevirtual |
Reimplemented from ProcessLib::Process.
Definition at line 306 of file TH2MProcess.cpp.
References ProcessLib::Process::cell_average_data_, ProcessLib::computeCellAverages(), ProcessLib::LocalAssemblerInterface::computeSecondaryVariable(), DBUG(), NumLib::SerialExecutor::executeSelectedMemberOnDereferenced(), ProcessLib::Process::getActiveElementIDs(), ProcessLib::Process::getDOFTables(), and local_assemblers_.
|
overrideprivatevirtual |
This function is for general cases, in which all equations of the coupled processes have the same number of unknowns. For the general cases with the staggered scheme, all equations of the coupled processes share one DOF table hold by _local_to_global_index_map. Other cases can be considered by overloading this member function in the derived class.
Reimplemented from ProcessLib::Process.
Definition at line 85 of file TH2MProcess.cpp.
References _base_nodes, ProcessLib::Process::_local_to_global_index_map, _local_to_global_index_map_single_component, ProcessLib::Process::_mesh, ProcessLib::Process::_mesh_subset_all_nodes, _mesh_subset_base_nodes, _process_data, ProcessLib::Process::_use_monolithic_scheme, NumLib::BY_LOCATION, deformation_process_id, MeshLib::getBaseNodes(), ProcessLib::Process::getProcessVariables(), monolithic_process_id, n_capillary_pressure_components, n_displacement_components, n_gas_pressure_components, n_temperature_components, and OGS_FATAL.
|
overrideprivatevirtual |
Reimplemented from ProcessLib::Process.
Definition at line 351 of file TH2MProcess.cpp.
References ProcessLib::Process::_local_to_global_index_map, _local_to_global_index_map_with_base_nodes, and hasMechanicalProcess().
|
overrideprivatevirtual |
Get the address of a LocalToGlobalIndexMap, and the status of its memory. If the LocalToGlobalIndexMap is created as new in this function, the function also returns a true boolean value to let Extrapolator manage the memory by the address returned by this function.
Reimplemented from ProcessLib::Process.
Definition at line 343 of file TH2MProcess.cpp.
References _local_to_global_index_map_single_component.
|
override |
Get the size and the sparse pattern of the global matrix in order to create the global matrices and vectors for the system equations of this process.
| process_id | Process ID. If the monolithic scheme is applied, process_id = 0. For the staggered scheme, process_id = 0 represents the hydraulic (H) process, while process_id = 1 represents the mechanical (M) process. |
Definition at line 66 of file TH2MProcess.cpp.
References ProcessLib::Process::_local_to_global_index_map, _local_to_global_index_map_with_base_nodes, ProcessLib::Process::_sparsity_pattern, _sparsity_pattern_with_linear_element, ProcessLib::Process::_use_monolithic_scheme, and deformation_process_id.
|
inlineprivate |
Check whether the process represented by process_id is/has mechanical process. In the present implementation, the mechanical process has process_id == 1 in the staggered scheme.
Definition at line 137 of file TH2MProcess.h.
References ProcessLib::Process::_use_monolithic_scheme, and deformation_process_id.
Referenced by getDOFTable(), and preTimestepConcreteProcess().
|
overrideprivatevirtual |
Initializes the assembly on submeshes
| meshes | the submeshes on whom the assembly shall proceed. |
meshes must be a must be a non-overlapping cover of the entire simulation domain (bulk mesh)!Reimplemented from ProcessLib::SubmeshAssemblySupport.
Definition at line 327 of file TH2MProcess.cpp.
References INFO(), and initializeAssemblyOnSubmeshes().
Referenced by initializeAssemblyOnSubmeshes().
|
overrideprivatevirtual |
Member function to initialize the boundary conditions for all coupled processes. It is called by initialize().
Reimplemented from ProcessLib::Process.
Definition at line 209 of file TH2MProcess.cpp.
References ProcessLib::Process::_local_to_global_index_map, ProcessLib::Process::_use_monolithic_scheme, ProcessLib::Process::initializeProcessBoundaryConditionsAndSourceTerms(), monolithic_process_id, and OGS_FATAL.
|
overrideprivatevirtual |
Process specific initialization called by initialize().
Implements ProcessLib::Process.
Definition at line 142 of file TH2MProcess.cpp.
References ProcessLib::Process::_integration_point_writer, ProcessLib::Process::_local_to_global_index_map, _process_data, ProcessLib::Process::_secondary_variables, ProcessLib::Reflection::addReflectedSecondaryVariables(), ProcessLib::TH2M::createLocalAssemblers(), NumLib::SerialExecutor::executeMemberOnDereferenced(), MeshLib::Mesh::getElements(), ProcessLib::Process::getExtrapolator(), MeshLib::getOrCreateMeshProperty(), MeshLib::Mesh::getProperties(), ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::getReflectionDataForOutput(), ProcessLib::LocalAssemblerInterface::initialize(), MeshLib::Mesh::isAxiallySymmetric(), local_assemblers_, ProcessLib::makeExtrapolator(), ProcessLib::Process::name, MeshLib::Node, ProcessLib::setIPDataInitialConditions(), ProcessLib::Deformation::solidMaterialInternalToSecondaryVariables(), and ProcessLib::Deformation::solidMaterialInternalVariablesToIntegrationPointWriter().
|
override |
Definition at line 59 of file TH2MProcess.cpp.
References isLinear().
Referenced by isLinear().
|
overrideprivatevirtual |
Reimplemented from ProcessLib::Process.
Definition at line 292 of file TH2MProcess.cpp.
References DBUG(), NumLib::SerialExecutor::executeSelectedMemberOnDereferenced(), ProcessLib::Process::getActiveElementIDs(), ProcessLib::Process::getDOFTables(), local_assemblers_, and ProcessLib::LocalAssemblerInterface::postTimestep().
|
overrideprivatevirtual |
Reimplemented from ProcessLib::Process.
Definition at line 274 of file TH2MProcess.cpp.
References ProcessLib::Process::_local_to_global_index_map, DBUG(), NumLib::SerialExecutor::executeSelectedMemberOnDereferenced(), ProcessLib::Process::getActiveElementIDs(), hasMechanicalProcess(), local_assemblers_, ProcessLib::LocalAssemblerInterface::preTimestep(), and ProcessLib::AssemblyMixin< TH2MProcess< DisplacementDim > >::updateActiveElements().
|
overrideprivatevirtual |
Reimplemented from ProcessLib::Process.
Definition at line 224 of file TH2MProcess.cpp.
References DBUG(), NumLib::SerialExecutor::executeMemberOnDereferenced(), ProcessLib::Process::getDOFTables(), local_assemblers_, and ProcessLib::LocalAssemblerInterface::setInitialConditions().
|
friend |
Definition at line 153 of file TH2MProcess.h.
References TH2MProcess().
|
private |
Definition at line 105 of file TH2MProcess.h.
Referenced by constructDofTable().
|
private |
Definition at line 113 of file TH2MProcess.h.
Referenced by constructDofTable(), and getDOFTableForExtrapolatorData().
|
private |
Local to global index mapping for base nodes, which is used for linear interpolation for pressure in the staggered scheme.
Definition at line 118 of file TH2MProcess.h.
Referenced by getDOFTable(), and getMatrixSpecifications().
|
private |
Definition at line 106 of file TH2MProcess.h.
Referenced by constructDofTable().
|
private |
Definition at line 107 of file TH2MProcess.h.
Referenced by constructDofTable(), and initializeConcreteProcess().
|
private |
Sparsity pattern for the flow equation, and it is initialized only if the staggered scheme is used.
Definition at line 122 of file TH2MProcess.h.
Referenced by getMatrixSpecifications().
|
staticconstexprprivate |
Definition at line 143 of file TH2MProcess.h.
Referenced by constructDofTable(), getMatrixSpecifications(), and hasMechanicalProcess().
|
private |
Definition at line 110 of file TH2MProcess.h.
Referenced by computeSecondaryVariableConcrete(), initializeConcreteProcess(), postTimestepConcreteProcess(), preTimestepConcreteProcess(), and setInitialConditionsConcreteProcess().
|
staticconstexprprivate |
Definition at line 142 of file TH2MProcess.h.
Referenced by constructDofTable(), and initializeBoundaryConditions().
|
staticconstexprprivate |
Definition at line 147 of file TH2MProcess.h.
Referenced by constructDofTable().
|
staticconstexprprivate |
Definition at line 149 of file TH2MProcess.h.
Referenced by constructDofTable().
|
staticconstexprprivate |
Definition at line 146 of file TH2MProcess.h.
Referenced by constructDofTable().
|
staticconstexprprivate |
Definition at line 148 of file TH2MProcess.h.
Referenced by constructDofTable().