Added beamWidth and beamHeight static variables

This commit is contained in:
iasonmanolas 2022-07-12 13:10:14 +03:00
parent a0ed388c56
commit b4fb31748c
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ private:
std::vector<bool> scenarioIsSymmetrical; std::vector<bool> scenarioIsSymmetrical;
int fullPatternNumberOfEdges; int fullPatternNumberOfEdges;
constexpr static double youngsModulus{1 * 1e9}; constexpr static double youngsModulus{1 * 1e9};
constexpr static double beamWidth{0.001};
constexpr static double beamHeight{0.001};
std::string fullPatternLabel; std::string fullPatternLabel;
// ReducedModelOptimization::Settings optimizationSettings; // ReducedModelOptimization::Settings optimizationSettings;