]> SALOME platform Git repositories - tools/solverlab.git/blobdiff - CoreFlows/examples/C/TransportEquation_1DHeatedChannel.cxx
Salome HOME
Updated test with new enum
[tools/solverlab.git] / CoreFlows / examples / C / TransportEquation_1DHeatedChannel.cxx
index 45d706b769ddbfffc2ba491a4d3d8975120fd70d..c7e865a58694e32b478cb0a2d4e25189277d761a 100755 (executable)
@@ -31,7 +31,7 @@ int main(int argc, char** argv)
        //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