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

virtual ~AcousticSystem ()
 Destructor. More...
 
- Public Member Functions inherited from Nektar::SolverUtils::AdvectionSystem
SOLVER_UTILS_EXPORT AdvectionSystem (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 
virtual SOLVER_UTILS_EXPORT ~AdvectionSystem ()
 
virtual SOLVER_UTILS_EXPORT void v_InitObject (bool DeclareField=true) override
 Init object for UnsteadySystem class. 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
virtual SOLVER_UTILS_EXPORT ~UnsteadySystem ()
 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 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 GetFinalTime ()
 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 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...
 
SOLVER_UTILS_EXPORT bool ParallelInTime ()
 Check if solver use Parallel-in-Time. More...
 

Protected Member Functions

 AcousticSystem (const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
 Initialises UnsteadySystem class members. More...
 
virtual 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
 
virtual bool v_PreIntegrate (int step) override
 v_PreIntegrate More...
 
virtual void v_Output () override
 
virtual Array< OneD, NekDoublev_GetMaxStdVelocity (const NekDouble SpeedSoundFactor) override
 Compute the advection velocity in the standard space for each element of the expansion. More...
 
virtual 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
virtual 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...
 
virtual SOLVER_UTILS_EXPORT void v_InitObject (bool DeclareField=true) override
 Init object for UnsteadySystem class. More...
 
virtual 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...
 
virtual SOLVER_UTILS_EXPORT void v_DoInitialise (bool dumpInitialConditions=true) override
 Sets up initial conditions. More...
 
virtual 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. More...
 
Array< OneD, NekDoublem_movingFrameTheta
 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 60 of file AcousticSystem.h.

Constructor & Destructor Documentation

◆ ~AcousticSystem()

Nektar::AcousticSystem::~AcousticSystem ( )
virtual

Destructor.

Destructor for AcousticSystem class.

Definition at line 120 of file AcousticSystem.cpp.

121{
122}

◆ AcousticSystem()

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

Initialises UnsteadySystem class members.

Definition at line 57 of file AcousticSystem.cpp.

60 : UnsteadySystem(pSession, pGraph), AdvectionSystem(pSession, pGraph),
61 m_ip(-1), m_irho(-1), m_iu(1), m_conservative(false)
62{
63}
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 631 of file AcousticSystem.cpp.

633{
634 int cnt = 0;
635 // loop over Boundary Regions
636 for (int bcRegion = 0; bcRegion < m_fields[0]->GetBndConditions().size();
637 ++bcRegion)
638 {
639
640 // Copy the forward trace of the field to the backward trace
641 int e, id2, npts;
642
643 for (e = 0;
644 e < m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();
645 ++e)
646 {
647 npts = m_fields[0]
648 ->GetBndCondExpansions()[bcRegion]
649 ->GetExp(e)
650 ->GetTotPoints();
651 id2 = m_fields[0]->GetTrace()->GetPhys_Offset(
652 m_fields[0]->GetTraceMap()->GetBndCondIDToGlobalTraceID(cnt +
653 e));
654
655 Vmath::Vcopy(npts, &Fwd[id2], 1, &Bwd[id2], 1);
656 }
657
658 cnt += m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();
659 }
660}
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.cpp:1191

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 215 of file AcousticSystem.cpp.

218{
219 int nvariables = inarray.size();
220 int nq = m_fields[0]->GetNpoints();
221
222 // deep copy
223 if (inarray != outarray)
224 {
225 for (int i = 0; i < nvariables; ++i)
226 {
227 Vmath::Vcopy(nq, inarray[i], 1, outarray[i], 1);
228 }
229 }
230
232
233 SetBoundaryConditions(outarray, time);
234}
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 186 of file AcousticSystem.cpp.

189{
190 int nVariables = inarray.size();
191 int nq = GetTotPoints();
192
193 // WeakDG does not use advVel, so we only provide a dummy array
194 Array<OneD, Array<OneD, NekDouble>> advVel(m_spacedim);
195 m_advection->Advect(nVariables, m_fields, advVel, inarray, outarray, time);
196
197 // Negate the LHS terms
198 for (int i = 0; i < nVariables; ++i)
199 {
200 Vmath::Neg(nq, outarray[i], 1);
201 }
202
203 v_AddLinTerm(inarray, outarray);
204
205 for (auto &x : m_forcing)
206 {
207 x->Apply(m_fields, inarray, outarray, m_time);
208 }
209}
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.cpp:513

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 616 of file AcousticSystem.cpp.

617{
618 return m_bfFwdBwd;
619}
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 598 of file AcousticSystem.cpp.

599{
600 return m_traceNormals;
601}
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 607 of file AcousticSystem.cpp.

608{
609 return m_vecLocs;
610}
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 239 of file AcousticSystem.cpp.

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

622{
623 for (int i = 0; i < m_bfNames.size(); i++)
624 {
625 int j = m_bfNames.size() + i;
626 m_fields[0]->GetFwdBwdTracePhys(m_bf[i], m_bfFwdBwd[i], m_bfFwdBwd[j]);
628 }
629}
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 96 of file AcousticSystem.h.

99 {
100 boost::ignore_unused(inarray, outarray);
101 }

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 568 of file AcousticSystem.cpp.

571{
572 for (int i = 0; i < m_bfNames.size(); i++)
573 {
574 variables.push_back(m_bfNames[i]);
575 Array<OneD, NekDouble> tmpC(GetNcoeffs());
576 m_fields[0]->FwdTrans(m_bf[i], tmpC);
577 fieldcoeffs.push_back(tmpC);
578 }
579
580 int f = 0;
581 for (auto &x : m_forcing)
582 {
583 for (int i = 0; i < x->GetForces().size(); ++i)
584 {
585 variables.push_back("F_" + boost::lexical_cast<string>(f) + "_" +
586 m_session->GetVariable(i));
587 Array<OneD, NekDouble> tmpC(GetNcoeffs());
588 m_fields[0]->FwdTrans(x->GetForces()[i], tmpC);
589 fieldcoeffs.push_back(tmpC);
590 }
591 f++;
592 }
593}
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 475 of file AcousticSystem.cpp.

477{
478 boost::ignore_unused(SpeedSoundFactor);
479 int nElm = m_fields[0]->GetExpSize();
480
481 Array<OneD, NekDouble> stdV(nElm, 0.0);
482
483 Array<OneD, Array<OneD, NekDouble>> stdVelocity(m_spacedim);
484 Array<OneD, Array<OneD, NekDouble>> velocity(m_spacedim);
486
487 int cnt = 0;
488
489 for (int el = 0; el < nElm; ++el)
490 {
491 ptsKeys = m_fields[0]->GetExp(el)->GetPointsKeys();
492
493 // Possible bug: not multiply by jacobian??
494 const SpatialDomains::GeomFactorsSharedPtr metricInfo =
495 m_fields[0]->GetExp(el)->GetGeom()->GetMetricInfo();
496 const Array<TwoD, const NekDouble> &gmat =
497 m_fields[0]
498 ->GetExp(el)
499 ->GetGeom()
500 ->GetMetricInfo()
501 ->GetDerivFactors(ptsKeys);
502
503 int nq = m_fields[0]->GetExp(el)->GetTotPoints();
504
505 for (int i = 0; i < m_spacedim; ++i)
506 {
507 stdVelocity[i] = Array<OneD, NekDouble>(nq, 0.0);
508
509 velocity[i] = Array<OneD, NekDouble>(nq, 0.0);
510 for (int j = 0; j < nq; ++j)
511 {
512 // The total advection velocity is v+c, so we need to scale c by
513 // adding it before we do the transformation.
514 NekDouble c = sqrt(m_bf[0][cnt + j]);
515 velocity[i][j] = m_bf[i + 2][cnt + j] + c;
516 }
517 }
518
519 // scale the velocity components
520 if (metricInfo->GetGtype() == SpatialDomains::eDeformed)
521 {
522 // d xi/ dx = gmat = 1/J * d x/d xi
523 for (int i = 0; i < m_spacedim; ++i)
524 {
525 Vmath::Vmul(nq, gmat[i], 1, velocity[0], 1, stdVelocity[i], 1);
526 for (int j = 1; j < m_spacedim; ++j)
527 {
528 Vmath::Vvtvp(nq, gmat[m_spacedim * j + i], 1, velocity[j],
529 1, stdVelocity[i], 1, stdVelocity[i], 1);
530 }
531 }
532 }
533 else
534 {
535 for (int i = 0; i < m_spacedim; ++i)
536 {
537 Vmath::Smul(nq, gmat[i][0], velocity[0], 1, stdVelocity[i], 1);
538 for (int j = 1; j < m_spacedim; ++j)
539 {
540 Vmath::Svtvp(nq, gmat[m_spacedim * j + i][0], velocity[j],
541 1, stdVelocity[i], 1, stdVelocity[i], 1);
542 }
543 }
544 }
545
546 // compute the max absolute velocity of the element
547 for (int i = 0; i < nq; ++i)
548 {
549 NekDouble pntVelocity = 0.0;
550 for (int j = 0; j < m_spacedim; ++j)
551 {
552 pntVelocity += stdVelocity[j][i] * stdVelocity[j][i];
553 }
554 pntVelocity = sqrt(pntVelocity);
555
556 if (pntVelocity > stdV[el])
557 {
558 stdV[el] = pntVelocity;
559 }
560 }
561
562 cnt += nq;
563 }
564
565 return stdV;
566}
std::vector< PointsKey > PointsKeyVector
Definition: Points.h:236
std::shared_ptr< GeomFactors > GeomFactorsSharedPtr
Pointer to a GeomFactors object.
Definition: GeomFactors.h:62
@ 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.cpp:207
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.cpp:617
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.cpp:569
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.cpp:245
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(), 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 68 of file AcousticSystem.cpp.

69{
70 AdvectionSystem::v_InitObject(DeclareFields);
71
74 "Only Projection=DisContinuous supported by the AcousticSystem class.");
75
76 m_bfNames.push_back("c0sq");
77 m_bfNames.push_back("rho0");
78 m_bfNames.push_back("u0");
79 m_bfNames.push_back("v0");
80 m_bfNames.push_back("w0");
81
82 // Resize the advection velocities vector to dimension of the problem
83 m_bfNames.resize(m_spacedim + 2);
84
86 m_fields, m_fields.size());
87
88 // Do not forwards transform initial condition
89 m_homoInitialFwd = false;
90
91 // Set up locations of velocity and base velocity vectors.
92 m_vecLocs = Array<OneD, Array<OneD, NekDouble>>(1);
93 m_vecLocs[0] = Array<OneD, NekDouble>(m_spacedim);
94 for (int i = 0; i < m_spacedim; ++i)
95 {
96 // u', v', w'
97 m_vecLocs[0][i] = m_iu + i;
98 }
99
100 if (m_session->DefinesElement("Nektar/Coupling"))
101 {
102 TiXmlElement *vCoupling = m_session->GetElement("Nektar/Coupling");
103
104 ASSERTL0(vCoupling->Attribute("TYPE"),
105 "Missing TYPE attribute in Coupling");
106 string vType = vCoupling->Attribute("TYPE");
107 ASSERTL0(!vType.empty(),
108 "TYPE attribute must be non-empty in Coupling");
109
110 m_coupling = GetCouplingFactory().CreateInstance(vType, m_fields[0]);
111 }
112
114 m_whiteNoiseBC_p = 0.0;
115}
SolverUtils::CouplingSharedPtr m_coupling
NekDouble m_whiteNoiseBC_lastUpdate
virtual SOLVER_UTILS_EXPORT void v_InitObject(bool DeclareField=true) override
Init object for UnsteadySystem class.
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:120
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:44

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 173 of file AcousticSystem.cpp.

