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. More...
 
void actions_after_newton_solve ()
 Update the after solve (empty) More...
 
void actions_before_newton_solve ()
 Update the problem specs before solve. set velocity boundary conditions just to be on the safe side... More...
 
ChannelSpineMesh< ELEMENT > * mesh_pt ()
 Upcasted access function for the mesh. More...
 
 SpikedChannelSpineFlowProblem ()
 Constructor. More...
 
void doc_solution (DocInfo &doc_info)
 Doc the solution. More...
 

Private Attributes

double Ly
 Width of channel. More...
 

Detailed Description

template<class ELEMENT>
class SpikedChannelSpineFlowProblem< ELEMENT >

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

Definition at line 336 of file spine_channel2.cc.

Constructor & Destructor Documentation

◆ ~SpikedChannelSpineFlowProblem()

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

Destructor: Empty.

Definition at line 346 of file spine_channel2.cc.

◆ SpikedChannelSpineFlowProblem()

template<class ELEMENT >
SpikedChannelSpineFlowProblem< ELEMENT >::SpikedChannelSpineFlowProblem ( )

Constructor.

Constructor for SpikedChannelSpineFlow problem

Definition at line 417 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 349 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 353 of file spine_channel2.cc.

◆ doc_solution()

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

Doc the solution.

Definition at line 503 of file spine_channel2.cc.

Referenced by main().

◆ mesh_pt()

template<class ELEMENT>
ChannelSpineMesh<ELEMENT>* SpikedChannelSpineFlowProblem< ELEMENT >::mesh_pt ( )
inline

Upcasted access function for the mesh.

Definition at line 397 of file spine_channel2.cc.

Member Data Documentation

◆ Ly

template<class ELEMENT>
double SpikedChannelSpineFlowProblem< ELEMENT >::Ly
private

Width of channel.

Definition at line 341 of file spine_channel2.cc.


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