![]() |
|
#include <spines.h>
Private Attributes | |
| Vector< Data * > | Geom_data_pt |
| Data that stores the spine height. More... | |
| Vector< GeomObject * > | Geom_object_pt |
| Vector< double > | Geom_parameter |
| Vector that stores doubles that are used in the geometric updates. More... | |
Spines are used for algebraic node update operations in free-surface fluid problems: They form the back-bones along which nodes in a a free-surface mesh are located. Typically, the free surface is located at the "end" of the spine; the nodes in the interior of the mesh are located at fixed fractions along the spine. The key Data member of the Spine object is its "height" – usually an unknown in the problem – which is used by the SpineNode's node update function to update the SpineNode's position.
In more complex problems (such as the case where a fluid layer is deposited on an elastic body), the node update function can depend on additional information, such as the GeomObject representation of the elastic body, and additional Data objects wich specify the position on the GeomObject from which the Spine emanates. The Spine class therefore provides storage for pointers to GeomObjects and storage for any additional geometric Data that may be required during node update operations.
|
inline |
Default constructor: Create the Spine and initialise its height to zero.
References Geom_data_pt.
|
inline |
Constructor: Create the Spine and initialise its height to the specified value
References Geom_data_pt, and height().
Constructor: Create the Spine and initialise its height to the specified value. Store the vector of (pointers to) the additional geometric Data that is required during the node update operation for this Spine.
References geom_data_pt(), Geom_data_pt, height(), and i.
|
inline |
Constructor: Create the Spine and initialise its height to the specified value. Store the vector of (pointers to) the additional geometric Data that is required during the node update operation; also store vector of (pointers to) GeomObjects that is required during the node update operation for this Spine
References geom_data_pt(), Geom_data_pt, height(), and i.
|
inline |
Destructor: Wipe Data object that stores the Spine height. All other objects (geometric Data and geometric objects) were created outside the Spine and must be deleted there.
References Geom_data_pt.
|
inline |
Add (pointer to) geometric Data that is involved in the node update operations for this Spine
References geom_data_pt(), and Geom_data_pt.
|
inline |
Add (pointer to) geometric object that is involved in the node update operations for this Spine
References geom_object_pt(), and Geom_object_pt.
|
inline |
Add geometric parameter involved in the node update operations for this Spine
References geom_parameter(), and Geom_parameter.
Referenced by oomph::AnnularSpineMesh< ELEMENT >::AnnularSpineMesh().
Return i-th geometric Data that is involved in the node update operations for this Spine
References Geom_data_pt, and i.
Referenced by add_geom_data_pt(), oomph::SpineNode::all_geom_data_pt(), set_geom_data_pt(), and Spine().
Return i-th geometric Data that is involved in the node update operations for this Spine. Const version
References Geom_data_pt, and i.
|
inline |
Return i-th geometric object that is involved in the node update operations for this Spine
References Geom_object_pt, and i.
Referenced by add_geom_object_pt(), oomph::SpineNode::all_geom_object_pt(), No_Slip::no_slip_condition_first(), No_Slip::no_slip_condition_second(), set_geom_object_pt(), SimpleSpineMesh< ELEMENT >::spine_node_update(), oomph::ChannelSpineMesh< ELEMENT >::spine_node_update(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_channel(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_film_lower(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_film_upper(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_horizontal_transition_lower(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_horizontal_transition_upper(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_vertical_transition_lower(), and oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_vertical_transition_upper().
|
inline |
Return i-th geometric object that is involved in the node update operations for this Spine. Const version
References Geom_object_pt, and i.
Return i-th geometric parameter that is involved in the node update operations for this Spine
References Geom_parameter, and i.
Referenced by add_geom_parameter(), CombCanSpineMesh< ELEMENT, INTERFACE_ELEMENT >::build_single_layer_mesh(), CombTipSpineMesh< ELEMENT, INTERFACE_ELEMENT >::build_single_layer_mesh(), ThreeDimBethertonProblem< ELEMENT >::multiply_aspect_ratio(), No_Slip::no_slip_condition_first(), No_Slip::no_slip_condition_second(), CombCanSpineMesh< ELEMENT, INTERFACE_ELEMENT >::rotate_90(), CombTipSpineMesh< ELEMENT, INTERFACE_ELEMENT >::rotate_90_zeq1_xeq0(), CombTipSpineMesh< ELEMENT, INTERFACE_ELEMENT >::rotate_90_zeq1_yeq0(), set_geom_parameter(), oomph::AnnularSpineMesh< ELEMENT >::spine_node_update(), SimpleSpineMesh< ELEMENT >::spine_node_update(), MyCanyonMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update(), CombCanSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update(), CombTipSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update(), STSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update(), MyTipMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update(), oomph::ChannelSpineMesh< ELEMENT >::spine_node_update(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_channel(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_film_lower(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_film_upper(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_horizontal_transition_lower(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_horizontal_transition_upper(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_vertical_transition_lower(), and oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::spine_node_update_vertical_transition_upper().
Return i-th geometric parameter that is involved in the node update operations for this Spine. Const version
References Geom_parameter, and i.
|
inline |
Access function to spine height.
References Geom_data_pt.
Referenced by oomph::ChannelSpineMesh< ELEMENT >::build_channel_spine_mesh(), MeltSpinningProblem< ELEMENT >::deform_free_surface(), AxisymFreeSurfaceNozzleAdvDiffRobinProblem< ELEMENT >::deform_free_surface(), InterfaceProblem< ELEMENT, TIMESTEPPER >::deform_free_surface(), oomph::SpineNode::h(), oomph::BrethertonSpineMesh< ELEMENT, SpineLineFluidInterfaceElement< ELEMENT > >::initial_element_reorder(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::reposition_spines(), Spine(), SimpleSpineMesh< ELEMENT >::spine_node_update(), oomph::TwoLayerPerturbedSpineMesh< ELEMENT >::spine_node_update_lower(), oomph::TwoLayerPerturbedSpineMesh< ELEMENT >::spine_node_update_upper(), and ThreeDimBethertonProblem< ELEMENT >::ThreeDimBethertonProblem().
|
inline |
Number of geometric Data that is involved in the node update operations for this Spine
References Geom_data_pt.
Referenced by oomph::SpineNode::ngeom_data().
|
inline |
Number of geometric objects that is involved in the node update operations for this Spine
References Geom_object_pt.
Referenced by oomph::SpineNode::ngeom_object().
|
inline |
Number of geometric parameters that are involved in the node update operations for this Spine
References Geom_parameter.
Referenced by oomph::AnnularSpineMesh< ELEMENT >::AnnularSpineMesh().
Set vector of (pointers to) geometric Data that is involved in the node update operations for this Spine. Wipes any previously existing geometric Data.
References geom_data_pt(), Geom_data_pt, and i.
|
inline |
Set vector of (pointers to) geometric objects that is involved in the node update operations for this Spine
References geom_object_pt(), Geom_object_pt, and i.
Referenced by oomph::ChannelSpineMesh< ELEMENT >::build_channel_spine_mesh(), oomph::BrethertonSpineMesh< ELEMENT, SpineLineFluidInterfaceElement< ELEMENT > >::initial_element_reorder(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::reposition_spines(), and SimpleSpineMesh< ELEMENT >::SimpleSpineMesh().
Set vector of geometric parameters that are involved in the node update operations for this Spine. Wipes any previously existing geometric parameters
References geom_parameter(), and Geom_parameter.
Referenced by oomph::ChannelSpineMesh< ELEMENT >::build_channel_spine_mesh(), MyCanyonMesh< ELEMENT, INTERFACE_ELEMENT >::build_single_layer_mesh(), MyTipMesh< ELEMENT, INTERFACE_ELEMENT >::build_single_layer_mesh(), oomph::BrethertonSpineMesh< ELEMENT, SpineLineFluidInterfaceElement< ELEMENT > >::initial_element_reorder(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::reposition_spines(), and SimpleSpineMesh< ELEMENT >::SimpleSpineMesh().
|
inline |
Access function to Data object that stores the spine height.
References Geom_data_pt.
Referenced by oomph::ChannelSpineMesh< ELEMENT >::build_channel_spine_mesh(), oomph::SpineElement< ELEMENT >::complete_setup_of_dependencies(), oomph::SpineMesh::dump(), oomph::Hijacked< ELEMENT >::hijack_nodal_spine_value(), oomph::BrethertonSpineMesh< ELEMENT, INTERFACE_ELEMENT >::pin_all_spines(), and oomph::SpineMesh::read().
|
inline |
Access function to Data object that stores the spine height (const version)
References Geom_data_pt.
|
inline |
Return the vector of all geometric objects that affect this spine
References Geom_object_pt.
Data that stores the spine height.
Vector that stores the pointers to additional geometric Data
Referenced by add_geom_data_pt(), geom_data_pt(), height(), ngeom_data(), set_geom_data_pt(), Spine(), spine_height_pt(), vector_geom_data_pt(), and ~Spine().
|
private |
Vector that stores the pointers to geometric objects that is involved in the node update operation
Referenced by add_geom_object_pt(), geom_object_pt(), ngeom_object(), set_geom_object_pt(), and vector_geom_object_pt().
Vector that stores doubles that are used in the geometric updates.
Referenced by add_geom_parameter(), geom_parameter(), ngeom_parameter(), and set_geom_parameter().