New olaflow run processus, includeing paddle boundary condition

This commit is contained in:
Edgar P. Burkhart 2022-04-11 16:06:36 +02:00
parent 1506fd06a1
commit 02c8586672
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
12 changed files with 2671 additions and 20 deletions

View file

@ -18,6 +18,7 @@ FoamFile
defaultFieldValues
(
volScalarFieldValue alpha.water 0
volVectorFieldValue U (0 0 0)
volScalarFieldValue porosityIndex 0
);
@ -32,6 +33,15 @@ regions
volScalarFieldValue alpha.water 1
);
}
boxToCell
{
box (-100 0 0) (-100 1 1);
fieldValues
(
volVectorFieldValue U (1 0 0)
);
}
surfaceToCell
{
file "./constant/triSurface/poro.stl";