PHengLEI-TestCases/F07-TwoD_NACA0012_PitchingM.../bin/kinetic_para.hypara

56 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

2021-12-31 10:11:18 +08:00
#########################################################################
# Parameter for RBD #
# *<2A><><EFBFBD><EFBFBD>ѧ<EFBFBD><D1A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ٵ<EFBFBD><D9B5><EFBFBD>ʽ #
#########################################################################
int codeOfAleModel = 1;
#########################################################################
# <20><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>NS<4E><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ٻ<EFBFBD><D9BB><EFBFBD><EFBFBD>أ<EFBFBD> #
#########################################################################
double referenceLength = 1.0;
double referenceVelocity = 204.17671;
double referenceDensity = 0.420671;
2021-12-31 10:11:18 +08:00
int strategyForFaceNormalVelocity = 0; //0-By Sweeping volume; 1-By face center 1st; 2-By face center 2nd;
int strategyForGCLSource = 0; //0-present; 1-Ahn;
#########################################################################
# <20><><EFBFBD><EFBFBD>ѧ<EFBFBD><D1A7><EFBFBD>̼<EFBFBD><CCBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ز<EFBFBD><D8B2><EFBFBD> #
#########################################################################
//0:1st-Admas-Bashforth; 1:2nd-Admas-Bashforth; 2:1st-Implicit-Euler; 3:2nd-Implicit Euler; 4:2nd-Adams-Moulton; 5:3rd-Adams-Moulton
int methodForKineticEquation = 0;
double relaxParameterOfKinetic = 0.1;
#########################################################################
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˶<EFBFBD><CBB6><EFBFBD>Ϣ #
#########################################################################
int numberOfMovingBodies = 1;
############################## body0 ##############################
2023-06-26 16:57:41 +08:00
// mass of parts.
2021-12-31 10:11:18 +08:00
double mass_0 = 1.0;
2023-06-26 16:57:41 +08:00
// mass matrix of parts Ixx Iyy Izz Ixy Ixz Iyz.
2021-12-31 10:11:18 +08:00
double massMatrix_0[] = 1e-7, 1e-6, 1e-6, 0.0, 0.0, 0.0;
2023-06-26 16:57:41 +08:00
// initial six DOF position information of parts. xc yc zc.
2021-12-31 10:11:18 +08:00
double massCenter_0[] = 0.265 , 0.0, 0.0;
2023-06-26 16:57:41 +08:00
// initial six DOF position information of parts. angleX angleY angleZ.
2021-12-31 10:11:18 +08:00
double attitudeAngle_0[] = 0.0 , 0.0, 0.0;
2023-06-26 16:57:41 +08:00
// initial six DOF move information of parts. vc vy vz.
2021-12-31 10:11:18 +08:00
double massCenterVelocity_0[] = 0.0, 0.0, 0.0;
2023-06-26 16:57:41 +08:00
// initial six DOF move information of parts. omigX omigY omigZ.
2021-12-31 10:11:18 +08:00
double angularVelocity_0[] = 0.0, 0.0, 0.0;
2023-06-26 16:57:41 +08:00
// the object that the parts belong to.
2021-12-31 10:11:18 +08:00
int fartherIndex_0 = -1;
2023-06-26 16:57:41 +08:00
// the assembly position of the parts. xc yc zc angleX angleY angleZ.
2021-12-31 10:11:18 +08:00
double configPamameter_0[] = 0.0 ,0.0 ,0.0 ,0.0 ,0.0 ,0.0;
2023-06-26 16:57:41 +08:00
// the moving method of parts.
2021-12-31 10:11:18 +08:00
int RBDMethod_0 = 14;
double amplitude_0 = 2.41;
double reduceFrequency_0 = 0.0808;
//string uDFSixDofFileName_0 = "./Bin/UDFSixDof.Parameter";
2023-06-26 16:57:41 +08:00
// additional force(inertia system) fX fY fZ.
2021-12-31 10:11:18 +08:00
double addedForce_0[] = 0.0 ,0.0 ,0.0 ;
2023-06-26 16:57:41 +08:00
// additional moment(inertia system) mX mY mZ.
2021-12-31 10:11:18 +08:00
double addedMoment_0[] = 0.0 ,0.0 ,0.0 ;
2023-06-26 16:57:41 +08:00
// the deformation method of the parts.
2021-12-31 10:11:18 +08:00
int morphing_0 = 0;