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.
Definition at line 462 of file simple_spine_channel.cc.
ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem | ( | ) |
Constructor.
Constructor for ChannelSpineFlow problem.
Definition at line 509 of file simple_spine_channel.cc.
References Global_Physical_Variables::H, Global_Physical_Variables::height(), SimpleSpineMesh< ELEMENT >::height_fct_pt(), Global_Physical_Variables::L_total, and Global_Physical_Variables::Re.
Referenced by ChannelSpineFlowProblem< ELEMENT >::actions_after_newton_solve().
|
inline |
Destructor: (empty)
Definition at line 471 of file simple_spine_channel.cc.
ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem | ( | ) |
Constructor.
|
inline |
Destructor: (empty)
Definition at line 326 of file spine_channel.cc.
|
inline |
Update the after solve (empty)
Definition at line 339 of file spine_channel.cc.
References ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem(), ChannelSpineFlowProblem< ELEMENT >::doc_solution(), and Global_Physical_Variables::Re.
|
inline |
Update the after solve (empty)
Definition at line 483 of file simple_spine_channel.cc.
|
inline |
Update the problem specs before solve. Set velocity boundary conditions just to be on the safe side...
Definition at line 330 of file spine_channel.cc.
|
inline |
Update the problem specs before solve. Update the nodal positions.
Definition at line 475 of file simple_spine_channel.cc.
void ChannelSpineFlowProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
void ChannelSpineFlowProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 635 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::actions_after_newton_solve(), and main().
|
inline |
Overload access to mesh.
Definition at line 489 of file simple_spine_channel.cc.
|
private |
Width of channel.
Definition at line 498 of file simple_spine_channel.cc.