forces#

class ansys.fluent.core.generated.solver.settings_252.forces(name=None, parent=None)#

Bases: Command

Provides access to settings for force reports.

Parameters:
optionstr

The type of report (Forces, Moments, or Center of Pressure).

domainstr

The domain.

wall_zonesList

Wall zone name list.

direction_vectorList

The XYZ components of the direction vector.

momentum_centerList

The XYZ coordinates of the moment center.

momentum_axisList

The XYZ components of the moment axis.

pressure_coordinatestr

The line on which the center of pressure will be calculated.

coordinate_valuereal

The coordinate value.

write_to_filebool

Specifies whether to write to a file.

file_namestr

The name you want the file saved with.

append_databool

Specifies whether to append data to existing file.

Arguments

Argument

Summary

option

The type of report (Forces, Moments, or Center of Pressure).

domain

The domain.

wall_zones

Wall zone name list.

direction_vector

The XYZ components of the direction vector.

momentum_center

The XYZ coordinates of the moment center.

momentum_axis

The XYZ components of the moment axis.

pressure_coordinate

The line on which the center of pressure will be calculated.

coordinate_value

The coordinate value.

write_to_file

Specifies whether to write to a file.

file_name

The name you want the file saved with.

append_data

Specifies whether to append data to existing file.

Included in:

Parent

Summary

report_2

Provides access to common settings to set up reports for your CFD simulation. Reports can be compiled for fluxes forces projected areas surface and volume integrals among others.