Skip to content
Snippets Groups Projects
Commit 8d5db828 authored by joergbuchwald's avatar joergbuchwald
Browse files

move doc to class memberdocumentation, rename files in documentation

parent 0dafedb3
No related branches found
No related tags found
No related merge requests found
\copydoc MaterialPropertyLib::HeatConductionSaturationDependent
Effective thermal conductivity of the dry material.
Effective thermal conductivity of the wet material.
\copydoc MaterialPropertyLib::SaturationDependentHeatConduction
\copydoc MaterialPropertyLib::SaturationDependentHeatConduction::K_dry_
\copydoc MaterialPropertyLib::SaturationDependentHeatConduction::K_wet_
...@@ -37,7 +37,7 @@ public: ...@@ -37,7 +37,7 @@ public:
double const /*dt*/) const override; double const /*dt*/) const override;
private: private:
double const K_dry_; double const K_dry_; //< Effective thermal conductivity of the dry material.
double const K_wet_; double const K_wet_; //< Effective thermal conductivity of the wet material.
}; };
} // namespace MaterialPropertyLib } // namespace MaterialPropertyLib
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