Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ad09456c
Commit
ad09456c
authored
Jun 20, 2008
by
h.weller@opencfd.co.uk
Committed by
graham
Jun 20, 2008
Browse files
Added acceleration
parent
db0cd2b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/dimensionSet/dimensionSets.C
View file @
ad09456c
...
...
@@ -46,6 +46,7 @@ const Foam::dimensionSet Foam::dimDensity(1, -3, 0, 0, 0, 0, 0);
const
Foam
::
dimensionSet
Foam
::
dimForce
(
1
,
1
,
-
2
,
0
,
0
,
0
,
0
);
const
Foam
::
dimensionSet
Foam
::
dimVelocity
(
0
,
1
,
-
1
,
0
,
0
,
0
,
0
);
const
Foam
::
dimensionSet
Foam
::
dimAcceleration
(
0
,
1
,
-
2
,
0
,
0
,
0
,
0
);
const
Foam
::
dimensionSet
Foam
::
dimPressure
(
1
,
-
1
,
-
2
,
0
,
0
,
0
,
0
);
const
Foam
::
dimensionSet
Foam
::
dimGasConstant
(
0
,
2
,
-
2
,
-
1
,
0
,
0
,
0
);
const
Foam
::
dimensionSet
Foam
::
dimSpecificHeatCapacity
(
0
,
2
,
-
2
,
-
1
,
0
,
0
,
0
);
...
...
src/OpenFOAM/dimensionSet/dimensionSets.H
View file @
ad09456c
...
...
@@ -62,6 +62,7 @@ extern const dimensionSet dimDensity;
extern
const
dimensionSet
dimForce
;
extern
const
dimensionSet
dimVelocity
;
extern
const
dimensionSet
dimAcceleration
;
extern
const
dimensionSet
dimPressure
;
extern
const
dimensionSet
dimGasConstant
;
extern
const
dimensionSet
dimSpecificHeatCapacity
;
...
...
Write
Preview
Markdown
is supported
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