SimCenter CWE Client Program  1.1.2
This repo contains a Qt-UI program which communicates with the SimCenter Agave Server to run CFD simulations.
Signals | Public Member Functions | List of all members
CWEcaseInstance Class Reference

Signals

void haveNewState (CaseState newState)
 
void underlyingFilesInterlockSignal ()
 

Public Member Functions

 CWEcaseInstance (const FileNodeRef &newCaseFolder)
 
 CWEcaseInstance (CWEanalysisType *caseType)
 
bool isDefunct ()
 
CaseState getCaseState ()
 
const FileNodeRef getCaseFolder ()
 
QString getCaseName ()
 
CWEanalysisTypegetMyType ()
 
QMap< QString, QString > getCurrentParams ()
 
QMap< QString, StageState > getStageStates ()
 
bool createCase (QString newName, const FileNodeRef &containingFolder)
 
bool duplicateCase (QString newName, const FileNodeRef &containingFolder, const FileNodeRef &oldCase)
 
bool changeParameters (QMap< QString, QString > paramList)
 
bool startStageApp (QString stageID)
 
bool rollBack (QString stageToDelete)
 
bool stopJob ()
 
bool downloadCase (QString destLocalFile)