00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef CGNSLIB_KEYWORDS_H
00028 #define CGNSLIB_KEYWORDS_H
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045 #define __CGNS_ENUMS__
00046
00047
00048
00049
00050
00051 #define CGNS_VERSION 3000
00052 #define CGNS_DOTVERS 3.0
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062 #define CG_MODE_READ 0
00063 #define CG_MODE_WRITE 1
00064 #define CG_MODE_MODIFY 2
00065 #define CG_MODE_CLOSED 3
00066
00067
00068
00069 #define CG_OK 0
00070 #define CG_ERROR 1
00071 #define CG_NODE_NOT_FOUND 2
00072 #define CG_INCORRECT_PATH 3
00073 #define CG_NO_INDEX_DIM 4
00074
00075
00076
00077 #define CG_Null 0
00078 #define CG_UserDefined 1
00079
00080
00081
00082 #define CG_MAX_GOTO_DEPTH 20
00083
00084
00085
00086 #define CG_CONFIG_ERROR 1
00087 #define CG_CONFIG_COMPRESS 2
00088 #define CG_CONFIG_SET_PATH 3
00089 #define CG_CONFIG_ADD_PATH 4
00090 #define CG_CONFIG_FILE_TYPE 5
00091
00092 #define CG_CONFIG_XML_DELETED 301
00093 #define CG_CONFIG_XML_NAMESPACE 302
00094 #define CG_CONFIG_XML_THRESHOLD 303
00095 #define CG_CONFIG_XML_COMPRESSION 304
00096
00097
00098
00099 #define CG_Null_s "Null"
00100 #define CG_UserDefined_s "Userdefined"
00101
00102
00103
00104
00105
00106
00107 #ifdef __CGNS_ENUMS__
00108 typedef enum {
00109 MassUnitsNull, MassUnitsUserDefined,
00110 Kilogram, Gram, Slug, PoundMass
00111 } MassUnits_t;
00112 #endif
00113 #define NofValidMassUnits 6
00114
00115 #define Kilogram_s "Kilogram"
00116 #define Gram_s "Gram"
00117 #define Slug_s "Slug"
00118 #define PoundMass_s "PoundMass"
00119 #define Meter_s "Meter"
00120
00121
00122 #ifdef __CGNS_ENUMS__
00123 typedef enum {
00124 LengthUnitsNull, LengthUnitsUserDefined,
00125 Meter, Centimeter, Millimeter, Foot, Inch
00126 } LengthUnits_t;
00127 #endif
00128 #define NofValidLengthUnits 7
00129
00130 #define Centimeter_s "Centimeter"
00131 #define Millimeter_s "Millimeter"
00132 #define Foot_s "Foot"
00133 #define Inch_s "Inch"
00134
00135
00136 #ifdef __CGNS_ENUMS__
00137 typedef enum {
00138 TimeUnitsNull, TimeUnitsUserDefined, Second
00139 } TimeUnits_t;
00140 #endif
00141 #define NofValidTimeUnits 3
00142
00143 #define Second_s "Second"
00144
00145
00146 #ifdef __CGNS_ENUMS__
00147 typedef enum {
00148 TemperatureUnitsNull, TemperatureUnitsUserDefined,
00149 Kelvin, Celsius, Rankine, Fahrenheit
00150 } TemperatureUnits_t;
00151 #endif
00152 #define NofValidTemperatureUnits 6
00153
00154 #define Kelvin_s "Kelvin"
00155 #define Celsius_s "Celsius"
00156 #define Rankine_s "Rankine"
00157 #define Fahrenheit_s "Fahrenheit"
00158
00159
00160 #ifdef __CGNS_ENUMS__
00161 typedef enum {
00162 AngleUnitsNull, AngleUnitsUserDefined, Degree, Radian
00163 } AngleUnits_t;
00164 #endif
00165 #define NofValidAngleUnits 4
00166
00167 #define Degree_s "Degree"
00168 #define Radian_s "Radian"
00169
00170
00171 #ifdef __CGNS_ENUMS__
00172 typedef enum {
00173 ElectricCurrentUnitsNull, ElectricCurrentUnitsUserDefined,
00174 Ampere, Abampere, Statampere, Edison, auCurrent
00175 } ElectricCurrentUnits_t;
00176 #endif
00177 #define NofValidElectricCurrentUnits 7
00178
00179 #define Ampere_s "Ampere"
00180 #define Abampere_s "Abampere"
00181 #define Statampere_s "Statampere"
00182 #define Edison_s "Edison"
00183 #define auCurrent_s "auCurrent"
00184
00185
00186 #ifdef __CGNS_ENUMS__
00187 typedef enum {
00188 SubstanceAmountUnitsNull, SubstanceAmountUnitsUserDefined,
00189 Mole, Entities, StandardCubicFoot, StandardCubicMeter
00190 } SubstanceAmountUnits_t;
00191 #endif
00192 #define NofValidSubstanceAmountUnits 6
00193
00194 #define Mole_s "Mole"
00195 #define Entities_s "Entities"
00196 #define StandardCubicFoot_s "StandardCubicFoot"
00197 #define StandardCubicMeter_s "StandardCubicMeter"
00198
00199
00200 #ifdef __CGNS_ENUMS__
00201 typedef enum {
00202 LuminousIntensityUnitsNull, LuminousIntensityUnitsUserDefined,
00203 Candela, Candle, Carcel, Hefner, Violle
00204 } LuminousIntensityUnits_t;
00205 #endif
00206 #define NofValidLuminousIntensityUnits 7
00207
00208 #define Candela_s "Candela"
00209 #define Candle_s "Candle"
00210 #define Carcel_s "Carcel"
00211 #define Hefner_s "Hefner"
00212 #define Violle_s "Violle"
00213
00214
00215
00216
00217
00218 #ifdef __CGNS_ENUMS__
00219 typedef enum {
00220 DataClassNull, DataClassUserDefined,
00221 Dimensional, NormalizedByDimensional,
00222 NormalizedByUnknownDimensional,
00223 NondimensionalParameter, DimensionlessConstant
00224 } DataClass_t;
00225 #endif
00226 #define NofValidDataClass 7
00227
00228 #define Dimensional_s "Dimensional"
00229 #define NormalizedByDimensional_s "NormalizedByDimensional"
00230 #define NormalizedByUnknownDimensional_s "NormalizedByUnknownDimensional"
00231 #define NondimensionalParameter_s "NondimensionalParameter"
00232 #define DimensionlessConstant_s "DimensionlessConstant"
00233
00234
00235
00236
00237
00238 #ifdef __CGNS_ENUMS__
00239 typedef enum {
00240 GridLocationNull, GridLocationUserDefined,
00241 Vertex, CellCenter, FaceCenter,
00242 IFaceCenter, JFaceCenter, KFaceCenter, EdgeCenter
00243 } GridLocation_t;
00244 #endif
00245 #define NofValidGridLocation 9
00246
00247 #define Vertex_s "Vertex"
00248 #define CellCenter_s "CellCenter"
00249 #define FaceCenter_s "FaceCenter"
00250 #define IFaceCenter_s "IFaceCenter"
00251 #define JFaceCenter_s "JFaceCenter"
00252 #define KFaceCenter_s "KFaceCenter"
00253 #define EdgeCenter_s "EdgeCenter"
00254
00255
00256
00257
00258
00259 #ifdef __CGNS_ENUMS__
00260 typedef enum {
00261 BCDataTypeNull, BCDataTypeUserDefined,
00262 Dirichlet, Neumann
00263 } BCDataType_t;
00264 #endif
00265 #define NofValidBCDataTypes 4
00266
00267 #define Dirichlet_s "Dirichlet"
00268 #define Neumann_s "Neumann"
00269
00270
00271
00272
00273
00274 #ifdef __CGNS_ENUMS__
00275 typedef enum {
00276 GridConnectivityTypeNull, GridConnectivityTypeUserDefined,
00277 Overset, Abutting, Abutting1to1
00278 } GridConnectivityType_t;
00279 #endif
00280 #define NofValidGridConnectivityTypes 5
00281
00282 #define Overset_s "Overset"
00283 #define Abutting_s "Abutting"
00284 #define Abutting1to1_s "Abutting1to1"
00285
00286
00287
00288
00289
00290 #ifdef __CGNS_ENUMS__
00291 typedef enum {
00292 PointSetTypeNull, PointSetTypeUserDefined,
00293 PointList, PointListDonor,
00294 PointRange, PointRangeDonor,
00295 ElementRange, ElementList, CellListDonor
00296 } PointSetType_t;
00297
00298 #endif
00299 #define NofValidPointSetTypes 9
00300
00301 #define PointList_s "PointList"
00302 #define PointListDonor_s "PointListDonor"
00303 #define PointRange_s "PointRange"
00304 #define PointRangeDonor_s "PointRangeDonor"
00305 #define ElementRange_s "ElementRange"
00306 #define ElementList_s "ElementList"
00307 #define CellListDonor_s "CellListDonor"
00308
00309
00310
00311
00312
00313 #ifdef __CGNS_ENUMS__
00314 typedef enum {
00315 GoverningEquationsNull, GoverningEquationsUserDefined,
00316 FullPotential, Euler, NSLaminar, NSTurbulent,
00317 NSLaminarIncompressible, NSTurbulentIncompressible
00318 } GoverningEquationsType_t;
00319 #endif
00320 #define NofValidGoverningEquationsTypes 8
00321
00322 #define FullPotential_s "FullPotential"
00323 #define Euler_s "Euler"
00324 #define NSLaminar_s "NSLaminar"
00325 #define NSTurbulent_s "NSTurbulent"
00326 #define NSLaminarIncompressible_s "NSLaminarIncompressible"
00327 #define NSTurbulentIncompressible_s "NSTurbulentIncompressible"
00328
00329
00330
00331
00332
00333
00334
00335
00336
00337
00338
00339
00340
00341
00342
00343
00344
00345
00346
00347
00348
00349
00350
00351
00352
00353
00354
00355
00356
00357
00358
00359 #ifdef __CGNS_ENUMS__
00360 typedef enum {
00361 ModelTypeNull, ModelTypeUserDefined,
00362 Ideal, VanderWaals,
00363 Constant,
00364 PowerLaw, SutherlandLaw,
00365 ConstantPrandtl,
00366 EddyViscosity, ReynoldsStress, ReynoldsStressAlgebraic,
00367 Algebraic_BaldwinLomax, Algebraic_CebeciSmith,
00368 HalfEquation_JohnsonKing, OneEquation_BaldwinBarth,
00369 OneEquation_SpalartAllmaras, TwoEquation_JonesLaunder,
00370 TwoEquation_MenterSST, TwoEquation_Wilcox,
00371 CaloricallyPerfect, ThermallyPerfect,
00372 ConstantDensity, RedlichKwong,
00373 Frozen, ThermalEquilib, ThermalNonequilib,
00374 ChemicalEquilibCurveFit, ChemicalEquilibMinimization,
00375 ChemicalNonequilib,
00376 EMElectricField, EMMagneticField, EMConductivity,
00377 Voltage, Interpolated, Equilibrium_LinRessler, Chemistry_LinRessler
00378 } ModelType_t;
00379 #endif
00380 #define NofValidModelTypes 36
00381
00382 #define Ideal_s "Ideal"
00383 #define VanderWaals_s "VanderWaals"
00384 #define Constant_s "Constant"
00385 #define PowerLaw_s "PowerLaw"
00386 #define SutherlandLaw_s "SutherlandLaw"
00387 #define ConstantPrandtl_s "ConstantPrandtl"
00388 #define EddyViscosity_s "EddyViscosity"
00389 #define ReynoldsStress_s "ReynoldsStress"
00390 #define Algebraic_s "Algebraic"
00391 #define BaldwinLomax_s "BaldwinLomax"
00392 #define ReynoldsStressAlgebraic_s "ReynoldsStressAlgebraic"
00393 #define Algebraic_CebeciSmith_s "Algebraic_CebeciSmith"
00394 #define HalfEquation_JohnsonKing_s "HalfEquation_JohnsonKing"
00395 #define OneEquation_BaldwinBarth_s "OneEquation_BaldwinBarth"
00396 #define OneEquation_SpalartAllmaras_s "OneEquation_SpalartAllmaras"
00397 #define TwoEquation_JonesLaunder_s "TwoEquation_JonesLaunder"
00398 #define TwoEquation_MenterSST_s "TwoEquation_MenterSST"
00399 #define TwoEquation_Wilcox_s "TwoEquation_Wilcox"
00400 #define CaloricallyPerfect_s "CaloricallyPerfect"
00401 #define ThermallyPerfect_s "ThermallyPerfect"
00402 #define ConstantDensity_s "ConstantDensity"
00403 #define RedlichKwong_s "RedlichKwong"
00404 #define Frozen_s "Frozen"
00405 #define ThermalEquilib_s "ThermalEquilib"
00406 #define ThermalNonequilib_s "ThermalNonequilib"
00407 #define ChemicalEquilibCurveFit_s "ChemicalEquilibCurveFit"
00408 #define ChemicalEquilibMinimization_s "ChemicalEquilibMinimization"
00409 #define ChemicalNonequilib_s "ChemicalNonequilib"
00410 #define EMElectricField_s "EMElectricField"
00411 #define EMMagneticField_s "EMMagneticField"
00412 #define EMConductivity_s "EMConductivity"
00413 #define Voltage_s "Voltage"
00414 #define Interpolated_s "Interpolated"
00415 #define Equilibrium_LinRessler_s "Equilibrium_LinRessler"
00416 #define Chemistry_LinRessler_s "Chemistry_LinRessler"
00417
00418
00419
00420
00421
00422 #ifdef __CGNS_ENUMS__
00423 typedef enum {
00424 BCTypeNull, BCTypeUserDefined,
00425 BCAxisymmetricWedge, BCDegenerateLine, BCDegeneratePoint,
00426 BCDirichlet, BCExtrapolate, BCFarfield, BCGeneral, BCInflow,
00427 BCInflowSubsonic, BCInflowSupersonic, BCNeumann, BCOutflow,
00428 BCOutflowSubsonic, BCOutflowSupersonic, BCSymmetryPlane,
00429 BCSymmetryPolar, BCTunnelInflow, BCTunnelOutflow, BCWall,
00430 BCWallInviscid, BCWallViscous, BCWallViscousHeatFlux,
00431 BCWallViscousIsothermal, FamilySpecified
00432 } BCType_t;
00433 #endif
00434 #define NofValidBCTypes 26
00435
00436 #define BCAxisymmetricWedge_s "BCAxisymmetricWedge"
00437 #define BCDegenerateLine_s "BCDegenerateLine"
00438 #define BCDegeneratePoint_s "BCDegeneratePoint"
00439 #define BCDirichlet_s "BCDirichlet"
00440 #define BCExtrapolate_s "BCExtrapolate"
00441 #define BCFarfield_s "BCFarfield"
00442 #define BCGeneral_s "BCGeneral"
00443 #define BCInflow_s "BCInflow"
00444 #define BCInflowSubsonic_s "BCInflowSubsonic"
00445 #define BCInflowSupersonic_s "BCInflowSupersonic"
00446 #define BCNeumann_s "BCNeumann"
00447 #define BCOutflow_s "BCOutflow"
00448 #define BCOutflowSubsonic_s "BCOutflowSubsonic"
00449 #define BCOutflowSupersonic_s "BCOutflowSupersonic"
00450 #define BCSymmetryPlane_s "BCSymmetryPlane"
00451 #define BCSymmetryPolar_s "BCSymmetryPolar"
00452 #define BCTunnelInflow_s "BCTunnelInflow"
00453 #define BCTunnelOutflow_s "BCTunnelOutflow"
00454 #define BCWall_s "BCWall"
00455 #define BCWallInviscid_s "BCWallInviscid"
00456 #define BCWallViscous_s "BCWallViscous"
00457 #define BCWallViscousHeatFlux_s "BCWallViscousHeatFlux"
00458 #define BCWallViscousIsothermal_s "BCWallViscousIsothermal"
00459 #define FamilySpecified_s "FamilySpecified_s"
00460
00461
00462
00463
00464
00465 #ifdef __CGNS_ENUMS__
00466 typedef enum {
00467 DataTypeNull, DataTypeUserDefined, Integer, RealSingle,
00468 RealDouble, Character
00469 } DataType_t;
00470 #endif
00471 #define NofValidDataTypes 6
00472
00473 #define Integer_s "Integer"
00474 #define RealSingle_s "RealSingle"
00475 #define RealDouble_s "RealDouble"
00476 #define Character_s "Character"
00477
00478
00479
00480
00481
00482 #ifdef __CGNS_ENUMS__
00483 typedef enum {
00484 ElementTypeNull, ElementTypeUserDefined,
00485 NODE, BAR_2, BAR_3,
00486 TRI_3, TRI_6,
00487 QUAD_4, QUAD_8, QUAD_9,
00488 TETRA_4, TETRA_10,
00489 PYRA_5, PYRA_13, PYRA_14,
00490 PENTA_6, PENTA_15, PENTA_18,
00491 HEXA_8, HEXA_20, HEXA_27,
00492 MIXED, NGON_n, NFACE_n
00493 } ElementType_t;
00494 #endif
00495 #define NofValidElementTypes 22
00496
00497 #define NODE_s "NODE"
00498 #define BAR_2_s "BAR_2"
00499 #define BAR_3_s "BAR_3"
00500 #define TRI_3_s "TRI_3"
00501 #define TRI_6_s "TRI_6"
00502 #define QUAD_4_s "QUAD_4"
00503 #define QUAD_8_s "QUAD_8"
00504 #define QUAD_9_s "QUAD_9"
00505 #define TETRA_4_s "TETRA_4"
00506 #define TETRA_10_s "TETRA_10"
00507 #define PYRA_5_s "PYRA_5"
00508 #define PYRA_13_s "PYRA_13"
00509 #define PYRA_14_s "PYRA_14"
00510 #define PENTA_6_s "PENTA_6"
00511 #define PENTA_15_s "PENTA_15"
00512 #define PENTA_18_s "PENTA_18"
00513 #define HEXA_8_s "HEXA_8"
00514 #define HEXA_20_s "HEXA_20"
00515 #define HEXA_27_s "HEXA_27"
00516 #define MIXED_s "MIXED"
00517 #define NGON_n_s "NGON_n"
00518 #define NFACE_n_s "NFACE_n"
00519
00520
00521
00522
00523
00524 #ifdef __CGNS_ENUMS__
00525 typedef enum {
00526 ZoneTypeNull, ZoneTypeUserDefined,
00527 Structured, Unstructured
00528 } ZoneType_t;
00529 #endif
00530 #define NofValidZoneTypes 4
00531
00532 #define Structured_s "Structured"
00533 #define Unstructured_s "Unstructured"
00534
00535
00536
00537
00538
00539 #ifdef __CGNS_ENUMS__
00540 typedef enum {
00541 RigidGridMotionTypeNull, RigidGridMotionTypeUserDefined,
00542 ConstantRate, VariableRate
00543 } RigidGridMotionType_t;
00544 #endif
00545 #define NofValidRigidGridMotionTypes 4
00546
00547 #define ConstantRate_s "ConstantRate"
00548 #define VariableRate_s "VariableRate"
00549
00550
00551
00552
00553
00554 #ifdef __CGNS_ENUMS__
00555 typedef enum {
00556 ArbitraryGridMotionTypeNull, ArbitraryGridMotionTypeUserDefined,
00557 NonDeformingGrid, DeformingGrid
00558 } ArbitraryGridMotionType_t;
00559 #endif
00560 #define NofValidArbitraryGridMotionTypes 4
00561
00562 #define NonDeformingGrid_s "NonDeformingGrid"
00563 #define DeformingGrid_s "DeformingGrid"
00564
00565
00566
00567
00568
00569 #ifdef __CGNS_ENUMS__
00570 typedef enum {
00571 SimulationTypeNull, SimulationTypeUserDefined,
00572 TimeAccurate, NonTimeAccurate
00573 } SimulationType_t;
00574 #endif
00575 #define NofValidSimulationTypes 4
00576
00577 #define TimeAccurate_s "TimeAccurate"
00578 #define NonTimeAccurate_s "NonTimeAccurate"
00579
00580
00581
00582
00583
00584 #ifdef __CGNS_ENUMS__
00585 typedef enum {
00586 WallFunctionTypeNull, WallFunctionTypeUserDefined,
00587 Generic
00588 } WallFunctionType_t;
00589 #endif
00590 #define NofValidWallFunctionTypes 3
00591
00592 #define Generic_s "Generic"
00593
00594 #ifdef __CGNS_ENUMS__
00595 typedef enum {
00596 AreaTypeNull, AreaTypeUserDefined,
00597 BleedArea, CaptureArea
00598 } AreaType_t;
00599 #endif
00600 #define NofValidAreaTypes 4
00601
00602 #define BleedArea_s "BleedArea"
00603 #define CaptureArea_s "CaptureArea"
00604
00605
00606
00607
00608
00609 #ifdef __CGNS_ENUMS__
00610 typedef enum {
00611 AverageInterfaceTypeNull, AverageInterfaceTypeUserDefined,
00612 AverageAll, AverageCircumferential, AverageRadial, AverageI,
00613 AverageJ, AverageK
00614 } AverageInterfaceType_t;
00615 #endif
00616 #define NofValidAverageInterfaceTypes 8
00617
00618 #define AverageAll_s "AverageAll"
00619 #define AverageCircumferential_s "AverageCircumferential"
00620 #define AverageRadial_s "AverageRadial"
00621 #define AverageI_s "AverageI"
00622 #define AverageJ_s "AverageJ"
00623 #define AverageK_s "AverageK"
00624
00625
00626
00627
00628
00629
00630
00631
00632
00633 #define CoordinateX_s "CoordinateX"
00634 #define CoordinateY_s "CoordinateY"
00635 #define CoordinateZ_s "CoordinateZ"
00636 #define CoordinateR_s "CoordinateR"
00637 #define CoordinateTheta_s "CoordinateTheta"
00638 #define CoordinatePhi_s "CoordinatePhi"
00639 #define CoordinateNormal_s "CoordinateNormal"
00640 #define CoordinateTangential_s "CoordinateTangential"
00641 #define CoordinateXi_s "CoordinateXi"
00642 #define CoordinateEta_s "CoordinateEta"
00643 #define CoordinateZeta_s "CoordinateZeta"
00644 #define CoordinateTransform_s "CoordinateTransform"
00645 #define InterpolantsDonor_s "InterpolantsDonor"
00646 #define ElementConnectivity_s "ElementConnectivity"
00647 #define ParentData_s "ParentData"
00648
00649
00650
00651
00652
00653
00654 #define VectorX_ps "%sX"
00655 #define VectorY_ps "%sY"
00656 #define VectorZ_ps "%sZ"
00657 #define VectorTheta_ps "%sTheta"
00658 #define VectorPhi_ps "%sPhi"
00659 #define VectorMagnitude_ps "%sMagnitude"
00660 #define VectorNormal_ps "%sNormal"
00661 #define VectorTangential_ps "%sTangential"
00662
00663 #define Potential_s "Potential"
00664 #define StreamFunction_s "StreamFunction"
00665 #define Density_s "Density"
00666 #define Pressure_s "Pressure"
00667 #define Temperature_s "Temperature"
00668 #define EnergyInternal_s "EnergyInternal"
00669 #define Enthalpy_s "Enthalpy"
00670 #define Entropy_s "Entropy"
00671 #define EntropyApprox_s "EntropyApprox"
00672 #define DensityStagnation_s "DensityStagnation"
00673 #define PressureStagnation_s "PressureStagnation"
00674 #define TemperatureStagnation_s "TemperatureStagnation"
00675 #define EnergyStagnation_s "EnergyStagnation"
00676 #define EnthalpyStagnation_s "EnthalpyStagnation"
00677 #define EnergyStagnationDensity_s "EnergyStagnationDensity"
00678 #define VelocityX_s "VelocityX"
00679 #define VelocityY_s "VelocityY"
00680 #define VelocityZ_s "VelocityZ"
00681 #define VelocityR_s "VelocityR"
00682 #define VelocityTheta_s "VelocityTheta"
00683 #define VelocityPhi_s "VelocityPhi"
00684 #define VelocityMagnitude_s "VelocityMagnitude"
00685 #define VelocityNormal_s "VelocityNormal"
00686 #define VelocityTangential_s "VelocityTangential"
00687 #define VelocitySound_s "VelocitySound"
00688 #define VelocitySoundStagnation_s "VelocitySoundStagnation"
00689 #define MomentumX_s "MomentumX"
00690 #define MomentumY_s "MomentumY"
00691 #define MomentumZ_s "MomentumZ"
00692 #define MomentumMagnitude_s "MomentumMagnitude"
00693 #define RotatingVelocityX_s "RotatingVelocityX"
00694 #define RotatingVelocityY_s "RotatingVelocityY"
00695 #define RotatingVelocityZ_s "RotatingVelocityZ"
00696 #define RotatingMomentumX_s "RotatingMomentumX"
00697 #define RotatingMomentumY_s "RotatingMomentumY"
00698 #define RotatingMomentumZ_s "RotatingMomentumZ"
00699 #define RotatingVelocityMagnitude_s "RotatingVelocityMagnitude"
00700 #define RotatingPressureStagnation_s "RotatingPressureStagnation"
00701 #define RotatingEnergyStagnation_s "RotatingEnergyStagnation"
00702 #define RotatingEnergyStagnationDensity_s "RotatingEnergyStagnationDensity"
00703 #define RotatingEnthalpyStagnation_s "RotatingEnthalpyStagnation"
00704 #define EnergyKinetic_s "EnergyKinetic"
00705 #define PressureDynamic_s "PressureDynamic"
00706 #define SoundIntensityDB_s "SoundIntensityDB"
00707 #define SoundIntensity_s "SoundIntensity"
00708
00709 #define VorticityX_s "VorticityX"
00710 #define VorticityY_s "VorticityY"
00711 #define VorticityZ_s "VorticityZ"
00712 #define VorticityMagnitude_s "VorticityMagnitude"
00713 #define SkinFrictionX_s "SkinFrictionX"
00714 #define SkinFrictionY_s "SkinFrictionY"
00715 #define SkinFrictionZ_s "SkinFrictionZ"
00716 #define SkinFrictionMagnitude_s "SkinFrictionMagnitude"
00717 #define VelocityAngleX_s "VelocityAngleX"
00718 #define VelocityAngleY_s "VelocityAngleY"
00719 #define VelocityAngleZ_s "VelocityAngleZ"
00720 #define VelocityUnitVectorX_s "VelocityUnitVectorX"
00721 #define VelocityUnitVectorY_s "VelocityUnitVectorY"
00722 #define VelocityUnitVectorZ_s "VelocityUnitVectorZ"
00723 #define MassFlow_s "MassFlow"
00724 #define ViscosityKinematic_s "ViscosityKinematic"
00725 #define ViscosityMolecular_s "ViscosityMolecular"
00726 #define ViscosityEddyDynamic_s "ViscosityEddyDynamic"
00727 #define ViscosityEddy_s "ViscosityEddy"
00728 #define ThermalConductivity_s "ThermalConductivity"
00729 #define PowerLawExponent_s "PowerLawExponent"
00730 #define SutherlandLawConstant_s "SutherlandLawConstant"
00731 #define TemperatureReference_s "TemperatureReference"
00732 #define ViscosityMolecularReference_s "ViscosityMolecularReference"
00733 #define ThermalConductivityReference_s "ThermalConductivityReference"
00734 #define IdealGasConstant_s "IdealGasConstant"
00735 #define SpecificHeatPressure_s "SpecificHeatPressure"
00736 #define SpecificHeatVolume_s "SpecificHeatVolume"
00737 #define ReynoldsStressXX_s "ReynoldsStressXX"
00738 #define ReynoldsStressXY_s "ReynoldsStressXY"
00739 #define ReynoldsStressXZ_s "ReynoldsStressXZ"
00740 #define ReynoldsStressYY_s "ReynoldsStressYY"
00741 #define ReynoldsStressYZ_s "ReynoldsStressYZ"
00742 #define ReynoldsStressZZ_s "ReynoldsStressZZ"
00743 #define LengthReference_s "LengthReference"
00744
00745 #define MolecularWeight_s "MolecularWeight"
00746 #define MolecularWeight_ps "MolecularWeight%s"
00747 #define HeatOfFormation_s "HeatOfFormation"
00748 #define HeatOfFormation_ps "HeatOfFormation%s"
00749 #define FuelAirRatio_s "FuelAirRatio"
00750 #define ReferenceTemperatureHOF_s "ReferenceTemperatureHOF"
00751 #define MassFraction_s "MassFraction"
00752 #define MassFraction_ps "MassFraction%s"
00753 #define LaminarViscosity_s "LaminarViscosity"
00754 #define LaminarViscosity_ps "LaminarViscosity%s"
00755 #define ThermalConductivity_ps "ThermalConductivity%s"
00756 #define EnthalpyEnergyRatio_s "EnthalpyEnergyRatio"
00757 #define CompressibilityFactor_s "CompressibilityFactor"
00758 #define VibrationalElectronEnergy_s "VibrationalElectronEnergy"
00759 #define VibrationalElectronTemperature_s "VibrationalElectronTemperature"
00760 #define SpeciesDensity_s "SpeciesDensity"
00761 #define SpeciesDensity_ps "SpeciesDensity%s"
00762 #define MoleFraction_s "MoleFraction"
00763 #define MoleFraction_ps "MoleFraction%s"
00764
00765 #define ElectricFieldX_s "ElectricFieldX"
00766 #define ElectricFieldY_s "ElectricFieldY"
00767 #define ElectricFieldZ_s "ElectricFieldZ"
00768 #define MagneticFieldX_s "MagneticFieldX"
00769 #define MagneticFieldY_s "MagneticFieldY"
00770 #define MagneticFieldZ_s "MagneticFieldZ"
00771 #define CurrentDensityX_s "CurrentDensityX"
00772 #define CurrentDensityY_s "CurrentDensityY"
00773 #define CurrentDensityZ_s "CurrentDensityZ"
00774 #define LorentzForceX_s "LorentzForceX"
00775 #define LorentzForceY_s "LorentzForceY"
00776 #define LorentzForceZ_s "LorentzForceZ"
00777 #define ElectricConductivity_s "ElectricConductivity"
00778 #define JouleHeating_s "JouleHeating"
00779
00780
00781
00782
00783
00784 #define TurbulentDistance_s "TurbulentDistance"
00785 #define TurbulentEnergyKinetic_s "TurbulentEnergyKinetic"
00786 #define TurbulentDissipation_s "TurbulentDissipation"
00787 #define TurbulentDissipationRate_s "TurbulentDissipationRate"
00788 #define TurbulentBBReynolds_s "TurbulentBBReynolds"
00789 #define TurbulentSANuTilde_s "TurbulentSANuTilde"
00790
00791
00792
00793
00794
00795
00796 #define Mach_s "Mach"
00797 #define Mach_Velocity_s "Mach_Velocity"
00798 #define Mach_VelocitySound_s "Mach_VelocitySound"
00799 #define Reynolds_s "Reynolds"
00800 #define Reynolds_Velocity_s "Reynolds_Velocity"
00801 #define Reynolds_Length_s "Reynolds_Length"
00802 #define Reynolds_ViscosityKinematic_s "Reynolds_ViscosityKinematic"
00803 #define Prandtl_s "Prandtl"
00804 #define Prandtl_ThermalConductivity_s "Prandtl_ThermalConductivity"
00805 #define Prandtl_ViscosityMolecular_s "Prandtl_ViscosityMolecular"
00806 #define Prandtl_SpecificHeatPressure_s "Prandtl_SpecificHeatPressure"
00807 #define PrandtlTurbulent_s "PrandtlTurbulent"
00808 #define SpecificHeatRatio_s "SpecificHeatRatio"
00809 #define SpecificHeatRatio_Pressure_s "SpecificHeatRatio_Pressure"
00810 #define SpecificHeatRatio_Volume_s "SpecificHeatRatio_Volume"
00811 #define CoefPressure_s "CoefPressure"
00812 #define CoefSkinFrictionX_s "CoefSkinFrictionX"
00813 #define CoefSkinFrictionY_s "CoefSkinFrictionY"
00814 #define CoefSkinFrictionZ_s "CoefSkinFrictionZ"
00815 #define Coef_PressureDynamic_s "Coef_PressureDynamic"
00816 #define Coef_PressureReference_s "Coef_PressureReference"
00817
00818
00819
00820
00821
00822 #define Vorticity_s "Vorticity"
00823 #define Acoustic_s "Acoustic"
00824
00825 #define RiemannInvariantPlus_s "RiemannInvariantPlus"
00826 #define RiemannInvariantMinus_s "RiemannInvariantMinus"
00827 #define CharacteristicEntropy_s "CharacteristicEntropy"
00828 #define CharacteristicVorticity1_s "CharacteristicVorticity1"
00829 #define CharacteristicVorticity2_s "CharacteristicVorticity2"
00830 #define CharacteristicAcousticPlus_s "CharacteristicAcousticPlus"
00831 #define CharacteristicAcousticMinus_s "CharacteristicAcousticMinus"
00832
00833
00834
00835
00836
00837 #define ForceX_s "ForceX"
00838 #define ForceY_s "ForceY"
00839 #define ForceZ_s "ForceZ"
00840 #define ForceR_s "ForceR"
00841 #define ForceTheta_s "ForceTheta"
00842 #define ForcePhi_s "ForcePhi"
00843 #define Lift_s "Lift"
00844 #define Drag_s "Drag"
00845 #define MomentX_s "MomentX"
00846 #define MomentY_s "MomentY"
00847 #define MomentZ_s "MomentZ"
00848 #define MomentR_s "MomentR"
00849 #define MomentTheta_s "MomentTheta"
00850 #define MomentPhi_s "MomentPhi"
00851 #define MomentXi_s "MomentXi"
00852 #define MomentEta_s "MomentEta"
00853 #define MomentZeta_s "MomentZeta"
00854 #define Moment_CenterX_s "Moment_CenterX"
00855 #define Moment_CenterY_s "Moment_CenterY"
00856 #define Moment_CenterZ_s "Moment_CenterZ"
00857 #define CoefLift_s "CoefLift"
00858 #define CoefDrag_s "CoefDrag"
00859 #define CoefMomentX_s "CoefMomentX"
00860 #define CoefMomentY_s "CoefMomentY"
00861 #define CoefMomentZ_s "CoefMomentZ"
00862 #define CoefMomentR_s "CoefMomentR"
00863 #define CoefMomentTheta_s "CoefMomentTheta"
00864 #define CoefMomentPhi_s "CoefMomentPhi"
00865 #define CoefMomentXi_s "CoefMomentXi"
00866 #define CoefMomentEta_s "CoefMomentEta"
00867 #define CoefMomentZeta_s "CoefMomentZeta"
00868 #define Coef_PressureDynamic_s "Coef_PressureDynamic"
00869 #define Coef_Area_s "Coef_Area"
00870 #define Coef_Length_s "Coef_Length"
00871
00872
00873
00874
00875
00876 #define TimeValues_s "TimeValues"
00877 #define IterationValues_s "IterationValues"
00878 #define NumberOfZones_s "NumberOfZones"
00879 #define NumberOfFamilies_s "NumberOfFamilies"
00880 #define ZonePointers_s "ZonePointers"
00881 #define FamilyPointers_s "FamilyPointers"
00882 #define RigidGridMotionPointers_s "RigidGridMotionPointers"
00883 #define ArbitraryGridMotionPointers_s "ArbitraryGridMotionPointers"
00884 #define GridCoordinatesPointers_s "GridCoordinatesPointers"
00885 #define FlowSolutionPointers_s "FlowSolutionPointers"
00886 #define OriginLocation_s "OriginLocation"
00887 #define RigidRotationAngle_s "RigidRotationAngle"
00888 #define RigidVelocity_s "RigidVelocity"
00889 #define RigidRotationRate_s "RigidRotationRate"
00890 #define GridVelocityX_s "GridVelocityX"
00891 #define GridVelocityY_s "GridVelocityY"
00892 #define GridVelocityZ_s "GridVelocityZ"
00893 #define GridVelocityR_s "GridVelocityR"
00894 #define GridVelocityTheta_s "GridVelocityTheta"
00895 #define GridVelocityPhi_s "GridVelocityPhi"
00896 #define GridVelocityXi_s "GridVelocityXi"
00897 #define GridVelocityEta_s "GridVelocityEta"
00898 #define GridVelocityZeta_s "GridVelocityZeta"
00899
00900
00901
00902
00903
00904
00905
00906 #define ArbitraryGridMotion_ts "ArbitraryGridMotion_t"
00907 #define Area_ts "Area_t"
00908 #define AverageInterface_ts "AverageInterface_t"
00909 #define Axisymmetry_ts "Axisymmetry_t"
00910 #define BCDataSet_ts "BCDataSet_t"
00911 #define BCData_ts "BCData_t"
00912 #define BCProperty_ts "BCProperty_t"
00913 #define BC_ts "BC_t"
00914 #define BaseIterativeData_ts "BaseIterativeData_t"
00915 #define CGNSBase_ts "CGNSBase_t"
00916 #define CGNSLibraryVersion_ts "CGNSLibraryVersion_t"
00917 #define ChemicalKineticsModel_ts "ChemicalKineticsModel_t"
00918 #define ConvergenceHistory_ts "ConvergenceHistory_t"
00919 #define DataArray_ts "DataArray_t"
00920 #define DataClass_ts "DataClass_t"
00921 #define DataConversion_ts "DataConversion_t"
00922 #define Descriptor_ts "Descriptor_t"
00923 #define DimensionalExponents_ts "DimensionalExponents_t"
00924 #define DimensionalUnits_ts "DimensionalUnits_t"
00925 #define DiscreteData_ts "DiscreteData_t"
00926 #define Elements_ts "Elements_t"
00927 #define FamilyBC_ts "FamilyBC_t"
00928 #define FamilyName_ts "FamilyName_t"
00929 #define Family_ts "Family_t"
00930 #define FlowEquationSet_ts "FlowEquationSet_t"
00931 #define FlowSolution_ts "FlowSolution_t"
00932 #define GasModel_ts "GasModel_t"
00933 #define GeometryEntity_ts "GeometryEntity_t"
00934 #define GeometryFile_ts "GeometryFile_t"
00935 #define GeometryFormat_ts "GeometryFormat_t"
00936 #define GeometryReference_ts "GeometryReference_t"
00937 #define GoverningEquations_ts "GoverningEquations_t"
00938 #define Gravity_ts "Gravity_t"
00939 #define GridConnectivity1to1_ts "GridConnectivity1to1_t"
00940 #define GridConnectivityProperty_ts "GridConnectivityProperty_t"
00941 #define GridConnectivityType_ts "GridConnectivityType_t"
00942 #define GridConnectivity_ts "GridConnectivity_t"
00943 #define GridCoordinates_ts "GridCoordinates_t"
00944 #define GridLocation_ts "GridLocation_t"
00945 #define IndexArray_ts "IndexArray_t"
00946 #define IndexRange_ts "IndexRange_t"
00947 #define IntegralData_ts "IntegralData_t"
00948 #define InwardNormalList_ts "InwardNormalList_t"
00949 #define Ordinal_ts "Ordinal_t"
00950 #define OversetHoles_ts "OversetHoles_t"
00951 #define Periodic_ts "Periodic_t"
00952 #define ReferenceState_ts "ReferenceState_t"
00953 #define RigidGridMotion_ts "RigidGridMotion_t"
00954 #define Rind_ts "Rind_t"
00955 #define RotatingCoordinates_ts "RotatingCoordinates_t"
00956 #define SimulationType_ts "SimulationType_t"
00957 #define ThermalConductivityModel_ts "ThermalConductivityModel_t"
00958 #define ThermalRelaxationModel_ts "ThermalRelaxationModel_t"
00959 #define TurbulenceClosure_ts "TurbulenceClosure_t"
00960 #define TurbulenceModel_ts "TurbulenceModel_t"
00961 #define UserDefinedData_ts "UserDefinedData_t"
00962 #define ViscosityModel_ts "ViscosityModel_t"
00963 #define WallFunction_ts "WallFunction_t"
00964 #define ZoneBC_ts "ZoneBC_t"
00965 #define ZoneGridConnectivity_ts "ZoneGridConnectivity_t"
00966 #define ZoneIterativeData_ts "ZoneIterativeData_t"
00967 #define ZoneType_ts "ZoneType_t"
00968 #define Zone_ts "Zone_t"
00969
00970
00971
00972
00973
00974 #endif