Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rotare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rouma Alexandre
Rotare
Commits
ab5bc9f7
Verified
Commit
ab5bc9f7
authored
1 year ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
doc(Blade): spindir definition
parent
d639096e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/classes/@Blade/Blade.m
+12
-11
12 additions, 11 deletions
src/classes/@Blade/Blade.m
with
12 additions
and
11 deletions
src/classes/@Blade/Blade.m
+
12
−
11
View file @
ab5bc9f7
...
...
@@ -19,15 +19,16 @@ classdef Blade < handle
% -----
%
% Blade properties:
% nElem - Number of elements, [-]
% dy - Element span, [m]
% y - Element absolute radial position, [m]
% r - Element relative radial position (relative to the total radius), [-]
% area - Element area, [m^2]
% chord - Element chord, [m]
% twist - Element twist (also called stagger angle), [rad]
% iAf - Index of airfoil to use for each element, [-]
% sol - Element solidity, [-]
% nElem - Number of elements, [-]
% dy - Element span, [m]
% y - Element absolute radial position, [m]
% r - Element relative radial position (relative to the total radius), [-]
% area - Element area, [m^2]
% chord - Element chord, [m]
% twist - Element twist (also called stagger angle), [rad]
% iAf - Index of airfoil to use for each element, [-]
% sol - Element solidity, [-]
% spinDir - Rotor spin direction (used for coaxial rotors; 1 = cw, -1 = ccw), [-]
%
% Blade methods:
%
...
...
@@ -44,7 +45,7 @@ classdef Blade < handle
% twist : Twist of the guide stations, [deg] (same size as rad)
% iAf : Index of the airfoil for the guide stations, [-] (same size as rad)
% nElem : Number of elements to mesh the whole blade, [-]
% spinDir : Rot
ational
direction
of the current rotor
, [-]
% spinDir : Rot
or spin
direction
(used for coaxial rotors; 1 = cw, -1 = ccw)
, [-]
%
% See also: Rotor, rotare, template, af_tools.Airfoil.
%
...
...
@@ -70,7 +71,7 @@ classdef Blade < handle
chord
(
1
,
:)
double
{
mustBePositive
}
% Element chord, [m]
twist
(
1
,
:)
double
{
mustBeFinite
}
% Element twist (also called stagger angle), [rad]
iAf
(
1
,
:)
double
{
mustBePositive
}
% Index of airfoil to use for each element, [-]
spinDir
(
1
,
1
)
% Rot
ational
direction
of the current rotor
, [-]
spinDir
(
1
,
1
)
=
1
% Rot
or spin
direction
(used for coaxial rotors; 1 = cw, -1 = ccw)
, [-]
end
properties
(
SetAccess
=
private
,
Dependent
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment