Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
abiyfantaye committed Mar 14, 2023
1 parent df7d6ba commit e86504a
Show file tree
Hide file tree
Showing 77 changed files with 23,238 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}
16 changes: 16 additions & 0 deletions openFOAM_code/OpenFOAM10/turbulentInflow/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"files.associations": {
"turbulentKineticEnergyFvPatchScalarFieldTemplates.C": "cpp",
"turbulentKineticEnergyFvPatchScalarField.C": "cpp",
"turbulentMeanInletFvPatchVectorField.C": "cpp",
"turbulentMeanInletFvPatchVectorFieldTemplates.C": "cpp",
"turbulentSEMInletFvPatchVectorField.C": "cpp",
"turbulentSEMInletFvPatchVectorFieldTemplates.C": "cpp",
"turbulentDFMInletFvPatchVectorField.C": "cpp",
"turbulentDFMInletFvPatchVectorFieldTemplates.C": "cpp",
"turbulentDFSEMInletFvPatchVectorFieldTemplates.C": "cpp",
"turbulentATSMInletFvPatchVectorFieldTemplates.C": "cpp",
"turbulentDFSEMInletFvPatchVectorField.C": "cpp",
"turbulentATSMInletFvPatchVectorField.C": "cpp"
}
}
19 changes: 19 additions & 0 deletions openFOAM_code/OpenFOAM10/turbulentInflow/Make/files
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
turbulentKineticEnergy/turbulentKineticEnergyFvPatchScalarField.C

turbulentMeanInlet/turbulentMeanInletFvPatchVectorField.C

turbulentDFMInlet/turbulentDFMInletFvPatchVectorField.C

turbulentSEMInlet/eddy/eddy.C
turbulentSEMInlet/eddy/eddyIO.C
turbulentSEMInlet/turbulentSEMInletFvPatchVectorField.C

turbulentATSMInlet/vorton/vorton.C
turbulentATSMInlet/vorton/vortonIO.C
turbulentATSMInlet/turbulentATSMInletFvPatchVectorField.C

turbulentDFSEMInlet/eddy/dfeddy.C
turbulentDFSEMInlet/eddy/dfeddyIO.C
turbulentDFSEMInlet/turbulentDFSEMInletFvPatchVectorField.C

LIB = $(FOAM_USER_LIBBIN)/libturbulentInflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
SOURCE += turbulentKineticEnergy/turbulentKineticEnergyFvPatchScalarField.C

SOURCE += turbulentMeanInlet/turbulentMeanInletFvPatchVectorField.C

SOURCE += turbulentDFMInlet/turbulentDFMInletFvPatchVectorField.C

SOURCE += turbulentSEMInlet/eddy/eddy.C
SOURCE += turbulentSEMInlet/eddy/eddyIO.C
SOURCE += turbulentSEMInlet/turbulentSEMInletFvPatchVectorField.C

SOURCE += turbulentATSMInlet/vorton/vorton.C
SOURCE += turbulentATSMInlet/vorton/vortonIO.C
SOURCE += turbulentATSMInlet/turbulentATSMInletFvPatchVectorField.C

SOURCE += turbulentDFSEMInlet/eddy/dfeddy.C
SOURCE += turbulentDFSEMInlet/eddy/dfeddyIO.C
SOURCE += turbulentDFSEMInlet/turbulentDFSEMInletFvPatchVectorField.C

LIB = $(FOAM_USER_LIBBIN)/libturbulentInflow

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions openFOAM_code/OpenFOAM10/turbulentInflow/Make/options
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude

LIB_LIBS = \
-lOpenFOAM \
-ltriSurface \
-lmeshTools \
-lfiniteVolume
1 change: 1 addition & 0 deletions openFOAM_code/OpenFOAM10/turbulentInflow/lnInclude/eddy.C
1 change: 1 addition & 0 deletions openFOAM_code/OpenFOAM10/turbulentInflow/lnInclude/eddy.H
1 change: 1 addition & 0 deletions openFOAM_code/OpenFOAM10/turbulentInflow/lnInclude/eddyI.H
Loading

0 comments on commit e86504a

Please sign in to comment.