Added calculation of Total Stress (ST)

Seems to work ok, but the nubers are not yet verified.
This commit is contained in:
Jacob Støren
2015-06-15 12:15:00 +02:00
parent e10bc01532
commit 33614b30bc
4 changed files with 87 additions and 42 deletions

View File

@@ -104,7 +104,7 @@ bool RigGeoMechCaseData::openAndReadFemParts(std::string* errorMessage)
progress.setProgressDescription("Calculating element neighbors");
// Initialize results containers
m_femPartResultsColl = new RigFemPartResultsCollection(m_readerInterface.p(), m_femParts->partCount());
m_femPartResultsColl = new RigFemPartResultsCollection(m_readerInterface.p(), m_femParts.p());
// Calculate derived Fem data
for (int pIdx = 0; pIdx < m_femParts->partCount(); ++pIdx)