Added beamWidth and beamHeight static variables
This commit is contained in:
parent
a0ed388c56
commit
b4fb31748c
|
@ -90,6 +90,8 @@ private:
|
|||
std::vector<bool> scenarioIsSymmetrical;
|
||||
int fullPatternNumberOfEdges;
|
||||
constexpr static double youngsModulus{1 * 1e9};
|
||||
constexpr static double beamWidth{0.001};
|
||||
constexpr static double beamHeight{0.001};
|
||||
std::string fullPatternLabel;
|
||||
// ReducedModelOptimization::Settings optimizationSettings;
|
||||
|
||||
|
|
Loading…
Reference in New Issue