forces#
- class ansys.fluent.core.generated.solver.settings_242.forces.forces(name=None, parent=None)#
Bases:
Command
Provides access to settings for force reports.
- Parameters:
- option
str
Select the type of report (Forces, Moments, or Center of Pressure).
- domain
str
Select the domain.
- wall_zones
List
Enter wall zone name list.
- direction_vector
List
Specify the XYZ components of the direction vector.
- momentum_center
List
Specify the XYZ coordinates of the moment center.
- momentum_axis
List
Specify the XYZ components of the moment axis.
- pressure_coordinate
str
Specify the line on which the center of pressure will be calculated.
- coordinate_value
real
Specify the coordinate value.
- write_to_filebool
Choose whether or not to write to a file.
- file_name
str
Enter the name you want the file saved with.
- append_databool
Choose whether or not to append data to existing file.
- option
Arguments
Argument |
Summary |
---|---|
Select the type of report (Forces, Moments, or Center of Pressure). |
|
Select the domain. |
|
Enter wall zone name list. |
|
Specify the XYZ components of the direction vector. |
|
Specify the XYZ coordinates of the moment center. |
|
Specify the XYZ components of the moment axis. |
|
Specify the line on which the center of pressure will be calculated. |
|
Specify the coordinate value. |
|
Choose whether or not to write to a file. |
|
Enter the name you want the file saved with. |
|
Choose whether or not to append data to existing file. |
Included in:
Parent |
Summary |
---|---|
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. |