adding thresholdPressure() interface to FlowProblemComp

although we do not support it yet.
This commit is contained in:
Kai Bao
2024-10-21 17:57:22 +02:00
parent 3635132d95
commit e4d1311589
5 changed files with 29 additions and 8 deletions

View File

@@ -1816,13 +1816,11 @@ INSTANTIATE_TYPE(float)
template<class T> using FS##NUM = GenericOilGasFluidSystem<T, NUM>; \
template class GenericOutputBlackoilModule<FS##NUM<double>>;
//INSTANTIATE_COMP(2)
INSTANTIATE_COMP(2)
INSTANTIATE_COMP(3)
//INSTANTIATE_COMP(4)
//INSTANTIATE_COMP(5)
//INSTANTIATE_COMP(6)
//INSTANTIATE_COMP(7)
// template class GenericOutputBlackoilModule<GenericOilGasFluidSystem<double, 3>>;
INSTANTIATE_COMP(4)
INSTANTIATE_COMP(5)
INSTANTIATE_COMP(6)
INSTANTIATE_COMP(7)
} // namespace Opm