Mushy Layer  1.0
analyticSolns.H
1 
2 #ifndef _ANALYTICSOLNS_H_
3 #define _ANALYTICSOLNS_H_
4 
5 #include "IntVect.H"
6 #include "RealVect.H"
7 #include "MushyLayerParams.h"
8 #include "LevelData.H"
9 #include "FArrayBox.H"
10 #include "BoxIterator.H"
11 #include "MushyLayerUtils.H"
12 #include "BoxIterator.H"
13 //#include "spline.h"
14 #include "ChomboSpline.h"
15 #include "Box.H"
16 
17 #include "NamespaceHeader.H"
18 
19 
21 void channelFieldMushyLayer(LevelData<FArrayBox>& enthalpyAnalytic,
22  LevelData<FArrayBox>& bulkConcentrationAnalytic,
23  Real a_domainHeight, Real a_domainWidth, Real a_dx,
24  MushyLayerParams a_parameters);
25 
26 
27 void analyticSolnSolidificationNoFlow(LevelData<FArrayBox>& enthalpyAnalytic,
28  LevelData<FArrayBox>& bulkConcentrationAnalytic,
29  Real a_domainLength, Real a_dx,
30  MushyLayerParams a_params);
31 
32 
33 #endif
double Real
Class to handle the physical parameters of a mushy layer simulation.
Definition: MushyLayerParams.h:175