Fault Reactivation: Fix part boundary conditions.

Disallows movement out of the plane (fixates the nodes in Y direction).
This commit is contained in:
Kristian Bendiksen 2023-09-22 08:50:25 +02:00
parent 816bb2df8f
commit b44eee2d18

View File

@ -316,7 +316,7 @@ std::pair<bool, std::string>
}
}
std::string partSymmetry = "XSYMM";
std::string partSymmetry = "YSYMM";
for ( const auto& part : parts )
{
auto partNameIt = partNames.find( part );