Inherit from the standard Horizontal single-layer SpineMesh and modify the spine_node_update() function so that it is appropriate for an annular film, rather than a fluid fibre. More...
Public Member Functions | |
MyHorizontalSingleLayerSpineMesh (const unsigned &nx, const unsigned &ny, const double &lx, const double &ly, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass number of elements in x-direction, number of elements in y-direction, radial extent, axial length , and pointer to timestepper (defaults to Steady timestepper) More... | |
virtual void | spine_node_update (SpineNode *spine_node_pt) |
Node update function assumed spines rooted at the wall fixed to be at r=1 and directed inwards to r=0. More... | |
Inherit from the standard Horizontal single-layer SpineMesh and modify the spine_node_update() function so that it is appropriate for an annular film, rather than a fluid fibre.
Definition at line 709 of file rayleigh_instability_insoluble_surfactant.cc.
|
inline |
Constructor: Pass number of elements in x-direction, number of elements in y-direction, radial extent, axial length , and pointer to timestepper (defaults to Steady timestepper)
Definition at line 718 of file rayleigh_instability_insoluble_surfactant.cc.
|
inlinevirtual |
Node update function assumed spines rooted at the wall fixed to be at r=1 and directed inwards to r=0.
Definition at line 728 of file rayleigh_instability_insoluble_surfactant.cc.