[Getdp] PostOperation
Christian Geikowsky R.
christiangeikowsky at yahoo.es
Mon Oct 17 20:45:34 CEST 2005
Dear Christophe:
Do not work
.!!!!
The calculation is performed with the mesh exposed in the figure attached NuclRot.gif.
I want the losses in an area of the core in the figure shown Sección.gif. This second mesh is defined posteriorly to the calculation with the initial mesh (NuclRot.gif).
I define two separate quantities in the PostProcessing definition phys2 and phys3.
PostProcessing {
{ Name Magnet; NameOfFormulation Magnetismo;
Quantity {
{ Name phys2;
Value {
Integral { [ expression ] ;
In NuclRot; Integration Integra; Jacobian JacobVol; }
}
}
{ Name phys3;
Value {
Integral { [ expression ];
In Seccion; Integration Integra; Jacobian JacobVol; }
}
}
I have realized several combinations for the calculation of the expression in the area definite (Seccion).
PostOperation {
{ Name PlssNclSeccion; NameOfPostProcessing Magnet;
Operation {
Print[ phys2[NuclRot], OnRegion Seccion, File> "PlossRotSeccion1.txt", Format TimeTable];
Print[ phys2[Seccion], OnRegion Seccion, File> "PlossRotSeccion2.txt", Format TimeTable];
Print[ phys3[Seccion], OnRegion Seccion, File> "PlossRotSeccion3.txt", Format TimeTable];
}
}
}
Print[ phys2[NuclRot]
: Give excessively elevated values !
Print[ phys2[Seccion],
: Give value zero !
Print[ phys3[Seccion],
: Give value zero !
Which is the error that I am committing ?
Greetings
Saludos...
Christian Geikowsky R.
---------------------------------
Correo Yahoo!
Comprueba qué es nuevo, aquí
http://correo.yahoo.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/getdp/attachments/20051017/8424eff9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NuclRot.gif
Type: image/gif
Size: 31587 bytes
Desc: 233308524-NuclRot.gif
URL: <http://www.geuz.org/pipermail/getdp/attachments/20051017/8424eff9/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Seccion.gif
Type: image/gif
Size: 31587 bytes
Desc: 1838806847-Seccion.gif
URL: <http://www.geuz.org/pipermail/getdp/attachments/20051017/8424eff9/attachment-0001.gif>