summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesData.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-08-30 20:42:27 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-08-30 20:42:27 -0300
commit516cdb72d3ff99a1ee786d3ea24c9b579272fe76 (patch)
tree6017213d5e270f94c1063d11e793c196e3c969f8 /Project/PropertiesData.h
parent1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f (diff)
downloadPSP.git-516cdb72d3ff99a1ee786d3ea24c9b579272fe76.tar.gz
PSP.git-516cdb72d3ff99a1ee786d3ea24c9b579272fe76.tar.xz
PSP.git-516cdb72d3ff99a1ee786d3ea24c9b579272fe76.zip
COI (center of inertia) implemented
See Milano's book p. 342
Diffstat (limited to 'Project/PropertiesData.h')
-rw-r--r--Project/PropertiesData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/PropertiesData.h b/Project/PropertiesData.h
index 4c8d2c9..634e60e 100644
--- a/Project/PropertiesData.h
+++ b/Project/PropertiesData.h
@@ -29,6 +29,7 @@ struct SimulationData {
int stabilityMaxIterations = 100;
int controlTimeStepRatio = 10;
double plotTime = 1e-2;
+ bool useCOI = true;
};
struct GeneralData {