Creating the Reports for the Performance Data
The propeller performance data consists of the advance coefficient, the thrust coefficient, the torque coefficient, and the open water efficiency.
For this case, a custom field function that specifies the value of density is provided for you.
Thrust Coefficient
The thrust coefficient, , is defined as:
- is the thrust that is generated by the propeller
- is the density of water
- is the rate of revolution of the propeller
- is the propeller diameter
In order to calculate this value, you must first calculate the thrust that the propeller generates. Create the report for the thrust:
- Right-click and select .
- Rename this report to T.
-
Select the
report and set the following properties:
Property Setting Direction [1.0, 0.0, 0.0] Parts [Rotating Region: Blades, Rotating Region: Hub] - Right-click and select .
- Rename this report to KT.
- Select the $TReport/($rho*pow($n,2)*pow($D,4)). report and set Definition to
Torque Coefficient
The torque coefficient, , is defined as:
- is the torque that is generated by the propeller
- is the density of water
- is the rate of revolution of the propeller
- is the propeller diameter
In order to calculate this value, you must first calculate the torque that the propeller generates. Create the report for the torque:
- Right-click and select .
- Rename this report to Q.
-
Select the
report and set the following properties:
Property Setting Axis [-1.0, 0.0, 0.0] Parts [Rotating Region: Blades, Rotating Region: Hub] - Right-click and select .
- Rename this report to KQ.
- Select the $QReport/($rho*pow($n,2)*pow($D,5)). report and set Definition to
Open Water Efficiency
The open water efficiency, , is defined as:
- is the advance coefficient
- is the thrust coefficient
- is the torque coefficient
Create the report for the open water efficiency:
- Right-click and select .
- Rename this report to J.
- Select the $J. report and set Definition to
- Right-click and select .
- Rename this report to hO.
- Select the ($KTReport/$KQReport)*($JReport/(2*3.1428571429)). report and set Definition to