mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3333 Rename POISSON_RATIO to RATIO for element property tables.
This commit is contained in:
@@ -345,7 +345,7 @@ void RigGeoMechWellLogExtractor::wellBoreWallCurveData(const RigFemResultAddress
|
||||
RigFemResultAddress porBarResAddr(RIG_ELEMENT_NODAL, "POR-Bar", "");
|
||||
// Allow POR as an element property value
|
||||
RigFemResultAddress porElementResAddr(RIG_ELEMENT, "POR", "");
|
||||
RigFemResultAddress poissonResAddr(RIG_ELEMENT, "POISSONS_RATIO", "");
|
||||
RigFemResultAddress poissonResAddr(RIG_ELEMENT, "RATIO", "");
|
||||
RigFemResultAddress ucsResAddr(RIG_ELEMENT, "UCS", "");
|
||||
|
||||
const RigFemPart* femPart = m_caseData->femParts()->part(0);
|
||||
|
||||
Reference in New Issue
Block a user