//Set the fluid transport velocity\r
vector<double> transportVelocity(1,5);//fluid velocity vector\r
\r
- TransportEquation myProblem(LiquidPhase,around155bars600KTransport,transportVelocity);\r
+ TransportEquation myProblem(Water,around155bars600K,transportVelocity);\r
\r
//Set initial field\r
Vector VV_Constant(1);//initial enthalpy\r
//Set the fluid transport velocity\r
vector<double> transportVelocity(1,5);//fluid velocity vector\r
\r
- TransportEquation myProblem(LiquidPhase,around155bars600KTransport,transportVelocity);\r
+ TransportEquation myProblem(Water,around155bars600K,transportVelocity);\r
Field VV("Enthalpy", CELLS, M, 1);\r
\r
\r