20 #ifndef WVFPDP_HPP_HEADER_INCLUDED 21 #define WVFPDP_HPP_HEADER_INCLUDED 27 namespace Opm {
namespace RestartIO {
36 static WVFPDP serializationTestObject();
38 double getPressureLoss (
double bhp_tab,
double thp_limit)
const;
39 double getPressureAdjustment()
const {
return m_dp; }
40 double getPLossScalingFactor()
const {
return m_fp; }
44 bool operator==(
const WVFPDP& other)
const;
45 bool operator!=(
const WVFPDP& other)
const;
47 template<
class Serializer>
61 #endif // WVFPDP_HPP_HEADER_INCLUDED This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: DeckRecord.hpp:32
Definition: WVFPDP.hpp:33
Class for (de-)serializing.
Definition: Serializer.hpp:94