ASL  0.1.6
Advanced Simulation Library
Typedefs | Functions
flowKDPGrowth.cc File Reference
#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 Documentation

typedef float FlT
Examples:
flowKDPGrowth.cc.

Definition at line 191 of file flowKDPGrowth.cc.

typedef asl::UValue<double> Param
Examples:
flowKDPGrowth.cc.

Definition at line 193 of file flowKDPGrowth.cc.

Function Documentation

asl::SPDistanceFunction generateBath ( asl::Block bl)
Examples:
flowKDPGrowth.cc.

Definition at line 46 of file flowKDPGrowth.cc.

asl::SPDistanceFunction generateCrystal ( asl::Block bl)
Examples:
flowKDPGrowth.cc.

Definition at line 129 of file flowKDPGrowth.cc.

asl::SPDistanceFunction generatePlatform ( asl::Block bl)
Examples:
flowKDPGrowth.cc.

Definition at line 67 of file flowKDPGrowth.cc.

double getWRotation ( double  t)
Examples:
flowKDPGrowth.cc.

Definition at line 158 of file flowKDPGrowth.cc.

int main ( int  argc,
char *  argv[] 
)
Examples:
flowKDPGrowth.cc.

Definition at line 199 of file flowKDPGrowth.cc.