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.
Public Member Functions | Static Public Member Functions | List of all members
CWEanalysisType Class Reference

Public Member Functions

 CWEanalysisType (QJsonDocument rawJSON)
 
bool validParse ()
 
QString getInternalName ()
 
QString getDisplayName ()
 
QString getDescription ()
 
QIcon * getIcon ()
 
int getListOrderNum ()
 
QString translateStageId (QString stageId)
 
TEMPLATE_STAGE getStageFromId (QString stageId)
 
TEMPLATE_GROUP getGroupFromIds (QString stageId, QString groupId)
 
QStringList getStageIds ()
 

Static Public Member Functions

static bool jsonConfigIsEnabled (QJsonDocument *aDocument, bool inDebugMode)
 
static QJsonDocument getRawJSON (QString configFolder, QString configFile)
 
static QJsonObject getStageById (QJsonArray stageList, QString toFind)