Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ce9a3064
Commit
ce9a3064
authored
Feb 15, 2010
by
Andrew Heather
Browse files
ENH: Updated porousExplicitSourceReactingParcelFoam verticalChannel tutorial case
parent
8f1a6aa0
Changes
4
Hide whitespace changes
Inline
Side-by-side
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/Allclean
View file @
ce9a3064
...
...
@@ -2,8 +2,9 @@
# Source tutorial clean functions
.
$WM_PROJECT_DIR
/bin/tools/CleanFunctions
# remove old time folders
rm
-rf
0
*
[
1-9]
*
processor
*
# remove old time and post-processing folders
rm
-rf
0
*
[
1-9]
*
processor
*
postProcessing
# copy 0.org to 0
cp
-r
0.org 0
...
...
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/constant/energySourceProperties
0 → 100644
View file @
ce9a3064
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object energySourcesProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
(
// none
);
// ************************************************************************* //
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/constant/
pointM
assSource
s
Properties
→
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/constant/
m
assSourceProperties
View file @
ce9a3064
...
...
@@ -11,15 +11,13 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object
pointM
assSourcesProperties;
object
m
assSourcesProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
active false;
pointSources
(
//none
//
none
);
// ************************************************************************* //
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/constant/momentumSourceProperties
0 → 100644
View file @
ce9a3064
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object momentumSourcesProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
(
// none
);
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment