new: data resources
This commit is contained in:
parent
c6136b6e4b
commit
e0c6686d2b
3
data/.gitignore
vendored
Normal file
3
data/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.png
|
||||
*.tiff
|
||||
*.sql
|
File diff suppressed because one or more lines are too long
Binary file not shown.
57
data/anisotropy.toml
Normal file
57
data/anisotropy.toml
Normal file
@ -0,0 +1,57 @@
|
||||
[[structures]]
|
||||
label = "simple"
|
||||
alpha = [ 0.01, 0.27,]
|
||||
alphaStep = 0.005
|
||||
directions = [ [ 1.0, 0.0, 0.0,], [ 0.0, 0.0, 1.0,], [ 1.0, 1.0, 1.0,],]
|
||||
r0 = 1
|
||||
filletsEnabled = true
|
||||
pressureInlet = 1
|
||||
pressureOutlet = 0
|
||||
pressureInternal = 0
|
||||
velocityInlet = [ 0.0, 0.0, 0.0,]
|
||||
velocityInternal = [ 0.0, 0.0, 0.0,]
|
||||
density = 1000
|
||||
viscosity = 0.001
|
||||
scale = [ 1e-5, 1e-5, 1e-5,]
|
||||
|
||||
[[structures]]
|
||||
label = "bodyCentered"
|
||||
alpha = [ 0.01, 0.16,]
|
||||
alphaStep = 0.005
|
||||
directions = [ [ 1.0, 0.0, 0.0,], [ 0.0, 0.0, 1.0,], [ 1.0, 1.0, 1.0,],]
|
||||
r0 = 1
|
||||
filletsEnabled = true
|
||||
pressureInlet = 1
|
||||
pressureOutlet = 0
|
||||
pressureInternal = 0
|
||||
velocityInlet = [ 0.0, 0.0, 0.0,]
|
||||
velocityInternal = [ 0.0, 0.0, 0.0,]
|
||||
density = 1000
|
||||
viscosity = 0.001
|
||||
scale = [ 1e-5, 1e-5, 1e-5,]
|
||||
|
||||
[[structures]]
|
||||
label = "faceCentered"
|
||||
alpha = [ 0.01, 0.12,]
|
||||
alphaStep = 0.005
|
||||
directions = [ [ 1.0, 0.0, 0.0,], [ 0.0, 0.0, 1.0,], [ 1.0, 1.0, 1.0,],]
|
||||
r0 = 1
|
||||
filletsEnabled = true
|
||||
pressureInlet = 1
|
||||
pressureOutlet = 0
|
||||
pressureInternal = 0
|
||||
velocityInlet = [ 0.0, 0.0, 0.0,]
|
||||
velocityInternal = [ 0.0, 0.0, 0.0,]
|
||||
density = 1000
|
||||
viscosity = 0.001
|
||||
scale = [ 1e-5, 1e-5, 1e-5,]
|
||||
|
||||
[options]
|
||||
nprocs = 4
|
||||
stage = "shape"
|
||||
overwrite = false
|
||||
database = "anisotropy.db"
|
||||
build = "build"
|
||||
logs = "logs"
|
||||
shapefile = "shape.step"
|
||||
meshfile = "mesh.mesh"
|
Loading…
Reference in New Issue
Block a user