ASL  0.1.7
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>
Include dependency graph for flowKDPGrowth.cc:

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

◆ FlT

typedef float FlT
Examples
flowKDPGrowth.cc.

Definition at line 192 of file flowKDPGrowth.cc.

◆ Param

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

Definition at line 194 of file flowKDPGrowth.cc.

Function Documentation

◆ generateBath()

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

Definition at line 47 of file flowKDPGrowth.cc.

◆ generateCrystal()

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

Definition at line 130 of file flowKDPGrowth.cc.

◆ generatePlatform()

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

Definition at line 68 of file flowKDPGrowth.cc.

◆ getWRotation()

double getWRotation ( double  t)
Examples
flowKDPGrowth.cc.

Definition at line 159 of file flowKDPGrowth.cc.

◆ main()

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

Definition at line 200 of file flowKDPGrowth.cc.