MFEM v4.10.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, Vector &x, Vector &y)
 
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 812 of file nurbs_naca_cmesh.cpp.

◆ FlairBoundDist()

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

Definition at line 840 of file nurbs_naca_cmesh.cpp.

◆ GetTipXY()

void GetTipXY ( const NACA4 & foil_section,
const KnotVector & kv,
real_t tf,
Vector & x,
Vector & y )

Definition at line 681 of file nurbs_naca_cmesh.cpp.

◆ main()

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

Definition at line 118 of file nurbs_naca_cmesh.cpp.

◆ PowerStretchKnotVector()

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

Definition at line 771 of file nurbs_naca_cmesh.cpp.

◆ TanhKnotVector()

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

Definition at line 792 of file nurbs_naca_cmesh.cpp.

◆ UniformKnotVector()

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

Definition at line 752 of file nurbs_naca_cmesh.cpp.