Loading...
Searching...
No Matches
newtonSteadyNSTurbSUP Struct Reference

Structure to implement a newton object for a stationary NS problem. More...

#include <ReducedSteadyNSTurb.H>

Inheritance diagram for newtonSteadyNSTurbSUP:
newton_argument< double >

Public Member Functions

 newtonSteadyNSTurbSUP ()
 
 newtonSteadyNSTurbSUP (int Nx, int Ny, SteadyNSTurb &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

SteadyNSTurbproblem
 
int Nphi_u
 
int nphiNut
 
int Nphi_p
 
int N_BC
 
Eigen::VectorXd gNut
 
scalar nu
 
Eigen::MatrixXd tauU
 
Eigen::VectorXd bc
 
std::vector< SPLINTER::RBFSpline * > SPLINES
 
- 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

Structure to implement a newton object for a stationary NS problem.

Definition at line 51 of file ReducedSteadyNSTurb.H.

Constructor & Destructor Documentation

◆ newtonSteadyNSTurbSUP() [1/2]

newtonSteadyNSTurbSUP::newtonSteadyNSTurbSUP ( )
inline

Definition at line 54 of file ReducedSteadyNSTurb.H.

◆ newtonSteadyNSTurbSUP() [2/2]

newtonSteadyNSTurbSUP::newtonSteadyNSTurbSUP ( int Nx,
int Ny,
SteadyNSTurb & problem )
inline

Definition at line 55 of file ReducedSteadyNSTurb.H.

Member Function Documentation

◆ df()

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

Definition at line 194 of file ReducedSteadyNSTurb.C.

◆ operator()()

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

Definition at line 70 of file ReducedSteadyNSTurb.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonSteadyNSTurbSUP::bc

Definition at line 76 of file ReducedSteadyNSTurb.H.

◆ gNut

Eigen::VectorXd newtonSteadyNSTurbSUP::gNut

Definition at line 73 of file ReducedSteadyNSTurb.H.

◆ N_BC

int newtonSteadyNSTurbSUP::N_BC

Definition at line 72 of file ReducedSteadyNSTurb.H.

◆ Nphi_p

int newtonSteadyNSTurbSUP::Nphi_p

Definition at line 71 of file ReducedSteadyNSTurb.H.

◆ Nphi_u

int newtonSteadyNSTurbSUP::Nphi_u

Definition at line 69 of file ReducedSteadyNSTurb.H.

◆ nphiNut

int newtonSteadyNSTurbSUP::nphiNut

Definition at line 70 of file ReducedSteadyNSTurb.H.

◆ nu

scalar newtonSteadyNSTurbSUP::nu

Definition at line 74 of file ReducedSteadyNSTurb.H.

◆ problem

SteadyNSTurb* newtonSteadyNSTurbSUP::problem

Definition at line 68 of file ReducedSteadyNSTurb.H.

◆ SPLINES

std::vector<SPLINTER::RBFSpline*> newtonSteadyNSTurbSUP::SPLINES

Definition at line 77 of file ReducedSteadyNSTurb.H.

◆ tauU

Eigen::MatrixXd newtonSteadyNSTurbSUP::tauU

Definition at line 75 of file ReducedSteadyNSTurb.H.


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