MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
nurbs_naca_cmesh.cpp File Reference

Go to the source code of this file.

Functions

void GetTipXY (const NACA4 &foil_section, const KnotVector &kv, real_t tf, Array< Vector * > &xy)
 
unique_ptr< KnotVectorUniformKnotVector (int order, int ncp)
 
unique_ptr< KnotVectorPowerStretchKnotVector (int order, int ncp, real_t s=0.0)
 
unique_ptr< KnotVectorTanhKnotVector (int order, int ncp, real_t c)
 
unique_ptr< KnotVectorDoubleTanhKnotVector (int order, int ncp, real_t c)
 
real_t FlairBoundDist (real_t flair, real_t bd, real_t x)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ DoubleTanhKnotVector()

unique_ptr< KnotVector > DoubleTanhKnotVector ( int order,
int ncp,
real_t c )

Definition at line 788 of file nurbs_naca_cmesh.cpp.

◆ FlairBoundDist()

real_t FlairBoundDist ( real_t flair,
real_t bd,
real_t x )

Definition at line 816 of file nurbs_naca_cmesh.cpp.

◆ GetTipXY()

void GetTipXY ( const NACA4 & foil_section,
const KnotVector & kv,
real_t tf,
Array< Vector * > & xy )

Definition at line 660 of file nurbs_naca_cmesh.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 119 of file nurbs_naca_cmesh.cpp.

◆ PowerStretchKnotVector()

unique_ptr< KnotVector > PowerStretchKnotVector ( int order,
int ncp,
real_t s = 0.0 )

Definition at line 747 of file nurbs_naca_cmesh.cpp.

◆ TanhKnotVector()

unique_ptr< KnotVector > TanhKnotVector ( int order,
int ncp,
real_t c )

Definition at line 768 of file nurbs_naca_cmesh.cpp.

◆ UniformKnotVector()

unique_ptr< KnotVector > UniformKnotVector ( int order,
int ncp )

Definition at line 728 of file nurbs_naca_cmesh.cpp.