38#ifndef laplacianProblem_H
39#define laplacianProblem_H
90 autoPtr<volScalarField>
_T;
92 autoPtr<volScalarField>
_S;
94 autoPtr<volScalarField>
_nu;
104 void truthSolve(List<scalar> mu_now, word folder =
"./ITHACAoutput/Offline/");
Header file of the ITHACAPOD class.
Header file of the ITHACAutilities namespace.
Header file of the Modes class.
Class to implement a full order laplacian parametrized problem.
PtrList< volScalarField > nu_list
Nu (diffusivity)
List< scalar > theta
Theta (coefficients of the affine expansion)
PtrList< volScalarField > Tonline
List of snapshots for the solution.
PtrList< fvScalarMatrix > operator_list
List of operators.
autoPtr< volScalarField > _T
Temperature field.
autoPtr< volScalarField > _nu
Diffusivity.
List< Eigen::MatrixXd > A_matrices
A matrices.
autoPtr< fvMesh > _mesh
Mesh.
volScalarModes Tmodes
List of POD modes.
Eigen::MatrixXd source
Source vector.
autoPtr< volScalarField > _S
Source Term.
PtrList< volScalarField > Tfield
List of snapshots for the solution.
autoPtr< Time > _runTime
Time.
label NTmodes
Number of modes reduced problem.
A general class for the implementation of a full order parametrized problem.
void project()
General projection operation.
void truthSolve()
Perform a TruthSolve.
Header file of the reductionProblem class.