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

Channel flow, through a non-uniform channel, using Spines. More...

Inheritance diagram for SpikedChannelSpineFlowProblem< ELEMENT >:

Public Member Functions

 ~SpikedChannelSpineFlowProblem ()
 Destructor: Empty.
 
void actions_after_newton_solve ()
 Update the after solve (empty)
 
void actions_before_newton_solve ()
 Update the problem specs before solve. set velocity boundary conditions just to be on the safe side...
 
ChannelSpineMesh< ELEMENT > * mesh_pt ()
 Upcasted access function for the mesh.
 
 SpikedChannelSpineFlowProblem ()
 Constructor.
 
void doc_solution (DocInfo &doc_info)
 Doc the solution.
 

Private Attributes

double Ly
 Width of channel.
 

Detailed Description

template<class ELEMENT>
class SpikedChannelSpineFlowProblem< ELEMENT >

Channel flow, through a non-uniform channel, using Spines.

Definition at line 332 of file spine_channel2.cc.

Constructor & Destructor Documentation

◆ ~SpikedChannelSpineFlowProblem()

Destructor: Empty.

Definition at line 342 of file spine_channel2.cc.

◆ SpikedChannelSpineFlowProblem()

Constructor.

Constructor for SpikedChannelSpineFlow problem.

Definition at line 413 of file spine_channel2.cc.

References Global_Physical_Variables2::Re.

Member Function Documentation

◆ actions_after_newton_solve()

template<class ELEMENT >
void SpikedChannelSpineFlowProblem< ELEMENT >::actions_after_newton_solve ( )
inline

Update the after solve (empty)

Definition at line 345 of file spine_channel2.cc.

◆ actions_before_newton_solve()

template<class ELEMENT >
void SpikedChannelSpineFlowProblem< ELEMENT >::actions_before_newton_solve ( )
inline

Update the problem specs before solve. set velocity boundary conditions just to be on the safe side...

Definition at line 349 of file spine_channel2.cc.

References SpikedChannelSpineFlowProblem< ELEMENT >::Ly, and SpikedChannelSpineFlowProblem< ELEMENT >::mesh_pt().

◆ doc_solution()

template<class ELEMENT >
void SpikedChannelSpineFlowProblem< ELEMENT >::doc_solution ( DocInfo doc_info)

Doc the solution.

Definition at line 499 of file spine_channel2.cc.

◆ mesh_pt()

Upcasted access function for the mesh.

Definition at line 393 of file spine_channel2.cc.

Referenced by SpikedChannelSpineFlowProblem< ELEMENT >::actions_before_newton_solve().

Member Data Documentation

◆ Ly

Width of channel.

Definition at line 337 of file spine_channel2.cc.

Referenced by SpikedChannelSpineFlowProblem< ELEMENT >::actions_before_newton_solve().


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