[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:02 UTC 2009


The following commit has been merged in the upstream branch:
commit 36c56292e8bfdf6fd8a1e1f738d1bd26ed8ba50d
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Sun Mar 4 19:01:33 2007 +1100

    Updated shear example
    
    darcs-hash:20070304080133-d4795-60639e30fe02f4f7f9024b3592e47d3b60b628f7.gz

diff --git a/doc/examples/shear/shear.gfs b/doc/examples/shear/shear.gfs
index 726aac9..7c9dec6 100644
--- a/doc/examples/shear/shear.gfs
+++ b/doc/examples/shear/shear.gfs
@@ -59,7 +59,7 @@
 
   # Add tracer T, using a VOF advection scheme.
   # The default scheme is a Van-Leer limited, second-order upwind scheme.
-  VariableTracer {} T { scheme = vof }
+  VariableTracerVOF {} T
 
   # Initialize T as the volume fraction of each cell contained inside the
   # volume defined by circle.gts
@@ -81,9 +81,9 @@
   # Output progress report on standard error
   OutputProgress { istep = 1 } stderr
 
-  OutputPPM { start = 0 } { convert -colors 256 ppm:- t-0.eps } { v = T }
-  OutputPPM { start = 2.5 } { convert -colors 256 ppm:- t-2.5.eps } { v = T }
-  OutputPPM { start = 5 } { convert -colors 256 ppm:- t-5.eps } { v = T }
+  OutputPPM { start = 0 } { convert ppm:- t-0.eps } { v = T }
+  OutputPPM { start = 2.5 } { convert ppm:- t-2.5.eps } { v = T }
+  OutputPPM { start = 5 } { convert ppm:- t-5.eps } { v = T }
 
   # Add a new variable 
   Variable {} Tref
@@ -97,7 +97,7 @@
     s = Tref v = DT
   }
 
-  OutputPPM { start = end } { convert -colors 256 ppm:- dt-5.eps } { v = DT }
+  OutputPPM { start = end } { convert ppm:- dt-5.eps } { v = DT }
   OutputTiming { start = end } stderr
 }
 GfsBox {}

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list