|
EIDORS: Electrical Impedance Tomography and Diffuse Optical Tomography Reconstruction Software |
|
EIDORS
(mirror) Main Documentation Examples Tutorials − Image Reconst − Data Structures − Application Examples − FEM Modelling Download Contrib Data GREIT Browse SVN News FAQ Developer
|
Create moving ball in 16x2 netgen modelGet netgen modelsUse netgen to create the models using the tutorials build_double_plane. Or, download the models from build_double_plane (about 10MB download). Single plane simulations
% Map elements onto mesh
% $Id: moving_ball_16x2_01.m 1535 2008-07-26 15:36:27Z aadler $
% Load models
load ng_mdl_16x2_coarse;
load ng_mdl_16x2_fine;
load ng_mdl_16x2_vfine;
[eptr, xyz]= mk_mesh_sample_array( ng_mdl_16x2_coarse, ...
ng_mdl_16x2_fine, ...
ng_mdl_16x2_vfine, ...
128^3);
% This is very slow - save results
save ng_mdl_16x2_ptrs eptr xyz
Figure: Tank Double electrode plane simulations |
Last Modified: $Date: 2008-07-26 11:36:27 -0400 (Sat, 26 Jul 2008) $