get_scalar_field_value#
- PostProcessor.get_scalar_field_value(quantity, scalar_function='Maximum', solution=None, variations=None, is_vector=False, intrinsics=None, phase=None, object_name='AllObjects', object_type='volume', adjacent_side=False)[source]#
Use the field calculator to Compute Scalar of a Field.
- Parameters:
- quantity
str
Name of the quantity to export. For example,
"Temp"
.- scalar_function
str
,optional
The name of the scalar function. For example,
"Maximum"
,"Integrate"
. The default is"Maximum"
.- solution
str
,optional
Name of the solution in the format
"solution : sweep"
. The default isNone
.- variations
dict
,optional
Dictionary of all variation variables with their values. e.g.
['power_block:=', ['0.6W'], 'power_source:=', ['0.15W']]
The default isNone
.- is_vectorbool,
optional
Whether the quantity is a vector. The default is
False
.- intrinsics
str
,optional
This parameter is mandatory for a frequency field calculation. The default is
None
.- phase
str
,optional
Field phase. The default is
None
.- object_name
str
,optional
Name of the object. For example,
"Box1"
. The default is"AllObjects"
.- object_type
str
,optional
Type of the object -
"volume"
,"surface"
,"point"
. The default is"volume"
.- adjacent_sidebool,
optional
To query quantity value on adjacent side for object_type = “surface”, pass
True
. The default isFalse
.
- quantity
- Returns:
float
True
when successful,False
when failed.
References
>>> oModule.EnterQty >>> oModule.CopyNamedExprToStack >>> oModule.CalcOp >>> oModule.EnterQty >>> oModule.EnterVol >>> oModule.ClcEval >>> GetTopEntryValue