37#ifndef ReducedUnsteadyNSExplicit_H
38#define ReducedUnsteadyNSExplicit_H
47#include <unsupported/Eigen/NonLinearOptimization>
48#include <unsupported/Eigen/NumericalDiff>
94 fileName folder =
"./online_rec");
Header file of the reducedSteadyNS class.
Header file of the reducedUnsteadyNS class.
Header file of the UnsteadyNSExplicit class.
Class where it is implemented a reduced problem for the unsteady Navier-stokes problem.
void reconstruct(bool exportFields=false, fileName folder="./online_rec")
Method to reconstruct the solutions from an online solve with a supremizer stabilisation technique.
ReducedUnsteadyNSExplicit()
Construct Null.
~ReducedUnsteadyNSExplicit()
UnsteadyNSExplicit * problem
Pointer to the FOM problem.
Implementation of a parametrized full order unsteady NS problem and preparation of the the reduced ...
virtual void solveOnline()
Virtual Method to perform and online Solve.
Eigen::MatrixXd vel_now
Online inlet velocity vector.
Class where it is implemented a reduced problem for the unsteady Navier-stokes problem.
Header file of the unsteadyNS class.