mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add (all-zero) initialisation of new EquilRecord fields.
This commit is contained in:
parent
ec3befafae
commit
7120bdf1ce
@ -74,7 +74,8 @@ BOOST_AUTO_TEST_CASE (PhasePressure)
|
|||||||
{
|
{
|
||||||
{ 0 , 1e5 } , // Datum depth, pressure
|
{ 0 , 1e5 } , // Datum depth, pressure
|
||||||
{ 5 , 0 } , // Zwoc , Pcow_woc
|
{ 5 , 0 } , // Zwoc , Pcow_woc
|
||||||
{ 0 , 0 } // Zgoc , Pcgo_goc
|
{ 0 , 0 } , // Zgoc , Pcgo_goc
|
||||||
|
0, 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
Opm::Equil::EquilReg<RhoCalc>
|
Opm::Equil::EquilReg<RhoCalc>
|
||||||
@ -129,13 +130,15 @@ BOOST_AUTO_TEST_CASE (CellSubset)
|
|||||||
{
|
{
|
||||||
{ 0 , 1e5 } , // Datum depth, pressure
|
{ 0 , 1e5 } , // Datum depth, pressure
|
||||||
{ 2.5 , -0.075e5 } , // Zwoc , Pcow_woc
|
{ 2.5 , -0.075e5 } , // Zwoc , Pcow_woc
|
||||||
{ 0 , 0 } // Zgoc , Pcgo_goc
|
{ 0 , 0 } , // Zgoc , Pcgo_goc
|
||||||
|
0, 0, 0
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{
|
{
|
||||||
{ 5 , 1.35e5 } , // Datum depth, pressure
|
{ 5 , 1.35e5 } , // Datum depth, pressure
|
||||||
{ 7.5 , -0.225e5 } , // Zwoc , Pcow_woc
|
{ 7.5 , -0.225e5 } , // Zwoc , Pcow_woc
|
||||||
{ 5 , 0 } // Zgoc , Pcgo_goc
|
{ 5 , 0 } , // Zgoc , Pcgo_goc
|
||||||
|
0, 0, 0
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -244,13 +247,15 @@ BOOST_AUTO_TEST_CASE (RegMapping)
|
|||||||
{
|
{
|
||||||
{ 0 , 1e5 } , // Datum depth, pressure
|
{ 0 , 1e5 } , // Datum depth, pressure
|
||||||
{ 2.5 , -0.075e5 } , // Zwoc , Pcow_woc
|
{ 2.5 , -0.075e5 } , // Zwoc , Pcow_woc
|
||||||
{ 0 , 0 } // Zgoc , Pcgo_goc
|
{ 0 , 0 } , // Zgoc , Pcgo_goc
|
||||||
|
0, 0, 0
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{
|
{
|
||||||
{ 5 , 1.35e5 } , // Datum depth, pressure
|
{ 5 , 1.35e5 } , // Datum depth, pressure
|
||||||
{ 7.5 , -0.225e5 } , // Zwoc , Pcow_woc
|
{ 7.5 , -0.225e5 } , // Zwoc , Pcow_woc
|
||||||
{ 5 , 0 } // Zgoc , Pcgo_goc
|
{ 5 , 0 } , // Zgoc , Pcgo_goc
|
||||||
|
0, 0, 0
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user