Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NTRfC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
TFD - Institut für Turbomaschinen und Fluid-Dynamik
tools
NTRfC
Commits
06bc20bd
Commit
06bc20bd
authored
3 years ago
by
Malte Nyhuis
Browse files
Options
Downloads
Patches
Plain Diff
some more data for the config-schema
parent
a55fa74f
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
examples/gwk_compressor/config.schema.yaml
+16
-8
16 additions, 8 deletions
examples/gwk_compressor/config.schema.yaml
with
16 additions
and
8 deletions
examples/gwk_compressor/config.schema.yaml
+
16
−
8
View file @
06bc20bd
$schema
:
"
http://json-schema.org/draft-06/schema#"
$schema
:
"
http://json-schema.org/draft-06/schema#"
description
:
Config file for the parPE snakemake optimization workflow
description
:
Config file for the parPE snakemake optimization workflow
type
:
dict
properties
:
properties
:
blade
:
blade
:
type
:
di
ct
type
:
obje
ct
description
:
settings for the generation of the profile-splines
description
:
settings for the generation of the profile-splines
properties
:
properties
:
algorithm
:
algorithm
:
type
:
string
type
:
string
description
:
definition of the generation-algorithm (from_pointcloud, nacagen, parsecgen)
description
:
definition of the generation-algorithm (from_pointcloud, nacagen, parsecgen)
pattern
:
*
#TBD
ptcloud_profile
:
ptcloud_profile
:
type
:
string
type
:
string
description
:
in case from_pointcloud is picked, one has to define a path to the pointcloudfile
description
:
in case from_pointcloud is picked, one has to define a path to the pointcloudfile
pattern
:
*
#TBD
ptcloud_profile_unit
:
ptcloud_profile_unit
:
type
:
string
#m vs mm
type
:
string
#m vs mm
description
:
in case from_pointcloud is picked, one has to define the right unit (a default-value for m should be defined)
description
:
in case from_pointcloud is picked, one has to define the right unit (a default-value for m should be defined)
pattern
:
*
#TBD
alpha
:
alpha
:
type
:
string
#Geometric parameter used for hull-calculations
type
:
number
#Geometric parameter used for hull-calculations
description
:
an alpha-value for the alphashape has to be defined
description
:
an alpha-value for the alphashape has to be defined
minimum
:
0
geometry
:
geometry
:
type
:
di
ct
type
:
obje
ct
properties
:
properties
:
pitch
:
pitch
:
type
:
string
#Pitch [m]
type
:
number
#Pitch [m]
description
:
the pitch of the cascade-blades has to be defined
description
:
the pitch of the cascade-blades has to be defined
minimum
:
0
x_inlet
:
x_inlet
:
type
:
string
type
:
number
description
:
position of the inlet x-position has to be defined. LE is the zeroposition
description
:
position of the inlet x-position has to be defined. LE is the zeroposition
maximum
:
0
x_outlet
:
x_outlet
:
type
:
string
type
:
number
description
:
position of the outlet x-position has to be defined. LE is the zeroposition
description
:
position of the outlet x-position has to be defined. LE is the zeroposition
minimum
:
0
shift_domain
:
shift_domain
:
type
:
string
type
:
number
description
:
shift the blade in the domain, so that probes can be placed in the passage-midline
description
:
shift the blade in the domain, so that probes can be placed in the passage-midline
maximum
:
1
# this should be limited by the pitch-size. the shift can't be bigger then this
required
:
required
:
-
blade
-
blade
...
...
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