|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
#ifndef CFDSTRUCTDEFINE_H
|
|
|
|
|
#define CFDSTRUCTDEFINE_H
|
|
|
|
|
|
|
|
|
|
#include <QCoreApplication>
|
|
|
|
|
#include <QObject>
|
|
|
|
|
|
|
|
|
|
#define QVA_GLOBAL(x) QVariant::fromValue(x)
|
|
|
|
@ -64,5 +65,9 @@ enum class SolutionAnalysisModuleProperty {
|
|
|
|
|
UNKNOW,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // CFDSTRUCTDEFINE_H
|
|
|
|
|
// 模板json文件路径
|
|
|
|
|
const std::string templateJSONPath = QCoreApplication::applicationDirPath().toStdString() + "..\\Resources\\template.json";
|
|
|
|
|
// 输出json文件路径
|
|
|
|
|
const std::string caseJSONPath = QCoreApplication::applicationDirPath().toStdString() + "..\\Resources\\case-01.json";
|
|
|
|
|
|
|
|
|
|
#endif // CFDSTRUCTDEFINE_H
|
|
|
|
|