Skip to content

Commit

Permalink
Simplified reactingDyMFoam solver
Browse files Browse the repository at this point in the history
  • Loading branch information
tgvoskuilen committed Mar 7, 2014
1 parent c233aa1 commit 9425eb3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 204 deletions.
2 changes: 1 addition & 1 deletion dynamicRefineBalancedFvMesh/dynamicRefineBalancedFvMesh.C
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 Tyler Voskuilen
\\ / A nd | Copyright (C) 2014 Tyler Voskuilen
\\/ M anipulation |
-------------------------------------------------------------------------------
License
Expand Down
2 changes: 1 addition & 1 deletion dynamicRefineBalancedFvMesh/dynamicRefineBalancedFvMesh.H
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 Tyler Voskuilen
\\ / A nd | Copyright (C) 2014 Tyler Voskuilen
\\/ M anipulation |
-------------------------------------------------------------------------------
License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2014 Tyler Voskuilen
\\/ M anipulation |
-------------------------------------------------------------------------------
License
Expand Down
36 changes: 0 additions & 36 deletions testCase/reactingDyMFoam/EEqn.H

This file was deleted.

4 changes: 3 additions & 1 deletion testCase/reactingDyMFoam/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ EXE_INC = \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/combustionModels/lnInclude \
-I$(LIB_SRC)/dynamicFvMesh/lnInclude
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
-I$(WM_PROJECT_DIR)/applications/solvers/combustion/reactingFoam


EXE_LIBS = \
-lcompressibleTurbulenceModel \
Expand Down
21 changes: 0 additions & 21 deletions testCase/reactingDyMFoam/UEqn.H

This file was deleted.

53 changes: 0 additions & 53 deletions testCase/reactingDyMFoam/YEqn.H

This file was deleted.

90 changes: 0 additions & 90 deletions testCase/reactingDyMFoam/pEqn.H

This file was deleted.

0 comments on commit 9425eb3

Please sign in to comment.