Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openfoam
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
334
Issues
334
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
openfoam
Commits
b244cd1b
Commit
b244cd1b
authored
Jun 29, 2020
by
Andrew Heather
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into develop
parents
d1dae159
51dd8f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/functionObjects/field/heatTransferCoeff/heatTransferCoeffModels/ReynoldsAnalogy/ReynoldsAnalogy.C
...heatTransferCoeffModels/ReynoldsAnalogy/ReynoldsAnalogy.C
+2
-2
No files found.
src/functionObjects/field/heatTransferCoeff/heatTransferCoeffModels/ReynoldsAnalogy/ReynoldsAnalogy.C
View file @
b244cd1b
...
...
@@ -81,10 +81,10 @@ Foam::heatTransferCoeffModels::ReynoldsAnalogy::Cp(const label patchi) const
const
label
n
=
mesh_
.
boundary
()[
patchi
].
size
();
return
tmp
<
Field
<
scalar
>>::
New
(
n
,
CpRef_
);
}
else
if
(
mesh_
.
foundObject
<
fluidThermo
>
(
fluidThermo
::
type
Name
))
else
if
(
mesh_
.
foundObject
<
fluidThermo
>
(
fluidThermo
::
dict
Name
))
{
const
fluidThermo
&
thermo
=
mesh_
.
lookupObject
<
fluidThermo
>
(
fluidThermo
::
type
Name
);
mesh_
.
lookupObject
<
fluidThermo
>
(
fluidThermo
::
dict
Name
);
const
scalarField
&
pp
=
thermo
.
p
().
boundaryField
()[
patchi
];
const
scalarField
&
Tp
=
thermo
.
T
().
boundaryField
()[
patchi
];
...
...
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