Example e32:
Male torso - with salu
Forward simulation on homogeneous (heart-torso BEM
model) with tradition transfer matrix calculations. This problem
does uses the Salu consistency criteria. A scaled dipole
source is used are the source. The epicardium and torso
surface is refined once in each xi direction.
This example can also be visualised with the comfile draw.com
The comfile run by this example is as follows:
# Example e32
# -----------
#
#----------------------------------------------------------#
#
# Forward problem with generic male torso with heart
# refined once in each xi direction and torso unrefined
# - (hearttorso05 model)
#
#----------------------------------------------------------#
# Controls
#
$FORMAT = "binary"
$RUNNUM = "05"
fem def para;r;torso$RUNNUM;example
fem def regi;r;two;example
fem def coor 3,1
fem def base;r;bicubic;example
fem def node;r;torso$RUNNUM;example reg all
fem def elem;r;torso$RUNNUM;example reg all
# Grouping specific nodes
#
fem group node 176 as FIXEDNODE
fem group node 153,406 as SURFENDS
fem group node 154..405 as SURFNORM
$COMPNODES = "1..37,153..406"
#
#----------------------------#
# Export geometry
#----------------------------#
#
fem export node;torso as torso reg all
fem export elem;skin as skin reg 1
fem export elem;heart as heart reg 2
#
#----------------------------#
# Setup equations
#----------------------------#
#
fem def equa;r;torso;example reg all
fem def mate;r;torso;example reg all
fem def init;r;torso;example reg all
fem def sour;r;torso_scale;example reg 2
fem def coup;r;torso;example
fem def solv;r;torso;example coupled reg all
fem solve coupled
Additional testing commands:
fem eval elec;torso$RUNNUM history torso from nodes elec $COMPNODES $FORMAT
fem list sign sign "torso$RUNNUM" $FORMAT
fem conv sign from binary infile "torso$RUNNUM" outfile "torso$RUNNUM"
fem list node solution
fem def export;r;291;example
fem export sign;torso$RUNNUM elec sign "torso$RUNNUM"
Files used by this example are:
Name Modified Size
example_e32.com 10-Apr-2002 1.2k
291.ipexpo 04-Jul-2001 660
bicubic.ipbase 10-Apr-2000 4.5k
test_output.com 10-Apr-2002 298
torso.ipcoup 21-Aug-2002 464
torso.ipcoup.old 10-Apr-2000 413
torso.ipinve 11-May-2000 586
torso.iptrsf 01-Nov-2001 770
torso.irequa 26-May-2003 2.6k
torso.irinit 10-Apr-2000 1.0k
torso.irmate 10-Apr-2000 156
torso.irsolv 13-Apr-2007 2.2k
torso05.ippara 12-Nov-2002 5.9k
torso05.irelem 10-Apr-2000 192k
torso05.irnode 10-Apr-2000 512k
torso_scale.ipsour 10-Apr-2000 50k
two.ipregi 10-Apr-2000 93
Download the entire example:
Name Modified Size
examples_e_e3_e32.tar.gz 15-Apr-2008 571k
Testing status by version:
Testing status by file:
- cmiss_test.log
- cmiss_test.out
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.
|
- torso05.ipsign
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:51:26 2016
Input last modified: Mon Apr 14 11:01:58 2008
CMISS Help /
Examples /
e /
e3 /
e32