174{
175 if (m_coupling)
176 {
177 m_coupling->Finalize();
178 }
179
181}
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 127 of file AcousticSystem.cpp.

128{
129 GetFunction("Baseflow", m_fields[0], true)
130 ->Evaluate(m_bfNames, m_bf, m_time);
131
132 if (m_coupling)
133 {
134 int numForceFields = 0;
135 for (auto &x : m_forcing)
136 {
137 numForceFields += x->GetForces().size();
138 }
139 vector<string> varNames;
140 Array<OneD, Array<OneD, NekDouble>> phys(
141 m_fields.size() + m_bfNames.size() + numForceFields);
142 for (int i = 0; i < m_fields.size(); ++i)
143 {
144 varNames.push_back(m_session->GetVariable(i));
145 phys[i] = m_fields[i]->UpdatePhys();
146 }
147 for (int i = 0; i < m_bfNames.size(); ++i)
148 {
149 varNames.push_back(m_bfNames[i]);
150 phys[m_fields.size() + i] = m_bf[i];
151 }
152
153 int f = 0;
154 for (auto &x : m_forcing)
155 {
156 for (int i = 0; i < x->GetForces().size(); ++i)
157 {
158 phys[m_fields.size() + m_bfNames.size() + f + i] =
159 x->GetForces()[i];
160 varNames.push_back("F_" + boost::lexical_cast<string>(f) + "_" +
161 m_session->GetVariable(i));
162 }
163 f++;
164 }
165
166 m_coupling->Send(step, m_time, phys, varNames);
167 m_coupling->Receive(step, m_time, phys, varNames);
168 }
169
171}
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 309 of file AcousticSystem.cpp.

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

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 366 of file AcousticSystem.cpp.

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

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 74 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 72 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 73 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 75 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 76 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 130 of file AcousticSystem.h.

Referenced by WhiteNoiseBC().

◆ m_vecLocs

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

Definition at line 78 of file AcousticSystem.h.

Referenced by GetVecLocs(), and v_InitObject().

◆ m_whiteNoiseBC_lastUpdate

NekDouble Nektar::AcousticSystem::m_whiteNoiseBC_lastUpdate
private

Definition at line 131 of file AcousticSystem.h.

Referenced by v_InitObject(), and WhiteNoiseBC().

◆ m_whiteNoiseBC_p

NekDouble Nektar::AcousticSystem::m_whiteNoiseBC_p
private

Definition at line 132 of file AcousticSystem.h.

Referenced by v_InitObject(), and WhiteNoiseBC().