Skip to content
Snippets Groups Projects
Commit e037dbe4 authored by wenqing's avatar wenqing Committed by Dmitri Naumov
Browse files

[Parameter Doc] Fixed some errors (#2301)

Fixed the documentation for an used parameter
parent d0b5a615
No related branches found
No related tags found
No related merge requests found
The constitutive relation for the mechanical part. It works for all material models.
\ No newline at end of file
The type of constitutive relation. See
ProcessLib::ThermoMechanics::createThermoMechanicsProcess()
for available implementations.
\copydoc ogs_file_param__material__solid__constitutive_relation
Deprecated config tag. Don't use the tag. Please configure your output within
the global output section, i. e., within the xpath
'//OpenGeoSysProject/time_loop/output'.
Don't use the tag. It is a deprecated config tag. Please configure your output
within the global output section, i. e., within the xpath
'//OpenGeoSysProject/time_loop/output'.
\ No newline at end of file
......@@ -134,6 +134,7 @@ std::unique_ptr<BoundaryCondition> createBoundaryCondition(
{
return ProcessLib::
createPhaseFieldIrreversibleDamageOracleBoundaryCondition(
//! \ogs_file_param_special{prj__process_variables__process_variable__boundary_conditions__boundary_condition__PhaseFieldIrreversibleDamageOracleBoundaryCondition}
config.config, dof_table, bulk_mesh, variable_id,
*config.component_id);
}
......
......@@ -100,6 +100,8 @@ std::unique_ptr<Process> createThermoMechanicsProcess(
variable_T->getNumberOfComponents());
}
//! \ogs_file_param{prj__processes__process__THERMO_MECHANICS__constitutive_relation}
config.peekConfigParameter<std::string>("constitutive_relation");
auto solid_constitutive_relations =
MaterialLib::Solids::createConstitutiveRelations<DisplacementDim>(
parameters, config);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment