#include <GAS_Extrapolate.h>

Public Member Functions | |
| GET_DATA_FUNC_S (GAS_NAME_SURFACE, SurfaceName) | |
| GET_DATA_FUNC_S (GAS_NAME_FIELD, FieldName) | |
| GET_DATA_FUNC_F ("startiso", StartIso) | |
| GET_DATA_FUNC_B ("posdir", PositiveDir) | |
| GET_DATA_FUNC_B ("usemaxdist", UseMaxDist) | |
| GET_DATA_FUNC_F ("maxdist", MaxDist) | |
| GET_DATA_FUNC_B ("usemaxcells", UseMaxCells) | |
| GET_DATA_FUNC_F ("maxcells", MaxCells) | |
| GET_DATA_FUNC_B ("useclamping", UseClamping) | |
| GET_DATA_FUNC_F ("clampvalue", ClampValue) | |
Protected Member Functions | |
| GAS_Extrapolate (const SIM_DataFactory *factory) | |
| virtual | ~GAS_Extrapolate () |
| virtual bool | solveGasSubclass (SIM_Engine &engine, SIM_Object *obj, SIM_Time time, SIM_Time timestep) |
Definition at line 27 of file GAS_Extrapolate.h.
| GAS_Extrapolate::GAS_Extrapolate | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual GAS_Extrapolate::~GAS_Extrapolate | ( | ) | [protected, virtual] |
| GAS_Extrapolate::GET_DATA_FUNC_B | ( | "useclamping" | , | |
| UseClamping | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_B | ( | "usemaxcells" | , | |
| UseMaxCells | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_B | ( | "usemaxdist" | , | |
| UseMaxDist | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_B | ( | "posdir" | , | |
| PositiveDir | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_F | ( | "clampvalue" | , | |
| ClampValue | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_F | ( | "maxcells" | , | |
| MaxCells | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_F | ( | "maxdist" | , | |
| MaxDist | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_F | ( | "startiso" | , | |
| StartIso | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_S | ( | GAS_NAME_FIELD | , | |
| FieldName | ||||
| ) |
| GAS_Extrapolate::GET_DATA_FUNC_S | ( | GAS_NAME_SURFACE | , | |
| SurfaceName | ||||
| ) |
| virtual bool GAS_Extrapolate::solveGasSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object * | obj, | |||
| SIM_Time | time, | |||
| SIM_Time | timestep | |||
| ) | [protected, virtual] |
Adds to the velocity field the effect of all forces at that point. Unit density is currently assumed. Only incorpreates the external simulation forces. Internal gas forces are handled elsewher.
Implements GAS_SubSolver.
1.5.9