Nektar++
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Friends | List of all members
Nektar::AcousticSystem Class Referenceabstract

#include <AcousticSystem.h>

Inheritance diagram for Nektar::AcousticSystem:
[legend]

Public Member Functions

 ~AcousticSystem () override
 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...
 

Protected Member Functions

 AcousticSystem (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Initialises UnsteadySystem class members. More...
 
void v_InitObject (bool DeclareFields=true) override
 Initialization object for the AcousticSystem class. More...
 
void DoOdeRhs (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 Compute the right-hand side. More...
 
void DoOdeProjection (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 Compute the projection and call the method for imposing the boundary conditions in case of discontinuous projection. More...
 
virtual void v_AddLinTerm (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray)
 
virtual void v_GetFluxVector (const Array< OneD, Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &flux)=0
 
virtual void v_RiemannInvariantBC (int bcRegion, int cnt, Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &BfFwd, Array< OneD, Array< OneD, NekDouble > > &physarray)=0
 
bool v_PreIntegrate (int step) override
 v_PreIntegrate More...
 
void v_Output () override
 
Array< OneD, NekDoublev_GetMaxStdVelocity (const NekDouble SpeedSoundFactor) override
 Compute the advection velocity in the standard space for each element of the expansion. More...
 
void v_ExtraFldOutput (std::vector< Array< OneD, NekDouble > > &fieldcoeffs, std::vector< std::string > &variables) override
 
const Array< OneD, const Array< OneD, NekDouble > > & GetNormals ()
 Get the normal vectors. More...
 
const Array< OneD, const Array< OneD, NekDouble > > & GetVecLocs ()
 Get the locations of the components of the directed fields within the fields array. More...
 
const Array< OneD, const Array< OneD, NekDouble > > & GetBasefieldFwdBwd ()
 Get the baseflow field. 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

int m_ip
 indices of the fields More...
 
int m_irho
 
int m_iu
 
bool m_conservative
 we are dealing with a conservative formualtion More...
 
SolverUtils::CouplingSharedPtr m_coupling
 
SolverUtils::AdvectionSharedPtr m_advection
 
std::vector< SolverUtils::ForcingSharedPtrm_forcing
 
SolverUtils::RiemannSolverSharedPtr m_riemannSolver
 
Array< OneD, Array< OneD, NekDouble > > m_bfFwdBwd
 
Array< OneD, Array< OneD, NekDouble > > m_vecLocs
 
Array< OneD, Array< OneD, NekDouble > > m_bf
 
std::vector< std::string > m_bfNames
 
- 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 Member Functions

NekDouble GetCFLEstimate ()
 
void SetBoundaryConditions (Array< OneD, Array< OneD, NekDouble > > &physarray, NekDouble time)
 Apply the Boundary Conditions to the AcousticSystem equations. More...
 
void WallBC (int bcRegion, int cnt, Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &physarray)
 Wall boundary conditions for the AcousticSystem equations. More...
 
void WhiteNoiseBC (int bcRegion, int cnt, Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &BfFwd, Array< OneD, Array< OneD, NekDouble > > &physarray)
 Wall boundary conditions for the AcousticSystem equations. More...
 
void CopyBoundaryTrace (const Array< OneD, NekDouble > &Fwd, Array< OneD, NekDouble > &Bwd)
 
void UpdateBasefieldFwdBwd ()
 

Private Attributes

std::map< int, boost::mt19937 > m_rng
 
NekDouble m_whiteNoiseBC_lastUpdate
 
NekDouble m_whiteNoiseBC_p
 

Friends

class MemoryManager< AcousticSystem >
 

Additional Inherited Members

- Static Public Attributes inherited from Nektar::SolverUtils::UnsteadySystem
static std::string cmdSetStartTime
 
static std::string cmdSetStartChkNum
 
- 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 59 of file AcousticSystem.h.

Constructor & Destructor Documentation

◆ ~AcousticSystem()

Nektar::AcousticSystem::~AcousticSystem ( )
override

Destructor.

Destructor for AcousticSystem class.

Definition at line 119 of file AcousticSystem.cpp.

120{
121}

◆ AcousticSystem()

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

Initialises UnsteadySystem class members.

Definition at line 56 of file AcousticSystem.cpp.

59 : UnsteadySystem(pSession, pGraph), AdvectionSystem(pSession, pGraph),
60 m_ip(-1), m_irho(-1), m_iu(1), m_conservative(false)
61{
62}
bool m_conservative
we are dealing with a conservative formualtion
int m_ip
indices of the fields
SOLVER_UTILS_EXPORT AdvectionSystem(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
SOLVER_UTILS_EXPORT UnsteadySystem(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Initialises UnsteadySystem class members.

Member Function Documentation

◆ CopyBoundaryTrace()

void Nektar::AcousticSystem::CopyBoundaryTrace ( const Array< OneD, NekDouble > &  Fwd,
Array< OneD, NekDouble > &  Bwd 
)
private

Definition at line 628 of file AcousticSystem.cpp.

630{
631 int cnt = 0;
632 // loop over Boundary Regions
633 for (int bcRegion = 0; bcRegion < m_fields[0]->GetBndConditions().size();
634 ++bcRegion)
635 {
636
637 // Copy the forward trace of the field to the backward trace
638 int e, id2, npts;
639
640 for (e = 0;
641 e < m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();
642 ++e)
643 {
644 npts = m_fields[0]
645 ->GetBndCondExpansions()[bcRegion]
646 ->GetExp(e)
647 ->GetTotPoints();
648 id2 = m_fields[0]->GetTrace()->GetPhys_Offset(
649 m_fields[0]->GetTraceMap()->GetBndCondIDToGlobalTraceID(cnt +
650 e));
651
652 Vmath::Vcopy(npts, &Fwd[id2], 1, &Bwd[id2], 1);
653 }
654
655 cnt += m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();
656 }
657}
Array< OneD, MultiRegions::ExpListSharedPtr > m_fields
Array holding all dependent variables.
SOLVER_UTILS_EXPORT int GetExpSize()
void Vcopy(int n, const T *x, const int incx, T *y, const int incy)
Definition: Vmath.hpp:825

References Nektar::SolverUtils::EquationSystem::GetExpSize(), Nektar::SolverUtils::EquationSystem::m_fields, and Vmath::Vcopy().

Referenced by UpdateBasefieldFwdBwd().

◆ DoOdeProjection()

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

Compute the projection and call the method for imposing the boundary conditions in case of discontinuous projection.

Definition at line 214 of file AcousticSystem.cpp.

217{
218 int nvariables = inarray.size();
219 int nq = m_fields[0]->GetNpoints();
220
221 // deep copy
222 if (inarray != outarray)
223 {
224 for (int i = 0; i < nvariables; ++i)
225 {
226 Vmath::Vcopy(nq, inarray[i], 1, outarray[i], 1);
227 }
228 }
229
231
232 SetBoundaryConditions(outarray, time);
233}
void SetBoundaryConditions(Array< OneD, Array< OneD, NekDouble > > &physarray, NekDouble time)
Apply the Boundary Conditions to the AcousticSystem equations.

References Nektar::SolverUtils::EquationSystem::m_fields, SetBoundaryConditions(), UpdateBasefieldFwdBwd(), and Vmath::Vcopy().

Referenced by Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ DoOdeRhs()

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

Compute the right-hand side.

Definition at line 185 of file AcousticSystem.cpp.

188{
189 int nVariables = inarray.size();
190 int nq = GetTotPoints();
191
192 // WeakDG does not use advVel, so we only provide a dummy array
193 Array<OneD, Array<OneD, NekDouble>> advVel(m_spacedim);
194 m_advection->Advect(nVariables, m_fields, advVel, inarray, outarray, time);
195
196 // Negate the LHS terms
197 for (int i = 0; i < nVariables; ++i)
198 {
199 Vmath::Neg(nq, outarray[i], 1);
200 }
201
202 v_AddLinTerm(inarray, outarray);
203
204 for (auto &x : m_forcing)
205 {
206 x->Apply(m_fields, inarray, outarray, m_time);
207 }
208}
SolverUtils::AdvectionSharedPtr m_advection
std::vector< SolverUtils::ForcingSharedPtr > m_forcing
virtual void v_AddLinTerm(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray)
int m_spacedim
Spatial dimension (>= expansion dim).
NekDouble m_time
Current time of simulation.
SOLVER_UTILS_EXPORT int GetTotPoints()
void Neg(int n, T *x, const int incx)
Negate x = -x.
Definition: Vmath.hpp:292

References Nektar::SolverUtils::EquationSystem::GetTotPoints(), m_advection, Nektar::SolverUtils::EquationSystem::m_fields, m_forcing, Nektar::SolverUtils::EquationSystem::m_spacedim, Nektar::SolverUtils::EquationSystem::m_time, Vmath::Neg(), and v_AddLinTerm().

Referenced by Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ GetBasefieldFwdBwd()

const Array< OneD, const Array< OneD, NekDouble > > & Nektar::AcousticSystem::GetBasefieldFwdBwd ( )
protected

Get the baseflow field.

Definition at line 613 of file AcousticSystem.cpp.

614{
615 return m_bfFwdBwd;
616}
Array< OneD, Array< OneD, NekDouble > > m_bfFwdBwd

References m_bfFwdBwd.

Referenced by SetBoundaryConditions(), Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ GetCFLEstimate()

NekDouble Nektar::AcousticSystem::GetCFLEstimate ( )
private

◆ GetNormals()

const Array< OneD, const Array< OneD, NekDouble > > & Nektar::AcousticSystem::GetNormals ( )
protected

Get the normal vectors.

Definition at line 595 of file AcousticSystem.cpp.

596{
597 return m_traceNormals;
598}
Array< OneD, Array< OneD, NekDouble > > m_traceNormals
Array holding trace normals for DG simulations in the forwards direction.

References Nektar::SolverUtils::EquationSystem::m_traceNormals.

Referenced by Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ GetVecLocs()

const Array< OneD, const Array< OneD, NekDouble > > & Nektar::AcousticSystem::GetVecLocs ( )
protected

Get the locations of the components of the directed fields within the fields array.

Definition at line 604 of file AcousticSystem.cpp.

605{
606 return m_vecLocs;
607}
Array< OneD, Array< OneD, NekDouble > > m_vecLocs

References m_vecLocs.

Referenced by Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ SetBoundaryConditions()

void Nektar::AcousticSystem::SetBoundaryConditions ( Array< OneD, Array< OneD, NekDouble > > &  physarray,
NekDouble  time 
)
private

Apply the Boundary Conditions to the AcousticSystem equations.

Definition at line 238 of file AcousticSystem.cpp.

240{
241 std::string varName;
242 int nvariables = m_fields.size();
243 int cnt = 0;
244 int nTracePts = GetTraceTotPoints();
245
246 // Extract trace for boundaries. Needs to be done on all processors to avoid
247 // deadlock.
248 Array<OneD, Array<OneD, NekDouble>> Fwd(nvariables);
249 for (int i = 0; i < nvariables; ++i)
250 {
251 Fwd[i] = Array<OneD, NekDouble>(nTracePts);
252 m_fields[i]->ExtractTracePhys(inarray[i], Fwd[i]);
253 }
254 Array<OneD, Array<OneD, NekDouble>> bfFwd = GetBasefieldFwdBwd();
255
256 // loop over Boundary Regions
257 for (int n = 0; n < m_fields[0]->GetBndConditions().size(); ++n)
258 {
259 std::string userDefStr =
260 m_fields[0]->GetBndConditions()[n]->GetUserDefined();
261
262 if (!userDefStr.empty())
263 {
264 // Wall Boundary Condition
265 if (boost::iequals(userDefStr, "Wall"))
266 {
267 WallBC(n, cnt, Fwd, inarray);
268 }
269 else if (boost::iequals(userDefStr, "WhiteNoise"))
270 {
271 WhiteNoiseBC(n, cnt, Fwd, bfFwd, inarray);
272 }
273 else if (boost::iequals(userDefStr, "RiemannInvariantBC"))
274 {
275 v_RiemannInvariantBC(n, cnt, Fwd, bfFwd, inarray);
276 }
277 else if (boost::iequals(userDefStr, "TimeDependent"))
278 {
279 for (int i = 0; i < nvariables; ++i)
280 {
281 varName = m_session->GetVariable(i);
282 m_fields[i]->EvaluateBoundaryConditions(time, varName);
283 }
284 }
285 else
286 {
287 string errmsg = "Unrecognised boundary condition: ";
288 errmsg += userDefStr;
289 ASSERTL0(false, errmsg.c_str());
290 }
291 }
292 else
293 {
294 for (int i = 0; i < nvariables; ++i)
295 {
296 varName = m_session->GetVariable(i);
297 m_fields[i]->EvaluateBoundaryConditions(time, varName);
298 }
299 }
300
301 cnt += m_fields[0]->GetBndCondExpansions()[n]->GetExpSize();
302 }
303}
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:208
virtual void v_RiemannInvariantBC(int bcRegion, int cnt, Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &BfFwd, Array< OneD, Array< OneD, NekDouble > > &physarray)=0
void WallBC(int bcRegion, int cnt, Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &physarray)
Wall boundary conditions for the AcousticSystem equations.
void WhiteNoiseBC(int bcRegion, int cnt, Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &BfFwd, Array< OneD, Array< OneD, NekDouble > > &physarray)
Wall boundary conditions for the AcousticSystem equations.
const Array< OneD, const Array< OneD, NekDouble > > & GetBasefieldFwdBwd()
Get the baseflow field.
SOLVER_UTILS_EXPORT int GetTraceTotPoints()
LibUtilities::SessionReaderSharedPtr m_session
The session reader.

References ASSERTL0, GetBasefieldFwdBwd(), Nektar::SolverUtils::EquationSystem::GetTraceTotPoints(), Nektar::SolverUtils::EquationSystem::m_fields, Nektar::SolverUtils::EquationSystem::m_session, v_RiemannInvariantBC(), WallBC(), and WhiteNoiseBC().

Referenced by DoOdeProjection().

◆ UpdateBasefieldFwdBwd()

void Nektar::AcousticSystem::UpdateBasefieldFwdBwd ( )
private

Definition at line 618 of file AcousticSystem.cpp.

619{
620 for (int i = 0; i < m_bfNames.size(); i++)
621 {
622 int j = m_bfNames.size() + i;
623 m_fields[0]->GetFwdBwdTracePhys(m_bf[i], m_bfFwdBwd[i], m_bfFwdBwd[j]);
625 }
626}
std::vector< std::string > m_bfNames
void CopyBoundaryTrace(const Array< OneD, NekDouble > &Fwd, Array< OneD, NekDouble > &Bwd)
Array< OneD, Array< OneD, NekDouble > > m_bf

References CopyBoundaryTrace(), m_bf, m_bfFwdBwd, m_bfNames, and Nektar::SolverUtils::EquationSystem::m_fields.

Referenced by DoOdeProjection().

◆ v_AddLinTerm()

virtual void Nektar::AcousticSystem::v_AddLinTerm ( const Array< OneD, const Array< OneD, NekDouble > > &  inarray,
Array< OneD, Array< OneD, NekDouble > > &  outarray 
)
inlineprotectedvirtual

Reimplemented in Nektar::LEE.

Definition at line 95 of file AcousticSystem.h.

99 {
100 }

Referenced by DoOdeRhs().

◆ v_ExtraFldOutput()

void Nektar::AcousticSystem::v_ExtraFldOutput ( std::vector< Array< OneD, NekDouble > > &  fieldcoeffs,
std::vector< std::string > &  variables 
)
overrideprotectedvirtual

Reimplemented from Nektar::SolverUtils::EquationSystem.

Definition at line 565 of file AcousticSystem.cpp.

568{
569 for (int i = 0; i < m_bfNames.size(); i++)
570 {
571 variables.push_back(m_bfNames[i]);
572 Array<OneD, NekDouble> tmpC(GetNcoeffs());
573 m_fields[0]->FwdTrans(m_bf[i], tmpC);
574 fieldcoeffs.push_back(tmpC);
575 }
576
577 int f = 0;
578 for (auto &x : m_forcing)
579 {
580 for (int i = 0; i < x->GetForces().size(); ++i)
581 {
582 variables.push_back("F_" + boost::lexical_cast<string>(f) + "_" +
583 m_session->GetVariable(i));
584 Array<OneD, NekDouble> tmpC(GetNcoeffs());
585 m_fields[0]->FwdTrans(x->GetForces()[i], tmpC);
586 fieldcoeffs.push_back(tmpC);
587 }
588 f++;
589 }
590}
SOLVER_UTILS_EXPORT int GetNcoeffs()

References Nektar::SolverUtils::EquationSystem::GetNcoeffs(), m_bf, m_bfNames, Nektar::SolverUtils::EquationSystem::m_fields, m_forcing, and Nektar::SolverUtils::EquationSystem::m_session.

◆ v_GetFluxVector()

virtual void Nektar::AcousticSystem::v_GetFluxVector ( const Array< OneD, Array< OneD, NekDouble > > &  physfield,
Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &  flux 
)
protectedpure virtual

Implemented in Nektar::APE, and Nektar::LEE.

◆ v_GetMaxStdVelocity()

Array< OneD, NekDouble > Nektar::AcousticSystem::v_GetMaxStdVelocity ( const NekDouble  SpeedSoundFactor)
overrideprotectedvirtual

Compute the advection velocity in the standard space for each element of the expansion.

Returns
Standard velocity field.

Reimplemented from Nektar::SolverUtils::AdvectionSystem.

Definition at line 473 of file AcousticSystem.cpp.

475{
476 int nElm = m_fields[0]->GetExpSize();
477
478 Array<OneD, NekDouble> stdV(nElm, 0.0);
479
480 Array<OneD, Array<OneD, NekDouble>> stdVelocity(m_spacedim);
481 Array<OneD, Array<OneD, NekDouble>> velocity(m_spacedim);
483
484 int cnt = 0;
485
486 for (int el = 0; el < nElm; ++el)
487 {
488 ptsKeys = m_fields[0]->GetExp(el)->GetPointsKeys();
489
490 // Possible bug: not multiply by jacobian??
491 const SpatialDomains::GeomFactorsSharedPtr metricInfo =
492 m_fields[0]->GetExp(el)->GetGeom()->GetMetricInfo();
493 const Array<TwoD, const NekDouble> &gmat =
494 m_fields[0]
495 ->GetExp(el)
496 ->GetGeom()
497 ->GetMetricInfo()
498 ->GetDerivFactors(ptsKeys);
499
500 int nq = m_fields[0]->GetExp(el)->GetTotPoints();
501
502 for (int i = 0; i < m_spacedim; ++i)
503 {
504 stdVelocity[i] = Array<OneD, NekDouble>(nq, 0.0);
505
506 velocity[i] = Array<OneD, NekDouble>(nq, 0.0);
507 for (int j = 0; j < nq; ++j)
508 {
509 // The total advection velocity is v+c, so we need to scale c by
510 // adding it before we do the transformation.
511 NekDouble c = sqrt(m_bf[0][cnt + j]);
512 velocity[i][j] = m_bf[i + 2][cnt + j] + c;
513 }
514 }
515
516 // scale the velocity components
517 if (metricInfo->GetGtype() == SpatialDomains::eDeformed)
518 {
519 // d xi/ dx = gmat = 1/J * d x/d xi
520 for (int i = 0; i < m_spacedim; ++i)
521 {
522 Vmath::Vmul(nq, gmat[i], 1, velocity[0], 1, stdVelocity[i], 1);
523 for (int j = 1; j < m_spacedim; ++j)
524 {
525 Vmath::Vvtvp(nq, gmat[m_spacedim * j + i], 1, velocity[j],
526 1, stdVelocity[i], 1, stdVelocity[i], 1);
527 }
528 }
529 }
530 else
531 {
532 for (int i = 0; i < m_spacedim; ++i)
533 {
534 Vmath::Smul(nq, gmat[i][0], velocity[0], 1, stdVelocity[i], 1);
535 for (int j = 1; j < m_spacedim; ++j)
536 {
537 Vmath::Svtvp(nq, gmat[m_spacedim * j + i][0], velocity[j],
538 1, stdVelocity[i], 1, stdVelocity[i], 1);
539 }
540 }
541 }
542
543 // compute the max absolute velocity of the element
544 for (int i = 0; i < nq; ++i)
545 {
546 NekDouble pntVelocity = 0.0;
547 for (int j = 0; j < m_spacedim; ++j)
548 {
549 pntVelocity += stdVelocity[j][i] * stdVelocity[j][i];
550 }
551 pntVelocity = sqrt(pntVelocity);
552
553 if (pntVelocity > stdV[el])
554 {
555 stdV[el] = pntVelocity;
556 }
557 }
558
559 cnt += nq;
560 }
561
562 return stdV;
563}
std::vector< PointsKey > PointsKeyVector
Definition: Points.h:231
const std::vector< NekDouble > velocity
std::shared_ptr< GeomFactors > GeomFactorsSharedPtr
Pointer to a GeomFactors object.
Definition: GeomFactors.h:60
@ eDeformed
Geometry is curved or has non-constant factors.
double NekDouble
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 Svtvp(int n, const T alpha, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Svtvp (scalar times vector plus vector): z = alpha*x + y.
Definition: Vmath.hpp:396
void Vvtvp(int n, const T *w, const int incw, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
vvtvp (vector times vector plus vector): z = w*x + y
Definition: Vmath.hpp:366
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
scalarT< T > sqrt(scalarT< T > in)
Definition: scalar.hpp:294

References Nektar::SpatialDomains::eDeformed, m_bf, Nektar::SolverUtils::EquationSystem::m_fields, Nektar::SolverUtils::EquationSystem::m_spacedim, Vmath::Smul(), tinysimd::sqrt(), Vmath::Svtvp(), Nektar::MovementTests::velocity, Vmath::Vmul(), and Vmath::Vvtvp().

◆ v_InitObject()

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

Initialization object for the AcousticSystem class.

Reimplemented from Nektar::SolverUtils::AdvectionSystem.

Reimplemented in Nektar::APE, and Nektar::LEE.

Definition at line 67 of file AcousticSystem.cpp.

68{
69 AdvectionSystem::v_InitObject(DeclareFields);
70
73 "Only Projection=DisContinuous supported by the AcousticSystem class.");
74
75 m_bfNames.push_back("c0sq");
76 m_bfNames.push_back("rho0");
77 m_bfNames.push_back("u0");
78 m_bfNames.push_back("v0");
79 m_bfNames.push_back("w0");
80
81 // Resize the advection velocities vector to dimension of the problem
82 m_bfNames.resize(m_spacedim + 2);
83
85 m_fields, m_fields.size());
86
87 // Do not forwards transform initial condition
88 m_homoInitialFwd = false;
89
90 // Set up locations of velocity and base velocity vectors.
91 m_vecLocs = Array<OneD, Array<OneD, NekDouble>>(1);
92 m_vecLocs[0] = Array<OneD, NekDouble>(m_spacedim);
93 for (int i = 0; i < m_spacedim; ++i)
94 {
95 // u', v', w'
96 m_vecLocs[0][i] = m_iu + i;
97 }
98
99 if (m_session->DefinesElement("Nektar/Coupling"))
100 {
101 TiXmlElement *vCoupling = m_session->GetElement("Nektar/Coupling");
102
103 ASSERTL0(vCoupling->Attribute("TYPE"),
104 "Missing TYPE attribute in Coupling");
105 string vType = vCoupling->Attribute("TYPE");
106 ASSERTL0(!vType.empty(),
107 "TYPE attribute must be non-empty in Coupling");
108
109 m_coupling = GetCouplingFactory().CreateInstance(vType, m_fields[0]);
110 }
111
113 m_whiteNoiseBC_p = 0.0;
114}
SolverUtils::CouplingSharedPtr m_coupling
NekDouble m_whiteNoiseBC_lastUpdate
SOLVER_UTILS_EXPORT void v_InitObject(bool DeclareField=true) override
Initialisation object for EquationSystem.
enum MultiRegions::ProjectionType m_projectionType
Type of projection; e.g continuous or discontinuous.
static SOLVER_UTILS_EXPORT std::vector< ForcingSharedPtr > Load(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields=0)
Definition: Forcing.cpp:118
bool m_homoInitialFwd
Flag to determine if simulation should start in homogeneous forward transformed state.
CouplingFactory & GetCouplingFactory()
Declaration of the Coupling factory singleton.
Definition: Coupling.cpp:42

References ASSERTL0, Nektar::MultiRegions::eDiscontinuous, Nektar::SolverUtils::GetCouplingFactory(), Nektar::SolverUtils::Forcing::Load(), m_bfNames, m_coupling, Nektar::SolverUtils::EquationSystem::m_fields, m_forcing, Nektar::SolverUtils::UnsteadySystem::m_homoInitialFwd, m_iu, Nektar::SolverUtils::EquationSystem::m_projectionType, Nektar::SolverUtils::EquationSystem::m_session, Nektar::SolverUtils::EquationSystem::m_spacedim, m_vecLocs, m_whiteNoiseBC_lastUpdate, m_whiteNoiseBC_p, and Nektar::SolverUtils::AdvectionSystem::v_InitObject().

Referenced by Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ v_Output()

void Nektar::AcousticSystem::v_Output ( void  )
overrideprotectedvirtual

Write the field data to file. The file is named according to the session name with the extension .fld appended.

Reimplemented from Nektar::SolverUtils::EquationSystem.

Definition at line 172 of file AcousticSystem.cpp.

173{
174 if (m_coupling)
175 {
176 m_coupling->Finalize();
177 }
178
180}
virtual SOLVER_UTILS_EXPORT void v_Output(void)

References m_coupling, and Nektar::SolverUtils::EquationSystem::v_Output().

◆ v_PreIntegrate()

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

v_PreIntegrate

Reimplemented from Nektar::SolverUtils::UnsteadySystem.

Definition at line 126 of file AcousticSystem.cpp.

127{
128 GetFunction("Baseflow", m_fields[0], true)
129 ->Evaluate(m_bfNames, m_bf, m_time);
130
131 if (m_coupling)
132 {
133 int numForceFields = 0;
134 for (auto &x : m_forcing)
135 {
136 numForceFields += x->GetForces().size();
137 }
138 vector<string> varNames;
139 Array<OneD, Array<OneD, NekDouble>> phys(
140 m_fields.size() + m_bfNames.size() + numForceFields);
141 for (int i = 0; i < m_fields.size(); ++i)
142 {
143 varNames.push_back(m_session->GetVariable(i));
144 phys[i] = m_fields[i]->UpdatePhys();
145 }
146 for (int i = 0; i < m_bfNames.size(); ++i)
147 {
148 varNames.push_back(m_bfNames[i]);
149 phys[m_fields.size() + i] = m_bf[i];
150 }
151
152 int f = 0;
153 for (auto &x : m_forcing)
154 {
155 for (int i = 0; i < x->GetForces().size(); ++i)
156 {
157 phys[m_fields.size() + m_bfNames.size() + f + i] =
158 x->GetForces()[i];
159 varNames.push_back("F_" + boost::lexical_cast<string>(f) + "_" +
160 m_session->GetVariable(i));
161 }
162 f++;
163 }
164
165 m_coupling->Send(step, m_time, phys, varNames);
166 m_coupling->Receive(step, m_time, phys, varNames);
167 }
168
170}
SOLVER_UTILS_EXPORT SessionFunctionSharedPtr GetFunction(std::string name, const MultiRegions::ExpListSharedPtr &field=MultiRegions::NullExpListSharedPtr, bool cache=false)
Get a SessionFunction by name.
virtual SOLVER_UTILS_EXPORT bool v_PreIntegrate(int step)

References Nektar::SolverUtils::EquationSystem::GetFunction(), m_bf, m_bfNames, m_coupling, Nektar::SolverUtils::EquationSystem::m_fields, m_forcing, Nektar::SolverUtils::EquationSystem::m_session, Nektar::SolverUtils::EquationSystem::m_time, and Nektar::SolverUtils::UnsteadySystem::v_PreIntegrate().

◆ v_RiemannInvariantBC()

virtual void Nektar::AcousticSystem::v_RiemannInvariantBC ( int  bcRegion,
int  cnt,
Array< OneD, Array< OneD, NekDouble > > &  Fwd,
Array< OneD, Array< OneD, NekDouble > > &  BfFwd,
Array< OneD, Array< OneD, NekDouble > > &  physarray 
)
protectedpure virtual

Implemented in Nektar::APE, and Nektar::LEE.

Referenced by SetBoundaryConditions().

◆ WallBC()

void Nektar::AcousticSystem::WallBC ( int  bcRegion,
int  cnt,
Array< OneD, Array< OneD, NekDouble > > &  Fwd,
Array< OneD, Array< OneD, NekDouble > > &  physarray 
)
private

Wall boundary conditions for the AcousticSystem equations.

Definition at line 308 of file AcousticSystem.cpp.

311{
312 int nVariables = physarray.size();
313
314 const Array<OneD, const int> &traceBndMap = m_fields[0]->GetTraceBndMap();
315
316 // Adjust the physical values of the trace to take
317 // user defined boundaries into account
318 int id1, id2, nBCEdgePts;
319 int eMax = m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();
320
321 for (int e = 0; e < eMax; ++e)
322 {
323 nBCEdgePts = m_fields[0]
324 ->GetBndCondExpansions()[bcRegion]
325 ->GetExp(e)
326 ->GetTotPoints();
327 id1 = m_fields[0]->GetBndCondExpansions()[bcRegion]->GetPhys_Offset(e);
328 id2 = m_fields[0]->GetTrace()->GetPhys_Offset(traceBndMap[cnt + e]);
329
330 // For 2D/3D, define: v* = v - 2(v.n)n
331 Array<OneD, NekDouble> tmp(nBCEdgePts, 0.0);
332
333 // Calculate (v.n)
334 for (int i = 0; i < m_spacedim; ++i)
335 {
336 Vmath::Vvtvp(nBCEdgePts, &Fwd[m_iu + i][id2], 1,
337 &m_traceNormals[i][id2], 1, &tmp[0], 1, &tmp[0], 1);
338 }
339
340 // Calculate 2.0(v.n)
341 Vmath::Smul(nBCEdgePts, -2.0, &tmp[0], 1, &tmp[0], 1);
342
343 // Calculate v* = v - 2.0(v.n)n
344 for (int i = 0; i < m_spacedim; ++i)
345 {
346 Vmath::Vvtvp(nBCEdgePts, &tmp[0], 1, &m_traceNormals[i][id2], 1,
347 &Fwd[m_iu + i][id2], 1, &Fwd[m_iu + i][id2], 1);
348 }
349
350 // Copy boundary adjusted values into the boundary expansion
351 for (int i = 0; i < nVariables; ++i)
352 {
353 Vmath::Vcopy(nBCEdgePts, &Fwd[i][id2], 1,
354 &(m_fields[i]
355 ->GetBndCondExpansions()[bcRegion]
356 ->UpdatePhys())[id1],
357 1);
358 }
359 }
360}

References Nektar::SolverUtils::EquationSystem::m_fields, m_iu, Nektar::SolverUtils::EquationSystem::m_spacedim, Nektar::SolverUtils::EquationSystem::m_traceNormals, Vmath::Smul(), Vmath::Vcopy(), and Vmath::Vvtvp().

Referenced by SetBoundaryConditions().

◆ WhiteNoiseBC()

void Nektar::AcousticSystem::WhiteNoiseBC ( int  bcRegion,
int  cnt,
Array< OneD, Array< OneD, NekDouble > > &  Fwd,
Array< OneD, Array< OneD, NekDouble > > &  BfFwd,
Array< OneD, Array< OneD, NekDouble > > &  physarray 
)
private

Wall boundary conditions for the AcousticSystem equations.

Definition at line 365 of file AcousticSystem.cpp.

370{
371 int id1, id2, nBCEdgePts;
372 int nVariables = physarray.size();
373
374 const Array<OneD, const int> &traceBndMap = m_fields[0]->GetTraceBndMap();
375
376 if (m_rng.count(bcRegion) == 0)
377 {
378 m_rng[bcRegion] = boost::mt19937(bcRegion);
379 }
380
381 ASSERTL0(
382 m_fields[0]->GetBndConditions()[bcRegion]->GetBoundaryConditionType() ==
384 "WhiteNoise BCs must be Dirichlet type BCs");
385
386 LibUtilities::Equation cond =
387 std::static_pointer_cast<SpatialDomains::DirichletBoundaryCondition>(
388 m_fields[0]->GetBndConditions()[bcRegion])
389 ->m_dirichletCondition;
390 NekDouble sigma = cond.Evaluate();
391
393 "sigma must be greater than zero");
394
395 // random velocity perturbation
397 {
399
400 boost::normal_distribution<> dist(0, sigma);
401 m_whiteNoiseBC_p = dist(m_rng[bcRegion]);
402 }
403
404 int eMax = m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();
405 for (int e = 0; e < eMax; ++e)
406 {
407 nBCEdgePts = m_fields[0]
408 ->GetBndCondExpansions()[bcRegion]
409 ->GetExp(e)
410 ->GetTotPoints();
411 id1 = m_fields[0]->GetBndCondExpansions()[bcRegion]->GetPhys_Offset(e);
412 id2 = m_fields[0]->GetTrace()->GetPhys_Offset(traceBndMap[cnt + e]);
413
414 Array<OneD, Array<OneD, NekDouble>> tmp(nVariables);
415 for (int i = 0; i < nVariables; ++i)
416 {
417 tmp[i] = Array<OneD, NekDouble>(nBCEdgePts, 0.0);
418 }
419
420 // pressure perturbation
421 Vmath::Fill(nBCEdgePts, m_whiteNoiseBC_p, &tmp[m_ip][0], 1);
422
423 if (m_conservative)
424 {
425 for (int i = 0; i < nBCEdgePts; ++i)
426 {
427 // density perturbation
428 tmp[m_irho][i] = m_whiteNoiseBC_p *
429 BfFwd[m_spacedim + 2][id2 + i] /
430 BfFwd[0][id2 + i];
431
432 // velocity perturbation
433 NekDouble ru = m_whiteNoiseBC_p / sqrt(BfFwd[0][id2 + i]);
434 for (int j = 0; j < m_spacedim; ++j)
435 {
436 tmp[m_iu + j][i] = -1.0 * ru * m_traceNormals[j][id2 + i];
437 }
438 }
439 }
440 else
441 {
442 for (int i = 0; i < nBCEdgePts; ++i)
443 {
444 // velocity perturbation
446 (sqrt(BfFwd[0][id2 + i]) * BfFwd[1][id2 + i]);
447
448 for (int j = 0; j < m_spacedim; ++j)
449 {
450 tmp[m_iu + j][i] = -1.0 * u * m_traceNormals[j][id2 + i];
451 }
452 }
453 }
454
455 // Copy boundary adjusted values into the boundary expansion
456 for (int i = 0; i < nVariables; ++i)
457 {
458 Vmath::Vcopy(nBCEdgePts, &tmp[i][0], 1,
459 &(m_fields[i]
460 ->GetBndCondExpansions()[bcRegion]
461 ->UpdatePhys())[id1],
462 1);
463 }
464 }
465}
std::map< int, boost::mt19937 > m_rng
static const NekDouble kNekZeroTol
void Fill(int n, const T alpha, T *x, const int incx)
Fill a vector with a constant value.
Definition: Vmath.hpp:54

References ASSERTL0, Nektar::SpatialDomains::eDirichlet, Nektar::LibUtilities::Equation::Evaluate(), Vmath::Fill(), Nektar::NekConstants::kNekZeroTol, m_conservative, Nektar::SolverUtils::EquationSystem::m_fields, m_ip, m_irho, m_iu, m_rng, Nektar::SolverUtils::EquationSystem::m_spacedim, Nektar::SolverUtils::EquationSystem::m_time, Nektar::SolverUtils::EquationSystem::m_traceNormals, m_whiteNoiseBC_lastUpdate, m_whiteNoiseBC_p, tinysimd::sqrt(), and Vmath::Vcopy().

Referenced by SetBoundaryConditions().

Friends And Related Function Documentation

◆ MemoryManager< AcousticSystem >

friend class MemoryManager< AcousticSystem >
friend

Definition at line 1 of file AcousticSystem.h.

Member Data Documentation

◆ m_advection

SolverUtils::AdvectionSharedPtr Nektar::AcousticSystem::m_advection
protected

Definition at line 73 of file AcousticSystem.h.

Referenced by DoOdeRhs(), Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ m_bf

Array<OneD, Array<OneD, NekDouble> > Nektar::AcousticSystem::m_bf
protected

◆ m_bfFwdBwd

Array<OneD, Array<OneD, NekDouble> > Nektar::AcousticSystem::m_bfFwdBwd
protected

◆ m_bfNames

std::vector<std::string> Nektar::AcousticSystem::m_bfNames
protected

◆ m_conservative

bool Nektar::AcousticSystem::m_conservative
protected

we are dealing with a conservative formualtion

Definition at line 71 of file AcousticSystem.h.

Referenced by Nektar::APE::APE(), Nektar::LEE::LEE(), and WhiteNoiseBC().

◆ m_coupling

SolverUtils::CouplingSharedPtr Nektar::AcousticSystem::m_coupling
protected

Definition at line 72 of file AcousticSystem.h.

Referenced by v_InitObject(), v_Output(), and v_PreIntegrate().

◆ m_forcing

std::vector<SolverUtils::ForcingSharedPtr> Nektar::AcousticSystem::m_forcing
protected

Definition at line 74 of file AcousticSystem.h.

Referenced by DoOdeRhs(), v_ExtraFldOutput(), v_InitObject(), and v_PreIntegrate().

◆ m_ip

int Nektar::AcousticSystem::m_ip
protected

◆ m_irho

int Nektar::AcousticSystem::m_irho
protected

◆ m_iu

int Nektar::AcousticSystem::m_iu
protected

◆ m_riemannSolver

SolverUtils::RiemannSolverSharedPtr Nektar::AcousticSystem::m_riemannSolver
protected

Definition at line 75 of file AcousticSystem.h.

Referenced by Nektar::APE::v_InitObject(), and Nektar::LEE::v_InitObject().

◆ m_rng

std::map<int, boost::mt19937> Nektar::AcousticSystem::m_rng
private

Definition at line 128 of file AcousticSystem.h.

Referenced by WhiteNoiseBC().

◆ m_vecLocs

Array<OneD, Array<OneD, NekDouble> > Nektar::AcousticSystem::m_vecLocs
protected

Definition at line 77 of file AcousticSystem.h.

Referenced by GetVecLocs(), and v_InitObject().

◆ m_whiteNoiseBC_lastUpdate

NekDouble Nektar::AcousticSystem::m_whiteNoiseBC_lastUpdate
private

Definition at line 129 of file AcousticSystem.h.

Referenced by v_InitObject(), and WhiteNoiseBC().

◆ m_whiteNoiseBC_p

NekDouble Nektar::AcousticSystem::m_whiteNoiseBC_p
private

Definition at line 130 of file AcousticSystem.h.

Referenced by v_InitObject(), and WhiteNoiseBC().