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
e9dcc59c
Commit
e9dcc59c
authored
Dec 18, 2020
by
Mark Olesen
Browse files
STYLE: trim trailing space
parent
c5dece6a
Changes
8
Hide whitespace changes
Inline
Side-by-side
applications/test/multiWorld/chtMultiRegionSimpleFoam/run_fluid.sh
View file @
e9dcc59c
#!/bin/
ba
sh
#. /home/mattijs/OpenFOAM/OpenFOAM-plus.feature-localWorld/etc/bashrc
.
$WM_PROJECT_DIR
/etc/bashrc
#cd /home/mattijs/OpenFOAM/OpenFOAM-plus.feature-localWorld/applications/test/multiWorld/chtMultiRegionSimpleFoam
chtMultiRegionSimpleFoam
-case
./
fluid
-world
fluid 2>&1 |
tee
run_fluid.log
#!/bin/sh
cd
"
${
0
%/*
}
"
||
exit
# Run from this directory
#------------------------------------------------------------------------------
chtMultiRegionSimpleFoam
-case
fluid
-world
fluid 2>&1 |
tee
run_fluid.log
read
dummy
#------------------------------------------------------------------------------
applications/test/multiWorld/chtMultiRegionSimpleFoam/run_solid.sh
View file @
e9dcc59c
#!/bin/
ba
sh
.
$WM_PROJECT_DIR
/etc/bashrc
#
. /home/mattijs/OpenFOAM/OpenFOAM-plus.feature-localWorld/etc/bashrc
#cd /home/mattijs/OpenFOAM/OpenFOAM-plus.feature-localWorld/applications/test/multiWorld/chtMultiRegionSimpleFoam
chtMultiRegionSimpleFoam
-case
./
solid
-world
solid 2>&1 |
tee
run_solid.log
#!/bin/sh
cd
"
${
0
%/*
}
"
||
exit
# Run from this directory
#
------------------------------------------------------------------------------
chtMultiRegionSimpleFoam
-case
solid
-world
solid 2>&1 |
tee
run_solid.log
read
dummy
#------------------------------------------------------------------------------
src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedPatchFieldBase.C
View file @
e9dcc59c
...
...
@@ -84,7 +84,7 @@ void Foam::mappedPatchFieldBase<Type>::storeField
Pout
<<
"*** STORING :"
<<
" field:"
<<
fieldName
<<
" values:"
<<
flatOutput
(
subFld
)
<<
" as:"
<<
subObr
.
objectPath
()
<<
endl
;
<<
" as:"
<<
subObr
.
objectPath
()
<<
endl
;
}
mappedPatchBase
::
storeField
...
...
@@ -202,7 +202,7 @@ void Foam::mappedPatchFieldBase<Type>::initRetrieveField
<<
flatOutput
(
receiveFld
)
<<
" from:"
<<
flatOutput
(
fld
)
<<
" constructMap:"
<<
flatOutput
(
constructMap
)
<<
" as:"
<<
subObr
.
objectPath
()
<<
endl
;
<<
" as:"
<<
subObr
.
objectPath
()
<<
endl
;
}
mappedPatchBase
::
storeField
...
...
src/finiteVolume/fields/fvPatchFields/derived/mappedField/mappedPatchFieldBase.H
View file @
e9dcc59c
...
...
@@ -32,13 +32,14 @@ Description
area-weighted average.
Example usage:
\verbatim
{
field T; // default is same as fvPatchField
setAverage false;
average 1.0; // only if setAverage=true
interpolationScheme cellPoint; // default is cell
}
\endverbatim
\table
Property | Description | Required | Default
...
...
@@ -64,7 +65,7 @@ SourceFiles
namespace
Foam
{
// Forward
d
eclarations
// Forward
D
eclarations
class
mappedPatchBase
;
template
<
class
>
class
interpolation
;
class
mapDistribute
;
...
...
@@ -203,7 +204,7 @@ public:
//- Map optional weightField (given by name) onto *this patch
virtual
void
mappedWeightField
(
(
const
word
&
weightFieldName
,
tmp
<
scalarField
>&
thisWeights
,
tmp
<
scalarField
>&
nbrWeights
...
...
src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C
View file @
e9dcc59c
...
...
@@ -203,7 +203,7 @@ void Foam::mappedPatchBase::collectSamples
const
pointField
&
facePoints
,
pointField
&
samples
,
// All samples
labelList
&
patchFaceWorlds
,
// Per sample: wanted world
labelList
&
patchFaceProcs
,
// Per sample: originating processor
labelList
&
patchFaceProcs
,
// Per sample: originating processor
labelList
&
patchFaces
,
// Per sample: originating patchFace index
pointField
&
patchFc
// Per sample: originating centre
)
const
...
...
src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.H
View file @
e9dcc59c
...
...
@@ -312,7 +312,7 @@ protected:
// and project them onto the face-diagonal-decomposition triangles.
tmp
<
pointField
>
facePoints
(
const
polyPatch
&
)
const
;
//- Collect single list of samples and originating processor+face +
//- Collect single list of samples and originating processor+face +
// wanted world
void
collectSamples
(
...
...
src/optimisation/adjointOptimisation/adjoint/Make/files
View file @
e9dcc59c
...
...
@@ -92,10 +92,10 @@ $(NURBS)/NURBSbasis/NURBSbasis.C
$(NURBS)/NURBS3DCurve/NURBS3DCurve.C
$(NURBS)/NURBS3DSurface/NURBS3DSurface.C
NURBS3D=$(NURBS)/NURBS3DVolume
$(NURBS3D)/controlPointsDefinition/controlPointsDefinition/controlPointsDefinition.C
$(NURBS3D)/controlPointsDefinition/axisAligned/axisAligned.C
$(NURBS3D)/controlPointsDefinition/fromFile/fromFile.C
$(NURBS3D)/controlPointsDefinition/transformBox/transformBox.C
$(NURBS3D)/controlPointsDefinition/controlPointsDefinition/controlPointsDefinition.C
$(NURBS3D)/controlPointsDefinition/axisAligned/axisAligned.C
$(NURBS3D)/controlPointsDefinition/fromFile/fromFile.C
$(NURBS3D)/controlPointsDefinition/transformBox/transformBox.C
$(NURBS3D)/NURBS3DVolume/NURBS3DVolume.C
$(NURBS3D)/cartesian/NURBS3DVolumeCartesian.C
$(NURBS3D)/cylindrical/NURBS3DVolumeCylindrical.C
...
...
tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/controlDict
View file @
e9dcc59c
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v201
1
|
| \\ / O peration | Version: v201
2
|
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
...
...
@@ -53,7 +53,7 @@ functions
fieldMinMax
{
type fieldMinMax;
functionObjectLibs
(fieldFunctionObjects);
libs
(fieldFunctionObjects);
fields ( U p T);
mode magnitude;
writeControl timeStep;
...
...
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