#include <GAS_SurfaceTension.h>

Public Member Functions | |
| GET_DATA_FUNC_S (GAS_NAME_VELOCITY, VelocityName) | |
| GET_DATA_FUNC_S (GAS_NAME_SURFACE, SurfaceName) | |
| GETSET_DATA_FUNCS_F ("surfacetension", SurfaceTension) | |
| GET_DATA_FUNC_B (GAS_NAME_USETIMESTEP, UseTimeStep) | |
| GET_DATA_FUNC_F (GAS_NAME_TIMESCALE, TimeScale) | |
Protected Member Functions | |
| GAS_SurfaceTension (const SIM_DataFactory *factory) | |
| virtual | ~GAS_SurfaceTension () |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
| void | addSurfaceTension (SIM_VectorField *velocity, SIM_ScalarField *surface, fpreal timestep) |
Definition at line 30 of file GAS_SurfaceTension.h.
| GAS_SurfaceTension::GAS_SurfaceTension | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_SurfaceTension::~GAS_SurfaceTension | ( | ) | [protected, virtual] |
| void GAS_SurfaceTension::addSurfaceTension | ( | SIM_VectorField * | velocity, | |
| SIM_ScalarField * | surface, | |||
| fpreal | timestep | |||
| ) | [protected] |
| GAS_SurfaceTension::GET_DATA_FUNC_B | ( | GAS_NAME_USETIMESTEP | , | |
| UseTimeStep | ||||
| ) |
| GAS_SurfaceTension::GET_DATA_FUNC_F | ( | GAS_NAME_TIMESCALE | , | |
| TimeScale | ||||
| ) |
| GAS_SurfaceTension::GET_DATA_FUNC_S | ( | GAS_NAME_SURFACE | , | |
| SurfaceName | ||||
| ) |
| GAS_SurfaceTension::GET_DATA_FUNC_S | ( | GAS_NAME_VELOCITY | , | |
| VelocityName | ||||
| ) |
| GAS_SurfaceTension::GETSET_DATA_FUNCS_F | ( | "surfacetension" | , | |
| SurfaceTension | ||||
| ) |
| virtual bool GAS_SurfaceTension::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
Applies a force to the velocity field proportional to the vorticle values.
Implements GAS_SubSolver.
1.5.9