[Getdp] Problems displaying E-field module in 3D
Roberto Olmi
r.olmi at ifac.cnr.it
Fri May 23 12:50:57 CEST 2003
Hello everybody.
In a 3D electrostatic problem, I've added a post-processing option to
EleSta_v.pro, to display the electric field module. The command is:
{ Name emod;
Value {
Local {[Sqrt[{d v}*{d v}]]; In DomainCC_Ele; Jacobian Vol;}
}
}
While it works fine with OnPlane:
Print[emod, OnPlane { {0.,0.,1.e-3} {5.e-3,0.,1.e-3} {0.,5.e-3,1.e-3} }
{100,100},File "condens_emod.pos" ];
when I try to display the electric field amplitude in the whole model:
Print[emod, OnElementsOf DomainCC_Ele, File "condens_emod.pos" ];
I get the proper field colored-scale on the left, but no colors at all
(i.e. no field map) in the figure.
Can anyone help me?
Roberto