OGS
ConstitutiveModels.h
Go to the documentation of this file.
1
11#pragma once
12
16
18{
20template <int DisplacementDim>
21using ConstitutiveModels = std::tuple<>;
22
23template <int DisplacementDim, typename TRMProcessData>
34} // namespace ProcessLib::RichardsMechanics
TupleOfModels constructModels(Args &&... args)
std::tuple<> ConstitutiveModels
Constitutive models used for assembly.
ConstitutiveModels< DisplacementDim > createConstitutiveModels(TRMProcessData const &process_data, MaterialLib::Solids::MechanicsBase< DisplacementDim > const &solid_material)
Eigen::Vector< double, DisplacementDim > specific_body_force