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
012dc7ec
Commit
012dc7ec
authored
Jul 05, 2011
by
Henry
Browse files
Changes to keep clang happy.
parent
4c8b4d41
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/pimpleFoam/SRFPimpleFoam/pEqn.H
View file @
012dc7ec
volScalarField
rAUrel
=
1
.
0
/
UrelEqn
().
A
();
volScalarField
rAUrel
(
1
.
0
/
UrelEqn
().
A
()
)
;
Urel
=
rAUrel
*
UrelEqn
().
H
();
if
(
pimple
.
nCorr
()
<=
1
)
...
...
src/finiteVolume/fields/fvPatchFields/derived/fanPressure/fanPressureFvPatchScalarField.H
View file @
012dc7ec
...
...
@@ -83,10 +83,8 @@ class fanPressureFvPatchScalarField
:
public
totalPressureFvPatchScalarField
{
// Private data
//- Tabulated fan curve
interpolationTable
<
scalar
>
fanCurve_
;
public:
//- Fan flow direction
enum
fanFlowDirection
...
...
@@ -97,6 +95,13 @@ class fanPressureFvPatchScalarField
static
const
NamedEnum
<
fanFlowDirection
,
2
>
fanFlowDirectionNames_
;
private:
// Private data
//- Tabulated fan curve
interpolationTable
<
scalar
>
fanCurve_
;
//- Direction of flow through the fan relative to patch
fanFlowDirection
direction_
;
...
...
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