Solving the 2d non-dimensional Navier-Stokes equations in a rotating cylinder.
# example_338.com - Solving Navier-Stokes flow in a rotating cylinder fem fem def para;r;circle;example # Define parameters to allow Voronoi arrays to be used. fem def node;r;circle;example # Define the nodes of the Voronoi/Delaunay mesh. fem def base;r;circle;example # Define 2d simplex basis functions. fem def elem;r;circle;example # Define triangular simplex elements. fem update delaunay # Update the Delaunay triangulation to ensure Delaunayism fem def mesh;r;circle;example # Define a Voronoi mesh. fem def equa;r;circle;example # Define equation type. This will be a time integration, # Navier Stokes equation, of a general type, solved # using finite volumes. fem def mate;r;circle;example # Define material. This is unimportant as the equations # solved are non-dimensional, ie only depend on the # Reynolds number. These parameters are used only for # conversion back to dimensional form. This has not # been implemented yet. fem def init;r;circle;example # Define initial (boundary) conditions. This involves # defining the type (and velocity if using inlet or # wall boundary conditions) at each boundary (B) Voronoi # node. fem def solv;r;circle;example # Define the solution parameters. # Always use automatic stepping unless stupid. # As the mesh is fixed, you want to use a sparse LU # solver (only needs to be factorised once). # Use QUICK advection (best for steady state cases). # The Courant number scales the maximum allowable # time step by a factor of safety, should be between # 0.3 and 0.7. fem solv # Solve it to steady state.
fem list node solution
Name Modified Size
example_338.com 20-Nov-2001 2.0k circle.ipbase 10-Apr-2000 1.0k circle.ipelem 10-Apr-2000 38k circle.ipequa 26-May-2003 1.3k circle.ipinit 10-Apr-2000 7.9k circle.ipinit.8jun99 10-Apr-2000 7.9k circle.ipmate 10-Apr-2000 686 circle.ipmesh 06-Nov-2001 947 circle.ipnode 10-Apr-2000 13k circle.ippara 12-Nov-2002 5.8k circle.ipsolv 13-Apr-2007 2.7k test_output.com 10-Apr-2000 23
Name Modified Size
examples_3_33_338.tar.gz 14-Apr-2007 15k
Status | Tested | Real time (s) | |
i686-linux | |||
cm | Success | Sun Mar 6 00:01:51 2016 | 0 |
cm-debug | Success | Sat Mar 5 00:02:07 2016 | 1 |
mips-irix | |||
cm | Success | Sun Aug 19 01:30:37 2007 | 5 |
cm-debug | Success | Wed Aug 15 01:29:06 2007 | 13 |
cm-debug-clear-malloc | Success | Sat Aug 18 01:35:24 2007 | 20 |
cm-debug-clear-malloc7 | Success | Mon Aug 20 01:31:20 2007 | 16 |
cm64 | Success | Sun Aug 19 01:30:43 2007 | 5 |
cm64-debug | Success | Tue Aug 21 01:28:57 2007 | 14 |
cm64-debug-clear-malloc | Success | Thu Apr 1 10:13:31 2004 | 6 |
rs6000-aix | |||
cm | Success | Wed Mar 4 01:07:08 2009 | 1 |
cm-debug | Success | Mon Mar 2 01:07:56 2009 | 3 |
cm64 | Success | Wed Mar 4 01:07:08 2009 | 1 |
cm64-debug | Success | Tue Mar 3 01:13:14 2009 | 3 |
x86_64-linux | |||
cm | Success | Sun Mar 6 00:01:02 2016 | 0 |
cm-debug | Success | Sat Mar 5 00:01:13 2016 | 1 |
i686-linux | |||
Success | cm: | cmiss_test.log.retain. | |
Success | cm-debug: | cmiss_test.log.retain. | |
mips-irix | |||
Success | cm: | cmiss_test.log.retain. | |
Success | cm-debug: | cmiss_test.log.retain. | |
Success | cm-debug-clear-malloc: | cmiss_test.log.retain. | |
Success | cm-debug-clear-malloc7: | cmiss_test.log.retain. | |
Success | cm64: | cmiss_test.log.retain. | |
Success | cm64-debug: | cmiss_test.log.retain. | |
Success | cm64-debug-clear-malloc: | cmiss_test.log.retain. | |
rs6000-aix | |||
Success | cm: | cmiss_test.log.retain. | |
Success | cm-debug: | cmiss_test.log.retain. | |
Success | cm64: | cmiss_test.log.retain. | |
Success | cm64-debug: | cmiss_test.log.retain. | |
x86_64-linux | |||
Success | cm: | cmiss_test.log.retain. | |
Success | cm-debug: | cmiss_test.log.retain. |
i686-linux | |||
Success | cm: | ndiff test: no significant differences with generic answer. | |
Success | cm-debug: | ndiff test: no significant differences with generic answer. | |
mips-irix | |||
Success | cm: | ndiff test: no significant differences with generic answer. | |
Success | cm-debug: | ndiff test: no significant differences with generic answer. | |
Success | cm-debug-clear-malloc: | ndiff test: no significant differences with generic answer. | |
Success | cm-debug-clear-malloc7: | ndiff test: no significant differences with generic answer. | |
Success | cm64: | ndiff test: no significant differences with generic answer. | |
Success | cm64-debug: | ndiff test: no significant differences with generic answer. | |
Success | cm64-debug-clear-malloc: | ndiff test: no significant differences with generic answer. | |
rs6000-aix | |||
Success | cm: | ndiff test: no significant differences with generic answer. | |
Success | cm-debug: | ndiff test: no significant differences with generic answer. | |
Success | cm64: | ndiff test: no significant differences with generic answer. | |
Success | cm64-debug: | ndiff test: no significant differences with generic answer. | |
x86_64-linux | |||
Success | cm: | ndiff test: no significant differences with generic answer. | |
Success | cm-debug: | ndiff test: no significant differences with generic answer. |
Html last generated: Sun Mar 6 05:50:18 2016
Input last modified: Fri Apr 13 10:32:41 2007