Loading...
Searching...
No Matches
newton_unsteadyNS_PPE Struct Reference

Newton object for the resolution of the reduced problem using a PPE approach. More...

#include <ReducedUnsteadyNS.H>

Inheritance diagram for newton_unsteadyNS_PPE:
newton_argument< double >

Public Member Functions

 newton_unsteadyNS_PPE ()
 
 newton_unsteadyNS_PPE (int Nx, int Ny, unsteadyNS &problem)
 
int operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const
 
int df (const Eigen::VectorXd &x, Eigen::MatrixXd &fjac) const
 
- Public Member Functions inherited from newton_argument< double >
 newton_argument ()
 Constructor.
 
 newton_argument (int inputs, int values)
 Constructor.
 
int operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const
 Operator to compute the residual vector.
 
int df (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const
 Operator to compute the jacobian matrix.
 
int inputs () const
 Return the inputs.
 
int values () const
 Return the values.
 

Public Attributes

unsteadyNSproblem
 
int Nphi_u
 
int Nphi_p
 
int N_BC
 
scalar nu
 
scalar dt
 
Eigen::VectorXd y_old
 
Eigen::VectorXd yOldOld
 
Eigen::VectorXd BC
 
Eigen::MatrixXd tauU
 
- Public Attributes inherited from newton_argument< double >
int m_inputs
 
int m_values
 

Additional Inherited Members

- Public Types inherited from newton_argument< double >
enum  
 
typedef double Scalar
 
typedef Eigen::Matrix< Scalar, InputsAtCompileTime, 1 > InputType
 
typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, 1 > ValueType
 
typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTimeJacobianType
 

Detailed Description

Newton object for the resolution of the reduced problem using a PPE approach.

Definition at line 78 of file ReducedUnsteadyNS.H.

Constructor & Destructor Documentation

◆ newton_unsteadyNS_PPE() [1/2]

newton_unsteadyNS_PPE::newton_unsteadyNS_PPE ( )
inline

Definition at line 81 of file ReducedUnsteadyNS.H.

◆ newton_unsteadyNS_PPE() [2/2]

newton_unsteadyNS_PPE::newton_unsteadyNS_PPE ( int Nx,
int Ny,
unsteadyNS & problem )
inline

Definition at line 82 of file ReducedUnsteadyNS.H.

Member Function Documentation

◆ df()

int newton_unsteadyNS_PPE::df ( const Eigen::VectorXd & x,
Eigen::MatrixXd & fjac ) const

Definition at line 261 of file ReducedUnsteadyNS.C.

◆ operator()()

int newton_unsteadyNS_PPE::operator() ( const Eigen::VectorXd & x,
Eigen::VectorXd & fvec ) const

Definition at line 172 of file ReducedUnsteadyNS.C.

Member Data Documentation

◆ BC

Eigen::VectorXd newton_unsteadyNS_PPE::BC

Definition at line 101 of file ReducedUnsteadyNS.H.

◆ dt

scalar newton_unsteadyNS_PPE::dt

Definition at line 98 of file ReducedUnsteadyNS.H.

◆ N_BC

int newton_unsteadyNS_PPE::N_BC

Definition at line 96 of file ReducedUnsteadyNS.H.

◆ Nphi_p

int newton_unsteadyNS_PPE::Nphi_p

Definition at line 95 of file ReducedUnsteadyNS.H.

◆ Nphi_u

int newton_unsteadyNS_PPE::Nphi_u

Definition at line 94 of file ReducedUnsteadyNS.H.

◆ nu

scalar newton_unsteadyNS_PPE::nu

Definition at line 97 of file ReducedUnsteadyNS.H.

◆ problem

unsteadyNS* newton_unsteadyNS_PPE::problem

Definition at line 93 of file ReducedUnsteadyNS.H.

◆ tauU

Eigen::MatrixXd newton_unsteadyNS_PPE::tauU

Definition at line 102 of file ReducedUnsteadyNS.H.

◆ y_old

Eigen::VectorXd newton_unsteadyNS_PPE::y_old

Definition at line 99 of file ReducedUnsteadyNS.H.

◆ yOldOld

Eigen::VectorXd newton_unsteadyNS_PPE::yOldOld

Definition at line 100 of file ReducedUnsteadyNS.H.


The documentation for this struct was generated from the following files: