get_far_field_mesh#
- FfdSolutionData.get_far_field_mesh(quantity='RealizedGain', quantity_format='dB10')#
Generate a PyVista
UnstructuredGrid
object that represents the far field mesh.- Parameters:
- quantity
str
,optional
Far field quantity to plot. The default is
"RealizedGain"
. Available quantities are:"RealizedGain"
,"RealizedGain_Phi"
,"RealizedGain_Theta"
,"rEPhi"
,"rETheta"
, and"rETotal"
.- quantity_format
str
,optional
Conversion data function. Available functions are:
"abs"
,"ang"
,"dB10"
,"dB20"
,"deg"
,"imag"
,"norm"
, and"real"
.
- quantity
- Returns:
Pyvista.Plotter
UnstructuredGrid
object representing the far field mesh.