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
e385e603
Commit
e385e603
authored
Dec 07, 2010
by
mattijs
Browse files
STYLE: selfContainedDirectMapped : line length
parent
68408e68
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/selfContainedDirectMapped/selfContainedDirectMappedFixedValueFvPatchField.C
View file @
e385e603
...
...
@@ -35,7 +35,8 @@ namespace Foam
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
template
<
class
Type
>
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
(
const
fvPatch
&
p
,
const
DimensionedField
<
Type
,
volMesh
>&
iF
...
...
@@ -51,7 +52,8 @@ selfContainedDirectMappedFixedValueFvPatchField<Type>::selfContainedDirectMapped
template
<
class
Type
>
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
(
const
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>&
ptf
,
const
fvPatch
&
p
,
...
...
@@ -129,7 +131,8 @@ selfContainedDirectMappedFixedValueFvPatchField
template
<
class
Type
>
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
(
const
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>&
ptf
)
...
...
@@ -144,7 +147,8 @@ selfContainedDirectMappedFixedValueFvPatchField<Type>::selfContainedDirectMapped
template
<
class
Type
>
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
selfContainedDirectMappedFixedValueFvPatchField
(
const
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>&
ptf
,
const
DimensionedField
<
Type
,
volMesh
>&
iF
...
...
@@ -277,7 +281,8 @@ void selfContainedDirectMappedFixedValueFvPatchField<Type>::updateCoeffs()
{
FatalErrorIn
(
"void selfContainedDirectMappedFixedValueFvPatchField<Type>::"
"void "
"selfContainedDirectMappedFixedValueFvPatchField<Type>::"
"updateCoeffs()"
)
<<
"Unable to find sample patch "
<<
samplePatch
()
<<
" in region "
<<
sampleRegion
()
...
...
@@ -320,9 +325,10 @@ void selfContainedDirectMappedFixedValueFvPatchField<Type>::updateCoeffs()
{
FatalErrorIn
(
"selfContainedDirectMappedFixedValueFvPatchField<Type>::updateCoeffs()"
)
<<
"Unknown sampling mode: "
<<
mode
()
<<
nl
<<
abort
(
FatalError
);
"selfContainedDirectMappedFixedValueFvPatchField<Type>::"
"updateCoeffs()"
)
<<
"Unknown sampling mode: "
<<
mode
()
<<
nl
<<
abort
(
FatalError
);
}
}
...
...
@@ -360,7 +366,8 @@ void selfContainedDirectMappedFixedValueFvPatchField<Type>::updateCoeffs()
template
<
class
Type
>
void
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
write
(
Ostream
&
os
)
const
void
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>::
write
(
Ostream
&
os
)
const
{
fvPatchField
<
Type
>::
write
(
os
);
directMappedPatchBase
::
write
(
os
);
...
...
src/finiteVolume/fields/fvPatchFields/derived/selfContainedDirectMapped/selfContainedDirectMappedFixedValueFvPatchField.H
View file @
e385e603
...
...
@@ -126,7 +126,8 @@ public:
const
word
&
interpolationScheme
);
//- Construct by mapping given selfContainedDirectMappedFixedValueFvPatchField
//- Construct by mapping given
// selfContainedDirectMappedFixedValueFvPatchField
// onto a new patch
selfContainedDirectMappedFixedValueFvPatchField
(
...
...
@@ -147,7 +148,10 @@ public:
{
return
tmp
<
fvPatchField
<
Type
>
>
(
new
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>
(
*
this
)
new
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>
(
*
this
)
);
}
...
...
@@ -166,7 +170,11 @@ public:
{
return
tmp
<
fvPatchField
<
Type
>
>
(
new
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>
(
*
this
,
iF
)
new
selfContainedDirectMappedFixedValueFvPatchField
<
Type
>
(
*
this
,
iF
)
);
}
...
...
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