Skip to content
Snippets Groups Projects
Commit 13467f05 authored by Theresa Schollenberger's avatar Theresa Schollenberger
Browse files

[mpnc][brineair] dont use compositional solid system

parent c65b0f7d
No related branches found
No related tags found
No related merge requests found
......@@ -71,15 +71,15 @@ struct FluidSystem<TypeTag, TTag::Salinization>
using type = FluidSystems::BrineAir<Scalar, Components::H2O<Scalar>>;
};
template<class TypeTag>
struct SolidSystem<TypeTag, TTag::Salinization>
{
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
using ComponentOne = Components::NaCl<Scalar>;
using ComponentTwo = Components::Granite<Scalar>;
static constexpr int numInertComponents = 1;
using type = SolidSystems::CompositionalSolidPhase<Scalar, ComponentOne, ComponentTwo, numInertComponents>;
};
// template<class TypeTag>
// struct SolidSystem<TypeTag, TTag::Salinization>
// {
// using Scalar = GetPropType<TypeTag, Properties::Scalar>;
// using ComponentOne = Components::NaCl<Scalar>;
// using ComponentTwo = Components::Granite<Scalar>;
// static constexpr int numInertComponents = 1;
// using type = SolidSystems::CompositionalSolidPhase<Scalar, ComponentOne, ComponentTwo, numInertComponents>;
// };
// Set the spatial parameters
template<class TypeTag>
......
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