Nektar++
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Attributes | Friends | List of all members
Nektar::UnsteadyAdvectionDiffusion Class Reference

#include <UnsteadyAdvectionDiffusion.h>

Inheritance diagram for Nektar::UnsteadyAdvectionDiffusion:
[legend]

Public Member Functions

 ~UnsteadyAdvectionDiffusion () override=default
 Destructor. More...
 
- Public Member Functions inherited from Nektar::UnsteadyAdvection
 ~UnsteadyAdvection () override=default
 Destructor. More...
 
- Public Member Functions inherited from Nektar::SolverUtils::AdvectionSystem
SOLVER_UTILS_EXPORT AdvectionSystem (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 
SOLVER_UTILS_EXPORT ~AdvectionSystem () override
 
SOLVER_UTILS_EXPORT void v_InitObject (bool DeclareField=true) override
 Initialisation object for EquationSystem. More...
 
SOLVER_UTILS_EXPORT AdvectionSharedPtr GetAdvObject ()
 Returns the advection object held by this instance. More...
 
SOLVER_UTILS_EXPORT Array< OneD, NekDoubleGetElmtCFLVals (const bool FlagAcousticCFL=true)
 
SOLVER_UTILS_EXPORT NekDouble GetCFLEstimate (int &elmtid)
 
- Public Member Functions inherited from Nektar::SolverUtils::UnsteadySystem
SOLVER_UTILS_EXPORT ~UnsteadySystem () override
 Destructor. More...
 
SOLVER_UTILS_EXPORT NekDouble GetTimeStep (const Array< OneD, const Array< OneD, NekDouble > > &inarray)
 Calculate the larger time-step mantaining the problem stable. More...
 
SOLVER_UTILS_EXPORT NekDouble GetTimeStep ()
 
SOLVER_UTILS_EXPORT void SetTimeStep (const NekDouble timestep)
 
SOLVER_UTILS_EXPORT void SteadyStateResidual (int step, Array< OneD, NekDouble > &L2)
 
SOLVER_UTILS_EXPORT LibUtilities::TimeIntegrationSchemeSharedPtrGetTimeIntegrationScheme ()
 Returns the time integration scheme. More...
 
SOLVER_UTILS_EXPORT LibUtilities::TimeIntegrationSchemeOperatorsGetTimeIntegrationSchemeOperators ()
 Returns the time integration scheme operators. More...
 
- Public Member Functions inherited from Nektar::SolverUtils::EquationSystem
virtual SOLVER_UTILS_EXPORT ~EquationSystem ()
 Destructor. More...
 
SOLVER_UTILS_EXPORT void InitObject (bool DeclareField=true)
 Initialises the members of this object. More...
 
SOLVER_UTILS_EXPORT void DoInitialise (bool dumpInitialConditions=true)
 Perform any initialisation necessary before solving the problem. More...
 
SOLVER_UTILS_EXPORT void DoSolve ()
 Solve the problem. More...
 
SOLVER_UTILS_EXPORT void TransCoeffToPhys ()
 Transform from coefficient to physical space. More...
 
SOLVER_UTILS_EXPORT void TransPhysToCoeff ()
 Transform from physical to coefficient space. More...
 
SOLVER_UTILS_EXPORT void Output ()
 Perform output operations after solve. More...
 
SOLVER_UTILS_EXPORT std::string GetSessionName ()
 Get Session name. More...
 
template<class T >
std::shared_ptr< T > as ()
 
SOLVER_UTILS_EXPORT void ResetSessionName (std::string newname)
 Reset Session name. More...
 
SOLVER_UTILS_EXPORT LibUtilities::SessionReaderSharedPtr GetSession ()
 Get Session name. More...
 
SOLVER_UTILS_EXPORT MultiRegions::ExpListSharedPtr GetPressure ()
 Get pressure field if available. More...
 
SOLVER_UTILS_EXPORT void ExtraFldOutput (std::vector< Array< OneD, NekDouble > > &fieldcoeffs, std::vector< std::string > &variables)
 
SOLVER_UTILS_EXPORT void PrintSummary (std::ostream &out)
 Print a summary of parameters and solver characteristics. More...
 
SOLVER_UTILS_EXPORT void SetLambda (NekDouble lambda)
 Set parameter m_lambda. More...
 
SOLVER_UTILS_EXPORT SessionFunctionSharedPtr GetFunction (std::string name, const MultiRegions::ExpListSharedPtr &field=MultiRegions::NullExpListSharedPtr, bool cache=false)
 Get a SessionFunction by name. More...
 
SOLVER_UTILS_EXPORT void SetInitialConditions (NekDouble initialtime=0.0, bool dumpInitialConditions=true, const int domain=0)
 Initialise the data in the dependent fields. More...
 
SOLVER_UTILS_EXPORT void EvaluateExactSolution (int field, Array< OneD, NekDouble > &outfield, const NekDouble time)
 Evaluates an exact solution. More...
 
SOLVER_UTILS_EXPORT NekDouble L2Error (unsigned int field, const Array< OneD, NekDouble > &exactsoln, bool Normalised=false)
 Compute the L2 error between fields and a given exact solution. More...
 
SOLVER_UTILS_EXPORT NekDouble L2Error (unsigned int field, bool Normalised=false)
 Compute the L2 error of the fields. More...
 
SOLVER_UTILS_EXPORT NekDouble LinfError (unsigned int field, const Array< OneD, NekDouble > &exactsoln=NullNekDouble1DArray)
 Linf error computation. More...
 
SOLVER_UTILS_EXPORT Array< OneD, NekDoubleErrorExtraPoints (unsigned int field)
 Compute error (L2 and L_inf) over an larger set of quadrature points return [L2 Linf]. More...
 
SOLVER_UTILS_EXPORT void Checkpoint_Output (const int n)
 Write checkpoint file of m_fields. More...
 
SOLVER_UTILS_EXPORT void Checkpoint_Output (const int n, MultiRegions::ExpListSharedPtr &field, std::vector< Array< OneD, NekDouble > > &fieldcoeffs, std::vector< std::string > &variables)
 Write checkpoint file of custom data fields. More...
 
SOLVER_UTILS_EXPORT void Checkpoint_BaseFlow (const int n)
 Write base flow file of m_fields. More...
 
SOLVER_UTILS_EXPORT void WriteFld (const std::string &outname)
 Write field data to the given filename. More...
 
SOLVER_UTILS_EXPORT void WriteFld (const std::string &outname, MultiRegions::ExpListSharedPtr &field, std::vector< Array< OneD, NekDouble > > &fieldcoeffs, std::vector< std::string > &variables)
 Write input fields to the given filename. More...
 
SOLVER_UTILS_EXPORT void ImportFld (const std::string &infile, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields)
 Input field data from the given file. More...
 
SOLVER_UTILS_EXPORT void ImportFldToMultiDomains (const std::string &infile, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const int ndomains)
 Input field data from the given file to multiple domains. More...
 
SOLVER_UTILS_EXPORT void ImportFld (const std::string &infile, std::vector< std::string > &fieldStr, Array< OneD, Array< OneD, NekDouble > > &coeffs)
 Output a field. Input field data into array from the given file. More...
 
SOLVER_UTILS_EXPORT void ImportFld (const std::string &infile, MultiRegions::ExpListSharedPtr &pField, std::string &pFieldName)
 Output a field. Input field data into ExpList from the given file. More...
 
SOLVER_UTILS_EXPORT void SessionSummary (SummaryList &vSummary)
 Write out a session summary. More...
 
SOLVER_UTILS_EXPORT Array< OneD, MultiRegions::ExpListSharedPtr > & UpdateFields ()
 
SOLVER_UTILS_EXPORT LibUtilities::FieldMetaDataMapUpdateFieldMetaDataMap ()
 Get hold of FieldInfoMap so it can be updated. More...
 
SOLVER_UTILS_EXPORT NekDouble GetTime ()
 Return final time. More...
 
SOLVER_UTILS_EXPORT int GetNcoeffs ()
 
SOLVER_UTILS_EXPORT int GetNcoeffs (const int eid)
 
SOLVER_UTILS_EXPORT int GetNumExpModes ()
 
SOLVER_UTILS_EXPORT const Array< OneD, int > GetNumExpModesPerExp ()
 
SOLVER_UTILS_EXPORT int GetNvariables ()
 
SOLVER_UTILS_EXPORT const std::string GetVariable (unsigned int i)
 
SOLVER_UTILS_EXPORT int GetTraceTotPoints ()
 
SOLVER_UTILS_EXPORT int GetTraceNpoints ()
 
SOLVER_UTILS_EXPORT int GetExpSize ()
 
SOLVER_UTILS_EXPORT int GetPhys_Offset (int n)
 
SOLVER_UTILS_EXPORT int GetCoeff_Offset (int n)
 
SOLVER_UTILS_EXPORT int GetTotPoints ()
 
SOLVER_UTILS_EXPORT int GetTotPoints (int n)
 
SOLVER_UTILS_EXPORT int GetNpoints ()
 
SOLVER_UTILS_EXPORT int GetSteps ()
 
SOLVER_UTILS_EXPORT NekDouble GetTimeStep ()
 
SOLVER_UTILS_EXPORT void CopyFromPhysField (const int i, Array< OneD, NekDouble > &output)
 
SOLVER_UTILS_EXPORT void CopyToPhysField (const int i, const Array< OneD, const NekDouble > &input)
 
SOLVER_UTILS_EXPORT Array< OneD, NekDouble > & UpdatePhysField (const int i)
 
SOLVER_UTILS_EXPORT void SetSteps (const int steps)
 
SOLVER_UTILS_EXPORT void ZeroPhysFields ()
 
SOLVER_UTILS_EXPORT void FwdTransFields ()
 
SOLVER_UTILS_EXPORT void SetModifiedBasis (const bool modbasis)
 
SOLVER_UTILS_EXPORT int GetCheckpointNumber ()
 
SOLVER_UTILS_EXPORT void SetCheckpointNumber (int num)
 
SOLVER_UTILS_EXPORT int GetCheckpointSteps ()
 
SOLVER_UTILS_EXPORT void SetCheckpointSteps (int num)
 
SOLVER_UTILS_EXPORT int GetInfoSteps ()
 
SOLVER_UTILS_EXPORT void SetInfoSteps (int num)
 
SOLVER_UTILS_EXPORT void SetIterationNumberPIT (int num)
 
SOLVER_UTILS_EXPORT void SetWindowNumberPIT (int num)
 
SOLVER_UTILS_EXPORT Array< OneD, const Array< OneD, NekDouble > > GetTraceNormals ()
 
SOLVER_UTILS_EXPORT void SetTime (const NekDouble time)
 
SOLVER_UTILS_EXPORT void SetTimeStep (const NekDouble timestep)
 
SOLVER_UTILS_EXPORT void SetInitialStep (const int step)
 
SOLVER_UTILS_EXPORT void SetBoundaryConditions (NekDouble time)
 Evaluates the boundary conditions at the given time. More...
 
SOLVER_UTILS_EXPORT bool NegatedOp ()
 Identify if operator is negated in DoSolve. More...
 

Static Public Member Functions

static SolverUtils::EquationSystemSharedPtr create (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Creates an instance of this class. More...
 
- Static Public Member Functions inherited from Nektar::UnsteadyAdvection
static SolverUtils::EquationSystemSharedPtr create (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Creates an instance of this class. More...
 

Static Public Attributes

static std::string className
 Name of class. More...
 
- Static Public Attributes inherited from Nektar::UnsteadyAdvection
static std::string className
 Name of class. More...
 
- Static Public Attributes inherited from Nektar::SolverUtils::UnsteadySystem
static std::string cmdSetStartTime
 
static std::string cmdSetStartChkNum
 

Protected Member Functions

 UnsteadyAdvectionDiffusion (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Session reader. More...
 
void GetFluxVectorDiff (const Array< OneD, Array< OneD, NekDouble > > &inarray, const Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &qfield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &viscousTensor)
 Evaluate the flux at each solution point for the diffusion part. More...
 
void DoOdeRhs (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 Compute the RHS. More...
 
void DoImplicitSolve (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, NekDouble time, NekDouble lambda)
 Solve implicitly the diffusion term. More...
 
void v_InitObject (bool DeclareFields=true) override
 Initialise the object. More...
 
void v_GenerateSummary (SolverUtils::SummaryList &s) override
 Print Summary. More...
 
bool v_PreIntegrate (int step) override
 PreIntegration step for substepping. More...
 
void SubStepAdvance (int nstep, NekDouble time)
 
NekDouble GetSubstepTimeStep ()
 
void SetUpSubSteppingTimeIntegration (const LibUtilities::TimeIntegrationSchemeSharedPtr &IntegrationScheme)
 
void SubStepAdvection (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 
void SubStepProjection (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 
void AddAdvectionPenaltyFlux (const Array< OneD, const Array< OneD, NekDouble > > &velfield, const Array< OneD, const Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, NekDouble > > &Outarray)
 
Array< OneD, NekDoubleGetMaxStdVelocity (const Array< OneD, Array< OneD, NekDouble > > inarray)
 
- Protected Member Functions inherited from Nektar::UnsteadyAdvection
 UnsteadyAdvection (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Session reader. More...
 
void GetFluxVector (const Array< OneD, Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &flux)
 Evaluate the flux at each solution point. More...
 
void GetFluxVectorDeAlias (const Array< OneD, Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &flux)
 Evaluate the flux at each solution point using dealiasing. More...
 
void DoOdeRhs (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 Compute the RHS. More...
 
void DoOdeProjection (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 Compute the projection. More...
 
Array< OneD, NekDouble > & GetNormalVelocity ()
 Get the normal velocity. More...
 
Array< OneD, NekDouble > & GetNormalVel (const Array< OneD, const Array< OneD, NekDouble > > &velfield)
 Get the normal velocity based on input velfield. More...
 
void v_InitObject (bool DeclareFields=true) override
 Initialise the object. More...
 
void v_GenerateSummary (SolverUtils::SummaryList &s) override
 Print Summary. More...
 
- Protected Member Functions inherited from Nektar::SolverUtils::AdvectionSystem
SOLVER_UTILS_EXPORT bool v_PostIntegrate (int step) override
 
virtual SOLVER_UTILS_EXPORT Array< OneD, NekDoublev_GetMaxStdVelocity (const NekDouble SpeedSoundFactor=1.0)
 
- Protected Member Functions inherited from Nektar::SolverUtils::UnsteadySystem
SOLVER_UTILS_EXPORT UnsteadySystem (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Initialises UnsteadySystem class members. More...
 
SOLVER_UTILS_EXPORT void v_InitObject (bool DeclareField=true) override
 Init object for UnsteadySystem class. More...
 
SOLVER_UTILS_EXPORT void v_DoSolve () override
 Solves an unsteady problem. More...
 
virtual SOLVER_UTILS_EXPORT void v_PrintStatusInformation (const int step, const NekDouble cpuTime)
 Print Status Information. More...
 
virtual SOLVER_UTILS_EXPORT void v_PrintSummaryStatistics (const NekDouble intTime)
 Print Summary Statistics. More...
 
SOLVER_UTILS_EXPORT void v_DoInitialise (bool dumpInitialConditions=true) override
 Sets up initial conditions. More...
 
SOLVER_UTILS_EXPORT void v_GenerateSummary (SummaryList &s) override
 Print a summary of time stepping parameters. More...
 
virtual SOLVER_UTILS_EXPORT NekDouble v_GetTimeStep (const Array< OneD, const Array< OneD, NekDouble > > &inarray)
 Return the timestep to be used for the next step in the time-marching loop. More...
 
virtual SOLVER_UTILS_EXPORT bool v_PreIntegrate (int step)
 
virtual SOLVER_UTILS_EXPORT bool v_PostIntegrate (int step)
 
virtual SOLVER_UTILS_EXPORT bool v_RequireFwdTrans ()
 
virtual SOLVER_UTILS_EXPORT void v_SteadyStateResidual (int step, Array< OneD, NekDouble > &L2)
 
virtual SOLVER_UTILS_EXPORT bool v_UpdateTimeStepCheck ()
 
SOLVER_UTILS_EXPORT NekDouble MaxTimeStepEstimator ()
 Get the maximum timestep estimator for cfl control. More...
 
SOLVER_UTILS_EXPORT void CheckForRestartTime (NekDouble &time, int &nchk)
 
SOLVER_UTILS_EXPORT void SVVVarDiffCoeff (const Array< OneD, Array< OneD, NekDouble > > vel, StdRegions::VarCoeffMap &varCoeffMap)
 Evaluate the SVV diffusion coefficient according to Moura's paper where it should proportional to h time velocity. More...
 
SOLVER_UTILS_EXPORT void DoDummyProjection (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 Perform dummy projection. More...
 
- Protected Member Functions inherited from Nektar::SolverUtils::EquationSystem
SOLVER_UTILS_EXPORT EquationSystem (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Initialises EquationSystem class members. More...
 
virtual SOLVER_UTILS_EXPORT void v_InitObject (bool DeclareFeld=true)
 Initialisation object for EquationSystem. More...
 
virtual SOLVER_UTILS_EXPORT void v_DoInitialise (bool dumpInitialConditions=true)
 Virtual function for initialisation implementation. More...
 
virtual SOLVER_UTILS_EXPORT void v_DoSolve ()
 Virtual function for solve implementation. More...
 
virtual SOLVER_UTILS_EXPORT NekDouble v_LinfError (unsigned int field, const Array< OneD, NekDouble > &exactsoln=NullNekDouble1DArray)
 Virtual function for the L_inf error computation between fields and a given exact solution. More...
 
virtual SOLVER_UTILS_EXPORT NekDouble v_L2Error (unsigned int field, const Array< OneD, NekDouble > &exactsoln=NullNekDouble1DArray, bool Normalised=false)
 Virtual function for the L_2 error computation between fields and a given exact solution. More...
 
virtual SOLVER_UTILS_EXPORT void v_TransCoeffToPhys ()
 Virtual function for transformation to physical space. More...
 
virtual SOLVER_UTILS_EXPORT void v_TransPhysToCoeff ()
 Virtual function for transformation to coefficient space. More...
 
virtual SOLVER_UTILS_EXPORT void v_GenerateSummary (SummaryList &l)
 Virtual function for generating summary information. More...
 
virtual SOLVER_UTILS_EXPORT void v_SetInitialConditions (NekDouble initialtime=0.0, bool dumpInitialConditions=true, const int domain=0)
 
virtual SOLVER_UTILS_EXPORT void v_EvaluateExactSolution (unsigned int field, Array< OneD, NekDouble > &outfield, const NekDouble time)
 
virtual SOLVER_UTILS_EXPORT void v_Output (void)
 
virtual SOLVER_UTILS_EXPORT MultiRegions::ExpListSharedPtr v_GetPressure (void)
 
virtual SOLVER_UTILS_EXPORT bool v_NegatedOp (void)
 Virtual function to identify if operator is negated in DoSolve. More...
 
virtual SOLVER_UTILS_EXPORT void v_ExtraFldOutput (std::vector< Array< OneD, NekDouble > > &fieldcoeffs, std::vector< std::string > &variables)
 

Protected Attributes

bool m_subSteppingScheme
 
bool m_useSpecVanVisc
 
NekDouble m_sVVCutoffRatio
 
NekDouble m_sVVDiffCoeff
 
SolverUtils::DiffusionSharedPtr m_diffusion
 
LibUtilities::TimeIntegrationSchemeSharedPtr m_subStepIntegrationScheme
 
LibUtilities::TimeIntegrationSchemeOperators m_subStepIntegrationOps
 
int m_intSteps
 
int m_minsubsteps
 
- Protected Attributes inherited from Nektar::UnsteadyAdvection
bool m_useGJPStabilisation
 
NekDouble m_GJPJumpScale
 
SolverUtils::RiemannSolverSharedPtr m_riemannSolver
 
Array< OneD, Array< OneD, NekDouble > > m_velocity
 Advection velocity. More...
 
Array< OneD, NekDoublem_traceVn
 
std::vector< SolverUtils::ForcingSharedPtrm_forcing
 Forcing terms. More...
 
- Protected Attributes inherited from Nektar::SolverUtils::AdvectionSystem
SolverUtils::AdvectionSharedPtr m_advObject
 Advection term. More...
 
- Protected Attributes inherited from Nektar::SolverUtils::UnsteadySystem
LibUtilities::TimeIntegrationSchemeSharedPtr m_intScheme
 Wrapper to the time integration scheme. More...
 
LibUtilities::TimeIntegrationSchemeOperators m_ode
 The time integration scheme operators to use. More...
 
Array< OneD, Array< OneD, NekDouble > > m_previousSolution
 Storage for previous solution for steady-state check. More...
 
std::vector< int > m_intVariables
 
NekDouble m_cflSafetyFactor
 CFL safety factor (comprise between 0 to 1). More...
 
NekDouble m_CFLGrowth
 CFL growth rate. More...
 
NekDouble m_CFLEnd
 Maximun cfl in cfl growth. More...
 
int m_abortSteps
 Number of steps between checks for abort conditions. More...
 
bool m_explicitDiffusion
 Indicates if explicit or implicit treatment of diffusion is used. More...
 
bool m_explicitAdvection
 Indicates if explicit or implicit treatment of advection is used. More...
 
bool m_explicitReaction
 Indicates if explicit or implicit treatment of reaction is used. More...
 
int m_steadyStateSteps
 Check for steady state at step interval. More...
 
NekDouble m_steadyStateTol
 Tolerance to which steady state should be evaluated at. More...
 
int m_filtersInfosteps
 Number of time steps between outputting filters information. More...
 
std::vector< std::pair< std::string, FilterSharedPtr > > m_filters
 
bool m_homoInitialFwd
 Flag to determine if simulation should start in homogeneous forward transformed state. More...
 
std::ofstream m_errFile
 
NekDouble m_epsilon
 Diffusion coefficient. More...
 
- Protected Attributes inherited from Nektar::SolverUtils::EquationSystem
LibUtilities::CommSharedPtr m_comm
 Communicator. More...
 
bool m_verbose
 
LibUtilities::SessionReaderSharedPtr m_session
 The session reader. More...
 
std::map< std::string, SolverUtils::SessionFunctionSharedPtrm_sessionFunctions
 Map of known SessionFunctions. More...
 
LibUtilities::FieldIOSharedPtr m_fld
 Field input/output. More...
 
Array< OneD, MultiRegions::ExpListSharedPtrm_fields
 Array holding all dependent variables. More...
 
SpatialDomains::BoundaryConditionsSharedPtr m_boundaryConditions
 Pointer to boundary conditions object. More...
 
SpatialDomains::MeshGraphSharedPtr m_graph
 Pointer to graph defining mesh. More...
 
std::string m_sessionName
 Name of the session. More...
 
NekDouble m_time
 Current time of simulation. More...
 
int m_initialStep
 Number of the step where the simulation should begin. More...
 
NekDouble m_fintime
 Finish time of the simulation. More...
 
NekDouble m_timestep
 Time step size. More...
 
NekDouble m_lambda
 Lambda constant in real system if one required. More...
 
NekDouble m_checktime
 Time between checkpoints. More...
 
NekDouble m_lastCheckTime
 
NekDouble m_TimeIncrementFactor
 
int m_nchk
 Number of checkpoints written so far. More...
 
int m_steps
 Number of steps to take. More...
 
int m_checksteps
 Number of steps between checkpoints. More...
 
int m_infosteps
 Number of time steps between outputting status information. More...
 
int m_iterPIT = 0
 Number of parallel-in-time time iteration. More...
 
int m_windowPIT = 0
 Index of windows for parallel-in-time time iteration. More...
 
int m_spacedim
 Spatial dimension (>= expansion dim). More...
 
int m_expdim
 Expansion dimension. More...
 
bool m_singleMode
 Flag to determine if single homogeneous mode is used. More...
 
bool m_halfMode
 Flag to determine if half homogeneous mode is used. More...
 
bool m_multipleModes
 Flag to determine if use multiple homogenenous modes are used. More...
 
bool m_useFFT
 Flag to determine if FFT is used for homogeneous transform. More...
 
bool m_homogen_dealiasing
 Flag to determine if dealiasing is used for homogeneous simulations. More...
 
bool m_specHP_dealiasing
 Flag to determine if dealisising is usde for the Spectral/hp element discretisation. More...
 
enum MultiRegions::ProjectionType m_projectionType
 Type of projection; e.g continuous or discontinuous. More...
 
Array< OneD, Array< OneD, NekDouble > > m_traceNormals
 Array holding trace normals for DG simulations in the forwards direction. More...
 
Array< OneD, bool > m_checkIfSystemSingular
 Flag to indicate if the fields should be checked for singularity. More...
 
LibUtilities::FieldMetaDataMap m_fieldMetaDataMap
 Map to identify relevant solver info to dump in output fields. More...
 
Array< OneD, NekDoublem_movingFrameVelsxyz
 Moving frame of reference velocities (u, v, w, omega_x, omega_y, omega_z, a_x, a_y, a_z, domega_x, domega_y, domega_z) More...
 
Array< OneD, NekDoublem_movingFrameData
 Moving frame of reference angles with respect to the. More...
 
boost::numeric::ublas::matrix< NekDoublem_movingFrameProjMat
 Projection matrix for transformation between inertial and moving. More...
 
int m_NumQuadPointsError
 Number of Quadrature points used to work out the error. More...
 
enum HomogeneousType m_HomogeneousType
 
NekDouble m_LhomX
 physical length in X direction (if homogeneous) More...
 
NekDouble m_LhomY
 physical length in Y direction (if homogeneous) More...
 
NekDouble m_LhomZ
 physical length in Z direction (if homogeneous) More...
 
int m_npointsX
 number of points in X direction (if homogeneous) More...
 
int m_npointsY
 number of points in Y direction (if homogeneous) More...
 
int m_npointsZ
 number of points in Z direction (if homogeneous) More...
 
int m_HomoDirec
 number of homogenous directions More...
 

Private Attributes

NekDouble m_epsilon
 

Friends

class MemoryManager< UnsteadyAdvectionDiffusion >
 

Additional Inherited Members

- Protected Types inherited from Nektar::SolverUtils::EquationSystem
enum  HomogeneousType { eHomogeneous1D , eHomogeneous2D , eHomogeneous3D , eNotHomogeneous }
 Parameter for homogeneous expansions. More...
 
- Static Protected Attributes inherited from Nektar::SolverUtils::EquationSystem
static std::string equationSystemTypeLookupIds []
 
static std::string projectionTypeLookupIds []
 

Detailed Description

Definition at line 43 of file UnsteadyAdvectionDiffusion.h.

Constructor & Destructor Documentation

◆ ~UnsteadyAdvectionDiffusion()

Nektar::UnsteadyAdvectionDiffusion::~UnsteadyAdvectionDiffusion ( )
overridedefault

Destructor.

◆ UnsteadyAdvectionDiffusion()

Nektar::UnsteadyAdvectionDiffusion::UnsteadyAdvectionDiffusion ( const LibUtilities::SessionReaderSharedPtr pSession,
const SpatialDomains::MeshGraphSharedPtr pGraph 
)
protected

Session reader.

Definition at line 47 of file UnsteadyAdvectionDiffusion.cpp.

50 : UnsteadySystem(pSession, pGraph), UnsteadyAdvection(pSession, pGraph)
51{
52}
SOLVER_UTILS_EXPORT UnsteadySystem(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Initialises UnsteadySystem class members.
UnsteadyAdvection(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Session reader.

Member Function Documentation

◆ AddAdvectionPenaltyFlux()

void Nektar::UnsteadyAdvectionDiffusion::AddAdvectionPenaltyFlux ( const Array< OneD, const Array< OneD, NekDouble > > &  velfield,
const Array< OneD, const Array< OneD, NekDouble > > &  physfield,
Array< OneD, Array< OneD, NekDouble > > &  Outarray 
)
protected

Number of trace points

Forward state array

Backward state array

upwind numerical flux state array

Normal velocity array

Extract forwards/backwards trace spaces Note: Needs to have correct i value to get boundary conditions

Upwind between elements

Construct difference between numflux and Fwd,Bwd

Calculate the numerical fluxes multipling Fwd, Bwd and numflux by the normal advection velocity

Definition at line 492 of file UnsteadyAdvectionDiffusion.cpp.

496{
497 ASSERTL1(physfield.size() == Outarray.size(),
498 "Physfield and outarray are of different dimensions");
499
500 int i;
501
502 /// Number of trace points
503 int nTracePts = m_fields[0]->GetTrace()->GetNpoints();
504
505 /// Forward state array
506 Array<OneD, NekDouble> Fwd(3 * nTracePts);
507
508 /// Backward state array
509 Array<OneD, NekDouble> Bwd = Fwd + nTracePts;
510
511 /// upwind numerical flux state array
512 Array<OneD, NekDouble> numflux = Bwd + nTracePts;
513
514 /// Normal velocity array
515 Array<OneD, NekDouble> Vn = GetNormalVel(velfield);
516
517 for (i = 0; i < physfield.size(); ++i)
518 {
519 /// Extract forwards/backwards trace spaces
520 /// Note: Needs to have correct i value to get boundary conditions
521 m_fields[i]->GetFwdBwdTracePhys(physfield[i], Fwd, Bwd);
522
523 /// Upwind between elements
524 m_fields[0]->GetTrace()->Upwind(Vn, Fwd, Bwd, numflux);
525
526 /// Construct difference between numflux and Fwd,Bwd
527 Vmath::Vsub(nTracePts, numflux, 1, Fwd, 1, Fwd, 1);
528 Vmath::Vsub(nTracePts, numflux, 1, Bwd, 1, Bwd, 1);
529
530 /// Calculate the numerical fluxes multipling Fwd, Bwd and
531 /// numflux by the normal advection velocity
532 Vmath::Vmul(nTracePts, Fwd, 1, Vn, 1, Fwd, 1);
533 Vmath::Vmul(nTracePts, Bwd, 1, Vn, 1, Bwd, 1);
534
535 m_fields[0]->AddFwdBwdTraceIntegral(Fwd, Bwd, Outarray[i]);
536 }
537}
#define ASSERTL1(condition, msg)
Assert Level 1 – Debugging which is used whether in FULLDEBUG or DEBUG compilation mode....
Definition: ErrorUtil.hpp:242
Array< OneD, MultiRegions::ExpListSharedPtr > m_fields
Array holding all dependent variables.
Array< OneD, NekDouble > & GetNormalVel(const Array< OneD, const Array< OneD, NekDouble > > &velfield)
Get the normal velocity based on input velfield.
void Vmul(int n, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Multiply vector z = x*y.
Definition: Vmath.hpp:72
void Vsub(int n, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Subtract vector z = x-y.
Definition: Vmath.hpp:220

References ASSERTL1, Nektar::UnsteadyAdvection::GetNormalVel(), Nektar::SolverUtils::EquationSystem::m_fields, Vmath::Vmul(), and Vmath::Vsub().

Referenced by SubStepAdvection().

◆ create()

static SolverUtils::EquationSystemSharedPtr Nektar::UnsteadyAdvectionDiffusion::create ( const LibUtilities::SessionReaderSharedPtr pSession,
const SpatialDomains::MeshGraphSharedPtr pGraph 
)
inlinestatic

Creates an instance of this class.

Definition at line 49 of file UnsteadyAdvectionDiffusion.h.

52 {
55 pSession, pGraph);
56 p->InitObject();
57 return p;
58 }
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.

References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.

◆ DoImplicitSolve()

void Nektar::UnsteadyAdvectionDiffusion::DoImplicitSolve ( const Array< OneD, const Array< OneD, NekDouble > > &  inarray,
Array< OneD, Array< OneD, NekDouble > > &  outarray,
NekDouble  time,
NekDouble  lambda 
)
protected

Solve implicitly the diffusion term.

Definition at line 200 of file UnsteadyAdvectionDiffusion.cpp.

204{
205 int nvariables = inarray.size();
206 int nq = m_fields[0]->GetNpoints();
207
210
211 // Add factor is GJP turned on
213 {
215 }
216
218 {
221 }
222
224 {
226 }
227
228 Array<OneD, Array<OneD, NekDouble>> F(nvariables);
229 for (int n = 0; n < nvariables; ++n)
230 {
231 F[n] = Array<OneD, NekDouble>(nq);
232 }
233
234 // We solve ( \nabla^2 - HHlambda ) Y[i] = rhs [i]
235 // inarray = input: \hat{rhs} -> output: \hat{Y}
236 // outarray = output: nabla^2 \hat{Y}
237 // where \hat = modal coeffs
238 for (int i = 0; i < nvariables; ++i)
239 {
240 // Multiply 1.0/timestep/lambda
241 Vmath::Smul(nq, -factors[StdRegions::eFactorLambda], inarray[i], 1,
242 F[i], 1);
243 }
244
245 // Setting boundary conditions
247
248 for (int i = 0; i < nvariables; ++i)
249 {
250 // Solve a system of equations with Helmholtz solver
251 m_fields[i]->HelmSolve(F[i], m_fields[i]->UpdateCoeffs(), factors);
252
253 m_fields[i]->BwdTrans(m_fields[i]->GetCoeffs(), outarray[i]);
254 }
255}
enum MultiRegions::ProjectionType m_projectionType
Type of projection; e.g continuous or discontinuous.
SOLVER_UTILS_EXPORT void SetBoundaryConditions(NekDouble time)
Evaluates the boundary conditions at the given time.
std::map< ConstFactorType, NekDouble > ConstFactorMap
Definition: StdRegions.hpp:402
StdRegions::ConstFactorMap factors
void Smul(int n, const T alpha, const T *x, const int incx, T *y, const int incy)
Scalar multiply y = alpha*x.
Definition: Vmath.hpp:100

References Nektar::MultiRegions::eDiscontinuous, Nektar::StdRegions::eFactorGJP, Nektar::StdRegions::eFactorLambda, Nektar::StdRegions::eFactorSVVCutoffRatio, Nektar::StdRegions::eFactorSVVDiffCoeff, Nektar::StdRegions::eFactorTau, Nektar::VarcoeffHashingTest::factors, m_epsilon, Nektar::SolverUtils::EquationSystem::m_fields, Nektar::UnsteadyAdvection::m_GJPJumpScale, Nektar::SolverUtils::EquationSystem::m_projectionType, m_sVVCutoffRatio, m_sVVDiffCoeff, Nektar::UnsteadyAdvection::m_useGJPStabilisation, m_useSpecVanVisc, Nektar::SolverUtils::EquationSystem::SetBoundaryConditions(), and Vmath::Smul().

Referenced by v_InitObject().

◆ DoOdeRhs()

void Nektar::UnsteadyAdvectionDiffusion::DoOdeRhs ( const Array< OneD, const Array< OneD, NekDouble > > &  inarray,
Array< OneD, Array< OneD, NekDouble > > &  outarray,
const NekDouble  time 
)
protected

Compute the RHS.

Compute the right-hand side for the unsteady linear advection diffusion problem.

Parameters
inarrayGiven fields.
outarrayCalculated solution.
timeTime.

Definition at line 163 of file UnsteadyAdvectionDiffusion.cpp.

166{
167 // Number of fields (variables of the problem)
168 int nVariables = inarray.size();
169
170 // Number of solution points
171 int nSolutionPts = GetNpoints();
172
173 UnsteadyAdvection::DoOdeRhs(inarray, outarray, time);
174
176 {
177 Array<OneD, Array<OneD, NekDouble>> outarrayDiff(nVariables);
178 for (int i = 0; i < nVariables; ++i)
179 {
180 outarrayDiff[i] = Array<OneD, NekDouble>(nSolutionPts, 0.0);
181 }
182
183 m_diffusion->Diffuse(nVariables, m_fields, inarray, outarrayDiff);
184
185 for (int i = 0; i < nVariables; ++i)
186 {
187 Vmath::Vadd(nSolutionPts, &outarrayDiff[i][0], 1, &outarray[i][0],
188 1, &outarray[i][0], 1);
189 }
190 }
191}
SOLVER_UTILS_EXPORT int GetNpoints()
bool m_explicitDiffusion
Indicates if explicit or implicit treatment of diffusion is used.
SolverUtils::DiffusionSharedPtr m_diffusion
void DoOdeRhs(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
Compute the RHS.
void Vadd(int n, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Add vector z = x+y.
Definition: Vmath.hpp:180

References Nektar::UnsteadyAdvection::DoOdeRhs(), Nektar::SolverUtils::EquationSystem::GetNpoints(), m_diffusion, Nektar::SolverUtils::UnsteadySystem::m_explicitDiffusion, Nektar::SolverUtils::EquationSystem::m_fields, and Vmath::Vadd().

Referenced by v_InitObject().

◆ GetFluxVectorDiff()

void Nektar::UnsteadyAdvectionDiffusion::GetFluxVectorDiff ( const Array< OneD, Array< OneD, NekDouble > > &  inarray,
const Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &  qfield,
Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &  viscousTensor 
)
protected

Evaluate the flux at each solution point for the diffusion part.

Return the flux vector for the diffusion part.

Definition at line 261 of file UnsteadyAdvectionDiffusion.cpp.

265{
266 unsigned int nDim = qfield.size();
267 unsigned int nConvectiveFields = qfield[0].size();
268 unsigned int nPts = qfield[0][0].size();
269 for (unsigned int j = 0; j < nDim; ++j)
270 {
271 for (unsigned int i = 0; i < nConvectiveFields; ++i)
272 {
273 Vmath::Smul(nPts, m_epsilon, qfield[j][i], 1, viscousTensor[j][i],
274 1);
275 }
276 }
277}

References m_epsilon, and Vmath::Smul().

Referenced by v_InitObject().

◆ GetMaxStdVelocity()

Array< OneD, NekDouble > Nektar::UnsteadyAdvectionDiffusion::GetMaxStdVelocity ( const Array< OneD, Array< OneD, NekDouble > >  inarray)
protected

Definition at line 539 of file UnsteadyAdvectionDiffusion.cpp.

541{
542
543 int n_points_0 = m_fields[0]->GetExp(0)->GetTotPoints();
544 int n_element = m_fields[0]->GetExpSize();
545 int nvel = inarray.size();
546 int cnt;
547
548 ASSERTL0(nvel >= 2, "Method not implemented for 1D");
549
550 NekDouble pntVelocity;
551
552 // Getting the standard velocity vector on the 2D normal space
553 Array<OneD, Array<OneD, NekDouble>> stdVelocity(nvel);
554 Array<OneD, NekDouble> maxV(n_element, 0.0);
556
557 for (int i = 0; i < nvel; ++i)
558 {
559 stdVelocity[i] = Array<OneD, NekDouble>(n_points_0);
560 }
561
562 if (nvel == 2)
563 {
564 cnt = 0.0;
565 for (int el = 0; el < n_element; ++el)
566 {
567 int n_points = m_fields[0]->GetExp(el)->GetTotPoints();
568 ptsKeys = m_fields[0]->GetExp(el)->GetPointsKeys();
569
570 // reset local space if necessary
571 if (n_points != n_points_0)
572 {
573 for (int j = 0; j < nvel; ++j)
574 {
575 stdVelocity[j] = Array<OneD, NekDouble>(n_points);
576 }
577 n_points_0 = n_points;
578 }
579
580 Array<TwoD, const NekDouble> gmat = m_fields[0]
581 ->GetExp(el)
582 ->GetGeom()
583 ->GetMetricInfo()
584 ->GetDerivFactors(ptsKeys);
585
586 if (m_fields[0]
587 ->GetExp(el)
588 ->GetGeom()
589 ->GetMetricInfo()
590 ->GetGtype() == SpatialDomains::eDeformed)
591 {
592 for (int i = 0; i < n_points; i++)
593 {
594 stdVelocity[0][i] = gmat[0][i] * inarray[0][i + cnt] +
595 gmat[2][i] * inarray[1][i + cnt];
596
597 stdVelocity[1][i] = gmat[1][i] * inarray[0][i + cnt] +
598 gmat[3][i] * inarray[1][i + cnt];
599 }
600 }
601 else
602 {
603 for (int i = 0; i < n_points; i++)
604 {
605 stdVelocity[0][i] = gmat[0][0] * inarray[0][i + cnt] +
606 gmat[2][0] * inarray[1][i + cnt];
607
608 stdVelocity[1][i] = gmat[1][0] * inarray[0][i + cnt] +
609 gmat[3][0] * inarray[1][i + cnt];
610 }
611 }
612
613 cnt += n_points;
614
615 for (int i = 0; i < n_points; i++)
616 {
617 pntVelocity = stdVelocity[0][i] * stdVelocity[0][i] +
618 stdVelocity[1][i] * stdVelocity[1][i];
619
620 if (pntVelocity > maxV[el])
621 {
622 maxV[el] = pntVelocity;
623 }
624 }
625 maxV[el] = sqrt(maxV[el]);
626 }
627 }
628 else
629 {
630 cnt = 0;
631 for (int el = 0; el < n_element; ++el)
632 {
633
634 int n_points = m_fields[0]->GetExp(el)->GetTotPoints();
635 ptsKeys = m_fields[0]->GetExp(el)->GetPointsKeys();
636
637 // reset local space if necessary
638 if (n_points != n_points_0)
639 {
640 for (int j = 0; j < nvel; ++j)
641 {
642 stdVelocity[j] = Array<OneD, NekDouble>(n_points);
643 }
644 n_points_0 = n_points;
645 }
646
647 Array<TwoD, const NekDouble> gmat = m_fields[0]
648 ->GetExp(el)
649 ->GetGeom()
650 ->GetMetricInfo()
651 ->GetDerivFactors(ptsKeys);
652
653 if (m_fields[0]
654 ->GetExp(el)
655 ->GetGeom()
656 ->GetMetricInfo()
657 ->GetGtype() == SpatialDomains::eDeformed)
658 {
659 for (int i = 0; i < n_points; i++)
660 {
661 stdVelocity[0][i] = gmat[0][i] * inarray[0][i + cnt] +
662 gmat[3][i] * inarray[1][i + cnt] +
663 gmat[6][i] * inarray[2][i + cnt];
664
665 stdVelocity[1][i] = gmat[1][i] * inarray[0][i + cnt] +
666 gmat[4][i] * inarray[1][i + cnt] +
667 gmat[7][i] * inarray[2][i + cnt];
668
669 stdVelocity[2][i] = gmat[2][i] * inarray[0][i + cnt] +
670 gmat[5][i] * inarray[1][i + cnt] +
671 gmat[8][i] * inarray[2][i + cnt];
672 }
673 }
674 else
675 {
676 for (int i = 0; i < n_points; i++)
677 {
678 stdVelocity[0][i] = gmat[0][0] * inarray[0][i + cnt] +
679 gmat[3][0] * inarray[1][i + cnt] +
680 gmat[6][0] * inarray[2][i + cnt];
681
682 stdVelocity[1][i] = gmat[1][0] * inarray[0][i + cnt] +
683 gmat[4][0] * inarray[1][i + cnt] +
684 gmat[7][0] * inarray[2][i + cnt];
685
686 stdVelocity[2][i] = gmat[2][0] * inarray[0][i + cnt] +
687 gmat[5][0] * inarray[1][i + cnt] +
688 gmat[8][0] * inarray[2][i + cnt];
689 }
690 }
691
692 cnt += n_points;
693
694 for (int i = 0; i < n_points; i++)
695 {
696 pntVelocity = stdVelocity[0][i] * stdVelocity[0][i] +
697 stdVelocity[1][i] * stdVelocity[1][i] +
698 stdVelocity[2][i] * stdVelocity[2][i];
699
700 if (pntVelocity > maxV[el])
701 {
702 maxV[el] = pntVelocity;
703 }
704 }
705
706 maxV[el] = sqrt(maxV[el]);
707 }
708 }
709
710 return maxV;
711}
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:208
std::vector< PointsKey > PointsKeyVector
Definition: Points.h:231
@ eDeformed
Geometry is curved or has non-constant factors.
double NekDouble
scalarT< T > sqrt(scalarT< T > in)
Definition: scalar.hpp:294

References ASSERTL0, Nektar::SpatialDomains::eDeformed, Nektar::SolverUtils::EquationSystem::m_fields, and tinysimd::sqrt().

Referenced by GetSubstepTimeStep().

◆ GetSubstepTimeStep()

NekDouble Nektar::UnsteadyAdvectionDiffusion::GetSubstepTimeStep ( )
protected

Definition at line 363 of file UnsteadyAdvectionDiffusion.cpp.

364{
365 int n_element = m_fields[0]->GetExpSize();
366
367 const Array<OneD, int> ExpOrder = m_fields[0]->EvalBasisNumModesMaxPerExp();
368 Array<OneD, int> ExpOrderList(n_element, ExpOrder);
369
370 const NekDouble cLambda = 0.2; // Spencer book pag. 317
371
372 Array<OneD, NekDouble> tstep(n_element, 0.0);
373 Array<OneD, NekDouble> stdVelocity(n_element, 0.0);
374
375 stdVelocity = GetMaxStdVelocity(m_velocity);
376
377 for (int el = 0; el < n_element; ++el)
378 {
379 tstep[el] =
380 m_cflSafetyFactor / (stdVelocity[el] * cLambda *
381 (ExpOrder[el] - 1) * (ExpOrder[el] - 1));
382 }
383
384 NekDouble TimeStep = Vmath::Vmin(n_element, tstep, 1);
385 m_session->GetComm()->AllReduce(TimeStep, LibUtilities::ReduceMin);
386
387 return TimeStep;
388}
LibUtilities::SessionReaderSharedPtr m_session
The session reader.
NekDouble m_cflSafetyFactor
CFL safety factor (comprise between 0 to 1).
Array< OneD, NekDouble > GetMaxStdVelocity(const Array< OneD, Array< OneD, NekDouble > > inarray)
Array< OneD, Array< OneD, NekDouble > > m_velocity
Advection velocity.
T Vmin(int n, const T *x, const int incx)
Return the minimum element in x - called vmin to avoid conflict with min.
Definition: Vmath.hpp:725

References GetMaxStdVelocity(), Nektar::SolverUtils::UnsteadySystem::m_cflSafetyFactor, Nektar::SolverUtils::EquationSystem::m_fields, Nektar::SolverUtils::EquationSystem::m_session, Nektar::UnsteadyAdvection::m_velocity, Nektar::LibUtilities::ReduceMin, and Vmath::Vmin().

Referenced by SubStepAdvance().

◆ SetUpSubSteppingTimeIntegration()

void Nektar::UnsteadyAdvectionDiffusion::SetUpSubSteppingTimeIntegration ( const LibUtilities::TimeIntegrationSchemeSharedPtr IntegrationScheme)
protected

Definition at line 390 of file UnsteadyAdvectionDiffusion.cpp.

392{
393 // Set to 1 for first step and it will then be increased in
394 // time advance routines
395 unsigned int order = IntegrationScheme->GetOrder();
396
397 // Set to 1 for first step and it will then be increased in
398 // time advance routines
399 if ((IntegrationScheme->GetName() == "Euler" &&
400 IntegrationScheme->GetVariant() == "Backward") ||
401 (IntegrationScheme->GetName() == "BDFImplicit" &&
402 (order == 1 || order == 2)))
403 {
404 // Note RK first order SSP is just Forward Euler.
407 "RungeKutta", "SSP", order, std::vector<NekDouble>());
408 }
409 else
410 {
412 "Integration method not suitable: "
413 "Options include BackwardEuler or BDFImplicitOrder1");
414 }
415
416 m_intSteps = IntegrationScheme->GetNumIntegrationPhases();
417
418 // set explicit time-integration class operators
423}
#define NEKERROR(type, msg)
Assert Level 0 – Fundamental assert which is used whether in FULLDEBUG, DEBUG or OPT compilation mode...
Definition: ErrorUtil.hpp:202
tBaseSharedPtr CreateInstance(tKey idKey, tParam... args)
Create an instance of the class referred to by idKey.
Definition: NekFactory.hpp:143
void DefineProjection(FuncPointerT func, ObjectPointerT obj)
void DefineOdeRhs(FuncPointerT func, ObjectPointerT obj)
void SubStepAdvection(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
void SubStepProjection(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
LibUtilities::TimeIntegrationSchemeSharedPtr m_subStepIntegrationScheme
LibUtilities::TimeIntegrationSchemeOperators m_subStepIntegrationOps
TimeIntegrationSchemeFactory & GetTimeIntegrationSchemeFactory()

References Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), Nektar::LibUtilities::TimeIntegrationSchemeOperators::DefineOdeRhs(), Nektar::LibUtilities::TimeIntegrationSchemeOperators::DefineProjection(), Nektar::ErrorUtil::efatal, Nektar::LibUtilities::GetTimeIntegrationSchemeFactory(), m_intSteps, m_subStepIntegrationOps, m_subStepIntegrationScheme, NEKERROR, SubStepAdvection(), and SubStepProjection().

Referenced by v_InitObject().

◆ SubStepAdvance()

void Nektar::UnsteadyAdvectionDiffusion::SubStepAdvance ( int  nstep,
NekDouble  time 
)
protected

Definition at line 307 of file UnsteadyAdvectionDiffusion.cpp.

308{
309 int nsubsteps;
310
311 NekDouble dt;
312
313 Array<OneD, Array<OneD, NekDouble>> fields, velfields;
314
315 static int ncalls = 1;
316 int nint = std::min(ncalls++, m_intSteps);
317
318 Array<OneD, NekDouble> CFL(m_fields[0]->GetExpSize(), m_cflSafetyFactor);
319
320 LibUtilities::CommSharedPtr comm = m_session->GetComm();
321
322 // Get the proper time step with CFL control
323 dt = GetSubstepTimeStep();
324
325 nsubsteps = (m_timestep > dt) ? ((int)(m_timestep / dt) + 1) : 1;
326 nsubsteps = std::max(m_minsubsteps, nsubsteps);
327
328 dt = m_timestep / nsubsteps;
329
330 if (m_infosteps && !((nstep + 1) % m_infosteps) && comm->GetRank() == 0)
331 {
332 std::cout << "Sub-integrating using " << nsubsteps
333 << " steps over Dt = " << m_timestep
334 << " (SubStep CFL=" << m_cflSafetyFactor << ")" << std::endl;
335 }
336
337 const TripleArray &solutionVector = m_intScheme->GetSolutionVector();
338
339 for (int m = 0; m < nint; ++m)
340 {
341 // We need to update the fields held by the m_intScheme
342 fields = solutionVector[m];
343
344 // Initialise NS solver which is set up to use a GLM method
345 // with calls to EvaluateAdvection_SetPressureBCs and
346 // SolveUnsteadyStokesSystem
347 m_subStepIntegrationScheme->InitializeScheme(dt, fields, time,
349
350 for (int n = 0; n < nsubsteps; ++n)
351 {
352 fields = m_subStepIntegrationScheme->TimeIntegrate(n, dt);
353 }
354
355 // Reset time integrated solution in m_intScheme
356 m_intScheme->SetSolutionVector(m, fields);
357 }
358}
NekDouble m_timestep
Time step size.
int m_infosteps
Number of time steps between outputting status information.
SOLVER_UTILS_EXPORT int GetExpSize()
LibUtilities::TimeIntegrationSchemeSharedPtr m_intScheme
Wrapper to the time integration scheme.
AT< AT< AT< NekDouble > > > TripleArray
std::shared_ptr< Comm > CommSharedPtr
Pointer to a Communicator object.
Definition: Comm.h:55

References Nektar::SolverUtils::EquationSystem::GetExpSize(), GetSubstepTimeStep(), Nektar::SolverUtils::UnsteadySystem::m_cflSafetyFactor, Nektar::SolverUtils::EquationSystem::m_fields, Nektar::SolverUtils::EquationSystem::m_infosteps, Nektar::SolverUtils::UnsteadySystem::m_intScheme, m_intSteps, m_minsubsteps, Nektar::SolverUtils::EquationSystem::m_session, m_subStepIntegrationOps, m_subStepIntegrationScheme, and Nektar::SolverUtils::EquationSystem::m_timestep.

Referenced by v_PreIntegrate().

◆ SubStepAdvection()

void Nektar::UnsteadyAdvectionDiffusion::SubStepAdvection ( const Array< OneD, const Array< OneD, NekDouble > > &  inarray,
Array< OneD, Array< OneD, NekDouble > > &  outarray,
const NekDouble  time 
)
protected

Explicit Advection terms used by SubStepAdvance time integration

Get the number of coefficients

Define an auxiliary variable to compute the RHS

Operations to compute the RHS

Multiply the flux by the inverse of the mass matrix

Store in outarray the physical values of the RHS

Definition at line 428 of file UnsteadyAdvectionDiffusion.cpp.

431{
432 int i;
433 int nVariables = inarray.size();
434
435 /// Get the number of coefficients
436 int ncoeffs = m_fields[0]->GetNcoeffs();
437
438 /// Define an auxiliary variable to compute the RHS
439 Array<OneD, Array<OneD, NekDouble>> WeakAdv(nVariables);
440 WeakAdv[0] = Array<OneD, NekDouble>(ncoeffs * nVariables);
441 for (i = 1; i < nVariables; ++i)
442 {
443 WeakAdv[i] = WeakAdv[i - 1] + ncoeffs;
444 }
445
446 // Currently assume velocity field is time independent and does not
447 // therefore need extrapolating. RHS computation using the advection base
448 // class
449 m_advObject->Advect(nVariables, m_fields, m_velocity, inarray, outarray,
450 time);
451
452 for (i = 0; i < nVariables; ++i)
453 {
454 m_fields[i]->IProductWRTBase(outarray[i], WeakAdv[i]);
455 // negation requried due to sign of DoAdvection term to be consistent
456 Vmath::Neg(ncoeffs, WeakAdv[i], 1);
457 }
458
459 AddAdvectionPenaltyFlux(m_velocity, inarray, WeakAdv);
460
461 /// Operations to compute the RHS
462 for (i = 0; i < nVariables; ++i)
463 {
464 // Negate the RHS
465 Vmath::Neg(ncoeffs, WeakAdv[i], 1);
466
467 /// Multiply the flux by the inverse of the mass matrix
468 m_fields[i]->MultiplyByElmtInvMass(WeakAdv[i], WeakAdv[i]);
469
470 /// Store in outarray the physical values of the RHS
471 m_fields[i]->BwdTrans(WeakAdv[i], outarray[i]);
472 }
473}
SolverUtils::AdvectionSharedPtr m_advObject
Advection term.
void AddAdvectionPenaltyFlux(const Array< OneD, const Array< OneD, NekDouble > > &velfield, const Array< OneD, const Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, NekDouble > > &Outarray)
void Neg(int n, T *x, const int incx)
Negate x = -x.
Definition: Vmath.hpp:292

References AddAdvectionPenaltyFlux(), Nektar::SolverUtils::AdvectionSystem::m_advObject, Nektar::SolverUtils::EquationSystem::m_fields, Nektar::UnsteadyAdvection::m_velocity, and Vmath::Neg().

Referenced by SetUpSubSteppingTimeIntegration().

◆ SubStepProjection()

void Nektar::UnsteadyAdvectionDiffusion::SubStepProjection ( const Array< OneD, const Array< OneD, NekDouble > > &  inarray,
Array< OneD, Array< OneD, NekDouble > > &  outarray,
const NekDouble  time 
)
protected

Projection used by SubStepAdvance time integration

Definition at line 478 of file UnsteadyAdvectionDiffusion.cpp.

482{
483 ASSERTL1(inarray.size() == outarray.size(),
484 "Inarray and outarray of different sizes ");
485
486 for (int i = 0; i < inarray.size(); ++i)
487 {
488 Vmath::Vcopy(inarray[i].size(), inarray[i], 1, outarray[i], 1);
489 }
490}
void Vcopy(int n, const T *x, const int incx, T *y, const int incy)
Definition: Vmath.hpp:825

References ASSERTL1, and Vmath::Vcopy().

Referenced by SetUpSubSteppingTimeIntegration().

◆ v_GenerateSummary()

void Nektar::UnsteadyAdvectionDiffusion::v_GenerateSummary ( SolverUtils::SummaryList s)
overrideprotectedvirtual

Print Summary.

Reimplemented from Nektar::UnsteadyAdvection.

Definition at line 279 of file UnsteadyAdvectionDiffusion.cpp.

280{
283 {
284 std::stringstream ss;
285 ss << "SVV (cut off = " << m_sVVCutoffRatio
286 << ", coeff = " << m_sVVDiffCoeff << ")";
287 SolverUtils::AddSummaryItem(s, "Smoothing", ss.str());
288 }
289}
void v_GenerateSummary(SolverUtils::SummaryList &s) override
Print Summary.
void AddSummaryItem(SummaryList &l, const std::string &name, const std::string &value)
Adds a summary item to the summary info list.
Definition: Misc.cpp:47

References Nektar::SolverUtils::AddSummaryItem(), m_sVVCutoffRatio, m_sVVDiffCoeff, m_useSpecVanVisc, and Nektar::UnsteadyAdvection::v_GenerateSummary().

◆ v_InitObject()

void Nektar::UnsteadyAdvectionDiffusion::v_InitObject ( bool  DeclareFields = true)
overrideprotectedvirtual

Initialise the object.

Initialisation object for the unsteady linear advection diffusion equation.

Reimplemented from Nektar::UnsteadyAdvection.

Definition at line 58 of file UnsteadyAdvectionDiffusion.cpp.

59{
61
62 m_session->LoadParameter("epsilon", m_epsilon, 1.0);
63
64 m_session->MatchSolverInfo("SpectralVanishingViscosity", "True",
65 m_useSpecVanVisc, false);
67 {
68 m_session->LoadParameter("SVVCutoffRatio", m_sVVCutoffRatio, 0.75);
69 m_session->LoadParameter("SVVDiffCoeff", m_sVVDiffCoeff, 0.1);
70 }
71
72 // turn on substepping
73 m_session->MatchSolverInfo("Extrapolation", "SubStepping",
74 m_subSteppingScheme, false);
75
76 m_session->LoadParameter("MinSubSteps", m_minsubsteps, 1);
77
78 // Type of advection and diffusion classes to be used
79 switch (m_projectionType)
80 {
81 // Discontinuous field
83 {
84 // Diffusion term
86 {
87 std::string diffName;
88 m_session->LoadSolverInfo("DiffusionType", diffName, "LDG");
90 diffName, diffName);
91 m_diffusion->SetFluxVector(
93 m_diffusion->InitObject(m_session, m_fields);
94 }
95
97 "SubSteppingScheme is not set up for DG projection");
98 break;
99 }
100 // Continuous field
103 {
104 // Advection term
105 std::string advName;
106 m_session->LoadSolverInfo("AdvectionType", advName,
107 "NonConservative");
108 if (advName.compare("WeakDG") == 0)
109 {
110 // Define the normal velocity fields
111 if (m_fields[0]->GetTrace())
112 {
113 m_traceVn = Array<OneD, NekDouble>(GetTraceNpoints());
114 }
115
116 std::string riemName;
117 m_session->LoadSolverInfo("UpwindType", riemName, "Upwind");
120 riemName, m_session);
121 m_riemannSolver->SetScalar(
123 m_advObject->SetRiemannSolver(m_riemannSolver);
124 m_advObject->InitObject(m_session, m_fields);
125 }
126
127 // In case of Galerkin explicit diffusion gives an error
129 {
130 ASSERTL0(false, "Explicit Galerkin diffusion not set up.");
131 }
132 // In case of Galerkin implicit diffusion: do nothing
133 break;
134 }
135 default:
136 {
137 ASSERTL0(false, "Unsupported projection type.");
138 break;
139 }
140 }
141
143 this);
145
146 if (m_subSteppingScheme) // Substepping
147 {
149 "Projection must be set to Mixed_CG_Discontinuous for "
150 "substepping");
152 }
153}
void DefineImplicitSolve(FuncPointerT func, ObjectPointerT obj)
SOLVER_UTILS_EXPORT int GetTraceNpoints()
LibUtilities::TimeIntegrationSchemeOperators m_ode
The time integration scheme operators to use.
void DoOdeRhs(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
Compute the RHS.
void SetUpSubSteppingTimeIntegration(const LibUtilities::TimeIntegrationSchemeSharedPtr &IntegrationScheme)
void DoImplicitSolve(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, NekDouble time, NekDouble lambda)
Solve implicitly the diffusion term.
void GetFluxVectorDiff(const Array< OneD, Array< OneD, NekDouble > > &inarray, const Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &qfield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &viscousTensor)
Evaluate the flux at each solution point for the diffusion part.
Array< OneD, NekDouble > m_traceVn
Array< OneD, NekDouble > & GetNormalVelocity()
Get the normal velocity.
void v_InitObject(bool DeclareFields=true) override
Initialise the object.
SolverUtils::RiemannSolverSharedPtr m_riemannSolver
DiffusionFactory & GetDiffusionFactory()
Definition: Diffusion.cpp:39
RiemannSolverFactory & GetRiemannSolverFactory()

References ASSERTL0, Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), Nektar::LibUtilities::TimeIntegrationSchemeOperators::DefineImplicitSolve(), Nektar::LibUtilities::TimeIntegrationSchemeOperators::DefineOdeRhs(), DoImplicitSolve(), DoOdeRhs(), Nektar::MultiRegions::eDiscontinuous, Nektar::MultiRegions::eGalerkin, Nektar::MultiRegions::eMixed_CG_Discontinuous, Nektar::SolverUtils::GetDiffusionFactory(), GetFluxVectorDiff(), Nektar::UnsteadyAdvection::GetNormalVelocity(), Nektar::SolverUtils::GetRiemannSolverFactory(), Nektar::SolverUtils::EquationSystem::GetTraceNpoints(), Nektar::SolverUtils::AdvectionSystem::m_advObject, m_diffusion, m_epsilon, Nektar::SolverUtils::UnsteadySystem::m_explicitDiffusion, Nektar::SolverUtils::EquationSystem::m_fields, Nektar::SolverUtils::UnsteadySystem::m_intScheme, m_minsubsteps, Nektar::SolverUtils::UnsteadySystem::m_ode, Nektar::SolverUtils::EquationSystem::m_projectionType, Nektar::UnsteadyAdvection::m_riemannSolver, Nektar::SolverUtils::EquationSystem::m_session, m_subSteppingScheme, m_sVVCutoffRatio, m_sVVDiffCoeff, Nektar::UnsteadyAdvection::m_traceVn, m_useSpecVanVisc, SetUpSubSteppingTimeIntegration(), and Nektar::UnsteadyAdvection::v_InitObject().

◆ v_PreIntegrate()

bool Nektar::UnsteadyAdvectionDiffusion::v_PreIntegrate ( int  step)
overrideprotectedvirtual

PreIntegration step for substepping.

Perform the extrapolation.

Reimplemented from Nektar::SolverUtils::UnsteadySystem.

Definition at line 294 of file UnsteadyAdvectionDiffusion.cpp.

295{
297 {
298 SubStepAdvance(step, m_time);
299 }
300
301 return false;
302}
NekDouble m_time
Current time of simulation.
void SubStepAdvance(int nstep, NekDouble time)

References m_subSteppingScheme, Nektar::SolverUtils::EquationSystem::m_time, and SubStepAdvance().

Friends And Related Function Documentation

◆ MemoryManager< UnsteadyAdvectionDiffusion >

friend class MemoryManager< UnsteadyAdvectionDiffusion >
friend

Definition at line 1 of file UnsteadyAdvectionDiffusion.h.

Member Data Documentation

◆ className

std::string Nektar::UnsteadyAdvectionDiffusion::className
static
Initial value:
=
"UnsteadyAdvectionDiffusion", UnsteadyAdvectionDiffusion::create,
"Unsteady Advection-Diffusion equation")
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.
Definition: NekFactory.hpp:197
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
EquationSystemFactory & GetEquationSystemFactory()

Name of class.

Definition at line 61 of file UnsteadyAdvectionDiffusion.h.

◆ m_diffusion

SolverUtils::DiffusionSharedPtr Nektar::UnsteadyAdvectionDiffusion::m_diffusion
protected

Definition at line 76 of file UnsteadyAdvectionDiffusion.h.

Referenced by DoOdeRhs(), and v_InitObject().

◆ m_epsilon

NekDouble Nektar::UnsteadyAdvectionDiffusion::m_epsilon
private

Definition at line 140 of file UnsteadyAdvectionDiffusion.h.

Referenced by DoImplicitSolve(), GetFluxVectorDiff(), and v_InitObject().

◆ m_intSteps

int Nektar::UnsteadyAdvectionDiffusion::m_intSteps
protected

◆ m_minsubsteps

int Nektar::UnsteadyAdvectionDiffusion::m_minsubsteps
protected

Definition at line 137 of file UnsteadyAdvectionDiffusion.h.

Referenced by SubStepAdvance(), and v_InitObject().

◆ m_subStepIntegrationOps

LibUtilities::TimeIntegrationSchemeOperators Nektar::UnsteadyAdvectionDiffusion::m_subStepIntegrationOps
protected

◆ m_subStepIntegrationScheme

LibUtilities::TimeIntegrationSchemeSharedPtr Nektar::UnsteadyAdvectionDiffusion::m_subStepIntegrationScheme
protected

◆ m_subSteppingScheme

bool Nektar::UnsteadyAdvectionDiffusion::m_subSteppingScheme
protected

Definition at line 67 of file UnsteadyAdvectionDiffusion.h.

Referenced by v_InitObject(), and v_PreIntegrate().

◆ m_sVVCutoffRatio

NekDouble Nektar::UnsteadyAdvectionDiffusion::m_sVVCutoffRatio
protected

Definition at line 72 of file UnsteadyAdvectionDiffusion.h.

Referenced by DoImplicitSolve(), v_GenerateSummary(), and v_InitObject().

◆ m_sVVDiffCoeff

NekDouble Nektar::UnsteadyAdvectionDiffusion::m_sVVDiffCoeff
protected

Definition at line 74 of file UnsteadyAdvectionDiffusion.h.

Referenced by DoImplicitSolve(), v_GenerateSummary(), and v_InitObject().

◆ m_useSpecVanVisc

bool Nektar::UnsteadyAdvectionDiffusion::m_useSpecVanVisc
protected

Definition at line 70 of file UnsteadyAdvectionDiffusion.h.

Referenced by DoImplicitSolve(), v_GenerateSummary(), and v_InitObject().