![]() |
|
What's new from version 10.1.2d to 10.1.3d
Preprocessing
Customization
CONDITION: Volume_Vector_function
CONDTYPE: over volumes
CONDMESHTYPE: over nodes
HELP: Here you can define a function/expresion ...
QUESTION: Ux
VALUE: 0.0#WIDTH#(64)
END CONDITION
Postprocess
- ComplexScalar: results with two components: real and imaginary part --> a + b · i
- ComplexVector: vectors with six components: ( rX + iX, rY + iY, rZ + iZ). If not provided, GiD will calculate the modulus of the real part ( sqrt( rX^2 + rY^2 + rZ^2), of the imaginary part ( sqrt( iX^2 + iY^2 + iZ^2) and of the whole vector ( sqrt( rX^2 + rY^2 + rZ^2 + iX^2 + iY^2 + iZ^2)
- DisplayVectors visualization draws both parts ( real and imaginary) when the modulus of the whole vector is selected
- LineDiagram draws both parts ( real and imaginary) when the modulus of the whole vector is selected.
- Stream lines can be done on the real part ( field) of the complex vector or on the imaginary part ( field).
- Look at the customization and reference manuals to get more information on how to specify complex numbers for GiD.
General