Skip to content

Comment does not match function signature (CalcCt) #10

@ufechner7

Description

@ufechner7

The comment mentions the parameter yaw. The function does not have this parameter.

function Ct = CalcCt(a,~)
%CALCCT Calculates Ct based on the axial induction factor and yaw angle
% INPUT
%   a   : Axial indcution factor
%   yaw : Yaw angle (deg, counter clockwise)
Ct = 4 * a .* (1 - a);
end

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions