copy#
- class ansys.fluent.core.generated.solver.settings_252.copy(name=None, parent=None)#
Bases:
CommandCopy optical beam grid.
- Parameters:
- orig_beam_name
str The name for the optical beam to be copied.
- beam_name
str A unique name for each optical beam.
- ap_face_zone
str The wall face zones to specify the optical aperture surface.
- beam_length
real The length of optical beam propagation.
- ray_npoints
int The number of grid point in each ray of the optical beam.
- x_beam_vector
real The x-component of the beam propagation vector.
- y_beam_vector
real The y-component of the beam propagation vector.
- z_beam_vector
real The z-component of the beam propagation vector.
- orig_beam_name
Arguments
Argument |
Summary |
|---|---|
The name for the optical beam to be copied. |
|
A unique name for each optical beam. |
|
The wall face zones to specify the optical aperture surface. |
|
The length of optical beam propagation. |
|
The number of grid point in each ray of the optical beam. |
|
The x-component of the beam propagation vector. |
|
The y-component of the beam propagation vector. |
|
The z-component of the beam propagation vector. |
Included in:
Parent |
Summary |
|---|---|
The optical beams object. |