Added nodal results reading to Femreader interface

Adjusted interface
Started to add control code to fire reader and visualization generation
This commit is contained in:
Jacob Støren
2015-04-25 08:57:34 +02:00
parent c3ec79d6e1
commit b94ba6ca0b
9 changed files with 56 additions and 27 deletions

View File

@@ -717,6 +717,7 @@ bool RiaApplication::openOdbCaseFromFile(const QString& fileName)
QString caseName = gridFileName.completeBaseName();
RimGeoMechCase* geoMechCase = new RimGeoMechCase();
geoMechCase->setFileName(fileName);
geoMechCase->caseUserDescription = caseName;
RimGeoMechModels* geoMechModelCollection = m_project->activeOilField() ? m_project->activeOilField()->geoMechModels() : NULL;