SU2
Public Member Functions | Protected Attributes | List of all members
CAdjEulerSolver Class Reference

Main class for defining the Euler's adjoint flow solver. More...

#include <solver_structure.hpp>

Inheritance diagram for CAdjEulerSolver:
CSolver CAdjNSSolver

Public Member Functions

 CAdjEulerSolver (void)
 Constructor of the class.
 
 CAdjEulerSolver (CGeometry *geometry, CConfig *config, unsigned short iMesh)
 
virtual ~CAdjEulerSolver (void)
 Destructor of the class.
 
void SetTime_Step (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh, unsigned long Iteration)
 A virtual member. More...
 
void Set_MPI_Solution (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition. More...
 
void Set_MPI_Solution_Gradient (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition. More...
 
void Set_MPI_Solution_Limiter (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition. More...
 
void Set_MPI_Solution_Old (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition. More...
 
void Set_MPI_Nearfield (CGeometry *geometry, CConfig *config)
 Parallelization of Undivided Laplacian. More...
 
void Set_MPI_Interface (CGeometry *geometry, CConfig *config)
 Parallelization of Undivided Laplacian. More...
 
void Set_MPI_ActDisk (CSolver **solver_container, CGeometry *geometry, CConfig *config)
 Parallelization of Undivided Laplacian. More...
 
void SetForceProj_Vector (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 Created the force projection vector for adjoint boundary conditions. More...
 
void SetIntBoundary_Jump (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 Compute the jump for the interior boundary problem. More...
 
su2double GetPsiRho_Inf (void)
 Compute adjoint density at the infinity. More...
 
su2double GetPsiE_Inf (void)
 Compute the adjoint energy at the infinity. More...
 
su2double GetPhi_Inf (unsigned short val_dim)
 Compute Phi (adjoint velocity) at the infinity. More...
 
void Centered_Residual (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short iMesh, unsigned short iRKStep)
 Compute the spatial integration using a centered scheme for the adjoint equations. More...
 
void Upwind_Residual (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short iMesh)
 Compute the spatial integration using a upwind scheme. More...
 
void Source_Residual (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CNumerics *second_numerics, CConfig *config, unsigned short iMesh)
 Source term integration. More...
 
void Source_Template (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short iMesh)
 Source term integration. More...
 
void SetUndivided_Laplacian (CGeometry *geometry, CConfig *config)
 Compute the undivided laplacian for the adjoint solution. More...
 
su2double * GetDonorAdjVar (unsigned short val_marker, unsigned long val_vertex)
 Value of the characteristic variables at the boundaries. More...
 
void SetDonorAdjVar (unsigned short val_marker, unsigned long val_vertex, unsigned short val_var, su2double val_value)
 Value of the characteristic variables at the boundaries. More...
 
su2double GetDonorAdjVar (unsigned short val_marker, unsigned long val_vertex, unsigned short val_var)
 Value of the characteristic variables at the boundaries. More...
 
unsigned long GetDonorGlobalIndex (unsigned short val_marker, unsigned long val_vertex)
 Value of the characteristic global index at the boundaries. More...
 
void SetDonorGlobalIndex (unsigned short val_marker, unsigned long val_vertex, unsigned long val_index)
 Value of the characteristic global index at the boundaries. More...
 
void Set_MPI_Undivided_Laplacian (CGeometry *geometry, CConfig *config)
 Parallelization of Undivided Laplacian. More...
 
void SetDissipation_Switch (CGeometry *geometry, CConfig *config)
 Compute the sensor for higher order dissipation control in rotating problems. More...
 
void SetFarfield_AoA (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh, bool Output)
 Update the AoA and freestream velocity at the farfield. More...
 
void Set_MPI_Dissipation_Switch (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
void BC_Euler_Wall (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 Impose via the residual the adjoint Euler wall boundary condition. More...
 
void BC_Interface_Boundary (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 Impose the interface boundary condition using the residual. More...
 
void BC_NearField_Boundary (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 Impose the near-field boundary condition using the residual. More...
 
void BC_ActDisk_Inlet (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose an actuator disk inlet boundary condition. More...
 
void BC_ActDisk_Outlet (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose an actuator disk outlet boundary condition. More...
 
void BC_ActDisk (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker, bool inlet_surface)
 Impose an actuator disk inlet boundary condition. More...
 
void BC_Sym_Plane (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose via the residual the adjoint symmetry boundary condition. More...
 
void BC_Far_Field (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the boundary condition to the far field using characteristics. More...
 
void BC_Inlet (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the inlet boundary condition. More...
 
void BC_Supersonic_Inlet (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the supersonic inlet boundary condition. More...
 
void BC_Supersonic_Outlet (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the supersonic outlet boundary condition. More...
 
void BC_Outlet (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the outlet boundary condition. More...
 
void BC_Engine_Inflow (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the engine inflow adjoint boundary condition. More...
 
void BC_Engine_Exhaust (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 Impose the engine exhaust boundary condition. More...
 
void ExplicitRK_Iteration (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iRKStep)
 Update the solution using a Runge-Kutta strategy. More...
 
void ExplicitEuler_Iteration (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 Update the solution using a explicit Euler scheme. More...
 
void ImplicitEuler_Iteration (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 Update the solution using an implicit solver. More...
 
void Preprocessing (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh, unsigned short iRKStep, unsigned short RunTime_EqSystem, bool Output)
 Initialize the residual vectors. More...
 
void Inviscid_Sensitivity (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config)
 Compute the inviscid sensitivity of the functional. More...
 
void Smooth_Sensitivity (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config)
 Smooth the inviscid sensitivity of the functional. More...
 
su2double GetCSensitivity (unsigned short val_marker, unsigned long val_vertex)
 Get the shape sensitivity coefficient. More...
 
void SetCSensitivity (unsigned short val_marker, unsigned long val_vertex, su2double val_sensitivity)
 Set the shape sensitivity coefficient. More...
 
su2double GetTotal_Sens_Geo (void)
 Provide the total shape sensitivity coefficient. More...
 
su2double GetTotal_Sens_Mach (void)
 Set the total Mach number sensitivity coefficient. More...
 
su2double GetTotal_Sens_AoA (void)
 Set the total angle of attack sensitivity coefficient. More...
 
su2double GetTotal_Sens_Press (void)
 Set the total farfield pressure sensitivity coefficient. More...
 
su2double GetTotal_Sens_Temp (void)
 Set the total farfield temperature sensitivity coefficient. More...
 
su2double GetTotal_Sens_BPress (void)
 Get the total Back pressure number sensitivity coefficient. More...
 
void SetResidual_DualTime (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iRKStep, unsigned short iMesh, unsigned short RunTime_EqSystem)
 Set the total residual adding the term that comes from the Dual Time Strategy. More...
 
void SetInitialCondition (CGeometry **geometry, CSolver ***solver_container, CConfig *config, unsigned long ExtIter)
 Set the initial condition for the Euler Equations. More...
 
- Public Member Functions inherited from CSolver
 CSolver (void)
 Constructor of the class.
 
virtual ~CSolver (void)
 Destructor of the class.
 
void SetIterLinSolver (unsigned short val_iterlinsolver)
 Set number of linear solver iterations. More...
 
virtual void Set_MPI_Primitive (CGeometry *geometry, CConfig *config)
 Set number of linear solver iterations. More...
 
void SetResidual_RMS (CGeometry *geometry, CConfig *config)
 Set number of linear solver iterations. More...
 
virtual void Set_MPI_Solution_DispOnly (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition for velocities and accelerations in structural solutions. More...
 
virtual void Set_MPI_Solution_Pred (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition for predicted FSI structural solutions. More...
 
virtual void Set_MPI_Solution_Pred_Old (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition for old predicted FSI structural solutions. More...
 
virtual void Set_MPI_Primitive_Limiter (CGeometry *geometry, CConfig *config)
 Impose the send-receive boundary condition. More...
 
virtual void SetNondimensionalization (CGeometry *geometry, CConfig *config, unsigned short iMesh)
 Impose the send-receive boundary condition. More...
 
virtual CFluidModelGetFluidModel (void)
 Compute the pressure at the infinity. More...
 
unsigned short GetIterLinSolver (void)
 Get number of linear solver iterations. More...
 
su2double GetMax_Delta_Time (void)
 Get the value of the maximum delta time. More...
 
su2double GetMin_Delta_Time (void)
 Get the value of the minimum delta time. More...
 
virtual su2double GetMax_Delta_Time (unsigned short val_Species)
 Get the value of the maximum delta time. More...
 
virtual su2double GetMin_Delta_Time (unsigned short val_Species)
 Get the value of the minimum delta time. More...
 
unsigned short GetnVar (void)
 Get the number of variables of the problem.
 
unsigned short GetnPrimVar (void)
 Get the number of variables of the problem.
 
unsigned short GetnPrimVarGrad (void)
 Get the number of variables of the problem.
 
unsigned short GetnSecondaryVar (void)
 Get the number of variables of the problem.
 
unsigned short GetnSecondaryVarGrad (void)
 Get the number of variables of the problem.
 
unsigned short GetnOutputVariables (void)
 Get the number of variables of the problem.
 
void SetRes_RMS (unsigned short val_var, su2double val_residual)
 Set the maximal residual, this is useful for the convergence history. More...
 
void AddRes_RMS (unsigned short val_var, su2double val_residual)
 Adds the maximal residual, this is useful for the convergence history. More...
 
su2double GetRes_RMS (unsigned short val_var)
 Get the maximal residual, this is useful for the convergence history. More...
 
void SetRes_Max (unsigned short val_var, su2double val_residual, unsigned long val_point)
 Set the maximal residual, this is useful for the convergence history. More...
 
void AddRes_Max (unsigned short val_var, su2double val_residual, unsigned long val_point, su2double *val_coord)
 Adds the maximal residual, this is useful for the convergence history. More...
 
su2double GetRes_Max (unsigned short val_var)
 Get the maximal residual, this is useful for the convergence history. More...
 
virtual su2double GetRes_FEM (unsigned short val_var)
 Get the residual for FEM structural analysis. More...
 
unsigned long GetPoint_Max (unsigned short val_var)
 Get the maximal residual, this is useful for the convergence history. More...
 
su2double * GetPoint_Max_Coord (unsigned short val_var)
 Get the location of the maximal residual, this is useful for the convergence history. More...
 
void SetGrid_Movement_Residual (CGeometry *geometry, CConfig *config)
 Set Value of the residual if there is a grid movement. More...
 
void SetAuxVar_Gradient_GG (CGeometry *geometry, CConfig *config)
 Compute the Green-Gauss gradient of the auxiliary variable. More...
 
void SetAuxVar_Gradient_LS (CGeometry *geometry, CConfig *config)
 Compute the Least Squares gradient of the auxiliary variable. More...
 
void SetAuxVar_Surface_Gradient (CGeometry *geometry, CConfig *config)
 Compute the Least Squares gradient of an auxiliar variable on the profile surface. More...
 
void SetSolution_Gradient_GG (CGeometry *geometry, CConfig *config)
 Compute the Green-Gauss gradient of the solution. More...
 
void SetSolution_Gradient_LS (CGeometry *geometry, CConfig *config)
 Compute the Least Squares gradient of the solution. More...
 
void SetGridVel_Gradient (CGeometry *geometry, CConfig *config)
 Compute the Least Squares gradient of the grid velocity. More...
 
void SetSolution_Limiter (CGeometry *geometry, CConfig *config)
 Compute slope limiter. More...
 
virtual void SetPrimitive_Limiter (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
void SetPressureLaplacian (CGeometry *geometry, CConfig *config, su2double *PressureLaplacian)
 A virtual member. More...
 
void Set_OldSolution (CGeometry *geometry)
 Set the old solution variables to the current solution value for Runge-Kutta iteration. More...
 
void Restart_OldGeometry (CGeometry *geometry, CConfig *config)
 Load the geometries at the previous time states n and nM1. More...
 
virtual void Postprocessing (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh)
 A virtual member. More...
 
virtual void Postprocessing (CGeometry *geometry, CSolver **solver_container, CConfig *config, CNumerics **numerics, unsigned short iMesh)
 A virtual member, overloaded. More...
 
virtual void Preprocessing (CGeometry *geometry, CSolver **solver_container, CConfig *config, CNumerics **numerics, unsigned short iMesh, unsigned long Iteration, unsigned short RunTime_EqSystem, bool Output)
 A virtual member overloaded. More...
 
virtual void SetMax_Eigenvalue (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Set_MPI_MaxEigenvalue (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Compute_ComboObj (CConfig *config)
 Compute weighted-sum "combo" objective output. More...
 
virtual void BC_Clamped (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Clamped_Post (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Normal_Displacement (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Normal_Load (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Dir_Load (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Sine_Load (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Pressure (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Fluid_Interface (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config)
 Impose the interface state across sliding meshes. More...
 
virtual void BC_Isothermal_Wall (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_HeatFlux_Wall (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Dirichlet (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Neumann (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Riemann (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_NonReflecting (CGeometry *geometry, CSolver **solver_container, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Custom (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Dielec (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void BC_Electrode (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short val_marker)
 A virtual member. More...
 
virtual void Mixing_Process (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short val_Marker)
 It performs the average value along a boundary. More...
 
virtual void MixedOut_Average (su2double val_init_pressure, su2double *val_Averaged_Flux, su2double *val_normal, su2double *pressure_mix, su2double *density_mix)
 it performs a mixed out average of the nodes of a boundary. More...
 
virtual void MixedOut_Root_Function (su2double *pressure, su2double *val_Averaged_Flux, su2double *val_normal, su2double *valfunc, su2double *density)
 it finds the root of an implicit equation that relates pressure and density. More...
 
virtual void Boundary_Fourier (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short val_Marker, vector< std::complex< su2double > > &c4k, signed long &nboundaryvertex)
 A virtual member. More...
 
virtual void Boundary_Fourier (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short val_Marker, vector< std::complex< su2double > > &c2k, vector< std::complex< su2double > > &c3k, signed long &nboundaryvertex)
 A virtual member. More...
 
virtual void SetExtAveragedValue (CSolver *solver_container, unsigned short intMarker, unsigned short extMarker)
 A virtual member. More...
 
virtual su2double GetAveragedDensity (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedPressure (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedEnthalpy (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double * GetAveragedVelocity (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double * GetAveragedGridVelocity (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedEntropy (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedTotTemperature (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedTotPressure (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetFlowAngle (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedMach (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedNormalMach (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetMassFlow (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetTotalPressureLoss (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetKineticEnergyLoss (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetTotalTotalEfficiency (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetTotalStaticEfficiency (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetEulerianWork (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetTotalEnthalpyIn (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetFlowAngleIn (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetFlowAngleOut (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetMassFlowIn (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetMassFlowOut (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetMachIn (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetMachOut (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetNormalMachIn (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetNormalMachOut (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetEnthalpyOut (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetVelocityOutIs (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetPressureOut (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetPressureRatio (unsigned short inMarkerTP)
 A virtual member. More...
 
virtual su2double GetAveragedNormalVelocity (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetAveragedTangVelocity (unsigned short valMarker)
 A virtual member. More...
 
virtual su2double GetSlidingState (unsigned short val_marker, unsigned long val_vertex, unsigned short val_state)
 Get the outer state for fluid interface nodes. More...
 
virtual void SetSlidingState (unsigned short val_marker, unsigned long val_vertex, unsigned short val_state, su2double component)
 Set the outer state for fluid interface nodes. More...
 
virtual void ImplicitNewmark_Iteration (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void ImplicitNewmark_Update (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void ImplicitNewmark_Relaxation (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void GeneralizedAlpha_Iteration (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void GeneralizedAlpha_UpdateDisp (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void GeneralizedAlpha_UpdateSolution (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void GeneralizedAlpha_UpdateLoads (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void Compute_Residual (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh)
 A virtual member. More...
 
virtual void Pressure_Forces (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void TurboPerformance (CSolver *solver, CConfig *config, unsigned short inMarker, unsigned short outMarker, unsigned short Kind_TurboPerf, unsigned short inMarkerTP)
 A virtual member. More...
 
virtual void StoreTurboPerformance (CSolver *solver, unsigned short inMarkerTP)
 A virtual member. More...
 
virtual void Momentum_Forces (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Inviscid_DeltaForces (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void Friction_Forces (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Viscous_DeltaForces (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Wave_Strength (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetPrimitive_Gradient_GG (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetPrimitive_Gradient_LS (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Set_MPI_Primitive_Gradient (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetPrimitive_Limiter_MPI (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetPreconditioner (CConfig *config, unsigned long iPoint)
 A virtual member. More...
 
virtual void Viscous_Residual (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config, unsigned short iMesh, unsigned short iRKStep)
 A virtual member. More...
 
virtual void AddStiffMatrix (su2double **StiffMatrix_Elem, unsigned long Point_0, unsigned long Point_1, unsigned long Point_2, unsigned long Point_3)
 A virtual member. More...
 
virtual void SetTotal_CD (su2double val_Total_CD)
 A virtual member. More...
 
virtual void SetTotal_CL (su2double val_Total_CL)
 A virtual member. More...
 
virtual void SetTotal_NetCThrust (su2double val_Total_NetCThrust)
 A virtual member. More...
 
virtual void SetTotal_Power (su2double val_Total_Power)
 A virtual member. More...
 
virtual void SetTotal_CD_SolidSurf (su2double val_Total_CD_SolidSurf)
 A virtual member. More...
 
virtual void SetTotal_ReverseFlow (su2double val_ReverseFlow)
 A virtual member. More...
 
virtual void SetTotal_MFR (su2double val_Total_MFR)
 A virtual member. More...
 
virtual void SetTotal_Prop_Eff (su2double val_Total_Prop_Eff)
 A virtual member. More...
 
virtual void SetTotal_ByPassProp_Eff (su2double val_Total_ByPassProp_Eff)
 A virtual member. More...
 
virtual void SetTotal_Adiab_Eff (su2double val_Total_Adiab_Eff)
 A virtual member. More...
 
virtual void SetTotal_Poly_Eff (su2double val_Total_Poly_Eff)
 A virtual member. More...
 
virtual void SetTotal_IDC (su2double val_Total_IDC)
 A virtual member. More...
 
virtual void SetTotal_IDC_Mach (su2double val_Total_IDC_Mach)
 A virtual member. More...
 
virtual void SetTotal_IDR (su2double val_Total_IDR)
 A virtual member. More...
 
virtual void SetTotal_DC60 (su2double val_Total_DC60)
 A virtual member. More...
 
virtual void SetTotal_Custom (su2double val_Total_Custom, su2double val_coeff)
 A virtual member. More...
 
virtual void AddTotal_Custom (su2double val_Total_Custom, su2double val_coeff)
 A virtual member. More...
 
virtual void SetTotal_CT (su2double val_Total_CT)
 A virtual member. More...
 
virtual void SetTotal_CQ (su2double val_Total_CQ)
 A virtual member. More...
 
virtual void SetTotal_HeatFlux (su2double val_Total_Heat)
 A virtual member. More...
 
virtual void SetTotal_MaxHeatFlux (su2double val_Total_MaxHeat)
 A virtual member. More...
 
virtual void SetDistance (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Viscous_Sensitivity (CGeometry *geometry, CSolver **solver_container, CNumerics *numerics, CConfig *config)
 A virtual member. More...
 
virtual su2double GetCL_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCL_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCMz_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCMz_Visc (unsigned short val_marker)
 Get the non dimensional z moment coefficient (viscous contribution). More...
 
virtual su2double GetSurface_CL (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CD (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CSF (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CEff (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFx (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFy (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFz (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMx (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMy (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMz (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CL_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CD_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CSF_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CEff_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFx_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFy_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFz_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMx_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMy_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMz_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CL_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CD_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CSF_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CEff_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFx_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFy_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFz_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMx_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMy_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMz_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CL_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CD_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CSF_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CEff_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFx_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFy_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CFz_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMx_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMy_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_CMz_Mnt (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCSF_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCD_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetInflow_MassFlow (unsigned short val_marker)
 A virtual member. More...
 
virtual void GetSurface_Properties (CGeometry *geometry, CNumerics *conv_numerics, CNumerics *visc_numerics, CConfig *config, unsigned short iMesh, bool Output)
 A virtual member. More...
 
virtual void GetPower_Properties (CGeometry *geometry, CConfig *config, unsigned short iMesh, bool Output)
 A virtual member. More...
 
virtual void GetSurface_Distortion (CGeometry *geometry, CConfig *config, unsigned short iMesh, bool Output)
 A virtual member. More...
 
virtual void SetActDisk_BCThrust (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh, bool Output)
 A virtual member. More...
 
virtual su2double GetExhaust_MassFlow (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetInflow_Pressure (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetInflow_Mach (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCSF_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCEff_Inv (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_HF_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetSurface_MaxHF_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual su2double GetCD_Visc (unsigned short val_marker)
 A virtual member. More...
 
virtual void SetTotal_ComboObj (su2double ComboObj)
 Set the total "combo" objective (weighted sum of other values). More...
 
virtual su2double GetTotal_ComboObj (void)
 Provide the total "combo" objective (weighted sum of other values). More...
 
virtual su2double GetTotal_CSF (void)
 A virtual member. More...
 
virtual su2double GetTotal_CEff (void)
 A virtual member. More...
 
virtual su2double GetTotal_CT (void)
 A virtual member. More...
 
virtual su2double GetTotal_CQ (void)
 A virtual member. More...
 
virtual su2double GetTotal_HeatFlux (void)
 A virtual member. More...
 
virtual su2double GetTotal_MaxHeatFlux (void)
 A virtual member. More...
 
virtual su2double Get_PressureDrag (void)
 Provide the total (inviscid + viscous) non dimensional drag coefficient. More...
 
virtual su2double Get_ViscDrag (void)
 Provide the total (inviscid + viscous) non dimensional drag coefficient. More...
 
virtual su2double GetTotal_CMerit (void)
 A virtual member. More...
 
virtual su2double GetTotal_CEquivArea (void)
 A virtual member. More...
 
virtual su2double GetTotal_AeroCD (void)
 A virtual member. More...
 
virtual su2double GetTotal_RadialDistortion (void)
 A virtual member. More...
 
virtual su2double GetTotal_CircumferentialDistortion (void)
 A virtual member. More...
 
virtual su2double GetTotal_CpDiff (void)
 A virtual member. More...
 
virtual su2double GetTotal_HeatFluxDiff (void)
 A virtual member. More...
 
virtual su2double GetTotal_CFEA (void)
 A virtual member. More...
 
virtual su2double GetTotal_CNearFieldOF (void)
 A virtual member. More...
 
virtual void AddTotal_ComboObj (su2double val_obj)
 Add to the value of the total 'combo' objective. More...
 
virtual void SetTotal_CEquivArea (su2double val_cequivarea)
 A virtual member. More...
 
virtual void SetTotal_AeroCD (su2double val_aerocd)
 A virtual member. More...
 
virtual void SetTotal_RadialDistortion (su2double val_distortion)
 A virtual member. More...
 
virtual void SetTotal_CircumferentialDistortion (su2double val_distortion)
 A virtual member. More...
 
virtual void SetTotal_CpDiff (su2double val_pressure)
 A virtual member. More...
 
virtual void SetTotal_HeatFluxDiff (su2double val_heat)
 A virtual member. More...
 
virtual void SetTotal_CFEA (su2double val_cfea)
 A virtual member. More...
 
virtual void SetTotal_CNearFieldOF (su2double val_cnearfieldpress)
 A virtual member. More...
 
virtual su2double GetTotal_CL (void)
 A virtual member. More...
 
virtual su2double GetTotal_CD (void)
 A virtual member. More...
 
virtual su2double GetTotal_NetCThrust (void)
 A virtual member. More...
 
virtual su2double GetTotal_Power (void)
 A virtual member. More...
 
virtual su2double GetTotal_CD_SolidSurf (void)
 A virtual member. More...
 
virtual su2double GetTotal_ReverseFlow (void)
 A virtual member. More...
 
virtual su2double GetTotal_MFR (void)
 A virtual member. More...
 
virtual su2double GetTotal_Prop_Eff (void)
 A virtual member. More...
 
virtual su2double GetTotal_ByPassProp_Eff (void)
 A virtual member. More...
 
virtual su2double GetTotal_Adiab_Eff (void)
 A virtual member. More...
 
virtual su2double GetTotal_Poly_Eff (void)
 A virtual member. More...
 
virtual su2double GetTotal_IDC (void)
 A virtual member. More...
 
virtual su2double GetTotal_IDC_Mach (void)
 A virtual member. More...
 
virtual su2double GetTotal_IDR (void)
 A virtual member. More...
 
virtual su2double GetTotal_DC60 (void)
 A virtual member. More...
 
virtual su2double GetTotal_Custom (void)
 A virtual member. More...
 
virtual su2double GetTotal_CMx (void)
 A virtual member. More...
 
virtual su2double GetTotal_CMy (void)
 A virtual member. More...
 
virtual su2double GetTotal_CMz (void)
 A virtual member. More...
 
virtual su2double GetTotal_CFx (void)
 A virtual member. More...
 
virtual su2double GetTotal_CFy (void)
 A virtual member. More...
 
virtual su2double GetTotal_CFz (void)
 A virtual member. More...
 
virtual su2double GetTotal_CWave (void)
 A virtual member. More...
 
virtual su2double GetTotal_CHeat (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CL_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CD_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CSF_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CEff_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMx_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMy_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMz_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFx_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFy_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFz_Inv (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CL_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CD_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CSF_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CEff_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMx_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMy_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMz_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFx_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFy_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFz_Visc (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CL_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CD_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CSF_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CEff_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMx_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMy_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CMz_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFx_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFy_Mnt (void)
 A virtual member. More...
 
virtual su2double GetAllBound_CFz_Mnt (void)
 A virtual member. More...
 
virtual su2double GetCPressure (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual su2double GetCPressureTarget (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual void SetCPressureTarget (unsigned short val_marker, unsigned long val_vertex, su2double val_pressure)
 A virtual member. More...
 
virtual void SetCharacPrimVar (unsigned short val_marker, unsigned long val_vertex, unsigned short val_var, su2double val_value)
 A virtual member. More...
 
virtual su2double * GetDonorPrimVar (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual void SetDonorPrimVar (unsigned short val_marker, unsigned long val_vertex, unsigned short val_var, su2double val_value)
 A virtual member. More...
 
virtual su2double GetDonorPrimVar (unsigned short val_marker, unsigned long val_vertex, unsigned short val_var)
 A virtual member. More...
 
virtual su2double * GetCharacPrimVar (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual su2double GetActDisk_DeltaP (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual void SetActDisk_DeltaP (unsigned short val_marker, unsigned long val_vertex, su2double val_deltap)
 A virtual member. More...
 
virtual su2double GetActDisk_DeltaT (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual void SetActDisk_DeltaT (unsigned short val_marker, unsigned long val_vertex, su2double val_deltat)
 A virtual member. More...
 
virtual su2double GetInlet_Ttotal (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual su2double GetInlet_Ptotal (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual su2double GetInlet_FlowDir (unsigned short val_marker, unsigned long val_vertex, unsigned short val_dim)
 A virtual member. More...
 
virtual void SetInlet_Ttotal (unsigned short val_marker, unsigned long val_vertex, su2double val_ttotal)
 A virtual member. More...
 
virtual void SetInlet_Ptotal (unsigned short val_marker, unsigned long val_vertex, su2double val_ptotal)
 A virtual member. More...
 
virtual void SetInlet_FlowDir (unsigned short val_marker, unsigned long val_vertex, unsigned short val_dim, su2double val_flowdir)
 A virtual member. More...
 
virtual su2double GetCSkinFriction (unsigned short val_marker, unsigned long val_vertex, unsigned short val_dim)
 A virtual member. More...
 
virtual su2double GetHeatFlux (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual su2double GetHeatFluxTarget (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual void SetHeatFluxTarget (unsigned short val_marker, unsigned long val_vertex, su2double val_heat)
 A virtual member. More...
 
virtual su2double GetYPlus (unsigned short val_marker, unsigned long val_vertex)
 A virtual member. More...
 
virtual su2double GetStrainMag_Max (void)
 A virtual member. More...
 
virtual su2double GetOmega_Max (void)
 A virtual member. More...
 
virtual void SetStrainMag_Max (su2double val_strainmag_max)
 A virtual member. More...
 
virtual void SetOmega_Max (su2double val_omega_max)
 A virtual member. More...
 
virtual su2double * GetPsiRhos_Inf (void)
 A virtual member. More...
 
virtual su2double GetDensity_Inf (void)
 A virtual member. More...
 
virtual su2double GetDensity_Inf (unsigned short val_var)
 A virtual member. More...
 
virtual su2double GetModVelocity_Inf (void)
 A virtual member. More...
 
virtual su2double GetDensity_Energy_Inf (void)
 A virtual member. More...
 
virtual su2double GetPressure_Inf (void)
 A virtual member. More...
 
virtual su2double GetDensity_Velocity_Inf (unsigned short val_dim)
 A virtual member. More...
 
virtual su2double GetDensity_Velocity_Inf (unsigned short val_dim, unsigned short val_var)
 A virtual member. More...
 
virtual su2double GetVelocity_Inf (unsigned short val_dim)
 A virtual member. More...
 
virtual su2double * GetVelocity_Inf (void)
 A virtual member. More...
 
virtual su2double GetViscosity_Inf (void)
 A virtual member. More...
 
virtual su2double GetTke_Inf (void)
 A virtual member. More...
 
virtual su2double * GetConstants ()
 A virtual member. More...
 
virtual su2double GetOneD_TotalPress (void)
 A virtual member. More...
 
virtual void SetOneD_TotalPress (su2double AveragePressure)
 A virtual member. More...
 
virtual su2double GetOneD_Mach (void)
 A virtual member. More...
 
virtual void SetOneD_Mach (su2double AverageMach)
 A virtual member. set average Mach number evaluated at an exit boundary marker.
 
virtual su2double GetOneD_Temp (void)
 A virtual member. More...
 
virtual void SetOneD_Temp (su2double AverageTemperature)
 A virtual member. set average temperature evaluated at an exit boundary marker.
 
virtual su2double GetOneD_MassFlowRate (void)
 A virtual member. More...
 
virtual void SetOneD_MassFlowRate (su2double MassFlowRate)
 A virtual member. set average mass flow rate evaluated at an exit boundary marker.
 
virtual su2double GetOneD_FluxAvgPress (void)
 A virtual member. \ Get the flux averaged pressure at a marker.(same as area averaged pressure)
 
virtual void SetOneD_FluxAvgPress (su2double PressureRef)
 A virtual member. \ Set the flux averaged pressure at a marker. (same as area averaged pressure)
 
virtual su2double GetOneD_FluxAvgDensity (void)
 A virtual member. \ Get the flux averaged density at a marker. ( \( = (gamma/(gamma-1)) / ( Pref*(href-1/2 uref^2) \))
 
virtual void SetOneD_FluxAvgDensity (su2double DensityRef)
 A virtual member. \ Set the flux averaged density at a marker.( \(= (gamma/(gamma-1)) / ( Pref*(href-1/2 uref^2) \))
 
virtual su2double GetOneD_FluxAvgVelocity (void)
 A virtual member. \ Get the flux averaged velocity at a marker. = \( \sqrt ( \frac{\int((rho*u)*u^2dA)}{\int(rho*u*dA) }) \).
 
virtual void SetOneD_FluxAvgVelocity (su2double VelocityRef)
 A virtual member. \ Set the flux averaged velocity at a marker. = \( \sqrt ( \frac{\int((rho*u)*u^2dA)}{\int(rho*u*dA) }) \).
 
virtual su2double GetOneD_FluxAvgEntalpy (void)
 A virtual member. \ Get the flux averaged enthalpy at a marker. = \( \frac{ \int(rho*u*h dA) }{ \int(rho *u *dA )} \).
 
virtual void SetOneD_FluxAvgEntalpy (su2double EnthalpyRef)
 A virtual member. \ Set the flux averaged enthalpy at a marker. = \( \frac{ \int(rho*u*h dA) }{ \int(rho *u *dA ) }\).
 
virtual void SetFEA_Load (CSolver ***flow_solution, CGeometry **fea_geometry, CGeometry **flow_geometry, CConfig *fea_config, CConfig *flow_config, CNumerics *fea_numerics)
 A virtual member. More...
 
virtual void SetFEA_Load_Int (CSolver ***flow_solution, CGeometry **fea_geometry, CGeometry **flow_geometry, CConfig *fea_config, CConfig *flow_config, CNumerics *fea_numerics)
 A virtual member. More...
 
virtual void Copy_Zone_Solution (CSolver ***solver1_solution, CGeometry **solver1_geometry, CConfig *solver1_config, CSolver ***solver2_solution, CGeometry **solver2_geometry, CConfig *solver2_config)
 A virtual member. More...
 
virtual void ResetInitialCondition (CGeometry **geometry, CSolver ***solver_container, CConfig *config, unsigned long ExtIter)
 A virtual member. More...
 
virtual void SetFlow_Displacement (CGeometry **flow_geometry, CVolumetricMovement *flow_grid_movement, CConfig *flow_config, CConfig *fea_config, CGeometry **fea_geometry, CSolver ***fea_solution)
 A virtual member. More...
 
virtual void SetFlow_Displacement_Int (CGeometry **flow_geometry, CVolumetricMovement *flow_grid_movement, CConfig *flow_config, CConfig *fea_config, CGeometry **fea_geometry, CSolver ***fea_solution)
 A virtual member. More...
 
virtual void PredictStruct_Displacement (CGeometry **fea_geometry, CConfig *fea_config, CSolver ***fea_solution)
 A virtual member. More...
 
virtual void ComputeAitken_Coefficient (CGeometry **fea_geometry, CConfig *fea_config, CSolver ***fea_solution, unsigned long iFSIIter)
 A virtual member. More...
 
virtual void SetAitken_Relaxation (CGeometry **fea_geometry, CConfig *fea_config, CSolver ***fea_solution)
 A virtual member. More...
 
virtual void Update_StructSolution (CGeometry **fea_geometry, CConfig *fea_config, CSolver ***fea_solution)
 A virtual member. More...
 
virtual void LoadRestart (CGeometry **geometry, CSolver ***solver, CConfig *config, int val_iter)
 A virtual member. More...
 
virtual void LoadRestart_FSI (CGeometry *geometry, CSolver ***solver, CConfig *config, int val_iter)
 A virtual member. More...
 
void Gauss_Elimination (su2double **A, su2double *rhs, unsigned short nVar)
 Gauss method for solving a linear system. More...
 
void Aeroelastic (CSurfaceMovement *surface_movement, CGeometry *geometry, CConfig *config, unsigned long ExtIter)
 Prepares and solves the aeroelastic equations. More...
 
void SetUpTypicalSectionWingModel (vector< vector< su2double > > &PHI, vector< su2double > &w, CConfig *config)
 Sets up the generalized eigenvectors and eigenvalues needed to solve the aeroelastic equations. More...
 
void SolveTypicalSectionWingModel (CGeometry *geometry, su2double Cl, su2double Cm, CConfig *config, unsigned short val_Marker, vector< su2double > &displacements)
 Solve the typical section wing model. More...
 
virtual void RegisterSolution (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void RegisterOutput (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetAdjoint_Output (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void ExtractAdjoint_Solution (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void RegisterObj_Func (CConfig *config)
 A virtual member. More...
 
virtual void SetSurface_Sensitivity (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetSensitivity (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetAdj_ObjFunc (CGeometry *geometry, CConfig *config)
 
virtual void SetFSI_ConvValue (unsigned short val_index, su2double val_criteria)
 A virtual member. More...
 
virtual su2double GetFSI_ConvValue (unsigned short val_index)
 A virtual member. More...
 
virtual void Set_Prestretch (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void Compute_StiffMatrix (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config)
 A virtual member. More...
 
virtual void Compute_StiffMatrix_NodalStressRes (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config)
 A virtual member. More...
 
virtual void Compute_MassMatrix (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config)
 A virtual member. More...
 
virtual void Compute_NodalStressRes (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config)
 A virtual member. More...
 
virtual void Compute_NodalStress (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config)
 A virtual member. More...
 
virtual void Compute_DeadLoad (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config)
 A virtual member. More...
 
virtual void Solve_System (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void Initialize_SystemMatrix (CGeometry *geometry, CSolver **solver_container, CConfig *config)
 A virtual member. More...
 
virtual void Compute_IntegrationConstants (CConfig *config)
 A virtual member. More...
 
virtual su2double GetWAitken_Dyn (void)
 A virtual member. More...
 
virtual su2double GetWAitken_Dyn_tn1 (void)
 A virtual member. More...
 
virtual void SetWAitken_Dyn (su2double waitk)
 A virtual member. More...
 
virtual void SetWAitken_Dyn_tn1 (su2double waitk_tn1)
 A virtual member. More...
 
virtual void SetLoad_Increment (su2double val_loadIncrement)
 A virtual member. More...
 
virtual unsigned long SetPrimitive_Variables (CSolver **solver_container, CConfig *config, bool Output)
 A virtual member. More...
 
virtual void SetPressure_Inf (su2double p_inf)
 A virtual member. More...
 
virtual void SetTemperature_Inf (su2double t_inf)
 A virtual member. More...
 
virtual void SetRecording (CGeometry *geometry, CConfig *config, unsigned short kind_recording)
 A virtual member. More...
 
virtual void RegisterVariables (CGeometry *geometry, CConfig *config, bool reset=false)
 A virtual member. More...
 
virtual void ExtractAdjoint_Variables (CGeometry *geometry, CConfig *config)
 A virtual member. More...
 
virtual void SetFreeStream_Solution (CConfig *config)
 A virtual member. More...
 

Protected Attributes

su2double PsiRho_Inf
 PsiRho variable at the infinity.
 
su2double PsiE_Inf
 PsiE variable at the infinity.
 
su2double * Phi_Inf
 Phi vector at the infinity.
 
su2double * Sens_Mach
 Mach sensitivity coefficient for each boundary.
 
su2double * Sens_AoA
 Angle of attack sensitivity coefficient for each boundary.
 
su2double * Sens_Geo
 Shape sensitivity coefficient for each boundary.
 
su2double * Sens_Press
 Pressure sensitivity coefficient for each boundary.
 
su2double * Sens_Temp
 Temperature sensitivity coefficient for each boundary.
 
su2double * Sens_BPress
 Back pressure sensitivity coefficient for each boundary.
 
su2double ** CSensitivity
 Shape sensitivity coefficient for each boundary and vertex.
 
su2double *** DonorAdjVar
 Value of the donor variables at each boundary.
 
su2double Total_Sens_Mach
 Total mach sensitivity coefficient for all the boundaries.
 
su2double Total_Sens_AoA
 Total angle of attack sensitivity coefficient for all the boundaries.
 
su2double Total_Sens_Geo
 Total shape sensitivity coefficient for all the boundaries.
 
su2double Total_Sens_Press
 Total farfield sensitivity to pressure.
 
su2double Total_Sens_Temp
 Total farfield sensitivity to temperature.
 
su2double Total_Sens_BPress
 Total sensitivity to back pressure.
 
su2double * iPoint_UndLapl
 Auxiliary variable for the undivided Laplacians.
 
su2double * jPoint_UndLapl
 Auxiliary variable for the undivided Laplacians.
 
bool space_centered
 True if space centered scheeme used.
 
su2double ** Jacobian_Axisymmetric
 Storage for axisymmetric Jacobian.
 
unsigned long nMarker
 Total number of markers using the grid information.
 
su2double Gamma
 Fluid's Gamma constant (ratio of specific heats).
 
su2double Gamma_Minus_One
 Fluids's Gamma - 1.0 .
 
su2double * FlowPrimVar_i
 Store the flow solution at point i.
 
su2double * FlowPrimVar_j
 Store the flow solution at point j.
 
unsigned long ** DonorGlobalIndex
 Value of the donor global index.
 
su2double pnorm
 
su2double Area_Monitored
 Store the total area of the monitored outflow surface (used for normalization in continuous adjoint outflow conditions)
 
unsigned long AoA_Counter
 
su2double ACoeff
 
su2double ACoeff_inc
 
su2double ACoeff_old
 
bool Update_ACoeff
 
- Protected Attributes inherited from CSolver
unsigned short IterLinSolver
 Linear solver iterations.
 
unsigned short nVar
 Number of variables of the problem.
 
unsigned short nPrimVar
 Number of primitive variables of the problem.
 
unsigned short nPrimVarGrad
 Number of primitive variables of the problem in the gradient computation.
 
unsigned short nSecondaryVar
 Number of primitive variables of the problem.
 
unsigned short nSecondaryVarGrad
 Number of primitive variables of the problem in the gradient computation.
 
unsigned short nVarGrad
 Number of variables for deallocating the LS Cvector.
 
unsigned short nDim
 Number of dimensions of the problem.
 
unsigned long nPoint
 Number of points of the computational grid.
 
unsigned long nPointDomain
 Number of points of the computational grid.
 
su2double Max_Delta_Time
 Maximum value of the delta time for all the control volumes.
 
su2double Min_Delta_Time
 Minimum value of the delta time for all the control volumes.
 
su2double * Residual_RMS
 Vector with the mean residual for each variable.
 
su2double * Residual_Max
 Vector with the maximal residual for each variable.
 
su2double * Residual
 Auxiliary nVar vector.
 
su2double * Residual_i
 Auxiliary nVar vector for storing the residual at point i.
 
su2double * Residual_j
 Auxiliary nVar vector for storing the residual at point j.
 
unsigned long * Point_Max
 Vector with the maximal residual for each variable.
 
su2double ** Point_Max_Coord
 Vector with pointers to the coords of the maximal residual for each variable.
 
su2double * Solution
 Auxiliary nVar vector.
 
su2double * Solution_i
 Auxiliary nVar vector for storing the solution at point i.
 
su2double * Solution_j
 Auxiliary nVar vector for storing the solution at point j.
 
su2double * Vector
 Auxiliary nDim vector.
 
su2double * Vector_i
 Auxiliary nDim vector to do the reconstruction of the variables at point i.
 
su2double * Vector_j
 Auxiliary nDim vector to do the reconstruction of the variables at point j.
 
su2double * Res_Conv
 Auxiliary nVar vector for storing the convective residual.
 
su2double * Res_Visc
 Auxiliary nVar vector for storing the viscous residual.
 
su2double * Res_Sour
 Auxiliary nVar vector for storing the viscous residual.
 
su2double * Res_Conv_i
 Auxiliary vector for storing the convective residual at point i.
 
su2double * Res_Visc_i
 Auxiliary vector for storing the viscous residual at point i.
 
su2double * Res_Conv_j
 Auxiliary vector for storing the convective residual at point j.
 
su2double * Res_Visc_j
 Auxiliary vector for storing the viscous residual at point j.
 
su2double ** Jacobian_i
 Auxiliary matrices for storing point to point Jacobians at point i.
 
su2double ** Jacobian_j
 Auxiliary matrices for storing point to point Jacobians at point j.
 
su2double ** Jacobian_ii
 Auxiliary matrices for storing point to point Jacobians.
 
su2double ** Jacobian_ij
 Auxiliary matrices for storing point to point Jacobians.
 
su2double ** Jacobian_ji
 Auxiliary matrices for storing point to point Jacobians.
 
su2double ** Jacobian_jj
 Auxiliary matrices for storing point to point Jacobians.
 
su2double ** Smatrix
 Auxiliary structure for computing gradients by least-squares.
 
su2double ** Cvector
 Auxiliary structure for computing gradients by least-squares.
 
unsigned short nOutputVariables
 Number of variables to write.
 

Additional Inherited Members

- Public Attributes inherited from CSolver
CSysVector LinSysSol
 vector to store iterative solution of implicit linear system.
 
CSysVector LinSysRes
 vector to store iterative residual of implicit linear system.
 
CSysVector LinSysAux
 vector to store iterative residual of implicit linear system.
 
CSysMatrix Jacobian
 Complete sparse Jacobian structure for implicit computations.
 
CSysMatrix StiffMatrix
 Sparse structure for storing the stiffness matrix in Galerkin computations, and grid movement.
 
CSysVector OutputVariables
 vector to store the extra variables to be written.
 
string * OutputHeadingNames
 
CVariable ** node
 Vector which the define the variables for each problem.
 
CVariablenode_infty
 CVariable storing the free stream conditions.
 

Detailed Description

Main class for defining the Euler's adjoint flow solver.

Author
F. Palacios
Version
5.0.0 "Raven"

Constructor & Destructor Documentation

§ CAdjEulerSolver()

CAdjEulerSolver::CAdjEulerSolver ( CGeometry geometry,
CConfig config,
unsigned short  iMesh 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.

Member Function Documentation

§ BC_ActDisk()

void CAdjEulerSolver::BC_ActDisk ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker,
bool  inlet_surface 
)
virtual

Impose an actuator disk inlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_ActDisk_Inlet()

void CAdjEulerSolver::BC_ActDisk_Inlet ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose an actuator disk inlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_ActDisk_Outlet()

void CAdjEulerSolver::BC_ActDisk_Outlet ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose an actuator disk outlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Engine_Exhaust()

void CAdjEulerSolver::BC_Engine_Exhaust ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the engine exhaust boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Engine_Inflow()

void CAdjEulerSolver::BC_Engine_Inflow ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the engine inflow adjoint boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Euler_Wall()

void CAdjEulerSolver::BC_Euler_Wall ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose via the residual the adjoint Euler wall boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Far_Field()

void CAdjEulerSolver::BC_Far_Field ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the boundary condition to the far field using characteristics.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Inlet()

void CAdjEulerSolver::BC_Inlet ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the inlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Interface_Boundary()

void CAdjEulerSolver::BC_Interface_Boundary ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the interface boundary condition using the residual.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_NearField_Boundary()

void CAdjEulerSolver::BC_NearField_Boundary ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the near-field boundary condition using the residual.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Outlet()

void CAdjEulerSolver::BC_Outlet ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the outlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Supersonic_Inlet()

void CAdjEulerSolver::BC_Supersonic_Inlet ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the supersonic inlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]solver- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Supersonic_Outlet()

void CAdjEulerSolver::BC_Supersonic_Outlet ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose the supersonic outlet boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]solver- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ BC_Sym_Plane()

void CAdjEulerSolver::BC_Sym_Plane ( CGeometry geometry,
CSolver **  solver_container,
CNumerics conv_numerics,
CNumerics visc_numerics,
CConfig config,
unsigned short  val_marker 
)
virtual

Impose via the residual the adjoint symmetry boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]conv_numerics- Description of the numerical method.
[in]visc_numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]val_marker- Surface marker where the boundary condition is applied.

Reimplemented from CSolver.

§ Centered_Residual()

void CAdjEulerSolver::Centered_Residual ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config,
unsigned short  iMesh,
unsigned short  iRKStep 
)
virtual

Compute the spatial integration using a centered scheme for the adjoint equations.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.
[in]iRKStep- Current step of the Runge-Kutta iteration.

Reimplemented from CSolver.

§ ExplicitEuler_Iteration()

void CAdjEulerSolver::ExplicitEuler_Iteration ( CGeometry geometry,
CSolver **  solver_container,
CConfig config 
)
virtual

Update the solution using a explicit Euler scheme.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ ExplicitRK_Iteration()

void CAdjEulerSolver::ExplicitRK_Iteration ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iRKStep 
)
virtual

Update the solution using a Runge-Kutta strategy.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]iRKStep- Current step of the Runge-Kutta iteration.

Reimplemented from CSolver.

§ GetCSensitivity()

su2double CAdjEulerSolver::GetCSensitivity ( unsigned short  val_marker,
unsigned long  val_vertex 
)
inlinevirtual

Get the shape sensitivity coefficient.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
Returns
Value of the sensitivity coefficient.

Reimplemented from CSolver.

§ GetDonorAdjVar() [1/2]

su2double * CAdjEulerSolver::GetDonorAdjVar ( unsigned short  val_marker,
unsigned long  val_vertex 
)
inlinevirtual

Value of the characteristic variables at the boundaries.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
Returns
Value of the pressure coefficient.

Reimplemented from CSolver.

§ GetDonorAdjVar() [2/2]

su2double CAdjEulerSolver::GetDonorAdjVar ( unsigned short  val_marker,
unsigned long  val_vertex,
unsigned short  val_var 
)
inlinevirtual

Value of the characteristic variables at the boundaries.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
Returns
Value of the pressure coefficient.

Reimplemented from CSolver.

§ GetDonorGlobalIndex()

unsigned long CAdjEulerSolver::GetDonorGlobalIndex ( unsigned short  val_marker,
unsigned long  val_vertex 
)
inlinevirtual

Value of the characteristic global index at the boundaries.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
Returns
Value of the pressure coefficient.

Reimplemented from CSolver.

§ GetPhi_Inf()

su2double CAdjEulerSolver::GetPhi_Inf ( unsigned short  val_dim)
inlinevirtual

Compute Phi (adjoint velocity) at the infinity.

Parameters
[in]val_dim- Index of the adjoint velocity vector.
Returns
Value of the adjoint velocity vector at the infinity.

Reimplemented from CSolver.

§ GetPsiE_Inf()

su2double CAdjEulerSolver::GetPsiE_Inf ( void  )
inlinevirtual

Compute the adjoint energy at the infinity.

Returns
Value of the adjoint energy at the infinity.

Reimplemented from CSolver.

§ GetPsiRho_Inf()

su2double CAdjEulerSolver::GetPsiRho_Inf ( void  )
inlinevirtual

Compute adjoint density at the infinity.

Returns
Value of the adjoint density at the infinity.

Reimplemented from CSolver.

§ GetTotal_Sens_AoA()

su2double CAdjEulerSolver::GetTotal_Sens_AoA ( void  )
inlinevirtual

Set the total angle of attack sensitivity coefficient.

Returns
Value of the angle of attack sensitivity coefficient (inviscid + viscous contribution).

Reimplemented from CSolver.

§ GetTotal_Sens_BPress()

su2double CAdjEulerSolver::GetTotal_Sens_BPress ( void  )
inlinevirtual

Get the total Back pressure number sensitivity coefficient.

Author
H. Kline
Returns
Value of the Back sensitivity coefficient (inviscid + viscous contribution).

Reimplemented from CSolver.

§ GetTotal_Sens_Geo()

su2double CAdjEulerSolver::GetTotal_Sens_Geo ( void  )
inlinevirtual

Provide the total shape sensitivity coefficient.

Returns
Value of the geometrical sensitivity coefficient (inviscid + viscous contribution).

Reimplemented from CSolver.

§ GetTotal_Sens_Mach()

su2double CAdjEulerSolver::GetTotal_Sens_Mach ( void  )
inlinevirtual

Set the total Mach number sensitivity coefficient.

Returns
Value of the Mach sensitivity coefficient (inviscid + viscous contribution).

Reimplemented from CSolver.

§ GetTotal_Sens_Press()

su2double CAdjEulerSolver::GetTotal_Sens_Press ( void  )
inlinevirtual

Set the total farfield pressure sensitivity coefficient.

Returns
Value of the farfield pressure sensitivity coefficient (inviscid + viscous contribution).

Reimplemented from CSolver.

§ GetTotal_Sens_Temp()

su2double CAdjEulerSolver::GetTotal_Sens_Temp ( void  )
inlinevirtual

Set the total farfield temperature sensitivity coefficient.

Returns
Value of the farfield temperature sensitivity coefficient (inviscid + viscous contribution).

Reimplemented from CSolver.

§ ImplicitEuler_Iteration()

void CAdjEulerSolver::ImplicitEuler_Iteration ( CGeometry geometry,
CSolver **  solver_container,
CConfig config 
)
virtual

Update the solution using an implicit solver.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Inviscid_Sensitivity()

void CAdjEulerSolver::Inviscid_Sensitivity ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config 
)
virtual

Compute the inviscid sensitivity of the functional.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Preprocessing()

void CAdjEulerSolver::Preprocessing ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iMesh,
unsigned short  iRKStep,
unsigned short  RunTime_EqSystem,
bool  Output 
)
virtual

Initialize the residual vectors.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]iRKStep- Current step of the Runge-Kutta iteration.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Output- boolean to determine whether to print output.

Reimplemented from CSolver.

Reimplemented in CAdjNSSolver.

§ Set_MPI_ActDisk()

void CAdjEulerSolver::Set_MPI_ActDisk ( CSolver **  solver_container,
CGeometry geometry,
CConfig config 
)
virtual

Parallelization of Undivided Laplacian.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Dissipation_Switch()

void CAdjEulerSolver::Set_MPI_Dissipation_Switch ( CGeometry geometry,
CConfig config 
)
virtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Interface()

void CAdjEulerSolver::Set_MPI_Interface ( CGeometry geometry,
CConfig config 
)
virtual

Parallelization of Undivided Laplacian.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Nearfield()

void CAdjEulerSolver::Set_MPI_Nearfield ( CGeometry geometry,
CConfig config 
)
virtual

Parallelization of Undivided Laplacian.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Solution()

void CAdjEulerSolver::Set_MPI_Solution ( CGeometry geometry,
CConfig config 
)
virtual

Impose the send-receive boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Solution_Gradient()

void CAdjEulerSolver::Set_MPI_Solution_Gradient ( CGeometry geometry,
CConfig config 
)
virtual

Impose the send-receive boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Solution_Limiter()

void CAdjEulerSolver::Set_MPI_Solution_Limiter ( CGeometry geometry,
CConfig config 
)
virtual

Impose the send-receive boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Solution_Old()

void CAdjEulerSolver::Set_MPI_Solution_Old ( CGeometry geometry,
CConfig config 
)
virtual

Impose the send-receive boundary condition.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Set_MPI_Undivided_Laplacian()

void CAdjEulerSolver::Set_MPI_Undivided_Laplacian ( CGeometry geometry,
CConfig config 
)
virtual

Parallelization of Undivided Laplacian.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ SetCSensitivity()

void CAdjEulerSolver::SetCSensitivity ( unsigned short  val_marker,
unsigned long  val_vertex,
su2double  val_sensitivity 
)
inlinevirtual

Set the shape sensitivity coefficient.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
[in]val_sensitivity- Value of the sensitivity coefficient.

Reimplemented from CSolver.

§ SetDissipation_Switch()

void CAdjEulerSolver::SetDissipation_Switch ( CGeometry geometry,
CConfig config 
)
virtual

Compute the sensor for higher order dissipation control in rotating problems.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ SetDonorAdjVar()

void CAdjEulerSolver::SetDonorAdjVar ( unsigned short  val_marker,
unsigned long  val_vertex,
unsigned short  val_var,
su2double  val_value 
)
inlinevirtual

Value of the characteristic variables at the boundaries.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
Returns
Value of the pressure coefficient.

Reimplemented from CSolver.

§ SetDonorGlobalIndex()

void CAdjEulerSolver::SetDonorGlobalIndex ( unsigned short  val_marker,
unsigned long  val_vertex,
unsigned long  val_index 
)
inlinevirtual

Value of the characteristic global index at the boundaries.

Parameters
[in]val_marker- Surface marker where the coefficient is computed.
[in]val_vertex- Vertex of the marker val_marker where the coefficient is evaluated.
Returns
Value of the pressure coefficient.

Reimplemented from CSolver.

§ SetFarfield_AoA()

void CAdjEulerSolver::SetFarfield_AoA ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iMesh,
bool  Output 
)
virtual

Update the AoA and freestream velocity at the farfield.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]iMesh- current mesh level for the multigrid.
[in]Output- boolean to determine whether to print output.

Reimplemented from CSolver.

§ SetForceProj_Vector()

void CAdjEulerSolver::SetForceProj_Vector ( CGeometry geometry,
CSolver **  solver_container,
CConfig config 
)
virtual

Created the force projection vector for adjoint boundary conditions.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ SetInitialCondition()

void CAdjEulerSolver::SetInitialCondition ( CGeometry **  geometry,
CSolver ***  solver_container,
CConfig config,
unsigned long  ExtIter 
)
virtual

Set the initial condition for the Euler Equations.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container with all the solutions.
[in]config- Definition of the particular problem.
[in]ExtIter- External iteration.

Reimplemented from CSolver.

§ SetIntBoundary_Jump()

void CAdjEulerSolver::SetIntBoundary_Jump ( CGeometry geometry,
CSolver **  solver_container,
CConfig config 
)
virtual

Compute the jump for the interior boundary problem.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ SetResidual_DualTime()

void CAdjEulerSolver::SetResidual_DualTime ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iRKStep,
unsigned short  iMesh,
unsigned short  RunTime_EqSystem 
)
virtual

Set the total residual adding the term that comes from the Dual Time Strategy.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]iRKStep- Current step of the Runge-Kutta iteration.
[in]iMesh- Index of the mesh in multigrid computations.
[in]RunTime_EqSystem- System of equations which is going to be solved.

Reimplemented from CSolver.

§ SetTime_Step()

void CAdjEulerSolver::SetTime_Step ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iMesh,
unsigned long  Iteration 
)
virtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.
[in]Iteration- Index of the current iteration.

Reimplemented from CSolver.

Reimplemented in CAdjNSSolver.

§ SetUndivided_Laplacian()

void CAdjEulerSolver::SetUndivided_Laplacian ( CGeometry geometry,
CConfig config 
)
virtual

Compute the undivided laplacian for the adjoint solution.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Smooth_Sensitivity()

void CAdjEulerSolver::Smooth_Sensitivity ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config 
)
virtual

Smooth the inviscid sensitivity of the functional.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.

Reimplemented from CSolver.

§ Source_Residual()

void CAdjEulerSolver::Source_Residual ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CNumerics second_numerics,
CConfig config,
unsigned short  iMesh 
)
virtual

Source term integration.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]second_numerics- Description of the second numerical method.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.

Reimplemented from CSolver.

Reimplemented in CAdjNSSolver.

§ Source_Template()

void CAdjEulerSolver::Source_Template ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config,
unsigned short  iMesh 
)
virtual

Source term integration.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.

Reimplemented from CSolver.

§ Upwind_Residual()

void CAdjEulerSolver::Upwind_Residual ( CGeometry geometry,
CSolver **  solver_container,
CNumerics numerics,
CConfig config,
unsigned short  iMesh 
)
virtual

Compute the spatial integration using a upwind scheme.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.

Reimplemented from CSolver.


The documentation for this class was generated from the following files: