[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: showdensityplot



Dear lkloesel,

I have forwarded your message to the group so that Dave and every body else
can see it (as it is useful)
Thanks for the bug report.

-----Original Message-----
From: lkloesel@xxxxxxxxxxxxxx [mailto:lkloesel@xxxxxxxxxxxxxx]
Sent: 04 September 2001 21:17
To: robin.cornelius@xxxxxxxxxxxxxxxxxxx
Subject: showdensityplot


I am currently using the following version
Femmview 3.1
Build Date: August 21, 2001

In reference to lua scripting for the post-processor, femmview

In order to get showdensityplot() to change to current density |J|, I
had to use quotation marks for jmag.
example:

showdensityplot(1,0,0,0,"jmag")

Then in order to get the correct magnitude; I had to multiply by the
power of 12

jmagnitude=50e+12
showdensityplot(1,0,jmagnitude,0,"jmag")

I suspect the C++ lines in luadoc.cpp, lua_showdensity :

if (btnState>3) {
m_lb1*=1.e-6;
m_ub1*=1.e-6;
}

may be the problem, but that's as far as I can go with what I know.

Much Thanks to all. Great program.