|
ASL
0.1.6
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 191 of file flowKDPGrowth.cc.
| typedef asl::UValue<double> Param |
Definition at line 193 of file flowKDPGrowth.cc.
| asl::SPDistanceFunction generateBath | ( | asl::Block & | bl | ) |
Definition at line 46 of file flowKDPGrowth.cc.
| asl::SPDistanceFunction generateCrystal | ( | asl::Block & | bl | ) |
Definition at line 129 of file flowKDPGrowth.cc.
| asl::SPDistanceFunction generatePlatform | ( | asl::Block & | bl | ) |
Definition at line 67 of file flowKDPGrowth.cc.
| double getWRotation | ( | double | t | ) |
Definition at line 158 of file flowKDPGrowth.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 199 of file flowKDPGrowth.cc.
1.8.9.1