Skip to content
Snippets Groups Projects
Commit c77e033a authored by Henry Weller's avatar Henry Weller
Browse files

fvOptions/sources/derived/rotorDiskSource: Added more documentation

Provided by Richard Jones
parent d0f15d4e
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -25,7 +25,22 @@ Class
Foam::bladeModel
Description
Blade model class
Blade model class calculates:
Linear interpolated blade twist and chord based on radial position
Interpolation factor (for interpolating profile performance)
Input in list format:
data
(
(profile1 (radius1 twist1 chord1))
(profile1 (radius2 twist2 chord2))
);
where:
radius [m]
twist [deg], converted to [rad] internally
chord [m]
SourceFiles
bladeModel.C
......
......@@ -58,12 +58,21 @@ Description
blade
{
...
// see bladeModel.H for documentation
}
profiles
{
...
profile1
{
type lookup; // lookup || series
...
// see lookupProfile.H or seriesProfile.H for documentation
}
profile2
{
...
}
}
}
\endverbatim
......@@ -78,6 +87,10 @@ Description
- local : use local flow conditions
- surfaceNormal : specified normal velocity (positive towards rotor)
See Also
Foam::bladeModel
Foam::lookupProfile
Foam::seriesProfile
SourceFiles
rotorDiskSource.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment