Skip to content
Snippets Groups Projects
Commit 06bc20bd authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

some more data for the config-schema

parent a55fa74f
No related branches found
No related tags found
No related merge requests found
$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: dict type: object
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: dict type: object
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment