Public Member Functions | Private Attributes | List of all members
SteadyHelicalProblem< ELEMENT > Class Template Reference

Entry flow problem in tapered tube domain. More...

Inheritance diagram for SteadyHelicalProblem< ELEMENT >:

Public Member Functions

 SteadyHelicalProblem (DocInfo &doc_info, const double &min_error_target, const double &max_error_target)
 Constructor: Pass DocInfo object and target errors. More...
 
 ~SteadyHelicalProblem ()
 Destructor (empty) More...
 
void actions_before_newton_solve ()
 Update the problem specs before solve. More...
 
void actions_after_adapt ()
 After adaptation: Pin redudant pressure dofs. More...
 
void doc_solution ()
 Doc the solution. More...
 
RefineableTubeMesh< ELEMENT > * mesh_pt ()
 Overload generic access function by one that returns a pointer to the specific mesh. More...
 

Private Attributes

int Alpha
 Exponent for bluntness of velocity profile. More...
 
DocInfo Doc_info
 Doc info object. More...
 
GeomObject * Wall_pt
 Pointer to GeomObject that specifies the domain boundary. More...
 

Detailed Description

template<class ELEMENT>
class SteadyHelicalProblem< ELEMENT >

Entry flow problem in tapered tube domain.

Definition at line 102 of file helical_pipe.cc.

Constructor & Destructor Documentation

◆ SteadyHelicalProblem()

template<class ELEMENT >
SteadyHelicalProblem< ELEMENT >::SteadyHelicalProblem ( DocInfo &  doc_info,
const double &  min_error_target,
const double &  max_error_target 
)

Constructor: Pass DocInfo object and target errors.

Constructor: Pass DocInfo object and error targets.

Definition at line 155 of file helical_pipe.cc.

References Global_Physical_Variables::Delta, SteadyHelicalProblem< ELEMENT >::mesh_pt(), Global_Physical_Variables::Pitch, Global_Physical_Variables::Re, and SteadyHelicalProblem< ELEMENT >::Wall_pt.

◆ ~SteadyHelicalProblem()

template<class ELEMENT >
SteadyHelicalProblem< ELEMENT >::~SteadyHelicalProblem ( )
inline

Destructor (empty)

Definition at line 112 of file helical_pipe.cc.

Member Function Documentation

◆ actions_after_adapt()

template<class ELEMENT >
void SteadyHelicalProblem< ELEMENT >::actions_after_adapt ( )
inline

After adaptation: Pin redudant pressure dofs.

Definition at line 118 of file helical_pipe.cc.

◆ actions_before_newton_solve()

template<class ELEMENT >
void SteadyHelicalProblem< ELEMENT >::actions_before_newton_solve

Update the problem specs before solve.

Set the inflow boundary conditions.

Definition at line 272 of file helical_pipe.cc.

References Global_Physical_Variables::Delta.

◆ doc_solution()

template<class ELEMENT >
void SteadyHelicalProblem< ELEMENT >::doc_solution

Doc the solution.

Definition at line 299 of file helical_pipe.cc.

References Global_Physical_Variables::Re.

Referenced by main().

◆ mesh_pt()

template<class ELEMENT >
RefineableTubeMesh<ELEMENT>* SteadyHelicalProblem< ELEMENT >::mesh_pt ( )
inline

Overload generic access function by one that returns a pointer to the specific mesh.

Definition at line 130 of file helical_pipe.cc.

Referenced by SteadyHelicalProblem< ELEMENT >::SteadyHelicalProblem().

Member Data Documentation

◆ Alpha

template<class ELEMENT >
int SteadyHelicalProblem< ELEMENT >::Alpha
private

Exponent for bluntness of velocity profile.

Definition at line 138 of file helical_pipe.cc.

◆ Doc_info

template<class ELEMENT >
DocInfo SteadyHelicalProblem< ELEMENT >::Doc_info
private

Doc info object.

Definition at line 141 of file helical_pipe.cc.

◆ Wall_pt

template<class ELEMENT >
GeomObject* SteadyHelicalProblem< ELEMENT >::Wall_pt
private

Pointer to GeomObject that specifies the domain boundary.

Definition at line 144 of file helical_pipe.cc.

Referenced by SteadyHelicalProblem< ELEMENT >::SteadyHelicalProblem().


The documentation for this class was generated from the following file: