]> SALOME platform Git repositories - tools/solverlab.git/blobdiff - CoreFlows/examples/C/TransportEquation_1DHeatedChannel_MPI.cxx
Salome HOME
Updated test with new enum
[tools/solverlab.git] / CoreFlows / examples / C / TransportEquation_1DHeatedChannel_MPI.cxx
index d97b8580df0cde27e531987c5f9f974c3e5263ca..d89f7561b688e07a96b752c7c3b464cdd0dd8aed 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
        Field VV("Enthalpy", CELLS, M, 1);\r
 \r
 \r