Skip to content
GitLab
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
4260b8bf
Commit
4260b8bf
authored
Oct 22, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Oct 22, 2019
Browse files
STYLE: mixed BC should mention refGradient instead of refGrad
parent
1f49dfe0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C
View file @
4260b8bf
...
...
@@ -56,6 +56,7 @@ Foam::mixedFvPatchField<Type>::mixedFvPatchField
refGrad_
(
"refGradient"
,
dict
,
p
.
size
()),
valueFraction_
(
"valueFraction"
,
dict
,
p
.
size
())
{
// Could also check/clip fraction to 0-1 range
evaluate
();
}
...
...
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H
View file @
4260b8bf
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd |
\\ / A nd |
Copyright (C) 2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2017 OpenFOAM Foundation
...
...
@@ -44,18 +44,17 @@ Description
\vartable
x_p | patch values
x_c | patch internal cell values
w | weight field
\Delta| inverse distance from face centre to internal cell centre
w | weighting (0-1)
w | weighting
values
(0-1)
\endvartable
Usage
\table
Property | Description | Required
| Default
value
valueFraction | weight field
| yes
|
ref
Value | fixed value
| yes
|
refGrad | patch normal gradient | yes
|
Property | Description
| Required | Default
refValue | fixed value
| yes |
ref
Gradient | patch normal gradient
| yes |
valueFraction | value weighting (0-1)
| yes
|
\endtable
Note
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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