mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Revert "Fault Reactivation Model: Remove incorrect boundary conditions."
This reverts commit 06eb0fb724.
This commit is contained in:
@@ -316,6 +316,15 @@ std::pair<bool, std::string>
|
||||
}
|
||||
}
|
||||
|
||||
std::string partSymmetry = "XSYMM";
|
||||
for ( const auto& part : parts )
|
||||
{
|
||||
auto partNameIt = partNames.find( part );
|
||||
CAF_ASSERT( partNameIt != partNames.end() );
|
||||
std::string partName = partNameIt->second;
|
||||
printBoundaryCondition( stream, partName + "." + partName, partSymmetry );
|
||||
}
|
||||
|
||||
return { true, "" };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user