sonde_base
Basic probe. Probes refer to sensors that allow a value or several points of the domain to be monitored over time. The probes may be a set of points defined one by one (keyword Points) or a set of points evenly distributed over a straight segment (keyword Segment) or arranged according to a layout (keyword Plan) or according to a parallelepiped (keyword Volume). The fields allow all the values of a physical value on the domain to be known at several moments in time.
circle
Inherits from: sonde_base
Keyword to define several probes located on a circle.
Parameters:
- nbr (type: int) Number of probes between teta1 and teta2 (angles given in degrees).
- point_deb (type: un_point) Center of the circle.
- [direction] (type: int into [0, 1, 2]) Axis normal to the circle plane (0:x axis, 1:y axis, 2:z axis).
- radius (type: float) Radius of the circle.
- theta1 (type: float) First angle.
- theta2 (type: float) Second angle.
circle_3
Inherits from: sonde_base
Keyword to define several probes located on a circle (in 3-D space).
Parameters:
- nbr (type: int) Number of probes between teta1 and teta2 (angles given in degrees).
- point_deb (type: un_point) Center of the circle.
- direction (type: int into [0, 1, 2]) Axis normal to the circle plane (0:x axis, 1:y axis, 2:z axis).
- radius (type: float) Radius of the circle.
- theta1 (type: float) First angle.
- theta2 (type: float) Second angle.
numero_elem_sur_maitre
Inherits from: sonde_base
Keyword to define a probe at the special element. Useful for min/max sonde.
Parameters:
- numero (type: int) element number
plan
Inherits from: sonde_base
Keyword to set the number of probe layout points. The file format is type .lml
Parameters:
- nbr (type: int) Number of probes in the first direction.
- nbr2 (type: int) Number of probes in the second direction.
- point_deb (type: un_point) First point defining the angle. This angle should be positive.
- point_fin (type: un_point) Second point defining the angle. This angle should be positive.
- point_fin_2 (type: un_point) Third point defining the angle. This angle should be positive.
position_like
Inherits from: sonde_base
Keyword to define a probe at the same position of another probe named autre_sonde.
Parameters:
- autre_sonde (type: string) Name of the other probe.
radius
Inherits from: sonde_base
not_set
Parameters:
- nbr (type: int) Number of probe points of the segment, evenly distributed.
- point_deb (type: un_point) First outer probe segment point.
- radius (type: float) not_set
- teta1 (type: float) not_set
- teta2 (type: float) not_set
segment
Inherits from: sonde_base
Keyword to define the number of probe segment points. The file is arranged in columns.
Parameters:
- nbr (type: int) Number of probe points of the segment, evenly distributed.
- point_deb (type: un_point) First outer probe segment point.
- point_fin (type: un_point) Second outer probe segment point.
segmentfacesx
Inherits from: sonde_base
Segment probe where points are moved to the nearest x faces
Parameters:
- nbr (type: int) Number of probe points of the segment, evenly distributed.
- point_deb (type: un_point) First outer probe segment point.
- point_fin (type: un_point) Second outer probe segment point.
segmentfacesy
Inherits from: sonde_base
Segment probe where points are moved to the nearest y faces
Parameters:
- nbr (type: int) Number of probe points of the segment, evenly distributed.
- point_deb (type: un_point) First outer probe segment point.
- point_fin (type: un_point) Second outer probe segment point.
segmentfacesz
Inherits from: sonde_base
Segment probe where points are moved to the nearest z faces
Parameters:
- nbr (type: int) Number of probe points of the segment, evenly distributed.
- point_deb (type: un_point) First outer probe segment point.
- point_fin (type: un_point) Second outer probe segment point.
volume
Inherits from: sonde_base
Keyword to define the probe volume in a parallelepiped passing through 4 points and the number of probes in each direction.
Parameters:
- nbr (type: int) Number of probes in the first direction.
- nbr2 (type: int) Number of probes in the second direction.
- nbr3 (type: int) Number of probes in the third direction.
- point_deb (type: un_point) Point of origin.
- point_fin (type: un_point) Point defining the first direction (from point of origin).
- point_fin_2 (type: un_point) Point defining the second direction (from point of origin).
- point_fin_3 (type: un_point) Point defining the third direction (from point of origin).