83 m_session->MatchSolverInfo(
"DIFFUSIONADVANCEMENT",
"Explicit",
85 m_session->MatchSolverInfo(
"ADVECTIONADVANCEMENT",
"Explicit",
87 m_session->MatchSolverInfo(
"REACTIONADVANCEMENT",
"Explicit",
91 if (
m_session->DefinesSolverInfo(
"TIMEINTEGRATIONMETHOD"))
95 "TIMEINTEGRATIONMETHOD"));
103 boost::lexical_cast<std::string>(
m_time);
110 LibUtilities::FilterMap::const_iterator x;
112 for (x = f.begin(); x != f.end(); ++x)
140 TimeStability = 2.784;
162 "No CFL control implementation for this time"
163 "integration scheme");
166 return TimeStability;
179 int nfields =
m_fields.num_elements();
183 for (i = 0; i < nfields; ++i)
187 nvariables = nfields;
197 for(i = 0; i < nfields; ++i)
211 for(i = 0; i < nvariables; ++i)
233 "Final condition not unique: "
234 "fintime > 0.0 and Nsteps > 0");
238 "Timestep not unique: timestep > 0.0 & CFL > 0.0");
245 "Only one of IO_CheckTime and IO_CheckSteps "
249 bool doCheckTime =
false;
295 if (
m_session->GetComm()->GetRank() == 0 &&
298 cout <<
"Steps: " << setw(8) << left << step+1 <<
" "
299 <<
"Time: " << setw(12) << left <<
m_time;
303 cout <<
" Time-step: " << setw(12)
308 ss << cpuTime <<
"s";
309 cout <<
" CPU Time: " << setw(8) << left
315 for (i = 0; i < nvariables; ++i)
331 bool nanFound =
false;
332 for (i = 0; i < nvariables; ++i)
334 if (
Vmath::Nnan(fields[i].num_elements(), fields[i], 1) > 0)
336 cout <<
"NaN found in variable \""
338 <<
"\", terminating" << endl;
361 vector<bool> transformed(nfields,
false);
362 for(i = 0; i < nfields; i++)
370 transformed[i] =
true;
374 for(i = 0; i < nfields; i++)
398 if (
m_session->GetComm()->GetRank() == 0)
406 if (
m_session->GetSolverInfo(
"Driver") !=
"SteadyState")
408 cout <<
"Time-integration : " << intTime <<
"s" << endl;
415 for(i = 0; i < nfields; i++)
428 for(i = 0; i < nvariables; ++i)
468 if(
m_session->DefinesSolverInfo(
"AdvectionType"))
471 m_session->GetSolverInfo(
"AdvectionType"));
478 ==
"SteadyAdvectionDiffusionReaction")
507 outfile.open(
"solution1D.txt");
510 outfile << scientific << setw (17) << setprecision(16) << x[i]
511 <<
" " << solution1D[0][i] << endl;
513 outfile << endl << endl;
522 "This function is not implemented for this equation.");
531 "This function is not implemented for this equation.");
540 int nvariables =
m_fields.num_elements();
541 int nqvar = uflux.num_elements();
552 for (j = 0; j < nqvar; ++j)
554 for (i = 0; i < nvariables ; ++i)
557 m_fields[i]->GetFwdBwdTracePhys(ufield[i], Fwd, Bwd);
579 if(
m_fields[0]->GetBndCondExpansions().num_elements())
610 int nvariables =
m_fields.num_elements();
611 int nqvar = qfield.num_elements();
626 for (
int i = 0; i < nvariables; ++i)
629 for (
int j = 0; j < nqvar; ++j)
632 m_fields[i]->GetFwdBwdTracePhys(qfield[j][i],qFwd,qBwd);
656 m_fields[i]->GetFwdBwdTracePhys(ufield[i], Fwd, Bwd);
663 -1.0 * C11, uterm, 1,
673 if (
m_fields[0]->GetBndCondExpansions().num_elements())
694 if (
m_session->DefinesFunction(
"InitialConditions"))
696 for (
int i = 0; i <
m_fields.num_elements(); ++i)
701 "InitialConditions",
m_session->GetVariable(i));
707 "InitialConditions",
m_session->GetVariable(i));
709 fs::path pfilename(filename);
712 if(fs::is_directory(pfilename))
714 fs::path metafile(
"Info.xml");
715 fs::path fullpath = pfilename / metafile;
746 int i, e, npoints, id1, id2;
749 int nbnd =
m_fields[var]->GetBndCondExpansions().num_elements();
756 m_fields[var]->ExtractTracePhys(physfield, uplus);
757 for (i = 0; i < nbnd; ++i)
761 GetBndCondExpansions()[i]->GetExpSize();
765 m_session->GetFunction(
"InitialConditions", 0);
768 GetBndCondExpansions()[i]->GetNpoints();
775 m_fields[var]->GetBndCondExpansions()[i]->GetCoords(x0,x1,x2);
776 ifunc->Evaluate(x0,x1,x2,time,BDphysics);
779 for (e = 0; e < numBDEdge ; ++e)
783 GetBndCondExpansions()[i]->GetExp(e)->GetNumPoints(0);
786 GetBndCondExpansions()[i]->GetPhys_Offset(e);
790 GetBndCondTraceToGlobalTraceMap(cnt++));
793 if (
m_fields[var]->GetBndConditions()[i]->
798 &penaltyflux[id2], 1);
801 else if ((
m_fields[var]->GetBndConditions()[i])->
806 &penaltyflux[id2], 1);
825 int i, e, npoints, id1, id2;
826 int nbnd =
m_fields[var]->GetBndCondExpansions().num_elements();
833 m_fields[var]->ExtractTracePhys(physfield,qtemp);
835 for (i = 0; i < nbnd; ++i)
838 GetBndCondExpansions()[i]->GetExpSize();
842 m_session->GetFunction(
"InitialConditions", 0);
845 GetBndCondExpansions()[i]->GetNpoints();
852 m_fields[var]->GetBndCondExpansions()[i]->GetCoords(x0,x1,x2);
853 ifunc->Evaluate(x0,x1,x2,time,BDphysics);
856 for (e = 0; e < numBDEdge ; ++e)
859 GetBndCondExpansions()[i]->GetExp(e)->GetNumPoints(0);
862 GetBndCondExpansions()[i]->GetPhys_Offset(e);
866 GetBndCondTraceToGlobalTraceMap(cnt++));
870 if(
m_fields[var]->GetBndConditions()[i]->
876 &penaltyflux[id2], 1);
879 else if((
m_fields[var]->GetBndConditions()[i])->
885 &penaltyflux[id2], 1);
914 ASSERTL0(
false,
"Not defined for this class");
937 int phystot =
m_fields[0]->GetTotPoints();
938 int nvel = vel.num_elements();
944 for(
int n = 1; n < nvel; ++n)
946 Vmath::Vvtvp(phystot,vel[n],1,vel[n],1,varcoeff,1,varcoeff,1);
950 for(
int i = 0; i <
m_fields[0]->GetNumElmts(); ++i)
952 int offset =
m_fields[0]->GetPhys_Offset(i);
953 int nq =
m_fields[0]->GetExp(i)->GetTotPoints();
958 for(
int n = 0; n <
m_fields[0]->GetExp(i)->GetNumBases(); ++n)
961 m_fields[0]->GetExp(i)->GetBasisNumModes(n));
967 Vmath::Smul(nq,h,varcoeff+offset,1,tmp = varcoeff+offset,1);
virtual SOLVER_UTILS_EXPORT bool v_SteadyStateCheck(int step)
virtual SOLVER_UTILS_EXPORT void v_DoSolve()
Solves an unsteady problem.
virtual SOLVER_UTILS_EXPORT void v_GenerateSummary(SummaryList &l)
Virtual function for generating summary information.
#define ASSERTL0(condition, msg)
bool m_explicitReaction
Indicates if explicit or implicit treatment of reaction is used.
virtual SOLVER_UTILS_EXPORT void v_NumFluxforVector(const Array< OneD, Array< OneD, NekDouble > > &ufield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &qfield, Array< OneD, Array< OneD, NekDouble > > &qflux)
SOLVER_UTILS_EXPORT void CheckForRestartTime(NekDouble &time)
virtual SOLVER_UTILS_EXPORT bool v_PreIntegrate(int step)
A base class for describing how to solve specific equations.
bool m_homoInitialFwd
Flag to determine if simulation should start in homogeneous forward transformed state.
Adams-Bashforth Forward multi-step scheme of order 2.
NekDouble m_time
Current time of simulation.
bool m_explicitDiffusion
Indicates if explicit or implicit treatment of diffusion is used.
void Vsqrt(int n, const T *x, const int incx, T *y, const int incy)
sqrt y = sqrt(x)
Runge-Kutta multi-stage scheme 4th order explicit (old name)
LibUtilities::TimeIntegrationSchemeOperators m_ode
The time integration scheme operators to use.
NekDouble m_timestep
Time step size.
std::vector< std::pair< std::string, std::string > > SummaryList
void WeakPenaltyforVector(const int var, const int dir, const Array< OneD, const NekDouble > &physfield, Array< OneD, NekDouble > &penaltyflux, NekDouble C11, NekDouble time=0.0)
Classical RungeKutta4 method (new name for eClassicalRungeKutta4)
SOLVER_UTILS_EXPORT void Checkpoint_Output(const int n)
Write checkpoint file of m_fields.
virtual SOLVER_UTILS_EXPORT void v_AppendOutput1D(Array< OneD, Array< OneD, NekDouble > > &solution1D)
Print the solution at each solution point in a txt file.
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
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.
NekDouble m_checktime
Time between checkpoints.
const char *const TimeIntegrationMethodMap[]
SOLVER_UTILS_EXPORT NekDouble MaxTimeStepEstimator()
Get the maximum timestep estimator for cfl control.
Nonlinear SSP RungeKutta3 explicit.
int m_nchk
Number of checkpoints written so far.
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
int m_checksteps
Number of steps between checkpoints.
NekDouble m_fintime
Finish time of the simulation.
virtual SOLVER_UTILS_EXPORT void v_InitObject()
Initialisation object for EquationSystem.
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 t...
int m_steps
Number of steps to take.
Array< OneD, Array< OneD, NekDouble > > m_traceNormals
Array holding trace normals for DG simulations in the forwards direction.
virtual SOLVER_UTILS_EXPORT void v_GenerateSummary(SummaryList &s)
Print a summary of time stepping parameters.
Classical RungeKutta2 method (new name for eMidpoint)
static const NekDouble kNekZeroTol
void Smul(int n, const T alpha, const T *x, const int incx, T *y, const int incy)
Scalar multiply y = alpha*y.
bool m_explicitAdvection
Indicates if explicit or implicit treatment of advection is used.
virtual SOLVER_UTILS_EXPORT ~UnsteadySystem()
Destructor.
virtual SOLVER_UTILS_EXPORT bool v_PostIntegrate(int step)
Adams-Bashforth Forward multi-step scheme of order 1.
std::map< StdRegions::VarCoeffType, Array< OneD, NekDouble > > VarCoeffMap
void AddSummaryItem(SummaryList &l, const std::string &name, const std::string &value)
Adds a summary item to the summary info list.
int Nnan(int n, const T *x, const int incx)
Return number of NaN elements of x.
std::vector< std::pair< std::string, FilterParams > > FilterMap
Nonlinear SSP RungeKutta2 explicit (surrogate for eRungeKutta2_ImprovedEuler)
Improved RungeKutta2 explicit (old name meaning Heun's method)
int m_spacedim
Spatial dimension (>= expansion dim).
LibUtilities::FieldMetaDataMap m_fieldMetaDataMap
Map to identify relevant solver info to dump in output fields.
std::string PortablePath(const boost::filesystem::path &path)
create portable path on different platforms for boost::filesystem path
TimeIntegrationWrapperFactory & GetTimeIntegrationWrapperFactory()
virtual SOLVER_UTILS_EXPORT void v_InitObject()
Init object for UnsteadySystem class.
SOLVER_UTILS_EXPORT NekDouble GetTimeStep()
NekDouble m_cflSafetyFactor
CFL safety factor (comprise between 0 to 1).
virtual SOLVER_UTILS_EXPORT void v_NumFluxforScalar(const Array< OneD, Array< OneD, NekDouble > > &ufield, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &uflux)
boost::shared_ptr< Equation > EquationSharedPtr
SOLVER_UTILS_EXPORT UnsteadySystem(const LibUtilities::SessionReaderSharedPtr &pSession)
Initialises UnsteadySystem class members.
SOLVER_UTILS_EXPORT void SetBoundaryConditions(NekDouble time)
Evaluates the boundary conditions at the given time.
void Vsub(int n, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Subtract vector z = x-y.
virtual SOLVER_UTILS_EXPORT void v_NumericalFlux(Array< OneD, Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, NekDouble > > &numflux)
SOLVER_UTILS_EXPORT int GetPhys_Offset(int n)
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs typedef NekMatrix< LhsDataType, StandardMatrixTag >::iterator iterator
SOLVER_UTILS_EXPORT int GetNpoints()
Array< OneD, MultiRegions::ExpListSharedPtr > m_fields
Array holding all dependent variables.
LibUtilities::SessionReaderSharedPtr m_session
The session reader.
SOLVER_UTILS_EXPORT int GetTraceNpoints()
LibUtilities::TimeIntegrationWrapperSharedPtr m_intScheme
Wrapper to the time integration scheme.
LibUtilities::FieldIOSharedPtr m_fld
Field input/output.
int m_initialStep
Number of the step where the simulation should begin.
FilterFactory & GetFilterFactory()
std::vector< FilterSharedPtr > m_filters
int m_infosteps
Number of time steps between outputting status information.
SOLVER_UTILS_EXPORT void SetInitialConditions(NekDouble initialtime=0.0, bool dumpInitialConditions=true, const int domain=0)
Initialise the data in the dependent fields.
void WeakPenaltyforScalar(const int var, const Array< OneD, const NekDouble > &physfield, Array< OneD, NekDouble > &penaltyflux, NekDouble time=0.0)
midpoint method (old name)
NekDouble TimePerTest(unsigned int n)
Returns amount of seconds per iteration in a test with n iterations.
void Vcopy(int n, const T *x, const int incx, T *y, const int incy)
static FieldMetaDataMap NullFieldMetaDataMap
LibUtilities::TimeIntegrationSolutionSharedPtr m_intSoln
virtual SOLVER_UTILS_EXPORT void v_DoInitialise()
Sets up initial conditions.
enum HomogeneousType m_HomogeneousType
void Vadd(int n, const T *x, const int incx, const T *y, const int incy, T *z, const int incz)
Add vector z = x+y.
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.
std::vector< int > m_intVariables