This example calculates the flow from a cavity into an unsaturated porous media using the Yukawa (modified Helmholtz) equation.
#Example_325 Flow from a cavity into an unsaturated porous media # The Yukawa equation (or modified Helmholtz equation) arises # in the study of infiltration into unsaturated soils. The # problem considered below is that of steady infiltration # from a circular cylindrical cavity buried at a large depth # in a porous medium. fem fem define node;r;cavityflow;example #the nodal coordinates for the cavity # ! are stored in CAVITYFLOW.ipnode in # ! the example directory. fem define window;c fem define base;r;;example #defines a BEM Lagrange/Hermite basis # ! function with quadratic # ! interpolation in 1 Xi coordinate. fem define element;r;;example #defines 10 BEM elements. fem draw node fem draw element fem draw line fem define equation;r;;example #defines a static analysis of the # ! modified Helmholtz equation by # ! direct BEM. fem list equation #List the equation fem define material;r;;example #defines the parameter s # ! (dimensionless size of the cavity) # ! as constant spatially with value 1. fem define initial;r;;example #defines the initial conditions around # ! the cavity as H=e^-s*y. fem list initial #List the initial conditions fem define solve;r;;example #defines the solution procedure. fem solve fem draw field #Draw the solution field # To obtain the flux from the cavity use the "fem list output" command. # The cavity flux should be 1.30 (analytic is 1.2902).
FEM list node solution FEM list node flux
Name Modified Size
example_325.com 10-Apr-2000 1.8k cavityflow.ipbase 10-Apr-2000 859 cavityflow.ipdata 10-Apr-2000 277 cavityflow.ipelem 10-Apr-2000 6.5k cavityflow.ipequa 26-May-2003 1.2k cavityflow.ipinit 10-Apr-2000 5.2k cavityflow.ipmate 10-Apr-2000 310 cavityflow.ipnode 10-Apr-2000 3.4k cavityflow.ipsolv 13-Apr-2007 1.1k test_output.com 10-Apr-2000 42
Name Modified Size
examples_3_32_325.tar.gz 14-Apr-2007 5.7k
Status | Tested | Real time (s) | |
i686-linux | |||
cm | Success | Sun Mar 6 00:01:47 2016 | 0 |
cm-debug | Success | Sat Mar 5 00:02:03 2016 | 0 |
mips-irix | |||
cm | Success | Sun Aug 19 01:24:40 2007 | 3 |
cm-debug | Success | Wed Aug 15 01:20:28 2007 | 5 |
cm-debug-clear-malloc | Success | Sat Aug 18 01:24:44 2007 | 9 |
cm-debug-clear-malloc7 | Success | Mon Aug 20 01:22:51 2007 | 9 |
cm64 | Success | Sun Aug 19 01:24:43 2007 | 3 |
cm64-debug | Success | Tue Aug 21 01:19:34 2007 | 5 |
cm64-debug-clear-malloc | Success | Thu Apr 1 10:13:04 2004 | 5 |
rs6000-aix | |||
cm | Success | Wed Mar 4 01:07:04 2009 | 1 |
cm-debug | Success | Mon Mar 2 01:06:17 2009 | 1 |
cm64 | Success | Wed Mar 4 01:07:04 2009 | 1 |
cm64-debug | Success | Tue Mar 3 01:11:39 2009 | 1 |
x86_64-linux | |||
cm | Success | Sun Mar 6 00:01:01 2016 | 0 |
cm-debug | Success | Sat Mar 5 00:01:12 2016 | 0 |
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:16 2016
Input last modified: Fri Apr 13 10:32:10 2007