Skip to content

Commit

Permalink
register ForceDisableFluidInPlaceOutput for flowexp_comp
Browse files Browse the repository at this point in the history
FluidSystem<0> at this stage due to how it is implemented
  • Loading branch information
GitPaean committed Jan 29, 2025
1 parent 270018c commit dd9a7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions opm/simulators/flow/GenericOutputBlackoilModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,8 @@ INSTANTIATE_TYPE(float)
template<class T> using FS##NUM = GenericOilGasFluidSystem<T, NUM>; \
template class GenericOutputBlackoilModule<FS##NUM<double>>;

INSTANTIATE_COMP(0) // \Note: to register the parameter ForceDisableFluidInPlaceOutput

INSTANTIATE_COMP(2)
INSTANTIATE_COMP(3)
INSTANTIATE_COMP(4)
Expand Down
7 changes: 0 additions & 7 deletions opm/simulators/flow/OutputCompositionalModule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ class OutputCompositionalModule : public GenericOutputBlackoilModule<GetPropType
}
}

/*!
* \brief Register all run-time parameters for the Vtk output module.
*/
static void registerParameters()
{
}

/*!
* \brief Allocate memory for the scalar fields we would like to
* write to ECL output files
Expand Down

0 comments on commit dd9a7db

Please sign in to comment.