ansys.mapdl.core.Mapdl.vfquery#
- Mapdl.vfquery(srcelem='', tarelem='', **kwargs)#
Queries and prints element Hemicube view factors and average view factor.
Mechanical APDL Command: VFQUERY
- Parameters:
- srcelem
str
Elements representing the source radiating surfaces used to query the view factor at the target element(s). If
SRCELEM
= P, graphical picking is enabled (valid only in the GUI). IfSRCELEM
= ALL, all selected elements will have their view factors queried. A component name may also be substituted forSRCELEM
. Selected elements must be flagged for surface to surface radiation in order to query view factors ( sf, sfa, or sfe with Lab = RDSF). The view factors must have been previously computed.- tarelem
str
Element for view factor query. If
TARELEM
= P, graphical picking is enabled (valid only in the GUI). IfTARELEM
= ALL, all selected elements will have their view factors queried. A component name may also be substituted forTARELEM
. Selected elements must be flagged for surface to surface radiation in order to query view factors ( sf, sfa, or sfe with Lab = RDSF). The view factors must have been previously computed.
- srcelem
Notes
View factors for each target element will be printed.
An average view factor for all target elements will be computed. (Use get to retrieve the average value).
When resuming a database, issue the command vfopt,READ before issuing the vfquery command.