Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
toolbox
WindEnergyToolbox
Commits
94760161
There was a problem fetching the pipeline summary.
Commit
94760161
authored
8 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
added import of submodules to hawc2.__init__
parent
a725eadc
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
wetb/hawc2/__init__.py
+5
-0
5 additions, 0 deletions
wetb/hawc2/__init__.py
with
6 additions
and
0 deletions
README.md
+
1
−
0
View file @
94760161
...
...
@@ -40,6 +40,7 @@ Both Python2 and Python3 are supported.
-
[
htc_file
](
wetb/hawc2/htc_file.py
)
: Read/write/manipulate htc files
-
[
ae_file
](
wetb/hawc2/ae_file.py
)
: Read AE (aerodynamic blade layout) files
-
[
pc_file
](
wetb/hawc2/pc_file.py
)
: Read PC (profile coefficient) files
-
[
st_file
](
wetb/hawc2/st_file.py
)
: Read ST (structural properties) files
-
[
shear_file
](
wetb/hawc2/shear_file.py
)
: Create user defined shear file
-
[
at_time_file
](
wetb/hawc2/at_time_file.py
)
: Read at output_at_time files
-
[
log_file
](
wetb/hawc2/log_file.py
)
: Read and interpret log files
...
...
This diff is collapsed.
Click to expand it.
wetb/hawc2/__init__.py
+
5
−
0
View file @
94760161
...
...
@@ -9,5 +9,10 @@ d = dir()
from
.htc_file
import
HTCFile
from
.log_file
import
LogFile
from
.ae_file
import
AEFile
from
.at_time_file
import
AtTimeFile
from
.pc_file
import
PCFile
from
.
import
shear_file
from
.st_file
import
StFile
__all__
=
sorted
([
m
for
m
in
set
(
dir
())
-
set
(
d
)])
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