ASL
0.1.7
Advanced Simulation Library
|
#include <utilities/aslParametersManager.h>
#include <math/aslTemplates.h>
#include <aslGeomInc.h>
#include <math/aslPositionFunction.h>
#include <aslDataInc.h>
#include <acl/aclGenerators.h>
#include <acl/aclMath/aclVectorOfElements.h>
#include <writers/aslVTKFormatWriters.h>
#include <num/aslLBGK.h>
#include <num/aslLBGKBC.h>
#include <num/aslBasicBC.h>
#include <num/aslCrystalGrowthBC.h>
#include <num/aslFDAdvectionDiffusion.h>
#include <utilities/aslTimer.h>
Go to the source code of this file.
Typedefs | |
typedef float | FlT |
typedef asl::UValue< double > | Param |
Functions | |
asl::SPDistanceFunction | generateBath (asl::Block &bl) |
asl::SPDistanceFunction | generatePlatform (asl::Block &bl) |
asl::SPDistanceFunction | generateCrystal (asl::Block &bl) |
double | getWRotation (double t) |
int | main (int argc, char *argv[]) |
typedef float FlT |
Definition at line 192 of file flowKDPGrowth.cc.
typedef asl::UValue<double> Param |
Definition at line 194 of file flowKDPGrowth.cc.
asl::SPDistanceFunction generateBath | ( | asl::Block & | bl | ) |
Definition at line 47 of file flowKDPGrowth.cc.
asl::SPDistanceFunction generateCrystal | ( | asl::Block & | bl | ) |
Definition at line 130 of file flowKDPGrowth.cc.
asl::SPDistanceFunction generatePlatform | ( | asl::Block & | bl | ) |
Definition at line 68 of file flowKDPGrowth.cc.
double getWRotation | ( | double | t | ) |
Definition at line 159 of file flowKDPGrowth.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 200 of file flowKDPGrowth.cc.