00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef __GAS_Utils_h__
00015 #define __GAS_Utils_h__
00016
00017 #include "GAS_API.h"
00018
00019 #include <SIM/SIM_Utils.h>
00020 #include <UT/UT_SysSpecific.h>
00021 #include <UT/UT_Vector3.h>
00022
00023
00024
00025 #define GAS_NAME_COLLISION "collision"
00026 #define GAS_NAME_COLLISIONVALUE "collisionvalue"
00027 #define GAS_NAME_COLLISIONVELOCITY "collisionvelocity"
00028 #define GAS_NAME_COLLISIONINDEX "collisionindex"
00029 #define GAS_NAME_DENSITY "density"
00030 #define GAS_NAME_DIVERGENCE "divergence"
00031 #define GAS_NAME_FIELD "field"
00032 #define GAS_NAME_FIELDDEST "fielddst"
00033 #define GAS_NAME_FIELDSOURCE "fieldsrc"
00034 #define GAS_NAME_GEOMETRY "geo"
00035 #define GAS_NAME_INDEX "index"
00036 #define GAS_NAME_INDEXSOURCE "indexsrc"
00037 #define GAS_NAME_PRESSURE "pressure"
00038 #define GAS_NAME_SINK "sink"
00039 #define GAS_NAME_SOURCE "source"
00040 #define GAS_NAME_STRAIN "strain"
00041 #define GAS_NAME_SURFACE "surface"
00042 #define GAS_NAME_USETIMESTEP "usetimestep"
00043 #define GAS_NAME_TIMESCALE "timescale"
00044 #define GAS_NAME_TEMPERATURE "temperature"
00045 #define GAS_NAME_VELOCITY "velocity"
00046 #define GAS_NAME_TRACKERADDR "address"
00047 #define GAS_NAME_TRACKERPORT "port"
00048 #define GAS_NAME_JOBNAME "jobname"
00049
00050
00051
00052 GAS_API void initializeGAS();
00053
00054 #endif