Loading...
Searching...
No Matches
newtonSteadyNSTurbIntrusive Struct Reference

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

#include <ReducedSteadyNSTurbIntrusive.H>

Inheritance diagram for newtonSteadyNSTurbIntrusive:
newton_argument< double >

Public Member Functions

 newtonSteadyNSTurbIntrusive ()
 
 newtonSteadyNSTurbIntrusive (int Nx, int Ny, SteadyNSTurbIntrusive &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

SteadyNSTurbIntrusiveproblem
 
int Nphi_u
 
int N_BC
 
scalar nu
 
Eigen::MatrixXd tauU
 
Eigen::VectorXd bc
 
- 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 ReducedSteadyNSTurbIntrusive.H.

Constructor & Destructor Documentation

◆ newtonSteadyNSTurbIntrusive() [1/2]

newtonSteadyNSTurbIntrusive::newtonSteadyNSTurbIntrusive ( )
inline

Definition at line 54 of file ReducedSteadyNSTurbIntrusive.H.

◆ newtonSteadyNSTurbIntrusive() [2/2]

newtonSteadyNSTurbIntrusive::newtonSteadyNSTurbIntrusive ( int Nx,
int Ny,
SteadyNSTurbIntrusive & problem )
inline

Definition at line 55 of file ReducedSteadyNSTurbIntrusive.H.

Member Function Documentation

◆ df()

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

Definition at line 104 of file ReducedSteadyNSTurbIntrusive.C.

◆ operator()()

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

Definition at line 57 of file ReducedSteadyNSTurbIntrusive.C.

Member Data Documentation

◆ bc

Eigen::VectorXd newtonSteadyNSTurbIntrusive::bc

Definition at line 70 of file ReducedSteadyNSTurbIntrusive.H.

◆ N_BC

int newtonSteadyNSTurbIntrusive::N_BC

Definition at line 67 of file ReducedSteadyNSTurbIntrusive.H.

◆ Nphi_u

int newtonSteadyNSTurbIntrusive::Nphi_u

Definition at line 66 of file ReducedSteadyNSTurbIntrusive.H.

◆ nu

scalar newtonSteadyNSTurbIntrusive::nu

Definition at line 68 of file ReducedSteadyNSTurbIntrusive.H.

◆ problem

SteadyNSTurbIntrusive* newtonSteadyNSTurbIntrusive::problem

Definition at line 65 of file ReducedSteadyNSTurbIntrusive.H.

◆ tauU

Eigen::MatrixXd newtonSteadyNSTurbIntrusive::tauU

Definition at line 69 of file ReducedSteadyNSTurbIntrusive.H.


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