Skip to content
Snippets Groups Projects
Commit 45b21069 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[spatialparams] state material law type

parent d2f582e9
No related branches found
No related tags found
1 merge request!892[pm][ff] Improve indices, move into model traits, [pm] free volume variables from type tag
......@@ -50,9 +50,11 @@ class FVSpatialParams: public FVSpatialParamsOneP<TypeTag>
using GlobalPosition = Dune::FieldVector<typename GridView::ctype, dimWorld>;
public:
FVSpatialParams(const Problem& problem)
: FVSpatialParamsOneP<TypeTag>(problem)
{}
//! export the type used for the material law
using MaterialLaw = typename GET_PROP_TYPE(TypeTag, MaterialLaw);
//! The constructor
FVSpatialParams(const Problem& problem) : FVSpatialParamsOneP<TypeTag>(problem) {}
/*!
* \brief Function for defining the parameters needed by constitutive relationships (kr-sw, pc-sw, etc.).
......
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