mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: line endings and year
This commit is contained in:
@ -299,7 +299,10 @@ Foam::interpolation2DTable<Type>::wordToBoundsHandling
|
|||||||
{
|
{
|
||||||
WarningIn
|
WarningIn
|
||||||
(
|
(
|
||||||
"Foam::interpolation2DTable<Type>::wordToBoundsHandling(const word&)"
|
"Foam::interpolation2DTable<Type>::wordToBoundsHandling
|
||||||
|
"(
|
||||||
|
" const word&"
|
||||||
|
")"
|
||||||
) << "bad outOfBounds specifier " << bound << " using 'warn'" << endl;
|
) << "bad outOfBounds specifier " << bound << " using 'warn'" << endl;
|
||||||
|
|
||||||
return interpolation2DTable::WARN;
|
return interpolation2DTable::WARN;
|
||||||
|
|||||||
@ -25,8 +25,8 @@ Class
|
|||||||
Foam::interpolation2DTable
|
Foam::interpolation2DTable
|
||||||
|
|
||||||
Description
|
Description
|
||||||
2D table interpolation. The data must be in ascending order in both dimensions
|
2D table interpolation. The data must be in ascending order in both
|
||||||
x and y.
|
dimensions x and y.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
interpolation2DTable.C
|
interpolation2DTable.C
|
||||||
|
|||||||
@ -291,7 +291,8 @@ public:
|
|||||||
inline const word secondarySourceName() const;
|
inline const word secondarySourceName() const;
|
||||||
|
|
||||||
//- Return const access to the mapToMap Ptr
|
//- Return const access to the mapToMap Ptr
|
||||||
inline const autoPtr<meshToMesh> secondaryToPrimaryInterpPtr() const;
|
inline const autoPtr<meshToMesh>
|
||||||
|
secondaryToPrimaryInterpPtr() const;
|
||||||
|
|
||||||
//- Return const referenc to the mapRegion
|
//- Return const referenc to the mapRegion
|
||||||
inline const word mapRegionName() const;
|
inline const word mapRegionName() const;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2011 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2012-2012 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
|||||||
Reference in New Issue
Block a user