OGS
EffectiveStressModel.h
Go to the documentation of this file.
1
11#pragma once
12
17#include "TraitsBase.h"
18
20{
21namespace ConstitutiveStressSaturation_StrainPressureTemperature
22{
23template <int DisplacementDim>
25{
26 void eval(
28 BiotData const& biot_data,
29 BishopsData const& bishops_data,
30 TotalStressData<DisplacementDim> const& total_stress_data,
32 sigma_eff_data) const;
33};
34
35extern template struct EffectiveStressModel<2>;
36extern template struct EffectiveStressModel<3>;
37} // namespace ConstitutiveStressSaturation_StrainPressureTemperature
38} // namespace ProcessLib::ThermoRichardsMechanics
void eval(CapillaryPressureData< DisplacementDim > const &p_cap_data, BiotData const &biot_data, BishopsData const &bishops_data, TotalStressData< DisplacementDim > const &total_stress_data, ProcessLib::ConstitutiveRelations::EffectiveStressData< DisplacementDim > &sigma_eff_data) const