//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
Public Member Functions | |
ChannelSpineFlowProblem () | |
Constructor. More... | |
~ChannelSpineFlowProblem () | |
Destructor: (empty) More... | |
void | actions_before_newton_solve () |
Update the problem specs before solve. Update the nodal positions. More... | |
void | actions_after_newton_solve () |
Update the after solve (empty) More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
SimpleSpineMesh< ELEMENT > * | mesh_pt () |
Overload access to mesh. More... | |
ChannelSpineFlowProblem () | |
Constructor. More... | |
~ChannelSpineFlowProblem () | |
Destructor: (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... | |
void | actions_after_newton_solve () |
Update the after solve (empty) More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
Private Attributes | |
double | Ly |
Width of channel. More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Channel flow through a non-uniform channel whose geometry is defined by a spine mesh.
//////////////////////////////////////////////////////////////////// Geometric object representing a sinusoidal wall, parametrised by
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// Channel flow through a non-uniform channel whose geometry is defined by a spine mesh.
Definition at line 458 of file simple_spine_channel.cc.
ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem |
Constructor.
Constructor for ChannelSpineFlow problem.
Definition at line 505 of file simple_spine_channel.cc.
References Global_Physical_Variables::H, Global_Physical_Variables::height(), Global_Physical_Variables::L_total, and Global_Physical_Variables::Re.
|
inline |
Destructor: (empty)
Definition at line 467 of file simple_spine_channel.cc.
ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem | ( | ) |
Constructor.
|
inline |
Destructor: (empty)
Definition at line 322 of file spine_channel.cc.
|
inline |
Update the after solve (empty)
Definition at line 479 of file simple_spine_channel.cc.
|
inline |
Update the after solve (empty)
Definition at line 335 of file spine_channel.cc.
|
inline |
Update the problem specs before solve. Update the nodal positions.
Definition at line 471 of file simple_spine_channel.cc.
References ChannelSpineFlowProblem< ELEMENT >::mesh_pt().
|
inline |
Update the problem specs before solve. Set velocity boundary conditions just to be on the safe side...
Definition at line 326 of file spine_channel.cc.
void ChannelSpineFlowProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
void ChannelSpineFlowProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
|
inline |
Overload access to mesh.
Definition at line 485 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::actions_before_newton_solve().
|
private |
Width of channel.
Definition at line 494 of file simple_spine_channel.cc.