Salome HOME
Updated test with new enum
authormichael <michael@localhost.localdomain>
Thu, 13 Jan 2022 17:31:08 +0000 (18:31 +0100)
committermichael <michael@localhost.localdomain>
Thu, 13 Jan 2022 17:31:08 +0000 (18:31 +0100)
CoreFlows/examples/C/TransportEquation_1DHeatedChannel.cxx
CoreFlows/examples/C/TransportEquation_1DHeatedChannel_MPI.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
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