Skip to content
Snippets Groups Projects
Commit cc7da2af authored by Matthias Arnoldi's avatar Matthias Arnoldi
Browse files

Values Fixed

parent 0c77cebd
No related branches found
No related tags found
No related merge requests found
...@@ -28,13 +28,13 @@ boundaryField ...@@ -28,13 +28,13 @@ boundaryField
inlet_one inlet_one
{ {
type fixedValue; type fixedValue;
value uniform (0.6 0 0); value uniform (0.3 0 0);
} }
inlet_two inlet_two
{ {
type fixedValue; type fixedValue;
value uniform (0 -0.3 0); value uniform (0 -0.6 0);
} }
outlet outlet
......
...@@ -22,7 +22,7 @@ startTime 0; ...@@ -22,7 +22,7 @@ startTime 0;
stopAt endTime; stopAt endTime;
endTime 120; endTime 300;
deltaT 0.05; deltaT 0.05;
......
...@@ -28,18 +28,20 @@ boundaryField ...@@ -28,18 +28,20 @@ boundaryField
inlet_one inlet_one
{ {
type fixedValue; type fixedValue;
value uniform (0.6 0 0); value uniform (0.3 0 0);
} }
inlet_two inlet_two
{ {
type fixedValue; type fixedValue;
value uniform (0 -0.3 0); value uniform (0 -0.6 0);
} }
outlet outlet
{ {
type zeroGradient; type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
} }
} }
......
...@@ -28,7 +28,7 @@ deltaT 0.05; ...@@ -28,7 +28,7 @@ deltaT 0.05;
writeControl timeStep; writeControl timeStep;
writeInterval 100; writeInterval 40;
purgeWrite 0; purgeWrite 0;
......
This diff is collapsed.
File added
# 1 "Make/options"
# 1 "<eingebaut>"
# 1 "<Kommandozeile>"
# 8 "<Kommandozeile>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 17 "/usr/include/stdc-predef.h" 3 4
# 8 "<Kommandozeile>" 2
# 1 "Make/options"
EXE_INC = -I$(LIB_SRC)/finiteVolume/lnInclude -I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = -lfiniteVolume -lmeshTools
SOURCE = \
icoFoamSolver.C
EXE = $(FOAM_USER_APPBIN)/icoFoamSolverA3
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment