This family of example use the laplace equation to calculate the temperature distribution inside a plate using FEM. Bicubic hermite bases functions are used as the elements. This is the same problem as 3151, but with Xi refined twice in each direction.
#Example_3153 Steady state temperature distribution in a plate (see example_3141). #This example is used to test the convergence of the Laplace or Poisson equation #This example is example_3151 refined twice per Zhi. The basis function is bicubic hermite. # fem #Set the FEM environment fem define parameter;r;lapcub3;example #Defines the necessary parameters fem define coordinate;r;lapcub3;example #Reads in the coordinates used for the plate fem define nodes;r;lapcub3;example #Reads in the nodes to define the plate fem define bases;r;lapcub3;example #Defines a bicubic hermite basis function fem define elements;r;lapcub3;example #Reads in elements from file fem define wind;c #Calculates the graphic window size fem draw lines #Makes the line segments visible fem define equation;r;lapcub3;example #Defines a STATIC analysis of LAPLACE's eqn fem define material;r;lapcub3;example #Define material properties (none) fem define initial;r;lapcub3;example #Defines initial conditions # !Three sides are held at zero and the forth # !side has a heat function of Sin(Pi Y/L) fem define solve;r;lapcub3;example #Defines solver options, default all settings fem sol #Solves the boundary value problem fem draw field #This will draw colour temperature field fem draw contours label off #Draws 10 contours step size 0.1 deg
#Testing example 3153
Name Modified Size
example_3153.com 17-Jul-2001 1.6k lapcub3.com 07-Jul-2000 1.7k lapcub3.ipbase 07-Jul-2000 1.5k lapcub3.ipcoor 07-Jul-2000 860 lapcub3.ipelem 07-Jul-2000 33k lapcub3.ipequa 26-May-2003 1.3k lapcub3.ipinit 28-Jun-2001 13k lapcub3.ipmate 07-Jul-2000 54 lapcub3.ipnode 07-Jul-2000 90k lapcub3.ippara 12-Nov-2002 5.9k lapcub3.ipsolv 13-Apr-2007 1.1k lapcub3.opvari 07-Jul-2000 87k test_output.com 07-Jul-2000 22
Name Modified Size
examples_3_31_315_3153.tar.gz 14-Apr-2007 25k
Status | Tested | Real time (s) | |
i686-linux | |||
cm | Success | Sun Mar 6 00:01:44 2016 | 1 |
cm-debug | Success | Sat Mar 5 00:04:33 2016 | 2 |
mips-irix | |||
cm | Success | Sun Aug 19 01:33:02 2007 | 6 |
cm-debug | Success | Wed Aug 15 01:31:49 2007 | 19 |
cm-debug-clear-malloc | Success | Sat Aug 18 01:38:46 2007 | 22 |
cm-debug-clear-malloc7 | Success | Mon Aug 20 01:35:36 2007 | 22 |
cm64 | Success | Sun Aug 19 01:33:03 2007 | 6 |
cm64-debug | Success | Tue Aug 21 01:31:03 2007 | 20 |
cm64-debug-clear-malloc | Success | Thu Apr 1 10:12:41 2004 | 9 |
rs6000-aix | |||
cm | Success | Wed Mar 4 01:06:59 2009 | 1 |
cm-debug | Success | Mon Mar 2 01:08:05 2009 | 6 |
cm64 | Success | Wed Mar 4 01:06:59 2009 | 1 |
cm64-debug | Success | Tue Mar 3 01:13:52 2009 | 5 |
x86_64-linux | |||
cm | Success | Sun Mar 6 00:01:01 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. |
Html last generated: Sun Mar 6 05:50:15 2016
Input last modified: Fri Apr 13 10:31:50 2007