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
db9096e6
Verified
Commit
db9096e6
authored
2 years ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove unused options, comply with docs
parent
4159ad7e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/configs/template.m
+0
-1
0 additions, 1 deletion
src/configs/template.m
src/utils/preproc/verifyinstall.m
+3
-3
3 additions, 3 deletions
src/utils/preproc/verifyinstall.m
with
3 additions
and
4 deletions
src/configs/template.m
+
0
−
1
View file @
db9096e6
...
...
@@ -91,7 +91,6 @@ Mod.Ext.losses = 'all'; % Include losses using Prandtl formula ('none', 'hub'
% Numerical parameters
Mod
.
Num
.
convCrit
=
1e-4
;
% Convergence criterion value,
Mod
.
Num
.
maxIter
=
500
;
% Maximum number of iterations for convergence calculations
Mod
.
Num
.
azimStep
=
6
;
% Azimuthal step (for oblique flows), [deg]
Mod
.
Num
.
relax
=
0.10
;
% Relaxation coefficient (facilitate convergence of iterative schemes)
% ==================================================================================================
...
...
This diff is collapsed.
Click to expand it.
src/utils/preproc/verifyinstall.m
+
3
−
3
View file @
db9096e6
...
...
@@ -84,9 +84,9 @@ function checkaftools(fctname)
'Rotare requires the
''
af_tools
''
library to determine airfoil properties '
...
'and the corresponding polars.\n'
...
'It seems that at least some parts of this library are missing.\n'
...
'
Please download '
...
'
<a href="https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox">
'
...
'
the following library</a> and place it somewhere on Matlab
''
s path
.\n\n'
...
'
This may be because you downloaded the wrong archive from the repository.'
...
'
Please download the archive called "COMPLETE CODE: rotare-X.X.X.zip and
'
...
'
not the archives called "source code"
.\n\n'
...
'Check the <a href="https://gitlab.uliege.be/rotare/documentation">'
...
'complete documentation (online)</a> for help on how to install properly '
...
'all dependencies.'
],
fctname
);
...
...
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