Main class for defining the problem; basically this class reads the configuration file, and stores all the information.
More...
|
|
| CConfig (char case_filename[MAX_STRING_SIZE], unsigned short val_software, unsigned short val_iZone, unsigned short val_nZone, unsigned short val_nDim, unsigned short verb_level) |
| | Constructor of the class which reads the input file.
|
| |
|
| CConfig (char case_filename[MAX_STRING_SIZE], unsigned short val_software) |
| | Constructor of the class which reads the input file.
|
| |
|
| CConfig (char case_filename[MAX_STRING_SIZE], CConfig *config) |
| | Constructor of the class which reads the input file.
|
| |
|
| ~CConfig (void) |
| | Destructor of the class.
|
| |
| SU2_Comm | GetMPICommunicator () |
| | Get the MPI communicator of SU2. More...
|
| |
| void | SetMPICommunicator (SU2_Comm Communicator) |
| | Set the MPI communicator for SU2. More...
|
| |
|
void | SetPointersNull (void) |
| | Initializes pointers to null.
|
| |
| bool | TokenizeString (string &str, string &option_name, vector< string > &option_value) |
| | breaks an input line from the config file into a set of tokens More...
|
| |
| su2double * | GetRefOriginMoment (unsigned short val_marker) |
| | Get reference origin for moment computation. More...
|
| |
| su2double | GetRefOriginMoment_X (unsigned short val_marker) |
| | Get reference origin x-coordinate for moment computation. More...
|
| |
| su2double | GetRefOriginMoment_Y (unsigned short val_marker) |
| | Get reference origin y-coordinate for moment computation. More...
|
| |
| su2double | GetRefOriginMoment_Z (unsigned short val_marker) |
| | Get reference origin z-coordinate for moment computation. More...
|
| |
| void | SetRefOriginMoment_X (unsigned short val_marker, su2double val_origin) |
| | Set reference origin x-coordinate for moment computation. More...
|
| |
| void | SetRefOriginMoment_Y (unsigned short val_marker, su2double val_origin) |
| | Set reference origin y-coordinate for moment computation. More...
|
| |
| void | SetRefOriginMoment_Z (unsigned short val_marker, su2double val_origin) |
| | Set reference origin z-coordinate for moment computation. More...
|
| |
| string | GetPlaneTag (unsigned short index) |
| | Get index of the upper and lower horizontal plane. More...
|
| |
| su2double | GetEA_IntLimit (unsigned short index) |
| | Get the integration limits for the equivalent area computation. More...
|
| |
| su2double | GetEA_ScaleFactor (void) |
| | Get the integration limits for the equivalent area computation. More...
|
| |
| su2double | GetAdjointLimit (void) |
| | Get the limit value for the adjoint variables. More...
|
| |
| su2double * | GetHold_GridFixed_Coord (void) |
| | Get the the coordinates where of the box where the grid is going to be deformed. More...
|
| |
| su2double * | GetSubsonicEngine_Values (void) |
| | Get the the coordinates where of the box where a subsonic region is imposed. More...
|
| |
| su2double * | GetSubsonicEngine_Cyl (void) |
| | Get the the coordinates where of the box where a subsonic region is imposed. More...
|
| |
| su2double * | GetDistortionRack (void) |
| | Get the the coordinates where of the box where a subsonic region is imposed. More...
|
| |
| su2double | GetDualVol_Power (void) |
| | Get the power of the dual volume in the grid adaptation sensor. More...
|
| |
| unsigned short | GetAnalytical_Surface (void) |
| | Get Information about if there is an analytical definition of the surface for doing the grid adaptation. More...
|
| |
| unsigned short | GetAxis_Stations (void) |
| | Get Information about if there is an analytical definition of the surface for doing the grid adaptation. More...
|
| |
| bool | GetExtraOutput (void) |
| | Creates a tecplot file to visualize the partition made by the DDC software. More...
|
| |
| su2double | GetMach (void) |
| | Get the value of the Mach number (velocity divided by speed of sound). More...
|
| |
| su2double | GetGamma (void) |
| | Get the value of the Gamma of fluid (ratio of specific heats). More...
|
| |
| su2double | GetCFL_AdaptParam (unsigned short val_index) |
| | Get the values of the CFL adapation. More...
|
| |
| bool | GetCFL_Adapt (void) |
| | Get the values of the CFL adapation. More...
|
| |
| su2double | GetHTP_Axis (unsigned short val_index) |
| | Get the values of the CFL adapation. More...
|
| |
| su2double | GetSection_WingBounds (unsigned short val_var) |
| | Get the value of the limits for the sections. More...
|
| |
| su2double | GetFFD_Axis (unsigned short val_var) |
| | Get the value of the vector that connects the cartesian axis with a sherical or cylindrical one. More...
|
| |
| su2double | GetBulk_Modulus (void) |
| | Get the value of the bulk modulus. More...
|
| |
| su2double | GetArtComp_Factor (void) |
| | Get the artificial compresibility factor. More...
|
| |
| su2double | GetGas_Constant (void) |
| | Get the value of specific gas constant. More...
|
| |
| su2double | GetGas_ConstantND (void) |
| | Get the value of specific gas constant. More...
|
| |
| su2double | GetBlottnerCoeff (unsigned short val_Species, unsigned short val_Coeff) |
| | Get the coefficients of the Blottner viscosity model. More...
|
| |
| su2double | GetPnormHeat (void) |
| | Get the p-norm for heat-flux objective functions (adjoint problem). More...
|
| |
| su2double | GetWallTemperature (void) |
| | Get the value of wall temperature. More...
|
| |
| su2double | GetGas_Constant_Ref (void) |
| | Get the reference value for the specific gas constant. More...
|
| |
| su2double | GetTemperature_FreeStream (void) |
| | Get the value of the frestream temperature. More...
|
| |
| su2double | GetEnergy_FreeStream (void) |
| | Get the value of the frestream temperature. More...
|
| |
| su2double | GetViscosity_FreeStream (void) |
| | Get the value of the frestream temperature. More...
|
| |
| su2double | GetDensity_FreeStream (void) |
| | Get the value of the frestream temperature. More...
|
| |
| su2double | GetModVel_FreeStream (void) |
| | Get the value of the frestream temperature. More...
|
| |
| su2double | GetModVel_FreeStreamND (void) |
| | Get the value of the frestream temperature. More...
|
| |
| su2double | GetTemperature_ve_FreeStream (void) |
| | Get the value of the frestream vibrational-electronic temperature. More...
|
| |
| su2double | GetPrandtl_Lam (void) |
| | Get the value of the laminar Prandtl number. More...
|
| |
| su2double | GetPrandtl_Turb (void) |
| | Get the value of the turbulent Prandtl number. More...
|
| |
| su2double | GetLength_Ref (void) |
| | Get the value of the reference length for non-dimensionalization. This value should always be 1 internally, and is not user-specified. More...
|
| |
| su2double | GetPressure_Ref (void) |
| | Get the value of the reference pressure for non-dimensionalization. More...
|
| |
| su2double | GetEnergy_Ref (void) |
| | Get the value of the reference pressure for non-dimensionalization. More...
|
| |
| su2double | GetTemperature_Ref (void) |
| | Get the value of the reference temperature for non-dimensionalization. More...
|
| |
| su2double | GetDensity_Ref (void) |
| | Get the value of the reference density for non-dimensionalization. More...
|
| |
| su2double | GetVelocity_Ref (void) |
| | Get the value of the reference velocity for non-dimensionalization. More...
|
| |
| su2double | GetTime_Ref (void) |
| | Get the value of the reference time for non-dimensionalization. More...
|
| |
| su2double | GetViscosity_Ref (void) |
| | Get the value of the reference viscosity for non-dimensionalization. More...
|
| |
| su2double | GetHighlite_Area (void) |
| | Get the value of the reference viscosity for non-dimensionalization. More...
|
| |
| su2double | GetFan_Poly_Eff (void) |
| | Get the value of the reference viscosity for non-dimensionalization. More...
|
| |
| su2double | GetConductivity_Ref (void) |
| | Get the value of the reference conductivity for non-dimensionalization. More...
|
| |
| su2double | GetOmega_Ref (void) |
| | Get the value of the reference angular velocity for non-dimensionalization. More...
|
| |
| su2double | GetForce_Ref (void) |
| | Get the value of the reference force for non-dimensionalization. More...
|
| |
| su2double | GetPressure_FreeStream (void) |
| | Get the value of the non-dimensionalized freestream pressure. More...
|
| |
| su2double | GetPressure_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream pressure. More...
|
| |
| su2double * | GetVelocity_FreeStream (void) |
| | Get the vector of the dimensionalized freestream velocity. More...
|
| |
| su2double | GetTemperature_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream temperature. More...
|
| |
| su2double | GetDensity_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream density. More...
|
| |
| su2double * | GetVelocity_FreeStreamND (void) |
| | Get the vector of the non-dimensionalized freestream velocity. More...
|
| |
| su2double | GetEnergy_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream energy. More...
|
| |
| su2double | GetViscosity_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream viscosity. More...
|
| |
| su2double | GetTke_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream viscosity. More...
|
| |
| su2double | GetOmega_FreeStreamND (void) |
| | Get the value of the non-dimensionalized freestream viscosity. More...
|
| |
| su2double | GetTke_FreeStream (void) |
| | Get the value of the non-dimensionalized freestream viscosity. More...
|
| |
| su2double | GetOmega_FreeStream (void) |
| | Get the value of the non-dimensionalized freestream viscosity. More...
|
| |
| su2double | GetIntermittency_FreeStream (void) |
| | Get the value of the non-dimensionalized freestream intermittency. More...
|
| |
| su2double | GetTurbulenceIntensity_FreeStream (void) |
| | Get the value of the non-dimensionalized freestream turbulence intensity. More...
|
| |
| su2double | GetNuFactor_FreeStream (void) |
| | Get the value of the non-dimensionalized freestream turbulence intensity. More...
|
| |
| su2double | GetNuFactor_Engine (void) |
| | Get the value of the non-dimensionalized engine turbulence intensity. More...
|
| |
| su2double | GetSecondaryFlow_ActDisk (void) |
| | Get the value of the non-dimensionalized actuator disk turbulence intensity. More...
|
| |
| su2double | GetInitial_BCThrust (void) |
| | Get the value of the non-dimensionalized actuator disk turbulence intensity. More...
|
| |
| void | SetInitial_BCThrust (su2double val_bcthrust) |
| | Get the value of the non-dimensionalized actuator disk turbulence intensity. More...
|
| |
| su2double | GetTurb2LamViscRatio_FreeStream (void) |
| | Get the value of the turbulent to laminar viscosity ratio. More...
|
| |
| su2double * | GetMassFrac_FreeStream (void) |
| | Get the vector of free stream mass fraction values. More...
|
| |
| su2double | GetLength_Reynolds (void) |
| | Get the value of the Reynolds length. More...
|
| |
| unsigned short | GetnStartUpIter (void) |
| | Get the start up iterations using the fine grid, this works only for multigrid problems. More...
|
| |
| su2double | GetRefAreaCoeff (void) |
| | Get the reference area for non dimensional coefficient computation. If the value from the is 0 then, the code will compute the reference area using the projection of the shape into the z plane (3D) or the x plane (2D). More...
|
| |
| su2double | GetWaveSpeed (void) |
| | Get the wave speed. More...
|
| |
| su2double | GetThermalDiffusivity (void) |
| | Get the wave speed. More...
|
| |
| su2double | GetElasticyMod (void) |
| | Get the Young's modulus of elasticity. More...
|
| |
| su2double | GetBulk_Modulus_Struct (void) |
| | Get the value of the bulk modulus on the structural side. More...
|
| |
| unsigned short | GetElas2D_Formulation (void) |
| | Formulation for 2D elasticity (plane stress - strain) More...
|
| |
| bool | GetPrestretch (void) |
| | Decide whether it's necessary to read a reference geometry. More...
|
| |
| string | GetPrestretch_FEMFileName (void) |
| | Get the name of the file with the reference geometry of the structural problem. More...
|
| |
| su2double | GetPoissonRatio (void) |
| | Get the Poisson's ratio. More...
|
| |
| su2double | GetMaterialDensity (void) |
| | Get the Material Density. More...
|
| |
| unsigned short | GetMaterialCompressibility (void) |
| | Compressibility/incompressibility of the solids analysed using the structural solver. More...
|
| |
| unsigned short | GetMaterialModel (void) |
| | Compressibility/incompressibility of the solids analysed using the structural solver. More...
|
| |
| unsigned short | GetGeometricConditions (void) |
| | Geometric conditions for the structural solver. More...
|
| |
| su2double | GetRefLengthMoment (void) |
| | Get the reference length for computing moment (the default value is 1). More...
|
| |
| su2double | GetRefElemLength (void) |
| | Get the reference element length for computing the slope limiting epsilon. More...
|
| |
| su2double | GetRefSharpEdges (void) |
| | Get the reference coefficient for detecting sharp edges. More...
|
| |
| su2double | GetDomainVolume (void) |
| | Get the volume of the whole domain using the fine grid, this value is common for all the grids in the multigrid method. More...
|
| |
| void | SetRefAreaCoeff (su2double val_area) |
| | In case the RefAreaCoeff is equal to 0 then, it is necessary to compute a reference area, with this function we set the value of the reference area. More...
|
| |
| void | SetDomainVolume (su2double val_volume) |
| | Set the value of the domain volume computed on the finest grid. More...
|
| |
| void | SetFinestMesh (unsigned short val_finestmesh) |
| | Set the finest mesh in a multigrid strategy. More...
|
| |
| void | SetKind_TimeIntScheme (unsigned short val_kind_timeintscheme) |
| | Set the kind of time integration scheme. More...
|
| |
| void | SetKind_ConvNumScheme (unsigned short val_kind_convnumscheme, unsigned short val_kind_centered, unsigned short val_kind_upwind, unsigned short val_kind_slopelimit, unsigned short val_order_spatial_int) |
| | Set the parameters of the convective numerical scheme. More...
|
| |
| su2double | GetLimiterCoeff (void) |
| | Get the value of limiter coefficient. More...
|
| |
| unsigned long | GetLimiterIter (void) |
| | Freeze the value of the limiter after a number of iterations. More...
|
| |
| su2double | GetSharpEdgesCoeff (void) |
| | Get the value of sharp edge limiter. More...
|
| |
| su2double | GetReynolds (void) |
| | Get the Reynolds number. Dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and consequently quantifies the relative importance of these two types of forces for given flow condition. More...
|
| |
| su2double | GetFroude (void) |
| | Get the Froude number for free surface problems. More...
|
| |
| void | SetFroude (su2double val_froude) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetMach (su2double val_mach) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetReynolds (su2double val_reynolds) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetLength_Ref (su2double val_length_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetVelocity_Ref (su2double val_velocity_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetPressure_Ref (su2double val_pressure_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetDensity_Ref (su2double val_density_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetTemperature_Ref (su2double val_temperature_ref) |
| | Set the reference temperature. More...
|
| |
| void | SetTime_Ref (su2double val_time_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetEnergy_Ref (su2double val_energy_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetOmega_Ref (su2double val_omega_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetForce_Ref (su2double val_force_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetGas_Constant_Ref (su2double val_gas_constant_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetGas_Constant (su2double val_gas_constant) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetViscosity_Ref (su2double val_viscosity_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetConductivity_Ref (su2double val_conductivity_ref) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetPressure_FreeStreamND (su2double val_pressure_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetPressure_FreeStream (su2double val_pressure_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetDensity_FreeStreamND (su2double val_density_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetDensity_FreeStream (su2double val_density_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetViscosity_FreeStream (su2double val_viscosity_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetModVel_FreeStream (su2double val_modvel_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetModVel_FreeStreamND (su2double val_modvel_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetTemperature_FreeStream (su2double val_temperature_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetTemperature_FreeStreamND (su2double val_temperature_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetGas_ConstantND (su2double val_gas_constantnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetVelocity_FreeStreamND (su2double val_velocity_freestreamnd, unsigned short val_dim) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetViscosity_FreeStreamND (su2double val_viscosity_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetTke_FreeStreamND (su2double val_tke_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetOmega_FreeStreamND (su2double val_omega_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetTke_FreeStream (su2double val_tke_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetOmega_FreeStream (su2double val_omega_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetEnergy_FreeStreamND (su2double val_energy_freestreamnd) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetEnergy_FreeStream (su2double val_energy_freestream) |
| | Set the Froude number for free surface problems. More...
|
| |
| void | SetTotal_UnstTimeND (su2double val_total_unsttimend) |
| | Set the Froude number for free surface problems. More...
|
| |
| su2double | GetAoA (void) |
| | Get the angle of attack of the body. This is the angle between a reference line on a lifting body (often the chord line of an airfoil) and the vector representing the relative motion between the lifting body and the fluid through which it is moving. More...
|
| |
| su2double | GetAoA_Offset (void) |
| | Get the off set angle of attack of the body. The solution and the geometry file are able to modifity the angle of attack in the config file. More...
|
| |
| su2double | GetAoS_Offset (void) |
| | Get the off set sideslip angle of the body. The solution and the geometry file are able to modifity the angle of attack in the config file. More...
|
| |
| su2double | GetAoA_Sens (void) |
| | Get the functional sensitivity with respect to changes in the angle of attack. More...
|
| |
| void | SetAoA (su2double val_AoA) |
| | Set the angle of attack. More...
|
| |
| void | SetAoA_Offset (su2double val_AoA_offset) |
| | Set the off set angle of attack. More...
|
| |
| void | SetAoS_Offset (su2double val_AoS_offset) |
| | Set the off set sideslip angle. More...
|
| |
| void | SetAoA_Sens (su2double val_AoA_sens) |
| | Set the angle of attack. More...
|
| |
| void | SetAoS (su2double val_AoS) |
| | Set the angle of attack. More...
|
| |
| su2double | GetAoS (void) |
| | Get the angle of sideslip of the body. It relates to the rotation of the aircraft centerline from the relative wind. More...
|
| |
| su2double | GetChargeCoeff (void) |
| | Get the charge coefficient that is used in the poissonal potential simulation. More...
|
| |
| unsigned short | GetnMGLevels (void) |
| | Get the number of multigrid levels. More...
|
| |
| void | SetMGLevels (unsigned short val_nMGLevels) |
| | Set the number of multigrid levels. More...
|
| |
| unsigned short | GetFinestMesh (void) |
| | Get the index of the finest grid. More...
|
| |
| unsigned short | GetMGCycle (void) |
| | Get the kind of multigrid (V or W). More...
|
| |
| unsigned short | GetGeometryMode (void) |
| | Get the king of evaluation in the geometrical module. More...
|
| |
| su2double | GetCFL (unsigned short val_mesh) |
| | Get the Courant Friedrich Levi number for each grid. More...
|
| |
| void | SetCFL (unsigned short val_mesh, su2double val_cfl) |
| | Get the Courant Friedrich Levi number for each grid. More...
|
| |
| su2double | GetUnst_CFL (void) |
| | Get the Courant Friedrich Levi number for unsteady simulations. More...
|
| |
| su2double | GetMax_DeltaTime (void) |
| | Get the Courant Friedrich Levi number for unsteady simulations. More...
|
| |
| su2double | GetParamDV (unsigned short val_dv, unsigned short val_param) |
| | Get a parameter of the particular design variable. More...
|
| |
| su2double | GetCoordFFDBox (unsigned short val_ffd, unsigned short val_index) |
| | Get the coordinates of the FFD corner points. More...
|
| |
| unsigned short | GetDegreeFFDBox (unsigned short val_ffd, unsigned short val_index) |
| | Get the degree of the FFD corner points. More...
|
| |
| string | GetFFDTag (unsigned short val_dv) |
| | Get the FFD Tag of a particular design variable. More...
|
| |
| string | GetTagFFDBox (unsigned short val_ffd) |
| | Get the FFD Tag of a particular FFD box. More...
|
| |
| unsigned short | GetnDV (void) |
| | Get the number of design variables. More...
|
| |
| unsigned short | GetnDV_Value (unsigned short iDV) |
| | Get the number of design variables. More...
|
| |
| unsigned short | GetnFFDBox (void) |
| | Get the number of FFD boxes. More...
|
| |
| unsigned short | GetFFD_Continuity (void) |
| | Get the required continuity level at the surface intersection with the FFD. More...
|
| |
| unsigned short | GetFFD_CoordSystem (void) |
| | Get the coordinate system that we are going to use to define the FFD. More...
|
| |
| unsigned short | GetFFD_Blending (void) |
| | Get the kind of FFD Blending function. More...
|
| |
| su2double * | GetFFD_BSplineOrder () |
| | Get the kind BSpline Order in i,j,k direction. More...
|
| |
| unsigned short | GetnRKStep (void) |
| | Get the number of Runge-Kutta steps. More...
|
| |
| unsigned short | GetnMarker_All (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_Max (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_EngineInflow (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_EngineExhaust (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_NearFieldBound (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_InterfaceBound (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_Fluid_InterfaceBound (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_ActDiskInlet (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_ActDiskOutlet (void) |
| | Get the total number of boundary markers. More...
|
| |
| unsigned short | GetnMarker_Out_1D (void) |
| | Get the total number of 1D output markers. More...
|
| |
| unsigned short | GetnMarker_Monitoring (void) |
| | Get the total number of monitoring markers. More...
|
| |
| unsigned short | GetnMarker_Moving (void) |
| | Get the total number of moving markers. More...
|
| |
| unsigned short | GetnMarker_Analyze (void) |
| | Get the total number of moving markers. More...
|
| |
| unsigned short | GetnObj (void) |
| | Get the total number of objectives in kind_objective list. More...
|
| |
| void | SetnMarker_All (unsigned short val_nmarker) |
| | Stores the number of marker in the simulation. More...
|
| |
| unsigned long | GetnExtIter (void) |
| | Get the number of external iterations. More...
|
| |
| unsigned long | GetUnst_nIntIter (void) |
| | Get the number of internal iterations. More...
|
| |
| unsigned long | GetDyn_nIntIter (void) |
| | Get the number of internal iterations for the Newton-Raphson Method in nonlinear structural applications. More...
|
| |
| long | GetUnst_RestartIter (void) |
| | Get the restart iteration number for unsteady simulations. More...
|
| |
| long | GetUnst_AdjointIter (void) |
| | Get the starting direct iteration number for the unsteady adjoint (reverse time integration). More...
|
| |
| unsigned long | GetIter_Avg_Objective (void) |
| | Number of iterations to average (reverse time integration). More...
|
| |
| long | GetDyn_RestartIter (void) |
| | Get the restart iteration number for dynamic structural simulations. More...
|
| |
| unsigned short | GetnTimeInstances (void) |
| | Retrieves the number of periodic time instances for Harmonic Balance. More...
|
| |
| su2double | GetHarmonicBalance_Period (void) |
| | Retrieves the period of oscillations to be used with Harmonic Balance. More...
|
| |
| void | SetnExtIter (unsigned long val_niter) |
| | Set the number of external iterations. More...
|
| |
| void | SetExtIter (unsigned long val_iter) |
| | Set the current external iteration number. More...
|
| |
| void | SetExtIter_OffSet (unsigned long val_iter) |
| | Set the current external iteration number. More...
|
| |
| void | SetFSIIter (unsigned long val_iter) |
| | Set the current FSI iteration number. More...
|
| |
| void | SetIntIter (unsigned long val_iter) |
| | Set the current internal iteration number. More...
|
| |
| unsigned long | GetExtIter (void) |
| | Get the current external iteration number. More...
|
| |
| unsigned long | GetExtIter_OffSet (void) |
| | Get the current internal iteration number. More...
|
| |
| unsigned long | GetFSIIter (void) |
| | Get the current FSI iteration number. More...
|
| |
| unsigned long | GetIntIter (void) |
| | Get the current internal iteration number. More...
|
| |
| unsigned long | GetWrt_Sol_Freq (void) |
| | Get the frequency for writing the solution file. More...
|
| |
| unsigned long | GetWrt_Sol_Freq_DualTime (void) |
| | Get the frequency for writing the solution file in Dual Time. More...
|
| |
| unsigned long | GetWrt_Con_Freq (void) |
| | Get the frequency for writing the convergence file. More...
|
| |
| unsigned long | GetWrt_Con_Freq_DualTime (void) |
| | Get the frequency for writing the convergence file in Dual Time. More...
|
| |
| bool | GetWrt_Unsteady (void) |
| | Get information about writing unsteady headers and file extensions. More...
|
| |
| bool | GetLowFidelitySim (void) |
| | Get information about performing a low fidelity simulation. More...
|
| |
| bool | GetWrt_Vol_Sol (void) |
| | Get information about writing a volume solution file. More...
|
| |
| bool | GetLow_MemoryOutput (void) |
| | Get information about writing a volume solution file. More...
|
| |
| bool | GetWrt_Srf_Sol (void) |
| | Get information about writing a surface solution file. More...
|
| |
| bool | GetWrt_Csv_Sol (void) |
| | Get information about writing a surface comma-separated values (CSV) solution file. More...
|
| |
| bool | GetWrt_Residuals (void) |
| | Get information about writing residuals to volume solution file. More...
|
| |
| bool | GetWrt_Limiters (void) |
| | Get information about writing residuals to volume solution file. More...
|
| |
| bool | GetWrt_SharpEdges (void) |
| | Get information about writing residuals to volume solution file. More...
|
| |
| bool | GetWrt_Halo (void) |
| | Get information about writing rind layers to the solution files. More...
|
| |
| bool | GetPlot_Section_Forces (void) |
| | Get information about writing sectional force files. More...
|
| |
| bool | GetWrt_1D_Output (void) |
| | Get information about writing average stagnation pressure. More...
|
| |
| su2double | Get_Alpha_RKStep (unsigned short val_step) |
| | Get the alpha (convective) coefficients for the Runge-Kutta integration scheme. More...
|
| |
| string | GetMarker_All_TagBound (unsigned short val_marker) |
| | Get the index of the surface defined in the geometry file. More...
|
| |
| string | GetMarker_ActDiskInlet_TagBound (unsigned short val_marker) |
| | Get the index of the surface defined in the geometry file. More...
|
| |
| string | GetMarker_ActDiskOutlet_TagBound (unsigned short val_marker) |
| | Get the index of the surface defined in the geometry file. More...
|
| |
| string | GetMarker_EngineInflow_TagBound (unsigned short val_marker) |
| | Get the index of the surface defined in the geometry file. More...
|
| |
| string | GetMarker_EngineExhaust_TagBound (unsigned short val_marker) |
| | Get the index of the surface defined in the geometry file. More...
|
| |
| string | GetMarker_Monitoring_TagBound (unsigned short val_marker) |
| | Get the name of the surface defined in the geometry file. More...
|
| |
| short | GetMarker_All_TagBound (string val_tag) |
| | Get the tag if the iMarker defined in the geometry file. More...
|
| |
| unsigned short | GetMarker_All_KindBC (unsigned short val_marker) |
| | Get the kind of boundary for each marker. More...
|
| |
| unsigned short | GetMarker_All_Out_1D (unsigned short val_marker) |
| | Get the kind of boundary for each marker. More...
|
| |
| void | SetMarker_All_Out_1D (unsigned short val_marker, unsigned short val_boundary) |
| | Set the value of the boundary val_boundary (read from the config file) for the marker val_marker. More...
|
| |
| void | SetMarker_All_KindBC (unsigned short val_marker, unsigned short val_boundary) |
| | Set the value of the boundary val_boundary (read from the config file) for the marker val_marker. More...
|
| |
| void | SetMarker_All_TagBound (unsigned short val_marker, string val_index) |
| | Set the value of the index val_index (read from the geometry file) for the marker val_marker. More...
|
| |
| void | SetMarker_All_Monitoring (unsigned short val_marker, unsigned short val_monitoring) |
| | Set if a marker val_marker is going to be monitored val_monitoring (read from the config file). More...
|
| |
| void | SetMarker_All_GeoEval (unsigned short val_marker, unsigned short val_geoeval) |
| | Set if a marker val_marker is going to be monitored val_monitoring (read from the config file). More...
|
| |
| void | SetMarker_All_Designing (unsigned short val_marker, unsigned short val_designing) |
| | Set if a marker val_marker is going to be designed val_designing (read from the config file). More...
|
| |
| void | SetMarker_All_Plotting (unsigned short val_marker, unsigned short val_plotting) |
| | Set if a marker val_marker is going to be plot val_plotting (read from the config file). More...
|
| |
| void | SetMarker_All_Analyze (unsigned short val_marker, unsigned short val_analyze) |
| | Set if a marker val_marker is going to be plot val_plotting (read from the config file). More...
|
| |
| void | SetMarker_All_FSIinterface (unsigned short val_marker, unsigned short val_fsiinterface) |
| | Set if a marker val_marker is part of the FSI interface val_plotting (read from the config file). More...
|
| |
| void | SetMarker_All_DV (unsigned short val_marker, unsigned short val_DV) |
| | Set if a marker val_marker is going to be affected by design variables val_moving (read from the config file). More...
|
| |
| void | SetMarker_All_Moving (unsigned short val_marker, unsigned short val_moving) |
| | Set if a marker val_marker is going to be moved val_moving (read from the config file). More...
|
| |
| void | SetMarker_All_PerBound (unsigned short val_marker, short val_perbound) |
| | Set if a marker val_marker is going to be periodic val_perbound (read from the config file). More...
|
| |
| void | SetMarker_All_SendRecv (unsigned short val_marker, short val_index) |
| | Set if a marker val_marker is going to be sent or receive val_index from another domain. More...
|
| |
| short | GetMarker_All_SendRecv (unsigned short val_marker) |
| | Get the send-receive information for a marker val_marker. More...
|
| |
| short | GetMarker_All_PerBound (unsigned short val_marker) |
| | Get an internal index that identify the periodic boundary conditions. More...
|
| |
| unsigned short | GetMarker_All_Monitoring (unsigned short val_marker) |
| | Get the monitoring information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_All_GeoEval (unsigned short val_marker) |
| | Get the monitoring information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_All_Designing (unsigned short val_marker) |
| | Get the design information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_All_Plotting (unsigned short val_marker) |
| | Get the plotting information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_All_Analyze (unsigned short val_marker) |
| | Get the plotting information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_All_FSIinterface (unsigned short val_marker) |
| | Get the FSI interface information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_n_FSIinterface (void) |
| | Get the number of FSI interface markers val_marker. More...
|
| |
| unsigned short | GetMarker_All_DV (unsigned short val_marker) |
| | Get the DV information for a marker val_marker. More...
|
| |
| unsigned short | GetMarker_All_Moving (unsigned short val_marker) |
| | Get the motion information for a marker val_marker. More...
|
| |
| su2double | GetLocationStations (unsigned short val_section) |
| | Get the airfoil sections in the slicing process. More...
|
| |
| unsigned short | GetMG_PreSmooth (unsigned short val_mesh) |
| | Get the number of pre-smoothings in a multigrid strategy. More...
|
| |
| unsigned short | GetMG_PostSmooth (unsigned short val_mesh) |
| | Get the number of post-smoothings in a multigrid strategy. More...
|
| |
| unsigned short | GetMG_CorrecSmooth (unsigned short val_mesh) |
| | Get the number of implicit Jacobi smoothings of the correction in a multigrid strategy. More...
|
| |
| short | GetFFD_Fix_IDir (unsigned short val_index) |
| | plane of the FFD (I axis) that should be fixed. More...
|
| |
| short | GetFFD_Fix_JDir (unsigned short val_index) |
| | plane of the FFD (J axis) that should be fixed. More...
|
| |
| short | GetFFD_Fix_KDir (unsigned short val_index) |
| | plane of the FFD (K axis) that should be fixed. More...
|
| |
| unsigned short | GetnFFD_Fix_IDir (void) |
| | Get the number of planes to fix in the I direction. More...
|
| |
| unsigned short | GetnFFD_Fix_JDir (void) |
| | Get the number of planes to fix in the J direction. More...
|
| |
| unsigned short | GetnFFD_Fix_KDir (void) |
| | Get the number of planes to fix in the K direction. More...
|
| |
| unsigned short | GetKind_Solver (void) |
| | Governing equations of the flow (it can be different from the run time equation). More...
|
| |
| void | SetKind_Solver (unsigned short val_solver) |
| | Governing equations of the flow (it can be different from the run time equation). More...
|
| |
| unsigned short | GetKind_Regime (void) |
| | Governing equations of the flow (it can be different from the run time equation). More...
|
| |
| unsigned short | GetSystemMeasurements (void) |
| | Governing equations of the flow (it can be different from the run time equation). More...
|
| |
| unsigned short | GetKind_GasModel (void) |
| | Gas model that we are using. More...
|
| |
| unsigned short | GetKind_FluidModel (void) |
| | Fluid model that we are using. More...
|
| |
| unsigned short | GetKind_FreeStreamOption (void) |
| | free stream option to initialize the solution More...
|
| |
| unsigned short | GetKind_InitOption (void) |
| | free stream option to initialize the solution More...
|
| |
| su2double | GetPressure_Critical (void) |
| | Get the value of the critical pressure. More...
|
| |
| su2double | GetTemperature_Critical (void) |
| | Get the value of the critical temperature. More...
|
| |
| su2double | GetAcentric_Factor (void) |
| | Get the value of the critical pressure. More...
|
| |
| unsigned short | GetKind_ViscosityModel (void) |
| | Get the value of the critical temperature. More...
|
| |
| unsigned short | GetKind_ConductivityModel (void) |
| | Get the value of the thermal conductivity . More...
|
| |
| su2double | GetMu_ConstantND (void) |
| | Get the value of the critical temperature. More...
|
| |
| su2double | GetKt_ConstantND (void) |
| | Get the value of the non-dimensional thermal conductivity. More...
|
| |
| su2double | GetMu_RefND (void) |
| | Get the value of the critical temperature. More...
|
| |
| su2double | GetMu_Temperature_RefND (void) |
| | Get the value of the critical temperature. More...
|
| |
| su2double | GetMu_SND (void) |
| | Get the value of the critical temperature. More...
|
| |
| void | SetMu_ConstantND (su2double mu_const) |
| | Get the value of the critical temperature. More...
|
| |
| void | SetKt_ConstantND (su2double kt_const) |
| | Get the value of the critical temperature. More...
|
| |
| void | SetMu_RefND (su2double mu_ref) |
| | Get the value of the critical temperature. More...
|
| |
| void | SetMu_Temperature_RefND (su2double mu_Tref) |
| | Get the value of the critical temperature. More...
|
| |
| void | SetMu_SND (su2double mu_s) |
| | Get the value of the critical temperature. More...
|
| |
| unsigned short | GetKind_Gradient_Method (void) |
| | Get the kind of method for computation of spatial gradients. More...
|
| |
| unsigned short | GetKind_Linear_Solver (void) |
| | Get the kind of solver for the implicit solver. More...
|
| |
| unsigned short | GetKind_Deform_Linear_Solver (void) |
| | Get the kind of solver for the implicit solver. More...
|
| |
| void | SetKind_Deform_Linear_Solver_Prec (unsigned short val_kind_prec) |
| | Set the kind of preconditioner for the implicit solver. More...
|
| |
| unsigned short | GetKind_Linear_Solver_Prec (void) |
| | Get the kind of preconditioner for the implicit solver. More...
|
| |
| void | SetKind_Linear_Solver_Prec (unsigned short val_kind_prec) |
| | Set the kind of preconditioner for the implicit solver. More...
|
| |
| su2double | GetLinear_Solver_Error (void) |
| | Get min error of the linear solver for the implicit formulation. More...
|
| |
| unsigned long | GetLinear_Solver_Iter (void) |
| | Get max number of iterations of the linear solver for the implicit formulation. More...
|
| |
| unsigned long | GetLinear_Solver_Restart_Frequency (void) |
| | Get restart frequency of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetRelaxation_Factor_Flow (void) |
| | Get the relaxation coefficient of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetRelaxation_Factor_AdjFlow (void) |
| | Get the relaxation coefficient of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetRelaxation_Factor_Turb (void) |
| | Get the relaxation coefficient of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetRoe_Kappa (void) |
| | Get the relaxation coefficient of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetSemiSpan (void) |
| | Get the wing semi span. More...
|
| |
| unsigned short | GetKind_AdjTurb_Linear_Solver (void) |
| | Get the kind of solver for the implicit solver. More...
|
| |
| unsigned short | GetKind_AdjTurb_Linear_Prec (void) |
| | Get the kind of preconditioner for the implicit solver. More...
|
| |
| unsigned short | GetKind_DiscAdj_Linear_Solver (void) |
| | Get the kind of solver for the implicit solver. More...
|
| |
| unsigned short | GetKind_DiscAdj_Linear_Prec (void) |
| | Get the kind of preconditioner for the implicit solver. More...
|
| |
| unsigned short | GetKind_Deform_Linear_Solver_Prec (void) |
| | Get the kind of preconditioner for the implicit solver. More...
|
| |
| void | SetKind_AdjTurb_Linear_Prec (unsigned short val_kind_prec) |
| | Set the kind of preconditioner for the implicit solver. More...
|
| |
| su2double | GetAdjTurb_Linear_Error (void) |
| | Get min error of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetEntropyFix_Coeff (void) |
| | Get the entropy fix. More...
|
| |
| unsigned short | GetAdjTurb_Linear_Iter (void) |
| | Get max number of iterations of the linear solver for the implicit formulation. More...
|
| |
| su2double | GetCFLRedCoeff_AdjTurb (void) |
| | Get CFL reduction factor for adjoint turbulence model. More...
|
| |
| unsigned long | GetGridDef_Linear_Iter (void) |
| | Get the number of linear smoothing iterations for mesh deformation. More...
|
| |
| unsigned long | GetGridDef_Nonlinear_Iter (void) |
| | Get the number of nonlinear increments for mesh deformation. More...
|
| |
| bool | GetDeform_Output (void) |
| | Get information about writing grid deformation residuals to the console. More...
|
| |
| su2double | GetDeform_Tol_Factor (void) |
| | Get factor to multiply smallest volume for deform tolerance. More...
|
| |
| su2double | GetDeform_Coeff (void) |
| | Get factor to multiply smallest volume for deform tolerance. More...
|
| |
|
su2double | GetDeform_ElasticityMod (void) |
| | Get Young's modulus for deformation (constant stiffness deformation)
|
| |
|
su2double | GetDeform_PoissonRatio (void) |
| | Get Poisson's ratio for deformation (constant stiffness deformation) .
|
| |
| unsigned short | GetDeform_Stiffness_Type (void) |
| | Get the type of stiffness to impose for FEA mesh deformation. More...
|
| |
| bool | GetVisualize_Deformation (void) |
| | Creates a teot file to visualize the deformation made by the MDC software. More...
|
| |
| bool | GetFFD_Symmetry_Plane (void) |
| | Define the FFD box with a symetry plane. More...
|
| |
| unsigned short | GetKind_SU2 (void) |
| | Get the kind of SU2 software component. More...
|
| |
| unsigned short | GetRef_NonDim (void) |
| | Get the kind of non-dimensionalization. More...
|
| |
| void | SetKind_SU2 (unsigned short val_kind_su2) |
| | Get the kind of SU2 software component. More...
|
| |
| unsigned short | GetKind_Turb_Model (void) |
| | Get the kind of the turbulence model. More...
|
| |
| unsigned short | GetKind_Trans_Model (void) |
| | Get the kind of the transition model. More...
|
| |
| unsigned short | GetKind_Adaptation (void) |
| | Get the kind of adaptation technique. More...
|
| |
| su2double | GetNew_Elem_Adapt (void) |
| | Get the number of new elements added in the adaptation process. More...
|
| |
| unsigned short | GetKind_TimeIntScheme (void) |
| | Get the kind of time integration method. More...
|
| |
| unsigned short | GetKind_ConvNumScheme (void) |
| | Get the kind of convective numerical scheme. More...
|
| |
| unsigned short | GetKind_Centered (void) |
| | Get kind of center scheme for the convective terms. More...
|
| |
| unsigned short | GetKind_Upwind (void) |
| | Get kind of upwind scheme for the convective terms. More...
|
| |
| unsigned short | GetSpatialOrder (void) |
| | Get the order of the spatial integration. More...
|
| |
| unsigned short | GetSpatialOrder_Flow (void) |
| | Get the order of the spatial integration. More...
|
| |
| unsigned short | GetSpatialOrder_Turb (void) |
| | Get the order of the spatial integration. More...
|
| |
| unsigned short | GetSpatialOrder_AdjFlow (void) |
| | Get the order of the spatial integration. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_Flow (void) |
| | Get the kind of integration scheme (explicit or implicit) for the flow equations. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_Wave (void) |
| | Get the kind of integration scheme (explicit or implicit) for the flow equations. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_Heat (void) |
| | Get the kind of integration scheme (explicit or implicit) for the flow equations. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_Poisson (void) |
| | Get the kind of integration scheme (explicit or implicit) for the flow equations. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_FEA (void) |
| | Get the kind of integration scheme (explicit or implicit) for the flow equations. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_Template (void) |
| | Get the kind of integration scheme (explicit or implicit) for the template equations. More...
|
| |
| unsigned short | GetKind_SpaceIteScheme_FEA (void) |
| | Get the kind of integration scheme (explicit or implicit) for the flow equations. More...
|
| |
| unsigned short | GetKind_TransferMethod (void) |
| | Get the kind of transfer method we want to use for multiphysics problems. More...
|
| |
| unsigned short | GetKind_ConvNumScheme_Flow (void) |
| | Get the kind of convective numerical scheme for the flow equations (centered or upwind). More...
|
| |
| unsigned short | GetKind_ConvNumScheme_Template (void) |
| | Get the kind of convective numerical scheme for the template equations (centered or upwind). More...
|
| |
| unsigned short | GetKind_Centered_Flow (void) |
| | Get the kind of center convective numerical scheme for the flow equations. More...
|
| |
| unsigned short | GetKind_Centered_Template (void) |
| | Get the kind of center convective numerical scheme for the plasma equations. More...
|
| |
| unsigned short | GetKind_Upwind_Flow (void) |
| | Get the kind of upwind convective numerical scheme for the flow equations. More...
|
| |
| unsigned short | GetKind_SlopeLimit (void) |
| | Get the method for limiting the spatial gradients. More...
|
| |
| unsigned short | GetKind_SlopeLimit_Flow (void) |
| | Get the method for limiting the spatial gradients. More...
|
| |
| unsigned short | GetKind_SlopeLimit_Turb (void) |
| | Get the method for limiting the spatial gradients. More...
|
| |
| unsigned short | GetKind_SlopeLimit_AdjTurb (void) |
| | Get the method for limiting the spatial gradients. More...
|
| |
| unsigned short | GetKind_SlopeLimit_AdjFlow (void) |
| | Get the method for limiting the spatial gradients. More...
|
| |
| su2double | GetKappa_1st_Flow (void) |
| | Value of the calibrated constant for the Lax method (center scheme). More...
|
| |
| su2double | GetKappa_2nd_Flow (void) |
| | Value of the calibrated constant for the JST method (center scheme). More...
|
| |
| su2double | GetKappa_4th_Flow (void) |
| | Value of the calibrated constant for the JST method (center scheme). More...
|
| |
| unsigned short | GetKind_TimeIntScheme_AdjFlow (void) |
| | Get the kind of integration scheme (explicit or implicit) for the adjoint flow equations. More...
|
| |
| unsigned short | GetKind_ConvNumScheme_AdjFlow (void) |
| | Get the kind of convective numerical scheme for the adjoint flow equations (centered or upwind). More...
|
| |
| unsigned short | GetKind_Centered_AdjFlow (void) |
| | Get the kind of center convective numerical scheme for the adjoint flow equations. More...
|
| |
| unsigned short | GetKind_Upwind_AdjFlow (void) |
| | Get the kind of upwind convective numerical scheme for the adjoint flow equations. More...
|
| |
| su2double | GetKappa_2nd_AdjFlow (void) |
| | Value of the calibrated constant for the high order method (center scheme). More...
|
| |
| su2double | GetKappa_4th_AdjFlow (void) |
| | Value of the calibrated constant for the high order method (center scheme). More...
|
| |
| su2double | GetKappa_1st_AdjFlow (void) |
| | Value of the calibrated constant for the low order method (center scheme). More...
|
| |
| unsigned short | GetKind_TimeIntScheme_Turb (void) |
| | Get the kind of integration scheme (implicit) for the turbulence equations. More...
|
| |
| unsigned short | GetKind_ConvNumScheme_Turb (void) |
| | Get the kind of convective numerical scheme for the turbulence equations (upwind). More...
|
| |
| unsigned short | GetKind_Centered_Turb (void) |
| | Get the kind of center convective numerical scheme for the turbulence equations. More...
|
| |
| unsigned short | GetKind_Upwind_Turb (void) |
| | Get the kind of upwind convective numerical scheme for the turbulence equations. More...
|
| |
| unsigned short | GetKind_TimeIntScheme_AdjTurb (void) |
| | Get the kind of integration scheme (explicit or implicit) for the adjoint turbulence equations. More...
|
| |
| unsigned short | GetKind_ConvNumScheme_AdjTurb (void) |
| | Get the kind of convective numerical scheme for the adjoint turbulence equations (centered or upwind). More...
|
| |
| unsigned short | GetKind_Centered_AdjTurb (void) |
| | Get the kind of center convective numerical scheme for the adjoint turbulence equations. More...
|
| |
| unsigned short | GetKind_Upwind_AdjTurb (void) |
| | Get the kind of upwind convective numerical scheme for the adjoint turbulence equations. More...
|
| |
| bool | GetFrozen_Visc (void) |
| | Provides information about the way in which the turbulence will be treated by the adjoint method. More...
|
| |
| bool | GetViscous_Limiter_Flow (void) |
| | Viscous limiter mean flow. More...
|
| |
| bool | GetViscous_Limiter_Turb (void) |
| | Viscous limiter turb equations. More...
|
| |
| bool | GetWrite_Conv_FSI (void) |
| | Write convergence file for FSI problems. More...
|
| |
| bool | GetSens_Remove_Sharp (void) |
| | Provides information about if the sharp edges are going to be removed from the sensitivity. More...
|
| |
| unsigned short | GetKind_Inlet (void) |
| | Get the kind of inlet boundary condition treatment (total conditions or mass flow). More...
|
| |
| unsigned short | GetKind_MixingProcess (void) |
| | Get the kind of mixing process for averaging quantities at the boundaries. More...
|
| |
| bool | GetBoolMixingPlane (void) |
| | Verify if there is mixing plane interface specified from config file. More...
|
| |
| unsigned short | Get_nMarkerMixingPlane (void) |
| | number mixing plane interface specified from config file. More...
|
| |
| string | GetMarker_MixingPlane_Bound (unsigned short index) |
| | get bounds name of mixing plane interface. More...
|
| |
| string | GetMarker_MixingPlane_Donor (unsigned short index) |
| | get bounds name of mixing plane interface. More...
|
| |
| bool | GetBoolTurboPerf (void) |
| | Verify if there is Turbomachinery performance option specified from config file. More...
|
| |
| unsigned short | Get_nMarkerTurboPerf (void) |
| | number Turbomachinery performance option specified from config file. More...
|
| |
| string | GetMarker_TurboPerf_BoundIn (unsigned short index) |
| | get inlet bounds name for Turbomachinery performance calculation. More...
|
| |
| string | GetMarker_TurboPerf_BoundOut (unsigned short index) |
| | get outlet bounds name for Turbomachinery performance calculation. More...
|
| |
| unsigned short | GetKind_TurboPerf (unsigned short index) |
| | get marker kind for Turbomachinery performance calculation. More...
|
| |
| unsigned short | GetKind_Engine_Inflow (void) |
| | Get the kind of inlet boundary condition treatment (total conditions or mass flow). More...
|
| |
| unsigned short | GetKind_ActDisk (void) |
| | Get the kind of inlet boundary condition treatment (total conditions or mass flow). More...
|
| |
| unsigned short | GetnLocationStations (void) |
| | Get the number of sections. More...
|
| |
| unsigned short | GetnWingStations (void) |
| | Get the number of sections for computing internal volume. More...
|
| |
| bool | GetHold_GridFixed (void) |
| | Provides information about the the nodes that are going to be moved on a deformation volumetric grid deformation. More...
|
| |
| unsigned short | GetKind_ObjFunc (void) |
| | Get the kind of objective function. There are several options: Drag coefficient, Lift coefficient, efficiency, etc. More...
|
| |
| unsigned short | GetKind_ObjFunc (unsigned short val_obj) |
| | Get the kind of objective function. There are several options: Drag coefficient, Lift coefficient, efficiency, etc. More...
|
| |
| su2double | GetWeight_ObjFunc (unsigned short val_obj) |
| | Get the weight of objective function. There are several options: Drag coefficient, Lift coefficient, efficiency, etc. More...
|
| |
| void | SetWeight_ObjFunc (unsigned short val_obj, su2double val) |
| | Set the weight of objective function. There are several options: Drag coefficient, Lift coefficient, efficiency, etc. More...
|
| |
| su2double | GetCoeff_ObjChainRule (unsigned short iVar) |
| | Get the coefficients of the objective defined by the chain rule with primitive variables. More...
|
| |
| bool | GetComboObj (void) |
| | Get the flag indicating whether to comput a combined objective. More...
|
| |
| unsigned short | GetKind_SensSmooth (void) |
| | Get the kind of sensitivity smoothing technique. More...
|
| |
| unsigned short | GetUnsteady_Simulation (void) |
| | Provides information about the time integration, and change the write in the output files information about the iteration. More...
|
| |
| unsigned short | GetnReactions (void) |
| | Provides the number of chemical reactions in the chemistry model. More...
|
| |
| su2double | GetArrheniusCoeff (unsigned short iReaction) |
| | Provides the number of chemical reactions in the chemistry model. More...
|
| |
| su2double | GetArrheniusEta (unsigned short iReaction) |
| | Provides the number of chemical reactions in the chemistry model. More...
|
| |
| su2double | GetArrheniusTheta (unsigned short iReaction) |
| | Provides the number of chemical reactions in the chemistry model. More...
|
| |
| su2double * | GetRxnTcf_a (void) |
| | Provides the rate controlling temperature exponents for chemistry. More...
|
| |
| su2double * | GetRxnTcf_b (void) |
| | Provides the rate controlling temperature exponents for chemistry. More...
|
| |
| su2double * | GetRxnTcb_a (void) |
| | Provides the rate controlling temperature exponents for chemistry. More...
|
| |
| su2double * | GetRxnTcb_b (void) |
| | Provides the rate controlling temperature exponents for chemistry. More...
|
| |
| su2double * | GetDissociationPot (void) |
| | Dissociation potential of species. More...
|
| |
| su2double * | GetRotationModes (void) |
| | Provides the number of rotational modes of energy storage. More...
|
| |
| su2double * | GetCharVibTemp (void) |
| | Provides the characteristic vibrational temperature for calculating e_vib. More...
|
| |
| su2double ** | GetCharElTemp (void) |
| | Provides the characteristic electronic temperature for calculating e_el. More...
|
| |
| su2double ** | GetElDegeneracy (void) |
| | Provides the degeneracy of electron states for calculating e_el. More...
|
| |
| unsigned short * | GetnElStates (void) |
| | Provides number electron states for calculating e_el. More...
|
| |
| su2double * | GetRefTemperature (void) |
| | Provides the thermodynamic reference temperatures from the JANAF tables. More...
|
| |
| su2double | GetCharVibTemp (unsigned short iSpecies) |
| | Provides the characteristic vibrational temperature for calculating e_vib. More...
|
| |
| su2double * | GetMolar_Mass (void) |
| | Provides the molar mass of each species present in multi species fluid. More...
|
| |
| su2double | GetMolar_Mass (unsigned short iSpecies) |
| | Provides the molar mass of each species present in multi species fluid. More...
|
| |
| unsigned short | GetnMonatomics (void) |
| | Retrieves the number of monatomic species in the multicomponent gas. More...
|
| |
| unsigned short | GetnDiatomics (void) |
| | Retrieves the number of monatomic species in the multicomponent gas. More...
|
| |
| su2double | GetInitial_Gas_Composition (unsigned short iSpecies) |
| | Provides the molar mass of each species present in multi species fluid. More...
|
| |
| su2double * | GetEnthalpy_Formation (void) |
| | Provides the formation enthalpy of the specified species at standard conditions. More...
|
| |
| su2double | GetEnthalpy_Formation (unsigned short iSpecies) |
| | Provides the formation enthalpy of the specified species at standard conditions. More...
|
| |
| bool | GetRestart (void) |
| | Provides the restart information. More...
|
| |
| unsigned short | GetnVar (void) |
| | Provides the number of varaibles. More...
|
| |
| unsigned short | GetnZone (void) |
| | Provides the number of varaibles. More...
|
| |
| unsigned short | GetiZone (void) |
| | Provides the number of varaibles. More...
|
| |
| bool | GetRestart_Flow (void) |
| | For some problems like adjoint or the linearized equations it is necessary to restart the flow solution. More...
|
| |
|
bool | GetIonization (void) |
| | Indicates whether electron gas is present in the gas mixture.
|
| |
| bool | GetEquivArea (void) |
| | Information about computing and plotting the equivalent area distribution. More...
|
| |
| bool | GetInvDesign_Cp (void) |
| | Information about computing and plotting the equivalent area distribution. More...
|
| |
| bool | GetInvDesign_HeatFlux (void) |
| | Information about computing and plotting the equivalent area distribution. More...
|
| |
| string | GetMesh_FileName (void) |
| | Get name of the input grid. More...
|
| |
| string | GetMesh_Out_FileName (void) |
| | Get name of the output grid, this parameter is important for grid adaptation and deformation. More...
|
| |
| string | GetSolution_FlowFileName (void) |
| | Get the name of the file with the solution of the flow problem. More...
|
| |
| string | GetSolution_AdjFileName (void) |
| | Get the name of the file with the solution of the adjoint flow problem with drag objective function. More...
|
| |
| string | GetSolution_FEMFileName (void) |
| | Get the name of the file with the solution of the structural problem. More...
|
| |
| string | GetResidual_FileName (void) |
| | Get the name of the file with the residual of the problem. More...
|
| |
| unsigned short | GetMesh_FileFormat (void) |
| | Get the format of the input/output grid. More...
|
| |
| unsigned short | GetOutput_FileFormat (void) |
| | Get the format of the output solution. More...
|
| |
| unsigned short | GetActDisk_Jump (void) |
| | Get the format of the output solution. More...
|
| |
| string | GetConv_FileName (void) |
| | Get the name of the file with the convergence history of the problem. More...
|
| |
| string | GetConv_FileName_FSI (void) |
| | Get the name of the file with the convergence history of the problem for FSI applications. More...
|
| |
| string | GetBreakdown_FileName (void) |
| | Get the name of the file with the forces breakdown of the problem. More...
|
| |
| string | GetFlow_FileName (void) |
| | Get the name of the file with the flow variables. More...
|
| |
| string | GetStructure_FileName (void) |
| | Get the name of the file with the structure variables. More...
|
| |
| string | GetSurfStructure_FileName (void) |
| | Get the name of the file with the structure variables. More...
|
| |
| string | GetSurfWave_FileName (void) |
| | Get the name of the file with the structure variables. More...
|
| |
| string | GetSurfHeat_FileName (void) |
| | Get the name of the file with the structure variables. More...
|
| |
| string | GetWave_FileName (void) |
| | Get the name of the file with the wave variables. More...
|
| |
| string | GetHeat_FileName (void) |
| | Get the name of the file with the wave variables. More...
|
| |
| string | GetAdjWave_FileName (void) |
| | Get the name of the file with the adjoint wave variables. More...
|
| |
| string | GetRestart_WaveFileName (void) |
| | Get the name of the restart file for the wave variables. More...
|
| |
| string | GetRestart_HeatFileName (void) |
| | Get the name of the restart file for the heat variables. More...
|
| |
| string | GetMultizone_FileName (string val_filename, int val_iZone) |
| | Append the zone index to the restart or the solution files. More...
|
| |
| string | GetRestart_FlowFileName (void) |
| | Get the name of the restart file for the flow variables. More...
|
| |
| string | GetRestart_AdjFileName (void) |
| | Get the name of the restart file for the adjoint variables (drag objective function). More...
|
| |
| string | GetRestart_FEMFileName (void) |
| | Get the name of the restart file for the flow variables. More...
|
| |
| string | GetAdj_FileName (void) |
| | Get the name of the file with the adjoint variables. More...
|
| |
| string | GetObjFunc_Grad_FileName (void) |
| | Get the name of the file with the gradient of the objective function. More...
|
| |
| string | GetObjFunc_Value_FileName (void) |
| | Get the name of the file with the gradient of the objective function. More...
|
| |
| string | GetSurfFlowCoeff_FileName (void) |
| | Get the name of the file with the surface information for the flow problem. More...
|
| |
| string | GetSurfAdjCoeff_FileName (void) |
| | Get the name of the file with the surface information for the adjoint problem. More...
|
| |
| string | GetSurfSens_FileName (void) |
| | Get the name of the file with the surface sensitivity (discrete adjoint). More...
|
| |
| string | GetVolSens_FileName (void) |
| | Get the name of the file with the volume sensitivity (discrete adjoint). More...
|
| |
| string | GetUnsteady_FileName (string val_filename, int val_iter) |
| | Augment the input filename with the iteration number for an unsteady file. More...
|
| |
| string | GetObjFunc_Extension (string val_filename) |
| | Append the input filename string with the appropriate objective function extension. More...
|
| |
| unsigned short | GetResidual_Func_Flow (void) |
| | Get functional that is going to be used to evaluate the residual flow convergence. More...
|
| |
| unsigned short | GetCauchy_Func_Flow (void) |
| | Get functional that is going to be used to evaluate the flow convergence. More...
|
| |
| unsigned short | GetCauchy_Func_AdjFlow (void) |
| | Get functional that is going to be used to evaluate the adjoint flow convergence. More...
|
| |
| unsigned short | GetCauchy_Elems (void) |
| | Get the number of iterations that are considered in the Cauchy convergence criteria. More...
|
| |
| unsigned long | GetStartConv_Iter (void) |
| | Get the number of iterations that are not considered in the convergence criteria. More...
|
| |
| su2double | GetCauchy_Eps (void) |
| | Get the value of convergence criteria for the Cauchy method in the direct, adjoint or linearized problem. More...
|
| |
| su2double | GetDelta_UnstTimeND (void) |
| | If we are prforming an unsteady simulation, there is only one value of the time step for the complete simulation. More...
|
| |
| su2double | GetTotal_UnstTimeND (void) |
| | If we are prforming an unsteady simulation, there is only one value of the time step for the complete simulation. More...
|
| |
| su2double | GetDelta_UnstTime (void) |
| | If we are prforming an unsteady simulation, there is only one value of the time step for the complete simulation. More...
|
| |
| void | SetDelta_UnstTimeND (su2double val_delta_unsttimend) |
| | Set the value of the unsteadty time step using the CFL number. More...
|
| |
| su2double | GetTotal_UnstTime (void) |
| | If we are performing an unsteady simulation, this is the value of max physical time for which we run the simulation. More...
|
| |
| su2double | GetCurrent_UnstTime (void) |
| | If we are performing an unsteady simulation, this is the value of current time. More...
|
| |
| bool | GetSubsonicEngine (void) |
| | Divide the rectbles and hexahedron. More...
|
| |
| bool | GetActDisk_DoubleSurface (void) |
| | Actuator disk defined with a double surface. More...
|
| |
| bool | GetEngine_HalfModel (void) |
| | Only halg of the engine is in the compputational grid. More...
|
| |
| bool | GetActDisk_SU2_DEF (void) |
| | Actuator disk defined with a double surface. More...
|
| |
| su2double | GetDV_Value (unsigned short val_dv, unsigned short val_val=0) |
| | Value of the design variable step, we use this value in design problems. More...
|
| |
| void | SetDV_Value (unsigned short val_dv, unsigned short val_ind, su2double val) |
| | Set the value of the design variable step, we use this value in design problems. More...
|
| |
| bool | GetGrid_Movement (void) |
| | Get information about the grid movement. More...
|
| |
| unsigned short | GetKind_GridMovement (unsigned short val_iZone) |
| | Get the type of dynamic mesh motion. More...
|
| |
| void | SetKind_GridMovement (unsigned short val_iZone, unsigned short motion_Type) |
| | Set the type of dynamic mesh motion. More...
|
| |
| su2double | GetMach_Motion (void) |
| | Get the mach number based on the mesh velocity and freestream quantities. More...
|
| |
| su2double | GetMotion_Origin_X (unsigned short val_iZone) |
| | Get x-coordinate of the mesh motion origin. More...
|
| |
| su2double | GetMotion_Origin_Y (unsigned short val_iZone) |
| | Get y-coordinate of the mesh motion origin. More...
|
| |
| su2double | GetMotion_Origin_Z (unsigned short val_iZone) |
| | Get z-coordinate of the mesh motion origin. More...
|
| |
| void | SetMotion_Origin_X (unsigned short val_iZone, su2double val_origin) |
| | Set x-coordinate of the mesh motion origin. More...
|
| |
| void | SetMotion_Origin_Y (unsigned short val_iZone, su2double val_origin) |
| | Set y-coordinate of the mesh motion origin. More...
|
| |
| void | SetMotion_Origin_Z (unsigned short val_iZone, su2double val_origin) |
| | Set z-coordinate of the mesh motion origin. More...
|
| |
| su2double | GetTranslation_Rate_X (unsigned short val_iZone) |
| | Get the translational velocity of the mesh in the x-direction. More...
|
| |
| su2double | GetTranslation_Rate_Y (unsigned short val_iZone) |
| | Get the translational velocity of the mesh in the y-direction. More...
|
| |
| su2double | GetTranslation_Rate_Z (unsigned short val_iZone) |
| | Get the translational velocity of the mesh in the z-direction. More...
|
| |
| su2double | GetRotation_Rate_X (unsigned short val_iZone) |
| | Get the angular velocity of the mesh about the x-axis. More...
|
| |
| su2double | GetRotation_Rate_Y (unsigned short val_iZone) |
| | Get the angular velocity of the mesh about the y-axis. More...
|
| |
| su2double | GetRotation_Rate_Z (unsigned short val_iZone) |
| | Get the angular velocity of the mesh about the z-axis. More...
|
| |
| su2double | GetPitching_Omega_X (unsigned short val_iZone) |
| | Get the angular frequency of a mesh pitching about the x-axis. More...
|
| |
| su2double | GetPitching_Omega_Y (unsigned short val_iZone) |
| | Get the angular frequency of a mesh pitching about the y-axis. More...
|
| |
| su2double | GetPitching_Omega_Z (unsigned short val_iZone) |
| | Get the angular frequency of a mesh pitching about the z-axis. More...
|
| |
| su2double | GetPitching_Ampl_X (unsigned short val_iZone) |
| | Get the pitching amplitude about the x-axis. More...
|
| |
| su2double | GetPitching_Ampl_Y (unsigned short val_iZone) |
| | Get the pitching amplitude about the y-axis. More...
|
| |
| su2double | GetPitching_Ampl_Z (unsigned short val_iZone) |
| | Get the pitching amplitude about the z-axis. More...
|
| |
| su2double | GetPitching_Phase_X (unsigned short val_iZone) |
| | Get the pitching phase offset about the x-axis. More...
|
| |
| su2double | GetPitching_Phase_Y (unsigned short val_iZone) |
| | Get the pitching phase offset about the y-axis. More...
|
| |
| su2double | GetPitching_Phase_Z (unsigned short val_iZone) |
| | Get the pitching phase offset about the z-axis. More...
|
| |
| su2double | GetPlunging_Omega_X (unsigned short val_iZone) |
| | Get the angular frequency of a mesh plunging in the x-direction. More...
|
| |
| su2double | GetPlunging_Omega_Y (unsigned short val_iZone) |
| | Get the angular frequency of a mesh plunging in the y-direction. More...
|
| |
| su2double | GetPlunging_Omega_Z (unsigned short val_iZone) |
| | Get the angular frequency of a mesh plunging in the z-direction. More...
|
| |
| su2double | GetPlunging_Ampl_X (unsigned short val_iZone) |
| | Get the plunging amplitude in the x-direction. More...
|
| |
| su2double | GetPlunging_Ampl_Y (unsigned short val_iZone) |
| | Get the plunging amplitude in the y-direction. More...
|
| |
| su2double | GetPlunging_Ampl_Z (unsigned short val_iZone) |
| | Get the plunging amplitude in the z-direction. More...
|
| |
| su2double * | GetOmega_HB (void) |
| | Get the Harmonic Balance frequency pointer. More...
|
| |
| unsigned short | GetMoveMotion_Origin (unsigned short val_marker) |
| | Get if we should update the motion origin. More...
|
| |
| su2double | GetminTurkelBeta () |
| | Get the minimum value of Beta for Roe-Turkel preconditioner. More...
|
| |
| su2double | GetmaxTurkelBeta () |
| | Get the minimum value of Beta for Roe-Turkel preconditioner. More...
|
| |
| bool | GetAdiabaticWall (void) |
| | Get information about the adibatic wall condition. More...
|
| |
| bool | GetIsothermalWall (void) |
| | Get information about the isothermal wall condition. More...
|
| |
| bool | Low_Mach_Preconditioning (void) |
| | Get information about the Low Mach Preconditioning. More...
|
| |
| bool | Low_Mach_Correction (void) |
| | Get information about the Low Mach Correction. More...
|
| |
| bool | GetPoissonSolver (void) |
| | Get information about the poisson solver condition. More...
|
| |
| bool | GetGravityForce (void) |
| | Get information about the gravity force. More...
|
| |
| bool | GetRotating_Frame (void) |
| | Get information about the rotational frame. More...
|
| |
| bool | GetAxisymmetric (void) |
| | Get information about the axisymmetric frame. More...
|
| |
| bool | GetDebugMode (void) |
| | Get information about the axisymmetric frame. More...
|
| |
| bool | GetAdaptBoundary (void) |
| | Get information about there is a smoothing of the grid coordinates. More...
|
| |
| bool | GetSmoothNumGrid (void) |
| | Get information about there is a smoothing of the grid coordinates. More...
|
| |
| void | SetSmoothNumGrid (bool val_smoothnumgrid) |
| | Set information about there is a smoothing of the grid coordinates. More...
|
| |
| void | SubtractFinestMesh (void) |
| | Subtract one to the index of the finest grid (full multigrid strategy). More...
|
| |
| unsigned short | GetDesign_Variable (unsigned short val_dv) |
| | Obtain the kind of design variable. More...
|
| |
| unsigned short | GetConvCriteria (void) |
| | Obtain the kind of convergence criteria to establish the convergence of the CFD code. More...
|
| |
| unsigned short | GetMarker_CfgFile_TagBound (string val_marker) |
| | Get the index in the config information of the marker val_marker. More...
|
| |
| string | GetMarker_CfgFile_TagBound (unsigned short val_marker) |
| | Get the name in the config information of the marker number val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_KindBC (string val_marker) |
| | Get the boundary information (kind of boundary) in the config information of the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_Monitoring (string val_marker) |
| | Get the monitoring information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_GeoEval (string val_marker) |
| | Get the monitoring information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_Designing (string val_marker) |
| | Get the monitoring information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_Plotting (string val_marker) |
| | Get the plotting information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_Analyze (string val_marker) |
| | Get the plotting information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_FSIinterface (string val_marker) |
| | Get the FSI interface information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_Out_1D (string val_marker) |
| | Get the 1-D output (ie, averaged pressure) information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_DV (string val_marker) |
| | Get the DV information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_Moving (string val_marker) |
| | Get the motion information from the config definition for the marker val_marker. More...
|
| |
| unsigned short | GetMarker_CfgFile_PerBound (string val_marker) |
| | Get the periodic information from the config definition of the marker val_marker. More...
|
| |
| int | GetMarker_FSIinterface (string val_marker) |
| | Get the name of the marker val_marker. More...
|
| |
| bool | GetContinuous_Adjoint (void) |
| | Determines if problem is adjoint. More...
|
| |
| bool | GetViscous (void) |
| | Determines if problem is viscous. More...
|
| |
| unsigned short | GetContainerPosition (unsigned short val_eqsystem) |
| | Provides the index of the solution in the container. More...
|
| |
| su2double | GetOrderMagResidual (void) |
| | Value of the order of magnitude reduction of the residual. More...
|
| |
| su2double | GetMinLogResidual (void) |
| | Value of the minimum residual value (log10 scale). More...
|
| |
| su2double | GetOrderMagResidualFSI (void) |
| | Value of the order of magnitude reduction of the residual for FSI applications. More...
|
| |
| su2double | GetMinLogResidualFSI (void) |
| | Value of the minimum residual value for FSI applications (log10 scale). More...
|
| |
| su2double | GetResidual_FEM_UTOL (void) |
| | Value of the displacement tolerance UTOL for FEM structural analysis (log10 scale). More...
|
| |
| su2double | GetResidual_FEM_RTOL (void) |
| | Value of the displacement tolerance UTOL for FEM structural analysis (log10 scale). More...
|
| |
| su2double | GetResidual_FEM_ETOL (void) |
| | Value of the displacement tolerance UTOL for FEM structural analysis (log10 scale). More...
|
| |
| su2double | GetDamp_Engine_Inflow (void) |
| | Value of the damping factor for the engine inlet bc. More...
|
| |
| su2double | GetDamp_Engine_Exhaust (void) |
| | Value of the damping factor for the engine exhaust inlet bc. More...
|
| |
| su2double | GetDamp_Res_Restric (void) |
| | Value of the damping factor for the residual restriction. More...
|
| |
| su2double | GetDamp_Correc_Prolong (void) |
| | Value of the damping factor for the correction prolongation. More...
|
| |
| su2double | GetPosition_Plane (void) |
| | Value of the position of the Near Field (y coordinate for 2D, and z coordinate for 3D). More...
|
| |
| su2double | GetWeightCd (void) |
| | Value of the weight of the drag coefficient in the Sonic Boom optimization. More...
|
| |
| void | SetdNetThrust_dBCThrust (su2double val_dnetthrust_dbcthrust) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| su2double | GetFixAzimuthalLine (void) |
| | Value of the azimuthal line to fix due to a misalignments of the nearfield. More...
|
| |
| su2double | GetdCD_dCM (void) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| su2double | GetCM_Target (void) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| su2double | GetdCD_dCL (void) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| void | SetdCD_dCL (su2double val_dcd_dcl) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| void | SetdCL_dAlpha (su2double val_dcl_dalpha) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| void | SetdCM_diH (su2double val_dcm_dhi) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| void | SetdCD_dCM (su2double val_dcd_dcm) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| su2double | GetCL_Target (void) |
| | Value of the weight of the CD, CL, CM optimization. More...
|
| |
| void | SetGlobalParam (unsigned short val_solver, unsigned short val_system, unsigned long val_extiter) |
| | Set the global parameters of each simulation for each runtime system. More...
|
| |
|
su2double * | GetPeriodicRotCenter (string val_marker) |
| | Center of rotation for a rotational periodic boundary.
|
| |
|
su2double * | GetPeriodicRotAngles (string val_marker) |
| | Angles of rotation for a rotational periodic boundary.
|
| |
|
su2double * | GetPeriodicTranslation (string val_marker) |
| | Translation vector for a rotational periodic boundary.
|
| |
| unsigned short | GetMarker_Periodic_Donor (string val_marker) |
| | Get the rotationally periodic donor marker for boundary val_marker. More...
|
| |
|
su2double | GetActDisk_NetThrust (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_Power (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_MassFlow (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_Mach (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_Force (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_BCThrust (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_BCThrust_Old (string val_marker) |
| | Get the origin of the actuator disk.
|
| |
|
su2double | GetActDisk_Area (string val_marker) |
| | Get the tip radius of th actuator disk.
|
| |
|
su2double | GetActDisk_ReverseMassFlow (string val_marker) |
| | Get the tip radius of th actuator disk.
|
| |
|
su2double | GetActDisk_PressJump (string val_marker, unsigned short val_index) |
| | Get the thrust corffient of the actuator disk.
|
| |
|
su2double | GetActDisk_TempJump (string val_marker, unsigned short val_index) |
| | Get the thrust corffient of the actuator disk.
|
| |
|
su2double | GetActDisk_Omega (string val_marker, unsigned short val_index) |
| | Get the rev / min of the actuator disk.
|
| |
| unsigned short | GetMarker_CfgFile_ActDiskOutlet (string val_marker) |
| | Get Actuator Disk Outlet for boundary val_marker (actuator disk inlet). More...
|
| |
| unsigned short | GetMarker_CfgFile_EngineExhaust (string val_marker) |
| | Get Actuator Disk Outlet for boundary val_marker (actuator disk inlet). More...
|
| |
| unsigned short | GetMarker_Moving (string val_marker) |
| | Get the internal index for a moving boundary val_marker. More...
|
| |
| string | GetMarker_Moving_TagBound (unsigned short val_marker) |
| | Get the name of the surface defined in the geometry file. More...
|
| |
| string | GetMarker_Analyze_TagBound (unsigned short val_marker) |
| | Get the name of the surface defined in the geometry file. More...
|
| |
| void | SetnPeriodicIndex (unsigned short val_index) |
| | Set the total number of SEND_RECEIVE periodic transformations. More...
|
| |
| unsigned short | GetnPeriodicIndex (void) |
| | Get the total number of SEND_RECEIVE periodic transformations. More...
|
| |
| void | SetPeriodicCenter (unsigned short val_index, su2double *center) |
| | Set the rotation center for a periodic transformation. More...
|
| |
| su2double * | GetPeriodicCenter (unsigned short val_index) |
| | Get the rotation center for a periodic transformation. More...
|
| |
| void | SetPeriodicRotation (unsigned short val_index, su2double *rotation) |
| | Set the rotation angles for a periodic transformation. More...
|
| |
| su2double * | GetPeriodicRotation (unsigned short val_index) |
| | Get the rotation angles for a periodic transformation. More...
|
| |
| void | SetPeriodicTranslate (unsigned short val_index, su2double *translate) |
| | Set the translation vector for a periodic transformation. More...
|
| |
| su2double * | GetPeriodicTranslate (unsigned short val_index) |
| | Get the translation vector for a periodic transformation. More...
|
| |
| su2double | GetExhaust_Temperature_Target (string val_index) |
| | Get the total temperature at a nacelle boundary. More...
|
| |
| su2double | GetInlet_Ttotal (string val_index) |
| | Get the total temperature at an inlet boundary. More...
|
| |
| su2double | GetInlet_Temperature (string val_index) |
| | Get the temperature at a supersonic inlet boundary. More...
|
| |
| su2double | GetInlet_Pressure (string val_index) |
| | Get the pressure at a supersonic inlet boundary. More...
|
| |
| su2double * | GetInlet_Velocity (string val_index) |
| | Get the velocity vector at a supersonic inlet boundary. More...
|
| |
| su2double | GetDirichlet_Value (string val_index) |
| | Get the fixed value at the Dirichlet boundary. More...
|
| |
| bool | GetDirichlet_Boundary (string val_index) |
| | Get whether this is a Dirichlet or a Neumann boundary. More...
|
| |
| su2double | GetInlet_Ptotal (string val_index) |
| | Get the total pressure at an inlet boundary. More...
|
| |
| su2double | GetExhaust_Pressure_Target (string val_index) |
| | Get the total pressure at an nacelle boundary. More...
|
| |
| su2double | GetCFLRedCoeff_Turb (void) |
| | Value of the CFL reduction in LevelSet problems. More...
|
| |
| su2double * | GetInlet_FlowDir (string val_index) |
| | Get the flow direction unit vector at an inlet boundary. More...
|
| |
| su2double | GetOutlet_Pressure (string val_index) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetRiemann_Var1 (string val_marker) |
| | Get the var 1 at Riemann boundary. More...
|
| |
| su2double | GetRiemann_Var2 (string val_marker) |
| | Get the var 2 at Riemann boundary. More...
|
| |
| su2double * | GetRiemann_FlowDir (string val_marker) |
| | Get the Flowdir at Riemann boundary. More...
|
| |
| unsigned short | GetKind_Data_Riemann (string val_marker) |
| | Get Kind Data of Riemann boundary. More...
|
| |
| su2double | GetNRBC_Var1 (string val_marker) |
| | Get the var 1 at NRBC boundary. More...
|
| |
| su2double | GetNRBC_Var2 (string val_marker) |
| | Get the var 2 at NRBC boundary. More...
|
| |
| su2double * | GetNRBC_FlowDir (string val_marker) |
| | Get the Flowdir at NRBC boundary. More...
|
| |
| unsigned short | GetKind_Data_NRBC (string val_marker) |
| | Get Kind Data of NRBC boundary. More...
|
| |
| su2double | GetIsothermal_Temperature (string val_index) |
| | Get the wall temperature (static) at an isothermal boundary. More...
|
| |
| su2double | GetWall_HeatFlux (string val_index) |
| | Get the wall heat flux on a constant heat flux boundary. More...
|
| |
| su2double | GetEngineInflow_Target (string val_marker) |
| | Get the target (pressure, massflow, etc) at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_Mach (string val_marker) |
| | Get the fan face Mach number at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_Pressure (string val_marker) |
| | Get the back pressure (static) at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_MassFlow (string val_marker) |
| | Get the mass flow rate at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_ReverseMassFlow (string val_marker) |
| | Get the percentage of reverse flow at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_ReverseMassFlow (unsigned short val_marker) |
| | Get the percentage of reverse flow at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_TotalPressure (string val_marker) |
| | Get the total pressure at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_Temperature (string val_marker) |
| | Get the temperature (static) at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_TotalTemperature (string val_marker) |
| | Get the total temperature at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_RamDrag (string val_marker) |
| | Get the ram drag at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_Force (string val_marker) |
| | Get the force balance at an engine inflow boundary. More...
|
| |
| su2double | GetInflow_Power (string val_marker) |
| | Get the power at an engine inflow boundary. More...
|
| |
| su2double | GetExhaust_Pressure (string val_marker) |
| | Get the back pressure (static) at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_Temperature (string val_marker) |
| | Get the temperature (static) at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_MassFlow (string val_marker) |
| | Get the massflow at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_TotalPressure (string val_marker) |
| | Get the total pressure at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_TotalTemperature (string val_marker) |
| | Get the total temperature at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_GrossThrust (string val_marker) |
| | Get the gross thrust at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_Force (string val_marker) |
| | Get the force balance at an engine exhaust boundary. More...
|
| |
| su2double | GetExhaust_Power (string val_marker) |
| | Get the power at an engine exhaust boundary. More...
|
| |
| void | SetInflow_Mach (unsigned short val_imarker, su2double val_fanface_mach) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetInflow_Pressure (unsigned short val_imarker, su2double val_fanface_pressure) |
| | Set the fan face static pressure at an engine inflow boundary. More...
|
| |
| void | SetInflow_MassFlow (unsigned short val_imarker, su2double val_fanface_massflow) |
| | Set the massflow at an engine inflow boundary. More...
|
| |
| void | SetInflow_ReverseMassFlow (unsigned short val_imarker, su2double val_fanface_reversemassflow) |
| | Set the reverse flow at an engine inflow boundary. More...
|
| |
| void | SetInflow_TotalPressure (unsigned short val_imarker, su2double val_fanface_totalpressure) |
| | Set the fan face total pressure at an engine inflow boundary. More...
|
| |
| void | SetInflow_Temperature (unsigned short val_imarker, su2double val_fanface_temperature) |
| | Set the fan face static temperature at an engine inflow boundary. More...
|
| |
| void | SetInflow_TotalTemperature (unsigned short val_imarker, su2double val_fanface_totaltemperature) |
| | Set the fan face total temperature at an engine inflow boundary. More...
|
| |
| void | SetInflow_RamDrag (unsigned short val_imarker, su2double val_fanface_ramdrag) |
| | Set the ram drag temperature at an engine inflow boundary. More...
|
| |
| void | SetInflow_Force (unsigned short val_imarker, su2double val_fanface_force) |
| | Set the force balance at an engine inflow boundary. More...
|
| |
| void | SetInflow_Power (unsigned short val_imarker, su2double val_fanface_power) |
| | Set the power at an engine inflow boundary. More...
|
| |
| void | SetExhaust_Pressure (unsigned short val_imarker, su2double val_exhaust_pressure) |
| | Set the back pressure (static) at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_Temperature (unsigned short val_imarker, su2double val_exhaust_temp) |
| | Set the temperature (static) at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_MassFlow (unsigned short val_imarker, su2double val_exhaust_massflow) |
| | Set the back pressure (static) at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_TotalPressure (unsigned short val_imarker, su2double val_exhaust_totalpressure) |
| | Set the back pressure (total) at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_TotalTemperature (unsigned short val_imarker, su2double val_exhaust_totaltemp) |
| | Set the total temperature at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_GrossThrust (unsigned short val_imarker, su2double val_exhaust_grossthrust) |
| | Set the gross thrust at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_Force (unsigned short val_imarker, su2double val_exhaust_force) |
| | Set the force balance at an engine exhaust boundary. More...
|
| |
| void | SetExhaust_Power (unsigned short val_imarker, su2double val_exhaust_power) |
| | Set the power at an engine exhaust boundary. More...
|
| |
| void | SetEngine_Mach (unsigned short val_imarker, su2double val_engine_mach) |
| | Set the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetEngine_Force (unsigned short val_imarker, su2double val_engine_force) |
| | Set the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetEngine_Power (unsigned short val_imarker, su2double val_engine_power) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetEngine_NetThrust (unsigned short val_imarker, su2double val_engine_netthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetEngine_GrossThrust (unsigned short val_imarker, su2double val_engine_grossthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetEngine_Area (unsigned short val_imarker, su2double val_engine_area) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetEngine_Mach (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetEngine_Force (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetEngine_Power (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetEngine_NetThrust (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetEngine_GrossThrust (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetEngine_Area (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_Temperature (unsigned short val_imarker, su2double val_actdisk_temp) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_TotalTemperature (unsigned short val_imarker, su2double val_actdisk_totaltemp) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_Temperature (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_TotalTemperature (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_Temperature (unsigned short val_imarker, su2double val_actdisk_temp) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_TotalTemperature (unsigned short val_imarker, su2double val_actdisk_totaltemp) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_Temperature (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_TotalTemperature (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_MassFlow (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_MassFlow (unsigned short val_imarker, su2double val_actdisk_massflow) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_MassFlow (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_MassFlow (unsigned short val_imarker, su2double val_actdisk_massflow) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_Pressure (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_TotalPressure (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_DeltaPress (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_DeltaTemp (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_TotalPressRatio (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_TotalTempRatio (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_StaticPressRatio (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_StaticTempRatio (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_NetThrust (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_BCThrust (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_BCThrust_Old (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_GrossThrust (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_Area (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_ReverseMassFlow (unsigned short val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_RamDrag (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_Force (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskInlet_Power (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_Pressure (unsigned short val_imarker, su2double val_actdisk_pressure) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_TotalPressure (unsigned short val_imarker, su2double val_actdisk_totalpressure) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_DeltaPress (unsigned short val_imarker, su2double val_actdisk_deltapress) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_Power (unsigned short val_imarker, su2double val_actdisk_power) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_MassFlow (unsigned short val_imarker, su2double val_actdisk_massflow) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_Mach (unsigned short val_imarker, su2double val_actdisk_mach) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_Force (unsigned short val_imarker, su2double val_actdisk_force) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetSurface_DC60 (unsigned short val_imarker, su2double val_surface_distortion) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetSurface_MassFlow (unsigned short val_imarker, su2double val_surface_massflow) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetSurface_IDC (unsigned short val_imarker, su2double val_surface_distortion) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetSurface_IDC_Mach (unsigned short val_imarker, su2double val_surface_distortion) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetSurface_IDR (unsigned short val_imarker, su2double val_surface_distortion) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_DeltaTemp (unsigned short val_imarker, su2double val_actdisk_deltatemp) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_TotalPressRatio (unsigned short val_imarker, su2double val_actdisk_pressratio) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_TotalTempRatio (unsigned short val_imarker, su2double val_actdisk_tempratio) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_StaticPressRatio (unsigned short val_imarker, su2double val_actdisk_pressratio) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_StaticTempRatio (unsigned short val_imarker, su2double val_actdisk_tempratio) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_NetThrust (unsigned short val_imarker, su2double val_actdisk_netthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_BCThrust (string val_marker, su2double val_actdisk_bcthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_BCThrust (unsigned short val_imarker, su2double val_actdisk_bcthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_BCThrust_Old (string val_marker, su2double val_actdisk_bcthrust_old) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_BCThrust_Old (unsigned short val_imarker, su2double val_actdisk_bcthrust_old) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_GrossThrust (unsigned short val_imarker, su2double val_actdisk_grossthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDisk_Area (unsigned short val_imarker, su2double val_actdisk_area) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_ReverseMassFlow (unsigned short val_imarker, su2double val_actdisk_area) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_RamDrag (unsigned short val_imarker, su2double val_actdisk_ramdrag) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_Force (unsigned short val_imarker, su2double val_actdisk_force) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskInlet_Power (unsigned short val_imarker, su2double val_actdisk_power) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_Power (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_MassFlow (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_Mach (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDisk_Force (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetSurface_DC60 (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetSurface_MassFlow (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetSurface_IDC (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetSurface_IDC_Mach (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetSurface_IDR (unsigned short val_imarker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_Pressure (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_TotalPressure (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_GrossThrust (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_Force (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetActDiskOutlet_Power (string val_marker) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_Pressure (unsigned short val_imarker, su2double val_actdisk_pressure) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_TotalPressure (unsigned short val_imarker, su2double val_actdisk_totalpressure) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_GrossThrust (unsigned short val_imarker, su2double val_actdisk_grossthrust) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_Force (unsigned short val_imarker, su2double val_actdisk_force) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| void | SetActDiskOutlet_Power (unsigned short val_imarker, su2double val_actdisk_power) |
| | Get the back pressure (static) at an outlet boundary. More...
|
| |
| su2double | GetDispl_Value (string val_index) |
| | Get the displacement value at an displacement boundary. More...
|
| |
| su2double | GetLoad_Value (string val_index) |
| | Get the force value at an load boundary. More...
|
| |
| su2double | GetLoad_Dir_Value (string val_index) |
| | Get the force value at a load boundary defined in cartesian coordinates. More...
|
| |
| su2double | GetLoad_Dir_Multiplier (string val_index) |
| | Get the force multiplier at a load boundary in cartesian coordinates. More...
|
| |
| su2double * | GetLoad_Dir (string val_index) |
| | Get the force direction at a loaded boundary in cartesian coordinates. More...
|
| |
| su2double | GetLoad_Sine_Amplitude (string val_index) |
| | Get the amplitude of the sine-wave at a load boundary defined in cartesian coordinates. More...
|
| |
| su2double | GetLoad_Sine_Frequency (string val_index) |
| | Get the frequency of the sine-wave at a load boundary in cartesian coordinates. More...
|
| |
| su2double * | GetLoad_Sine_Dir (string val_index) |
| | Get the force direction at a sine-wave loaded boundary in cartesian coordinates. More...
|
| |
| su2double | GetFlowLoad_Value (string val_index) |
| | Get the force value at an load boundary. More...
|
| |
| su2double | GetCyclic_Pitch (void) |
| | Cyclic pitch amplitude for rotor blades. More...
|
| |
| su2double | GetCollective_Pitch (void) |
| | Collective pitch setting for rotor blades. More...
|
| |
| string | GetMotion_FileName (void) |
| | Get name of the arbitrary mesh motion input file. More...
|
| |
| void | SetConfig_Options (unsigned short val_iZone, unsigned short val_nZone) |
| | Set the config options. More...
|
| |
|
void | SetRunTime_Options (void) |
| | Set the config options.
|
| |
|
void | SetConfig_Parsing (char case_filename[MAX_STRING_SIZE]) |
| | Set the config file parsing.
|
| |
|
bool | SetRunTime_Parsing (char case_filename[MAX_STRING_SIZE]) |
| | Set the config file parsing.
|
| |
|
void | SetPostprocessing (unsigned short val_software, unsigned short val_izone, unsigned short val_nDim) |
| | Config file postprocessing.
|
| |
|
void | SetMarkers (unsigned short val_software) |
| | Config file markers processing.
|
| |
|
void | SetOutput (unsigned short val_software, unsigned short val_izone) |
| | Config file output.
|
| |
|
vector< vector< su2double > > | GetAeroelastic_np1 (unsigned short iMarker) |
| | Value of Aeroelastic solution coordinate at time n+1.
|
| |
|
vector< vector< su2double > > | GetAeroelastic_n (unsigned short iMarker) |
| | Value of Aeroelastic solution coordinate at time n.
|
| |
|
vector< vector< su2double > > | GetAeroelastic_n1 (unsigned short iMarker) |
| | Value of Aeroelastic solution coordinate at time n-1.
|
| |
|
void | SetAeroelastic_np1 (unsigned short iMarker, vector< vector< su2double > > solution) |
| | Value of Aeroelastic solution coordinate at time n+1.
|
| |
|
void | SetAeroelastic_n (void) |
| | Value of Aeroelastic solution coordinate at time n from time n+1.
|
| |
|
void | SetAeroelastic_n1 (void) |
| | Value of Aeroelastic solution coordinate at time n-1 from time n.
|
| |
|
su2double | GetAeroelastic_Flutter_Speed_Index (void) |
| | Aeroelastic Flutter Speed Index.
|
| |
|
su2double | GetAeroelastic_Frequency_Plunge (void) |
| | Uncoupled Aeroelastic Frequency Plunge.
|
| |
|
su2double | GetAeroelastic_Frequency_Pitch (void) |
| | Uncoupled Aeroelastic Frequency Pitch.
|
| |
|
su2double | GetAeroelastic_Airfoil_Mass_Ratio (void) |
| | Aeroelastic Airfoil Mass Ratio.
|
| |
|
su2double | GetAeroelastic_CG_Location (void) |
| | Aeroelastic center of gravity location.
|
| |
|
su2double | GetAeroelastic_Radius_Gyration_Squared (void) |
| | Aeroelastic radius of gyration squared.
|
| |
|
unsigned short | GetAeroelasticIter (void) |
| | Aeroelastic solve every x inner iteration.
|
| |
| su2double | GetAeroelastic_plunge (unsigned short val_marker) |
| | Value of plunging coordinate. More...
|
| |
| su2double | GetAeroelastic_pitch (unsigned short val_marker) |
| | Value of pitching coordinate. More...
|
| |
| void | SetAeroelastic_plunge (unsigned short val_marker, su2double val) |
| | Value of plunging coordinate. More...
|
| |
| void | SetAeroelastic_pitch (unsigned short val_marker, su2double val) |
| | Value of pitching coordinate. More...
|
| |
| bool | GetAeroelastic_Simulation (void) |
| | Get information about the aeroelastic simulation. More...
|
| |
| bool | GetWind_Gust (void) |
| | Get information about the wind gust. More...
|
| |
| unsigned short | GetGust_Type (void) |
| | Get the type of gust to simulate. More...
|
| |
| unsigned short | GetGust_Dir (void) |
| | Get the gust direction. More...
|
| |
|
su2double | GetGust_WaveLength (void) |
| | Value of the gust wavelength.
|
| |
|
su2double | GetGust_Periods (void) |
| | Value of the number of gust periods.
|
| |
|
su2double | GetGust_Ampl (void) |
| | Value of the gust amplitude.
|
| |
|
su2double | GetGust_Begin_Time (void) |
| | Value of the time at which to begin the gust.
|
| |
|
su2double | GetGust_Begin_Loc (void) |
| | Value of the location ath which the gust begins.
|
| |
| unsigned short | GetnFFD_Iter (void) |
| | Get the number of iterations to evaluate the parametric coordinates. More...
|
| |
| su2double | GetFFD_Tol (void) |
| | Get the tolerance of the point inversion algorithm. More...
|
| |
| su2double | GetFFD_Scale (void) |
| | Get the scale factor between the input design variable and the final movement of the control point. More...
|
| |
| long | GetVisualize_CV (void) |
| | Get the node number of the CV to visualize. More...
|
| |
| bool | GetFixed_CL_Mode (void) |
| | Get information about whether to use fixed CL mode. More...
|
| |
| bool | GetFixed_CM_Mode (void) |
| | Get information about whether to use fixed CL mode. More...
|
| |
| bool | GetEval_dCD_dCX (void) |
| | Get information about whether to use fixed CL mode. More...
|
| |
| bool | GetDiscard_InFiles (void) |
| | Get information about whether to use fixed CL mode. More...
|
| |
| su2double | GetTarget_CL (void) |
| | Get the value specified for the target CL. More...
|
| |
| su2double | GetdCL_dAlpha (void) |
| | Get the value for the lift curve slope for fixed CL mode. More...
|
| |
| unsigned long | GetUpdate_Alpha (void) |
| | Get the value of iterations to re-evaluate the angle of attack. More...
|
| |
| su2double | GetdCM_diH (void) |
| | Get the value of the damping coefficient for fixed CL mode. More...
|
| |
| unsigned long | GetIter_Fixed_CL (void) |
| | Get the value of iterations to re-evaluate the angle of attack. More...
|
| |
| unsigned long | GetIter_Fixed_NetThrust (void) |
| | Get the value of iterations to re-evaluate the angle of attack. More...
|
| |
| su2double | GetdNetThrust_dBCThrust (void) |
| | Get the value of the damping coefficient for fixed CL mode. More...
|
| |
| unsigned long | GetUpdate_BCThrust (void) |
| | Get the value of iterations to re-evaluate the angle of attack. More...
|
| |
| void | SetUpdate_BCThrust_Bool (bool val_update) |
| | Set the value of the boolean for updating AoA in fixed lift mode. More...
|
| |
| void | SetUpdate_AoA (bool val_update) |
| | Set the value of the boolean for updating AoA in fixed lift mode. More...
|
| |
| bool | GetUpdate_BCThrust_Bool (void) |
| | Get information about whether to update the AoA for fixed lift mode. More...
|
| |
| bool | GetUpdate_AoA (void) |
| | Get information about whether to update the AoA for fixed lift mode. More...
|
| |
| void | SetNonphysical_Points (unsigned long val_nonphys_points) |
| | Set the current number of non-physical nodes in the solution. More...
|
| |
| unsigned long | GetNonphysical_Points (void) |
| | Get the current number of non-physical nodes in the solution. More...
|
| |
| void | SetNonphysical_Reconstr (unsigned long val_nonphys_reconstr) |
| | Set the current number of non-physical reconstructions for 2nd-order upwinding. More...
|
| |
| unsigned long | GetNonphysical_Reconstr (void) |
| | Get the current number of non-physical reconstructions for 2nd-order upwinding. More...
|
| |
|
void | SetSpline (vector< su2double > &x, vector< su2double > &y, unsigned long n, su2double yp1, su2double ypn, vector< su2double > &y2) |
| | Given arrays x[1..n] and y[1..n] containing a tabulated function, i.e., yi = f(xi), with x1 < x2 < . . . < xN , and given values yp1 and ypn for the first derivative of the interpolating function at points 1 and n, respectively, this routine returns an array y2[1..n] that contains the second derivatives of the interpolating function at the tabulated points xi. If yp1 and/or ypn are equal to 1 × 1030 or larger, the routine is signaled to set the corresponding boundary condition for a natural spline, with zero second derivative on that boundary. Numerical Recipes: The Art of Scientific Computing, Third Edition in C++.
|
| |
| su2double | GetSpline (vector< su2double > &xa, vector< su2double > &ya, vector< su2double > &y2a, unsigned long n, su2double x) |
| | Given the arrays xa[1..n] and ya[1..n], which tabulate a function (with the xai’s in order), and given the array y2a[1..n], which is the output from spline above, and given a value of x, this routine returns a cubic-spline interpolated value y. Numerical Recipes: The Art of Scientific Computing, Third Edition in C++. More...
|
| |
| unsigned short | GetConsole_Output_Verb (void) |
| | Get the verbosity level of the console output. More...
|
| |
| unsigned short | GetDirectDiff () |
| | Get the direct differentation method. More...
|
| |
| bool | GetDiscrete_Adjoint (void) |
| | Get the indicator whether we are solving an discrete adjoint problem. More...
|
| |
| bool | CheckFSI_MPI (void) |
| | Get the indicator whether we want to benchmark the MPI performance of FSI problems. More...
|
| |
| unsigned short | GetnIterFSI (void) |
| | Get the number of fluid subiterations roblems. More...
|
| |
| su2double | GetAitkenStatRelax (void) |
| | Get Aitken's relaxation parameter for static relaxation cases. More...
|
| |
| su2double | GetAitkenDynMaxInit (void) |
| | Get Aitken's maximum relaxation parameter for dynamic relaxation cases and first iteration. More...
|
| |
| su2double | GetAitkenDynMinInit (void) |
| | Get Aitken's maximum relaxation parameter for dynamic relaxation cases and first iteration. More...
|
| |
| bool | GetDeadLoad (void) |
| | Decide whether to apply dead loads to the model. More...
|
| |
| bool | GetMatchingMesh (void) |
| | Identifies if the mesh is matching or not (temporary, while implementing interpolation procedures). More...
|
| |
| bool | GetSteadyRestart (void) |
| | Identifies if we want to restart from a steady or an unsteady solution. More...
|
| |
| unsigned short | GetDynamic_Analysis (void) |
| | Provides information about the time integration of the structural analysis, and change the write in the output files information about the iteration. More...
|
| |
| su2double | GetDelta_DynTime (void) |
| | If we are prforming an unsteady simulation, there is only one value of the time step for the complete simulation. More...
|
| |
| su2double | GetTotal_DynTime (void) |
| | If we are prforming an unsteady simulation, there is only one value of the time step for the complete simulation. More...
|
| |
| su2double | GetCurrent_DynTime (void) |
| | If we are prforming an unsteady simulation, there is only one value of the time step for the complete simulation. More...
|
| |
| bool | GetWrt_Dynamic (void) |
| | Get information about writing dynamic structural analysis headers and file extensions. More...
|
| |
| su2double | GetNewmark_alpha (void) |
| | Get Newmark alpha parameter. More...
|
| |
| su2double | GetNewmark_delta (void) |
| | Get Newmark delta parameter. More...
|
| |
| unsigned short | GetnIntCoeffs (void) |
| | Get the number of integration coefficients provided by the user. More...
|
| |
| su2double | Get_Int_Coeffs (unsigned short val_coeff) |
| | Get the integration coefficients for the Generalized Alpha - Newmark integration integration scheme. More...
|
| |
| bool | GetSigmoid_Load (void) |
| | Check if the user wants to apply the load gradually. More...
|
| |
| bool | GetRamp_Load (void) |
| | Check if the user wants to apply the load as a ramp. More...
|
| |
| su2double | GetRamp_Time (void) |
| | Get the maximum time of the ramp. More...
|
| |
| su2double | GetSigmoid_Time (void) |
| | Get the maximum time of the sigmoid. More...
|
| |
| su2double | GetSigmoid_K (void) |
| | Get the sigmoid parameter. More...
|
| |
| su2double | GetStatic_Time (void) |
| | Get the maximum time of the ramp. More...
|
| |
| unsigned short | GetPredictorOrder (void) |
| | Get the order of the predictor for FSI applications. More...
|
| |
| bool | GetFSI_Simulation (void) |
| | Check if the simulation we are running is a FSI simulation. More...
|
| |
| bool | GetIncrementalLoad (void) |
| | Check if we want to apply an incremental load to the nonlinear structural simulation. More...
|
| |
| unsigned long | GetNumberIncrements (void) |
| | Get the number of increments for an incremental load. More...
|
| |
| su2double | GetIncLoad_Criteria (unsigned short val_var) |
| | Get the value of the criteria for applying incremental loading. More...
|
| |
| unsigned short | GetRelaxation_Method_FSI (void) |
| | Get the relaxation method chosen for the simulation. More...
|
| |
|
unsigned short | GetKindInterpolation (void) |
| | Get the interpolation method used for matching between zones.
|
| |
|
bool | GetAD_Mode (void) |
| | Get the AD support.
|
| |