Channel flow, through a non-uniform channel, using Spines. More...
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... | |
Channel flow, through a non-uniform channel, using Spines.
Definition at line 336 of file spine_channel2.cc.
|
inline |
Destructor: Empty.
Definition at line 346 of file spine_channel2.cc.
SpikedChannelSpineFlowProblem< ELEMENT >::SpikedChannelSpineFlowProblem | ( | ) |
Constructor.
Constructor for SpikedChannelSpineFlow problem
Definition at line 417 of file spine_channel2.cc.
References Global_Physical_Variables2::Re.
|
inline |
Update the after solve (empty)
Definition at line 349 of file spine_channel2.cc.
|
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.
void SpikedChannelSpineFlowProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
|
inline |
Upcasted access function for the mesh.
Definition at line 397 of file spine_channel2.cc.
|
private |
Width of channel.
Definition at line 341 of file spine_channel2.cc.