X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CoreFlows%2Fexamples%2FPython%2FTransportEquation%2FTransportEquation_1DHeatedChannel.py;h=77110259c2145027ae9839e1cf343428d9dbf308;hb=c13202a770b57e7fc7a4700400ca1b70432e422a;hp=4d6cabc58fb60bf3875634a61791bea3acb9edab;hpb=8d75250c8a620dc1bab221405876864c1227b9bb;p=tools%2Fsolverlab.git diff --git a/CoreFlows/examples/Python/TransportEquation/TransportEquation_1DHeatedChannel.py b/CoreFlows/examples/Python/TransportEquation/TransportEquation_1DHeatedChannel.py index 4d6cabc..7711025 100755 --- a/CoreFlows/examples/Python/TransportEquation/TransportEquation_1DHeatedChannel.py +++ b/CoreFlows/examples/Python/TransportEquation/TransportEquation_1DHeatedChannel.py @@ -17,7 +17,7 @@ def TransportEquation_1DHeatedChannel(): # Set the transport velocity transportVelocity=[5]; - myProblem = cf.TransportEquation(cf.LiquidPhase,cf.around155bars600KTransport,transportVelocity); + myProblem = cf.TransportEquation(cf.Water,cf.around155bars600K,transportVelocity); nVar = myProblem.getNumberOfVariables(); # Prepare for the initial condition