mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6032 Rename PORE-COMPRESSIBILITY to COMPRESSIBILITY
This commit is contained in:
parent
e9e32bfc3a
commit
0b908370f3
@ -50,7 +50,7 @@ RigFemPartResultCalculatorPoreCompressibility::~RigFemPartResultCalculatorPoreCo
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RigFemPartResultCalculatorPoreCompressibility::isMatching( const RigFemResultAddress& resVarAddr ) const
|
||||
{
|
||||
return ( resVarAddr.fieldName == "PORE-COMPRESSIBILITY" &&
|
||||
return ( resVarAddr.fieldName == "COMPRESSIBILITY" &&
|
||||
( resVarAddr.componentName == "PORE" || resVarAddr.componentName == "VERTICAL" ||
|
||||
resVarAddr.componentName == "VERTICAL-RATIO" ) );
|
||||
}
|
||||
|
@ -355,13 +355,11 @@ void RigFemPartResultsCollection::setBiotCoefficientParameters( double biotFixed
|
||||
}
|
||||
|
||||
deleteResult(
|
||||
RigFemResultAddress( elementType, "PORE-COMPRESSIBILITY", "PORE", RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
RigFemResultAddress( elementType, "COMPRESSIBILITY", "PORE", RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
deleteResult(
|
||||
RigFemResultAddress( elementType, "COMPRESSIBILITY", "VERTICAL", RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
deleteResult( RigFemResultAddress( elementType,
|
||||
"PORE-COMPRESSIBILITY",
|
||||
"VERTICAL",
|
||||
RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
deleteResult( RigFemResultAddress( elementType,
|
||||
"PORE-COMPRESSIBILITY",
|
||||
"COMPRESSIBILITY",
|
||||
"VERTICAL-RATIO",
|
||||
RigFemResultAddress::allTimeLapsesValue() ) );
|
||||
|
||||
@ -615,9 +613,9 @@ std::map<std::string, std::vector<std::string>>
|
||||
fieldCompNames["NE"].push_back( "E2" );
|
||||
fieldCompNames["NE"].push_back( "E3" );
|
||||
|
||||
fieldCompNames["PORE-COMPRESSIBILITY"].push_back( "PORE" );
|
||||
fieldCompNames["PORE-COMPRESSIBILITY"].push_back( "VERTICAL" );
|
||||
fieldCompNames["PORE-COMPRESSIBILITY"].push_back( "VERTICAL-RATIO" );
|
||||
fieldCompNames["COMPRESSIBILITY"].push_back( "PORE" );
|
||||
fieldCompNames["COMPRESSIBILITY"].push_back( "VERTICAL" );
|
||||
fieldCompNames["COMPRESSIBILITY"].push_back( "VERTICAL-RATIO" );
|
||||
}
|
||||
else if ( resPos == RIG_INTEGRATION_POINT )
|
||||
{
|
||||
@ -694,9 +692,9 @@ std::map<std::string, std::vector<std::string>>
|
||||
fieldCompNames["NE"].push_back( "E2" );
|
||||
fieldCompNames["NE"].push_back( "E3" );
|
||||
|
||||
fieldCompNames["PORE-COMPRESSIBILITY"].push_back( "PORE" );
|
||||
fieldCompNames["PORE-COMPRESSIBILITY"].push_back( "VERTICAL" );
|
||||
fieldCompNames["PORE-COMPRESSIBILITY"].push_back( "VERTICAL-RATIO" );
|
||||
fieldCompNames["COMPRESSIBILITY"].push_back( "PORE" );
|
||||
fieldCompNames["COMPRESSIBILITY"].push_back( "VERTICAL" );
|
||||
fieldCompNames["COMPRESSIBILITY"].push_back( "VERTICAL-RATIO" );
|
||||
}
|
||||
else if ( resPos == RIG_ELEMENT_NODAL_FACE )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user