From 6986a95c3a3729b564492eb03beed1d523ef2b31 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 28 Jul 2010 12:49:22 +0100 Subject: [PATCH 1/5] COMP: moved files --- debian/changelog | 11 ----- debian/compat | 1 - debian/control | 19 --------- debian/copyright | 30 ------------- debian/docs | 0 debian/postinst | 48 --------------------- debian/rules | 109 ----------------------------------------------- 7 files changed, 218 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100755 debian/postinst delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 42676cb62e9..00000000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -openfoam170 (0-1ubuntu1) lucid; urgency=low - - * some change - - -- opencfd <opencfd@hunt-vm64> Wed, 14 Jul 2010 10:44:35 +0100 - -openfoam170 (0-1) unstable; urgency=low - - * Initial release - - -- OpenCFD Ltd. <patches@opencfd.co.uk> Mon, 14 Jun 2010 16:50:46 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011eb73..00000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index c5957a03ec2..00000000000 --- a/debian/control +++ /dev/null @@ -1,19 +0,0 @@ -Source: openfoam170 -Section: optional -Priority: optional -Maintainer: OpenCFD Ltd. <patches@opencfd.co.uk> -Build-Depends: debhelper (>= 7), quilt -Standards-Version: 3.8.4 -Homepage: http://www.openfoam.com - -Package: openfoam170 -Architecture: any -Depends: csh,g++,${shlibs:Depends}, ${misc:Depends},binutils-dev,flex,libscotch-dev,libopenmpi-dev,libxt-dev,openmpi-bin -Description: OpenFOAM - OpenFOAM is a free, open source CFD software package produced by a - commercial company, OpenCFD Ltd. It has a large user base across - most areas of engineering and science, from both commercial and academic - organisations. OpenFOAM has an extensive range of features to solve - anything from complex fluid flows involving chemical reactions, turbulence - and heat transfer, to solid dynamics and electromagnetics. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 32d2cc7ff8a..00000000000 --- a/debian/copyright +++ /dev/null @@ -1,30 +0,0 @@ -This work was packaged for Debian by: - - OpenCFD Ltd. <patches@opencfd.co.uk> on Mon, 14 Jun 2010 16:50:46 +0100 - -Copyright: - - Copyright (C) 1991-2010 OpenCFD Ltd. - -License: - - This file is part of OpenFOAM. - - OpenFOAM is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - OpenFOAM is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - - You should have received a copy of the GNU General Public License - along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. - -The Debian packaging is: - - Copyright (C) 2010 OpenCFD Ltd. <patches@opencfd.co.uk> - - and is licensed under the GPL version 3 diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index f4a492c84a0..00000000000 --- a/debian/postinst +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh -# postinst script for OpenFOAM -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <postinst> `configure' <most-recently-configured-version> -# * <old-postinst> `abort-upgrade' <new version> -# * <conflictor's-postinst> `abort-remove' `in-favour' <package> -# <new-version> -# * <postinst> `abort-remove' -# * <deconfigured's-postinst> `abort-deconfigure' `in-favour' -# <failed-install-package> <version> `removing' -# <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - #echo "** postinst called with $*" - echo "" - echo "** To use OpenFOAM please add" - echo "**" - echo "** . /opt/openfoam170/etc/bashrc" - echo "**" - echo "** To your ~/.bashrc" - echo "" - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 9b678d8ad44..00000000000 --- a/debian/rules +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/make -f -#-*- makefile -*- -# After debian/rules from less package - -include /usr/share/quilt/quilt.make - -# Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 - -# This is the debhelper compatibility version to use. - -#DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -#DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -#ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) -#CONFARGS= --host=$(DEB_HOST_GNU_TYPE) -#endif -# -#CFLAGS = -Wall -g #-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -# -#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -#CFLAGS += -O0 -#else -#CFLAGS += -O2 -#endif - -DEB_BUILD_ARCH_BITS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS) -foamArch= -ifeq ($(DEB_BUILD_ARCH_BITS),64) -foamArch=linux64GccDPOpt -else -foamArch=linuxGccDPOpt -endif - -packageName = $(shell dh_listpackages) -installDir = debian/$(packageName)/opt/$(packageName) -paraviewInstallDir = /opt/paraviewopenfoam380 - -DEB_DH_SHLIBDEPS_ARGS=-L$(installDir)/lib/$(foamArch) - -build: patch build-stamp -build-stamp: - dh_testdir - - # Add here commands to compile the package. - #./Allwmake - - touch build-stamp - -clean: unpatch - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - #./Allwclean - #set - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - - # Install source files into debian/. - install -d $(installDir) - tar cf - `bin/foamSourceFiles .` | (cd $(installDir); tar xfp -) - (cd $(installDir); bin/tools/foamConfigurePaths --foamInstall /opt --projectName $(packageName) --paraviewInstall $(paraviewInstallDir) ) - - # Install binary files into debian/. - tar cf - `bin/foamBinDirs . $(foamArch)` | (cd $(installDir); tar xfp -) - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installdebconf - dh_installdocs - dh_installexamples - dh_installmenu -# dh_installemacsen -# dh_installinit - dh_installmime - dh_installcron - #dh_installman debian/lesspipe.1 - #dh_undocumented - dh_installchangelogs - #dh_link - #dh_strip - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps -- --ignore-missing-info #We depend on vtk libs without info - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary -- GitLab From d79237597e6f2324c69161af80b2e360e54a496c Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Wed, 28 Jul 2010 13:31:46 +0100 Subject: [PATCH 2/5] STYLE: Fixing code style requirements for all src. --- src/ODE/ODE/ODE.H | 2 +- src/ODE/ODESolvers/KRR4/KRR4.C | 2 +- src/ODE/ODESolvers/KRR4/KRR4.H | 2 +- src/ODE/ODESolvers/ODESolver/ODESolver.C | 2 +- src/ODE/ODESolvers/ODESolver/ODESolver.H | 2 +- src/ODE/ODESolvers/ODESolver/ODESolverNew.C | 2 +- src/ODE/ODESolvers/RK/RK.C | 2 +- src/ODE/ODESolvers/RK/RK.H | 2 +- src/ODE/ODESolvers/SIBS/SIBS.C | 2 +- src/ODE/ODESolvers/SIBS/SIBS.H | 2 +- src/ODE/ODESolvers/SIBS/SIMPR.C | 2 +- src/ODE/ODESolvers/SIBS/polyExtrapolate.C | 2 +- src/OSspecific/POSIX/POSIX.C | 2 +- src/OSspecific/POSIX/POSIX.H | 2 +- src/OSspecific/POSIX/clockTime/clockTime.C | 2 +- src/OSspecific/POSIX/clockTime/clockTime.H | 2 +- src/OSspecific/POSIX/cpuTime/cpuTime.C | 2 +- src/OSspecific/POSIX/cpuTime/cpuTime.H | 2 +- src/OSspecific/POSIX/dummyPrintStack.C | 2 +- src/OSspecific/POSIX/fileStat.C | 2 +- src/OSspecific/POSIX/fileStat.H | 2 +- src/OSspecific/POSIX/printStack.C | 2 +- src/OSspecific/POSIX/regExp.C | 2 +- src/OSspecific/POSIX/regExp.H | 2 +- src/OSspecific/POSIX/signals/sigFpe.C | 2 +- src/OSspecific/POSIX/signals/sigFpe.H | 2 +- src/OSspecific/POSIX/signals/sigInt.C | 2 +- src/OSspecific/POSIX/signals/sigInt.H | 2 +- src/OSspecific/POSIX/signals/sigQuit.C | 2 +- src/OSspecific/POSIX/signals/sigQuit.H | 2 +- src/OSspecific/POSIX/signals/sigSegv.C | 2 +- src/OSspecific/POSIX/signals/sigSegv.H | 2 +- src/OSspecific/POSIX/timer.C | 2 +- src/OSspecific/POSIX/timer.H | 2 +- .../algorithms/MeshWave/FaceCellWave.C | 2 +- .../algorithms/MeshWave/FaceCellWave.H | 2 +- .../algorithms/MeshWave/FaceCellWaveName.C | 2 +- src/OpenFOAM/algorithms/MeshWave/MeshWave.C | 2 +- src/OpenFOAM/algorithms/MeshWave/MeshWave.H | 2 +- .../algorithms/MeshWave/MeshWaveName.C | 2 +- src/OpenFOAM/algorithms/subCycle/subCycle.H | 2 +- .../Dictionaries/Dictionary/Dictionary.C | 2 +- .../Dictionaries/Dictionary/Dictionary.H | 2 +- .../DictionaryBase/DictionaryBase.C | 2 +- .../DictionaryBase/DictionaryBase.H | 2 +- .../DictionaryBase/DictionaryBaseIO.C | 2 +- .../PtrDictionary/PtrDictionary.C | 2 +- .../PtrDictionary/PtrDictionary.H | 2 +- .../Dictionaries/UDictionary/UDictionary.C | 2 +- .../Dictionaries/UDictionary/UDictionary.H | 2 +- .../UPtrDictionary/UPtrDictionary.C | 2 +- .../UPtrDictionary/UPtrDictionary.H | 2 +- .../HashTables/HashPtrTable/HashPtrTable.C | 2 +- .../HashTables/HashPtrTable/HashPtrTable.H | 2 +- .../HashTables/HashPtrTable/HashPtrTableIO.C | 2 +- .../containers/HashTables/HashSet/HashSet.C | 2 +- .../containers/HashTables/HashSet/HashSet.H | 2 +- .../HashTables/HashTable/HashTable.C | 2 +- .../HashTables/HashTable/HashTable.H | 2 +- .../HashTables/HashTable/HashTableCore.C | 2 +- .../HashTables/HashTable/HashTableI.H | 2 +- .../HashTables/HashTable/HashTableIO.C | 2 +- src/OpenFOAM/containers/HashTables/Map/Map.H | 2 +- .../containers/HashTables/PtrMap/PtrMap.H | 2 +- .../StaticHashTable/StaticHashTable.C | 2 +- .../StaticHashTable/StaticHashTable.H | 2 +- .../StaticHashTable/StaticHashTableCore.C | 2 +- .../StaticHashTable/StaticHashTableI.H | 2 +- .../StaticHashTable/StaticHashTableIO.C | 2 +- .../containers/Identifiers/Keyed/Keyed.H | 2 +- .../containers/Identifiers/Keyed/KeyedI.H | 2 +- .../LinkedLists/accessTypes/ILList/ILList.C | 2 +- .../LinkedLists/accessTypes/ILList/ILList.H | 2 +- .../LinkedLists/accessTypes/ILList/ILListIO.C | 2 +- .../LinkedLists/accessTypes/LList/LList.C | 2 +- .../LinkedLists/accessTypes/LList/LList.H | 2 +- .../LinkedLists/accessTypes/LList/LListIO.C | 2 +- .../accessTypes/LPtrList/LPtrList.C | 2 +- .../accessTypes/LPtrList/LPtrList.H | 2 +- .../accessTypes/LPtrList/LPtrListIO.C | 2 +- .../LinkedLists/accessTypes/UILList/UILList.C | 2 +- .../LinkedLists/accessTypes/UILList/UILList.H | 2 +- .../accessTypes/UILList/UILListIO.C | 2 +- .../linkTypes/DLListBase/DLListBase.C | 2 +- .../linkTypes/DLListBase/DLListBase.H | 2 +- .../linkTypes/DLListBase/DLListBaseI.H | 2 +- .../linkTypes/SLListBase/SLListBase.C | 2 +- .../linkTypes/SLListBase/SLListBase.H | 2 +- .../linkTypes/SLListBase/SLListBaseI.H | 2 +- .../containers/LinkedLists/user/DLList.H | 2 +- .../containers/LinkedLists/user/DLPtrList.H | 2 +- .../containers/LinkedLists/user/FIFOStack.H | 2 +- .../containers/LinkedLists/user/IDLList.H | 2 +- .../containers/LinkedLists/user/ISLList.H | 2 +- .../containers/LinkedLists/user/LIFOStack.H | 2 +- .../containers/LinkedLists/user/SLList.H | 2 +- .../containers/LinkedLists/user/SLPtrList.H | 2 +- .../containers/LinkedLists/user/UIDLList.H | 2 +- .../Lists/BiIndirectList/BiIndirectList.H | 2 +- .../Lists/BiIndirectList/BiIndirectListI.H | 2 +- .../Lists/CompactListList/CompactListList.C | 2 +- .../Lists/CompactListList/CompactListList.H | 2 +- .../Lists/CompactListList/CompactListListI.H | 2 +- .../Lists/CompactListList/CompactListListIO.C | 8 +- .../Lists/DynamicList/DynamicList.C | 2 +- .../Lists/DynamicList/DynamicListI.H | 2 +- .../containers/Lists/FixedList/FixedList.C | 2 +- .../containers/Lists/FixedList/FixedList.H | 2 +- .../containers/Lists/FixedList/FixedListI.H | 2 +- .../containers/Lists/FixedList/FixedListIO.C | 2 +- .../containers/Lists/Histogram/Histogram.C | 2 +- .../containers/Lists/Histogram/Histogram.H | 2 +- .../Lists/IndirectList/IndirectList.H | 2 +- .../Lists/IndirectList/IndirectListI.H | 2 +- src/OpenFOAM/containers/Lists/List/List.C | 2 +- src/OpenFOAM/containers/Lists/List/ListIO.C | 2 +- .../containers/Lists/List/ListLoopM.H | 2 +- .../Lists/ListListOps/ListListOps.C | 2 +- .../Lists/ListListOps/ListListOps.H | 2 +- .../containers/Lists/PackedList/PackedList.C | 2 +- .../containers/Lists/PackedList/PackedList.H | 13 +- .../containers/Lists/PackedList/PackedListI.H | 2 +- .../Lists/PackedList/PackedListName.C | 2 +- .../containers/Lists/PtrList/PtrList.C | 2 +- .../containers/Lists/PtrList/PtrList.H | 2 +- .../containers/Lists/PtrList/PtrListI.H | 2 +- .../containers/Lists/PtrList/PtrListIO.C | 2 +- .../Lists/SortableList/ParSortableList.C | 2 +- .../Lists/SortableList/ParSortableList.H | 2 +- .../Lists/SortableList/ParSortableListName.C | 2 +- .../Lists/SortableList/SortableList.C | 2 +- .../Lists/SortableList/SortableList.H | 2 +- .../containers/Lists/SubList/SubList.H | 2 +- .../containers/Lists/SubList/SubListI.H | 2 +- .../Lists/UIndirectList/UIndirectList.H | 2 +- .../Lists/UIndirectList/UIndirectListI.H | 2 +- .../Lists/UIndirectList/UIndirectListIO.C | 2 +- src/OpenFOAM/containers/Lists/UList/UList.C | 2 +- src/OpenFOAM/containers/Lists/UList/UList.H | 2 +- src/OpenFOAM/containers/Lists/UList/UListI.H | 2 +- src/OpenFOAM/containers/Lists/UList/UListIO.C | 2 +- .../containers/Lists/UPtrList/UPtrList.C | 2 +- .../containers/Lists/UPtrList/UPtrList.H | 2 +- .../containers/Lists/UPtrList/UPtrListI.H | 2 +- .../containers/Lists/UPtrList/UPtrListIO.C | 2 +- src/OpenFOAM/containers/NamedEnum/NamedEnum.C | 2 +- src/OpenFOAM/containers/NamedEnum/NamedEnum.H | 2 +- src/OpenFOAM/db/Callback/Callback.C | 2 +- src/OpenFOAM/db/Callback/Callback.H | 2 +- .../db/CallbackRegistry/CallbackRegistry.C | 2 +- .../db/CallbackRegistry/CallbackRegistry.H | 2 +- .../CallbackRegistry/CallbackRegistryName.C | 2 +- src/OpenFOAM/db/IOobject/IOobject.C | 2 +- src/OpenFOAM/db/IOobject/IOobject.H | 2 +- src/OpenFOAM/db/IOobject/IOobjectI.H | 32 ++- src/OpenFOAM/db/IOobject/IOobjectIO.C | 2 +- src/OpenFOAM/db/IOobject/IOobjectReadHeader.C | 2 +- .../db/IOobject/IOobjectWriteHeader.C | 2 +- src/OpenFOAM/db/IOobjectList/IOobjectList.C | 2 +- src/OpenFOAM/db/IOobjectList/IOobjectList.H | 2 +- src/OpenFOAM/db/IOobjects/IOField/IOField.C | 2 +- src/OpenFOAM/db/IOobjects/IOField/IOField.H | 2 +- src/OpenFOAM/db/IOobjects/IOList/IOList.C | 2 +- src/OpenFOAM/db/IOobjects/IOList/IOList.H | 2 +- src/OpenFOAM/db/IOobjects/IOMap/IOMap.C | 2 +- src/OpenFOAM/db/IOobjects/IOMap/IOMap.H | 2 +- src/OpenFOAM/db/IOobjects/IOMap/IOMapName.C | 2 +- .../db/IOobjects/IOPtrList/IOPtrList.C | 2 +- .../db/IOobjects/IOPtrList/IOPtrList.H | 2 +- .../db/IOobjects/IOdictionary/IOdictionary.C | 2 +- .../db/IOobjects/IOdictionary/IOdictionary.H | 2 +- .../IOobjects/IOdictionary/IOdictionaryIO.C | 2 +- src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C | 2 +- src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H | 2 +- src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C | 2 +- src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H | 2 +- src/OpenFOAM/db/IOstreams/IOstreams.C | 2 +- src/OpenFOAM/db/IOstreams/IOstreams.H | 2 +- src/OpenFOAM/db/IOstreams/IOstreams/INew.H | 2 +- src/OpenFOAM/db/IOstreams/IOstreams/IOmanip.H | 2 +- .../db/IOstreams/IOstreams/IOstream.C | 2 +- .../db/IOstreams/IOstreams/IOstream.H | 2 +- .../db/IOstreams/IOstreams/InfoProxy.H | 2 +- src/OpenFOAM/db/IOstreams/IOstreams/Istream.C | 2 +- src/OpenFOAM/db/IOstreams/IOstreams/Istream.H | 2 +- src/OpenFOAM/db/IOstreams/IOstreams/Ostream.C | 2 +- src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/IPstream.H | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/OPstream.H | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H | 2 +- .../db/IOstreams/Pstreams/PstreamBuffers.C | 2 +- .../db/IOstreams/Pstreams/PstreamBuffers.H | 2 +- .../Pstreams/PstreamCombineReduceOps.H | 2 +- .../db/IOstreams/Pstreams/PstreamReduceOps.H | 2 +- .../db/IOstreams/Pstreams/UIPstream.C | 2 +- .../db/IOstreams/Pstreams/UIPstream.H | 2 +- .../db/IOstreams/Pstreams/UOPstream.C | 2 +- .../db/IOstreams/Pstreams/UOPstream.H | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H | 2 +- .../IOstreams/Pstreams/UPstreamCommsStruct.C | 2 +- .../IOstreams/Pstreams/combineGatherScatter.C | 2 +- src/OpenFOAM/db/IOstreams/Pstreams/exchange.C | 2 +- .../db/IOstreams/Pstreams/gatherScatter.C | 2 +- .../db/IOstreams/Pstreams/gatherScatterList.C | 2 +- src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C | 2 +- src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H | 2 +- .../db/IOstreams/Sstreams/ISstreamI.H | 2 +- src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C | 2 +- src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H | 2 +- .../db/IOstreams/Sstreams/OSstreamI.H | 2 +- .../db/IOstreams/Sstreams/SstreamsPrint.C | 2 +- .../db/IOstreams/Sstreams/chkStream.C | 2 +- .../db/IOstreams/Sstreams/prefixOSstream.C | 2 +- .../db/IOstreams/Sstreams/prefixOSstream.H | 2 +- .../db/IOstreams/Sstreams/readHexLabel.C | 2 +- .../db/IOstreams/Sstreams/readHexLabel.H | 2 +- src/OpenFOAM/db/IOstreams/Sstreams/state.C | 2 +- .../IOstreams/StringStreams/IStringStream.H | 2 +- .../IOstreams/StringStreams/OStringStream.H | 2 +- .../StringStreams/StringStreamsPrint.C | 2 +- src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C | 2 +- src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H | 2 +- .../db/IOstreams/hashes/OSHA1stream.H | 2 +- .../db/IOstreams/token/CompoundToken.H | 2 +- src/OpenFOAM/db/IOstreams/token/token.C | 2 +- src/OpenFOAM/db/IOstreams/token/token.H | 2 +- src/OpenFOAM/db/IOstreams/token/tokenI.H | 2 +- src/OpenFOAM/db/IOstreams/token/tokenIO.C | 2 +- src/OpenFOAM/db/IOstreams/token/tokenList.H | 2 +- src/OpenFOAM/db/Time/TimeIO.C | 2 +- src/OpenFOAM/db/Time/TimePaths.C | 2 +- src/OpenFOAM/db/Time/TimePaths.H | 2 +- src/OpenFOAM/db/Time/TimeState.C | 2 +- src/OpenFOAM/db/Time/TimeState.H | 2 +- src/OpenFOAM/db/Time/findInstance.C | 2 +- src/OpenFOAM/db/Time/findTimes.C | 2 +- src/OpenFOAM/db/Time/instant/instant.C | 2 +- src/OpenFOAM/db/Time/instant/instant.H | 2 +- src/OpenFOAM/db/Time/instant/instantList.H | 2 +- src/OpenFOAM/db/Time/subCycleTime.C | 2 +- src/OpenFOAM/db/Time/subCycleTime.H | 2 +- src/OpenFOAM/db/Time/timeSelector.C | 2 +- src/OpenFOAM/db/Time/timeSelector.H | 2 +- src/OpenFOAM/db/dictionary/dictionary.C | 2 +- src/OpenFOAM/db/dictionary/dictionary.H | 2 +- .../dictionaryEntry/dictionaryEntry.C | 2 +- .../dictionaryEntry/dictionaryEntry.H | 2 +- .../dictionaryEntry/dictionaryEntryIO.C | 2 +- src/OpenFOAM/db/dictionary/dictionaryIO.C | 2 +- .../db/dictionary/dictionaryTemplates.C | 2 +- src/OpenFOAM/db/dictionary/entry/entry.C | 2 +- src/OpenFOAM/db/dictionary/entry/entry.H | 2 +- src/OpenFOAM/db/dictionary/entry/entryIO.C | 2 +- .../functionEntry/functionEntry.C | 2 +- .../functionEntry/functionEntry.H | 2 +- .../includeEntry/includeEntry.C | 2 +- .../includeEntry/includeEntry.H | 2 +- .../includeIfPresentEntry.C | 2 +- .../includeIfPresentEntry.H | 2 +- .../inputModeEntry/inputModeEntry.C | 2 +- .../inputModeEntry/inputModeEntry.H | 2 +- .../functionEntries/removeEntry/removeEntry.C | 2 +- .../functionEntries/removeEntry/removeEntry.H | 2 +- .../primitiveEntry/primitiveEntry.C | 2 +- .../primitiveEntry/primitiveEntry.H | 2 +- .../primitiveEntry/primitiveEntryIO.C | 2 +- .../primitiveEntry/primitiveEntryTemplates.C | 2 +- .../db/dlLibraryTable/dlLibraryTable.C | 2 +- .../db/dlLibraryTable/dlLibraryTable.H | 2 +- .../dlLibraryTable/dlLibraryTableTemplates.C | 2 +- src/OpenFOAM/db/error/IOerror.C | 2 +- src/OpenFOAM/db/error/StaticAssert.H | 2 +- src/OpenFOAM/db/error/error.C | 2 +- src/OpenFOAM/db/error/error.H | 2 +- src/OpenFOAM/db/error/errorManip.H | 2 +- src/OpenFOAM/db/error/messageStream.C | 2 +- src/OpenFOAM/db/error/messageStream.H | 2 +- .../IOOutputFilter/IOOutputFilter.C | 2 +- .../IOOutputFilter/IOOutputFilter.H | 2 +- .../OutputFilterFunctionObject.C | 2 +- .../OutputFilterFunctionObject.H | 2 +- .../functionObject/functionObject.C | 2 +- .../functionObject/functionObject.H | 2 +- .../functionObjectList/functionObjectList.C | 2 +- .../functionObjectList/functionObjectList.H | 2 +- .../outputFilterOutputControl.H | 2 +- .../db/objectRegistry/objectRegistry.C | 2 +- .../db/objectRegistry/objectRegistry.H | 2 +- .../objectRegistry/objectRegistryTemplates.C | 2 +- src/OpenFOAM/db/regIOobject/regIOobject.C | 2 +- src/OpenFOAM/db/regIOobject/regIOobject.H | 2 +- src/OpenFOAM/db/regIOobject/regIOobjectI.H | 2 +- src/OpenFOAM/db/regIOobject/regIOobjectRead.C | 2 +- .../db/regIOobject/regIOobjectWrite.C | 2 +- .../construction/addToRunTimeSelectionTable.H | 11 +- .../construction/runTimeSelectionTables.H | 2 +- .../addToMemberFunctionSelectionTable.H | 41 ++- .../memberFunctionSelectionTables.H | 24 +- src/OpenFOAM/db/scalarRange/scalarRange.C | 2 +- src/OpenFOAM/db/scalarRange/scalarRange.H | 2 +- src/OpenFOAM/db/scalarRange/scalarRanges.C | 2 +- src/OpenFOAM/db/scalarRange/scalarRanges.H | 2 +- src/OpenFOAM/db/typeInfo/className.H | 13 +- src/OpenFOAM/db/typeInfo/typeInfo.H | 2 +- src/OpenFOAM/dimensionSet/dimensionSet.C | 2 +- src/OpenFOAM/dimensionSet/dimensionSet.H | 2 +- src/OpenFOAM/dimensionSet/dimensionSetIO.C | 2 +- src/OpenFOAM/dimensionSet/dimensionSets.C | 2 +- src/OpenFOAM/dimensionSet/dimensionSets.H | 2 +- .../dimensionedScalar/dimensionedScalar.H | 2 +- .../dimensionedScalar/dimensionedScalarFwd.H | 2 +- .../dimensionedSphericalTensor.C | 2 +- .../dimensionedSphericalTensor.H | 2 +- .../dimensionedSymmTensor.C | 2 +- .../dimensionedSymmTensor.H | 2 +- .../dimensionedTensor/dimensionedTensor.C | 2 +- .../dimensionedTensor/dimensionedTensor.H | 2 +- .../dimensionedType/dimensionedType.C | 2 +- .../dimensionedType/dimensionedType.H | 2 +- .../dimensionedTypes/dimensionedTypes.H | 2 +- .../dimensionedVector/dimensionedVector.H | 2 +- .../DimensionedField/DimensionedField.C | 2 +- .../DimensionedField/DimensionedField.H | 2 +- .../DimensionedFieldFunctions.C | 2 +- .../DimensionedFieldFunctions.H | 2 +- .../DimensionedFieldFunctionsM.C | 2 +- .../DimensionedFieldFunctionsM.H | 2 +- .../DimensionedField/DimensionedFieldI.H | 2 +- .../DimensionedField/DimensionedFieldIO.C | 2 +- .../DimensionedFieldReuseFunctions.H | 2 +- .../DimensionedField/DimensionedFields.H | 2 +- .../DimensionedField/SubDimensionedField.H | 2 +- .../DimensionedField/SubDimensionedFieldI.H | 2 +- .../DimensionedScalarField.C | 2 +- .../DimensionedScalarField.H | 2 +- .../DimensionedSphericalTensorField.C | 2 +- .../DimensionedSphericalTensorField.H | 2 +- .../DimensionedSymmTensorField.C | 2 +- .../DimensionedSymmTensorField.H | 2 +- .../DimensionedTensorField.C | 2 +- .../DimensionedTensorField.H | 2 +- .../FieldFields/FieldField/FieldField.C | 2 +- .../FieldFields/FieldField/FieldField.H | 2 +- .../FieldField/FieldFieldFunctions.C | 2 +- .../FieldField/FieldFieldFunctions.H | 2 +- .../FieldField/FieldFieldFunctionsM.C | 2 +- .../FieldField/FieldFieldFunctionsM.H | 2 +- .../FieldField/FieldFieldReuseFunctions.H | 2 +- .../FieldFields/FieldField/FieldFields.H | 2 +- .../FieldFields/oneFieldField/oneFieldField.H | 2 +- .../oneFieldField/oneFieldFieldI.H | 2 +- .../scalarFieldField/scalarFieldField.C | 2 +- .../scalarFieldField/scalarFieldField.H | 2 +- .../sphericalTensorFieldField.C | 2 +- .../sphericalTensorFieldField.H | 2 +- .../symmTensorFieldField.C | 2 +- .../symmTensorFieldField.H | 2 +- .../tensorFieldField/tensorFieldField.C | 2 +- .../tensorFieldField/tensorFieldField.H | 2 +- .../transformFieldField/transformFieldField.C | 2 +- .../transformFieldField/transformFieldField.H | 2 +- .../zeroFieldField/zeroFieldField.H | 2 +- .../zeroFieldField/zeroFieldFieldI.H | 2 +- .../fields/Fields/DynamicField/DynamicField.C | 2 +- src/OpenFOAM/fields/Fields/Field/Field.C | 2 +- src/OpenFOAM/fields/Fields/Field/Field.H | 2 +- .../fields/Fields/Field/FieldFunctions.C | 14 +- .../fields/Fields/Field/FieldFunctions.H | 2 +- .../fields/Fields/Field/FieldFunctionsM.C | 2 +- .../fields/Fields/Field/FieldFunctionsM.H | 2 +- src/OpenFOAM/fields/Fields/Field/FieldM.H | 2 +- .../fields/Fields/Field/FieldMapper.H | 2 +- .../fields/Fields/Field/FieldReuseFunctions.H | 2 +- src/OpenFOAM/fields/Fields/Field/SubField.H | 2 +- src/OpenFOAM/fields/Fields/Field/SubFieldI.H | 2 +- .../Fields/Field/undefFieldFunctionsM.H | 2 +- .../Fields/complexFields/complexFields.C | 8 +- .../Fields/complexFields/complexFields.H | 2 +- .../Fields/diagTensorField/diagTensorField.C | 2 +- .../Fields/diagTensorField/diagTensorField.H | 2 +- .../diagTensorField/diagTensorFieldIOField.C | 2 +- .../diagTensorField/diagTensorFieldIOField.H | 2 +- .../diagTensorField/diagTensorIOField.C | 9 +- .../diagTensorField/diagTensorIOField.H | 2 +- src/OpenFOAM/fields/Fields/fieldTypes.H | 2 +- .../fields/Fields/labelField/labelField.C | 2 +- .../fields/Fields/labelField/labelField.H | 2 +- .../Fields/labelField/labelFieldIOField.C | 2 +- .../Fields/labelField/labelFieldIOField.H | 2 +- .../fields/Fields/labelField/labelIOField.C | 2 +- .../fields/Fields/labelField/labelIOField.H | 2 +- src/OpenFOAM/fields/Fields/primitiveFields.H | 2 +- .../fields/Fields/primitiveFieldsFwd.H | 2 +- .../fields/Fields/scalarField/scalarField.C | 2 +- .../fields/Fields/scalarField/scalarField.H | 2 +- .../Fields/scalarField/scalarFieldIOField.C | 2 +- .../Fields/scalarField/scalarFieldIOField.H | 2 +- .../fields/Fields/scalarField/scalarIOField.C | 2 +- .../fields/Fields/scalarField/scalarIOField.H | 2 +- .../sphericalTensorField.C | 2 +- .../sphericalTensorField.H | 2 +- .../sphericalTensorFieldIOField.C | 2 +- .../sphericalTensorFieldIOField.H | 2 +- .../sphericalTensorIOField.C | 2 +- .../sphericalTensorIOField.H | 2 +- .../Fields/symmTensorField/symmTensorField.C | 2 +- .../Fields/symmTensorField/symmTensorField.H | 2 +- .../symmTensorField/symmTensorFieldIOField.C | 2 +- .../symmTensorField/symmTensorFieldIOField.H | 2 +- .../symmTensorField/symmTensorIOField.C | 9 +- .../symmTensorField/symmTensorIOField.H | 2 +- .../symmTransformField/symmTransformField.C | 2 +- .../symmTransformField/symmTransformField.H | 8 +- .../fields/Fields/tensorField/tensorField.C | 2 +- .../fields/Fields/tensorField/tensorField.H | 2 +- .../Fields/tensorField/tensorFieldIOField.C | 2 +- .../Fields/tensorField/tensorFieldIOField.H | 2 +- .../fields/Fields/tensorField/tensorIOField.C | 2 +- .../fields/Fields/tensorField/tensorIOField.H | 2 +- .../Fields/transformField/transformField.C | 2 +- .../Fields/transformField/transformField.H | 2 +- .../transformField/transformFieldTemplates.C | 2 +- .../Fields/transformList/transformList.C | 2 +- .../Fields/transformList/transformList.H | 2 +- .../Fields/vector2DField/vector2DField.H | 2 +- .../Fields/vector2DField/vector2DFieldFwd.H | 2 +- .../vector2DField/vector2DFieldIOField.C | 2 +- .../vector2DField/vector2DFieldIOField.H | 2 +- .../Fields/vector2DField/vector2DIOField.C | 2 +- .../Fields/vector2DField/vector2DIOField.H | 2 +- .../fields/Fields/vectorField/vectorField.H | 2 +- .../Fields/vectorField/vectorFieldIOField.C | 2 +- .../Fields/vectorField/vectorFieldIOField.H | 2 +- .../fields/Fields/vectorField/vectorIOField.C | 2 +- .../fields/Fields/vectorField/vectorIOField.H | 2 +- .../fields/Fields/zeroField/zeroFieldI.H | 2 +- .../GeometricField/GeometricBoundaryField.C | 2 +- .../GeometricField/GeometricField.C | 2 +- .../GeometricField/GeometricField.H | 2 +- .../GeometricField/GeometricFieldFunctions.C | 2 +- .../GeometricField/GeometricFieldFunctions.H | 2 +- .../GeometricField/GeometricFieldFunctionsM.C | 2 +- .../GeometricField/GeometricFieldFunctionsM.H | 2 +- .../GeometricField/GeometricFieldI.H | 2 +- .../GeometricFieldReuseFunctions.H | 2 +- .../GeometricField/GeometricFields.H | 2 +- .../GeometricField/MapGeometricFields.H | 2 +- .../GeometricScalarField.C | 2 +- .../GeometricScalarField.H | 2 +- .../GeometricSphericalTensorField.C | 2 +- .../GeometricSphericalTensorField.H | 2 +- .../GeometricSymmTensorField.C | 2 +- .../GeometricSymmTensorField.H | 2 +- .../GeometricTensorField.C | 2 +- .../GeometricTensorField.H | 2 +- .../SlicedGeometricField.C | 2 +- .../SlicedGeometricField.H | 2 +- .../geometricOneField/geometricOneField.H | 2 +- .../geometricOneField/geometricOneFieldI.H | 2 +- .../geometricZeroField/geometricZeroField.H | 2 +- .../geometricZeroField/geometricZeroFieldI.H | 2 +- .../GeometricFields/pointFields/pointFields.C | 14 +- .../GeometricFields/pointFields/pointFields.H | 2 +- .../pointFields/pointFieldsFwd.H | 2 +- .../transformGeometricField.C | 2 +- .../transformGeometricField.H | 2 +- src/OpenFOAM/fields/ReadFields/ReadFields.C | 2 +- src/OpenFOAM/fields/ReadFields/ReadFields.H | 2 +- .../UniformDimensionedField.C | 2 +- .../UniformDimensionedField.H | 2 +- .../uniformDimensionedFields.C | 2 +- .../uniformDimensionedFields.H | 5 +- src/OpenFOAM/fields/cloud/cloud.C | 2 +- src/OpenFOAM/fields/cloud/cloud.H | 2 +- src/OpenFOAM/fields/cloud/mapClouds.H | 2 +- .../basicSymmetryPointPatchField.C | 2 +- .../basicSymmetryPointPatchField.H | 2 +- .../calculated/calculatedPointPatchField.C | 2 +- .../calculated/calculatedPointPatchField.H | 2 +- .../calculated/calculatedPointPatchFields.C | 2 +- .../calculated/calculatedPointPatchFields.H | 2 +- .../basic/coupled/coupledPointPatchField.C | 2 +- .../basic/coupled/coupledPointPatchField.H | 2 +- .../basic/coupled/coupledPointPatchFields.C | 2 +- .../basic/coupled/coupledPointPatchFields.H | 2 +- .../fixedValue/fixedValuePointPatchField.C | 2 +- .../fixedValue/fixedValuePointPatchField.H | 2 +- .../fixedValue/fixedValuePointPatchFields.C | 2 +- .../fixedValue/fixedValuePointPatchFields.H | 2 +- .../basic/mixed/mixedPointPatchField.C | 2 +- .../basic/mixed/mixedPointPatchField.H | 2 +- .../basic/mixed/mixedPointPatchFields.C | 2 +- .../basic/mixed/mixedPointPatchFields.H | 2 +- .../basic/value/valuePointPatchField.C | 2 +- .../basic/value/valuePointPatchField.H | 2 +- .../basic/value/valuePointPatchFields.C | 2 +- .../basic/value/valuePointPatchFields.H | 2 +- .../zeroGradientPointPatchField.C | 2 +- .../zeroGradientPointPatchField.H | 2 +- .../zeroGradientPointPatchFields.C | 2 +- .../zeroGradientPointPatchFields.H | 2 +- .../constraint/cyclic/cyclicPointPatchField.C | 2 +- .../constraint/cyclic/cyclicPointPatchField.H | 2 +- .../cyclic/cyclicPointPatchFields.C | 2 +- .../cyclic/cyclicPointPatchFields.H | 2 +- .../constraint/empty/emptyPointPatchField.C | 2 +- .../constraint/empty/emptyPointPatchField.H | 2 +- .../constraint/empty/emptyPointPatchFields.C | 2 +- .../constraint/empty/emptyPointPatchFields.H | 2 +- .../processor/processorPointPatchField.C | 2 +- .../processor/processorPointPatchField.H | 2 +- .../processor/processorPointPatchFields.C | 2 +- .../processor/processorPointPatchFields.H | 2 +- .../symmetry/symmetryPointPatchField.C | 2 +- .../symmetry/symmetryPointPatchField.H | 2 +- .../symmetry/symmetryPointPatchFields.C | 2 +- .../symmetry/symmetryPointPatchFields.H | 2 +- .../constraint/wedge/wedgePointPatchField.C | 2 +- .../constraint/wedge/wedgePointPatchField.H | 2 +- .../constraint/wedge/wedgePointPatchFields.C | 2 +- .../constraint/wedge/wedgePointPatchFields.H | 2 +- .../derived/slip/slipPointPatchField.C | 2 +- .../derived/slip/slipPointPatchField.H | 2 +- .../derived/slip/slipPointPatchFields.C | 2 +- .../derived/slip/slipPointPatchFields.H | 2 +- ...eVaryingUniformFixedValuePointPatchField.C | 7 +- ...eVaryingUniformFixedValuePointPatchField.H | 2 +- ...VaryingUniformFixedValuePointPatchFields.C | 2 +- ...VaryingUniformFixedValuePointPatchFields.H | 2 +- .../uniformFixedValuePointPatchField.C | 2 +- .../uniformFixedValuePointPatchField.H | 2 +- .../uniformFixedValuePointPatchFields.C | 2 +- .../uniformFixedValuePointPatchFields.H | 2 +- .../pointConstraint/pointConstraint.H | 2 +- .../pointConstraint/pointConstraintI.H | 2 +- .../pointPatchField/pointPatchField.C | 2 +- .../pointPatchField/pointPatchField.H | 2 +- .../pointPatchFieldFunctions.H | 2 +- .../pointPatchField/pointPatchFieldMapper.H | 2 +- .../pointPatchFieldMapperPatchRef.H | 2 +- .../pointPatchField/pointPatchFieldNew.C | 2 +- .../pointPatchField/pointPatchFields.C | 2 +- .../pointPatchField/pointPatchFields.H | 2 +- .../pointPatchField/pointPatchFieldsFwd.H | 2 +- src/OpenFOAM/global/JobInfo/JobInfo.C | 2 +- src/OpenFOAM/global/JobInfo/JobInfo.H | 2 +- src/OpenFOAM/global/clock/clock.C | 2 +- src/OpenFOAM/global/clock/clock.H | 2 +- .../global/constants/atomic/atomicConstants.C | 7 +- .../global/constants/atomic/atomicConstants.H | 2 +- src/OpenFOAM/global/constants/constants.C | 2 +- src/OpenFOAM/global/constants/constants.H | 2 +- .../global/constants/dimensionedConstants.C | 2 +- .../global/constants/dimensionedConstants.H | 2 +- .../electromagneticConstants.C | 9 +- .../electromagneticConstants.H | 2 +- .../fundamental/fundamentalConstants.C | 2 +- .../fundamental/fundamentalConstants.H | 2 +- .../mathematical/mathematicalConstants.H | 2 +- .../physicoChemicalConstants.C | 9 +- .../physicoChemicalConstants.H | 2 +- .../constants/universal/universalConstants.C | 2 +- .../constants/universal/universalConstants.H | 2 +- src/OpenFOAM/global/debug/debug.C | 2 +- src/OpenFOAM/global/debug/debug.H | 2 +- src/OpenFOAM/global/global.Cver | 2 +- src/OpenFOAM/global/new.C | 2 +- .../global/unitConversion/unitConversion.H | 2 +- src/OpenFOAM/graph/curve/curve.C | 2 +- src/OpenFOAM/graph/curve/curve.H | 2 +- src/OpenFOAM/graph/graph.C | 2 +- src/OpenFOAM/graph/graph.H | 2 +- .../graph/writers/gnuplotGraph/gnuplotGraph.C | 2 +- .../graph/writers/gnuplotGraph/gnuplotGraph.H | 2 +- .../graph/writers/jplotGraph/jplotGraph.C | 2 +- .../graph/writers/jplotGraph/jplotGraph.H | 2 +- .../graph/writers/rawGraph/rawGraph.C | 2 +- .../graph/writers/rawGraph/rawGraph.H | 2 +- .../graph/writers/xmgrGraph/xmgrGraph.C | 2 +- .../graph/writers/xmgrGraph/xmgrGraph.H | 2 +- src/OpenFOAM/include/OSspecific.H | 2 +- src/OpenFOAM/include/demandDrivenData.H | 2 +- .../interpolatePointToCell.C | 2 +- .../interpolatePointToCell.H | 2 +- .../interpolateXY/interpolateXY.C | 2 +- .../interpolateXY/interpolateXY.H | 2 +- .../interpolationLookUpTable.H | 2 +- .../interpolationLookUpTableI.H | 2 +- .../CalcPatchToPatchWeights.C | 2 +- .../PatchToPatchInterpolate.C | 2 +- .../PatchToPatchInterpolation.C | 2 +- .../PatchToPatchInterpolation.H | 2 +- .../PatchToPatchInterpolationName.C | 2 +- .../patchToPatchInterpolation.H | 2 +- .../PrimitivePatchInterpolation.C | 2 +- .../PrimitivePatchInterpolation.H | 2 +- .../primitivePatchInterpolation.H | 2 +- .../uniformInterpolationTableI.H | 2 +- .../matrices/DiagonalMatrix/DiagonalMatrix.C | 2 +- .../matrices/DiagonalMatrix/DiagonalMatrix.H | 2 +- .../matrices/LUscalarMatrix/LUscalarMatrix.C | 8 +- .../matrices/LUscalarMatrix/LUscalarMatrix.H | 2 +- .../LUscalarMatrix/LUscalarMatrixTemplates.C | 2 +- .../LUscalarMatrix/procLduInterface.C | 2 +- .../LUscalarMatrix/procLduInterface.H | 2 +- .../matrices/LUscalarMatrix/procLduMatrix.C | 2 +- .../matrices/LUscalarMatrix/procLduMatrix.H | 2 +- src/OpenFOAM/matrices/Matrix/Matrix.C | 14 +- src/OpenFOAM/matrices/Matrix/Matrix.H | 14 +- src/OpenFOAM/matrices/Matrix/MatrixI.H | 5 +- src/OpenFOAM/matrices/Matrix/MatrixIO.C | 7 +- .../RectangularMatrix/RectangularMatrix.H | 7 +- .../RectangularMatrix/RectangularMatrixI.H | 7 +- .../matrices/SquareMatrix/SquareMatrix.H | 2 +- .../matrices/SquareMatrix/SquareMatrixI.H | 2 +- .../lduMatrix/lduAddressing/lduAddressing.C | 2 +- .../lduMatrix/lduAddressing/lduAddressing.H | 2 +- .../lduInterface/cyclicLduInterface.C | 2 +- .../lduInterface/cyclicLduInterface.H | 2 +- .../lduAddressing/lduInterface/lduInterface.C | 2 +- .../lduAddressing/lduInterface/lduInterface.H | 2 +- .../lduInterface/lduInterfacePtrsList.H | 2 +- .../lduInterface/processorLduInterface.C | 2 +- .../lduInterface/processorLduInterface.H | 2 +- .../processorLduInterfaceTemplates.C | 2 +- .../cyclicLduInterfaceField.C | 2 +- .../cyclicLduInterfaceField.H | 2 +- .../lduInterfaceField/lduInterfaceField.C | 2 +- .../lduInterfaceField/lduInterfaceField.H | 2 +- .../lduInterfaceFieldPtrsList.H | 2 +- .../processorLduInterfaceField.C | 2 +- .../processorLduInterfaceField.H | 2 +- .../lduAddressing/lduSchedule/lduSchedule.H | 2 +- .../matrices/lduMatrix/lduMatrix/lduMatrix.C | 2 +- .../matrices/lduMatrix/lduMatrix/lduMatrix.H | 2 +- .../lduMatrix/lduMatrix/lduMatrixATmul.C | 2 +- .../lduMatrix/lduMatrix/lduMatrixOperations.C | 2 +- .../lduMatrix/lduMatrixPreconditioner.C | 2 +- .../lduMatrix/lduMatrix/lduMatrixSmoother.C | 2 +- .../lduMatrix/lduMatrix/lduMatrixSolver.C | 2 +- .../lduMatrix/lduMatrix/lduMatrixTemplates.C | 6 +- .../lduMatrix/lduMatrix/lduMatrixTests.C | 2 +- .../lduMatrixUpdateMatrixInterfaces.C | 2 +- .../DICPreconditioner/DICPreconditioner.C | 5 +- .../DICPreconditioner/DICPreconditioner.H | 2 +- .../DILUPreconditioner/DILUPreconditioner.C | 2 +- .../DILUPreconditioner/DILUPreconditioner.H | 2 +- .../FDICPreconditioner/FDICPreconditioner.C | 5 +- .../FDICPreconditioner/FDICPreconditioner.H | 2 +- .../GAMGPreconditioner/GAMGPreconditioner.C | 2 +- .../GAMGPreconditioner/GAMGPreconditioner.H | 2 +- .../diagonalPreconditioner.C | 2 +- .../diagonalPreconditioner.H | 2 +- .../noPreconditioner/noPreconditioner.C | 2 +- .../noPreconditioner/noPreconditioner.H | 2 +- .../lduMatrix/smoothers/DIC/DICSmoother.C | 8 +- .../lduMatrix/smoothers/DIC/DICSmoother.H | 2 +- .../DICGaussSeidel/DICGaussSeidelSmoother.C | 2 +- .../DICGaussSeidel/DICGaussSeidelSmoother.H | 2 +- .../lduMatrix/smoothers/DILU/DILUSmoother.C | 2 +- .../lduMatrix/smoothers/DILU/DILUSmoother.H | 2 +- .../DILUGaussSeidel/DILUGaussSeidelSmoother.C | 2 +- .../DILUGaussSeidel/DILUGaussSeidelSmoother.H | 2 +- .../GaussSeidel/GaussSeidelSmoother.C | 2 +- .../GaussSeidel/GaussSeidelSmoother.H | 2 +- .../matrices/lduMatrix/solvers/BICCG/BICCG.C | 2 +- .../GAMGAgglomerateLduAddressing.C | 2 +- .../GAMGAgglomeration/GAMGAgglomeration.C | 2 +- .../GAMGAgglomeration/GAMGAgglomeration.H | 2 +- .../GAMGAgglomerationTemplates.C | 2 +- .../algebraicPairGAMGAgglomeration.C | 2 +- .../algebraicPairGAMGAgglomeration.H | 2 +- .../pairGAMGAgglomerate.C | 2 +- .../pairGAMGAgglomeration.C | 2 +- .../pairGAMGAgglomeration.H | 2 +- .../pairGAMGAgglomerationCombineLevels.C | 2 +- .../lduMatrix/solvers/GAMG/GAMGSolver.C | 2 +- .../lduMatrix/solvers/GAMG/GAMGSolver.H | 2 +- .../GAMG/GAMGSolverAgglomerateMatrix.C | 2 +- .../solvers/GAMG/GAMGSolverScalingFactor.C | 2 +- .../lduMatrix/solvers/GAMG/GAMGSolverSolve.C | 2 +- .../GAMGInterfaceField/GAMGInterfaceField.C | 2 +- .../GAMGInterfaceField/GAMGInterfaceField.H | 2 +- .../GAMGInterfaceFieldNew.C | 2 +- .../cyclicGAMGInterfaceField.C | 2 +- .../cyclicGAMGInterfaceField.H | 2 +- .../processorGAMGInterfaceField.C | 2 +- .../processorGAMGInterfaceField.H | 2 +- .../interfaces/GAMGInterface/GAMGInterface.C | 2 +- .../interfaces/GAMGInterface/GAMGInterface.H | 2 +- .../GAMGInterface/GAMGInterfaceNew.C | 2 +- .../GAMGInterface/GAMGInterfaceTemplates.C | 2 +- .../cyclicGAMGInterface/cyclicGAMGInterface.C | 8 +- .../cyclicGAMGInterface/cyclicGAMGInterface.H | 2 +- .../processorGAMGInterface.C | 2 +- .../processorGAMGInterface.H | 2 +- .../matrices/lduMatrix/solvers/ICCG/ICCG.C | 2 +- .../matrices/lduMatrix/solvers/PBiCG/PBiCG.C | 2 +- .../matrices/lduMatrix/solvers/PBiCG/PBiCG.H | 2 +- .../matrices/lduMatrix/solvers/PCG/PCG.C | 2 +- .../matrices/lduMatrix/solvers/PCG/PCG.H | 2 +- .../solvers/diagonalSolver/diagonalSolver.C | 2 +- .../solvers/diagonalSolver/diagonalSolver.H | 2 +- .../solvers/smoothSolver/smoothSolver.C | 2 +- .../solvers/smoothSolver/smoothSolver.H | 2 +- .../matrices/scalarMatrices/SVD/SVD.C | 2 +- .../matrices/scalarMatrices/SVD/SVD.H | 2 +- .../matrices/scalarMatrices/SVD/SVDI.H | 2 +- .../matrices/scalarMatrices/scalarMatrices.C | 2 +- .../matrices/scalarMatrices/scalarMatrices.H | 2 +- .../scalarMatrices/scalarMatricesTemplates.C | 2 +- .../matrices/simpleMatrix/simpleMatrix.C | 2 +- .../matrices/simpleMatrix/simpleMatrix.H | 2 +- src/OpenFOAM/matrices/solution/solution.C | 2 +- src/OpenFOAM/matrices/solution/solution.H | 2 +- src/OpenFOAM/matrices/tolerances/tolerances.C | 2 +- src/OpenFOAM/matrices/tolerances/tolerances.H | 2 +- src/OpenFOAM/memory/Xfer/Xfer.H | 2 +- src/OpenFOAM/memory/Xfer/XferI.H | 2 +- src/OpenFOAM/memory/autoPtr/autoPtr.H | 2 +- src/OpenFOAM/memory/autoPtr/autoPtrI.H | 2 +- src/OpenFOAM/memory/refCount/refCount.H | 2 +- src/OpenFOAM/memory/tmp/tmp.H | 2 +- src/OpenFOAM/memory/tmp/tmpI.H | 2 +- src/OpenFOAM/meshes/GeoMesh/GeoMesh.H | 2 +- src/OpenFOAM/meshes/MeshObject/MeshObject.C | 2 +- src/OpenFOAM/meshes/MeshObject/MeshObject.H | 2 +- .../ProcessorTopology/ProcessorTopology.C | 2 +- .../ProcessorTopology/ProcessorTopology.H | 2 +- .../meshes/ProcessorTopology/commSchedule.C | 2 +- .../meshes/ProcessorTopology/commSchedule.H | 2 +- .../meshes/bandCompression/bandCompression.C | 2 +- .../meshes/bandCompression/bandCompression.H | 2 +- src/OpenFOAM/meshes/boundBox/boundBox.C | 2 +- src/OpenFOAM/meshes/boundBox/boundBox.H | 2 +- src/OpenFOAM/meshes/lduMesh/lduMesh.C | 2 +- src/OpenFOAM/meshes/lduMesh/lduMesh.H | 2 +- .../meshes/lduMesh/lduPrimitiveMesh.H | 2 +- src/OpenFOAM/meshes/meshShapes/cell/cell.C | 2 +- src/OpenFOAM/meshes/meshShapes/cell/cell.H | 2 +- src/OpenFOAM/meshes/meshShapes/cell/cellI.H | 2 +- .../meshes/meshShapes/cell/cellIOList.C | 2 +- .../meshes/meshShapes/cell/cellIOList.H | 2 +- .../meshes/meshShapes/cell/cellList.H | 2 +- .../meshes/meshShapes/cell/oppositeCellFace.C | 2 +- .../meshShapes/cell/pyramidPointFaceRef.H | 2 +- .../meshShapes/cellMatcher/cellMatcher.C | 2 +- .../meshShapes/cellMatcher/cellMatcher.H | 2 +- .../meshShapes/cellMatcher/cellMatcherI.H | 2 +- .../cellMatcher/degenerateMatcher.C | 2 +- .../cellMatcher/degenerateMatcher.H | 2 +- .../meshShapes/cellMatcher/hexMatcher.C | 2 +- .../meshShapes/cellMatcher/hexMatcher.H | 2 +- .../meshShapes/cellMatcher/prismMatcher.C | 2 +- .../meshShapes/cellMatcher/prismMatcher.H | 2 +- .../meshShapes/cellMatcher/pyrMatcher.C | 2 +- .../meshShapes/cellMatcher/pyrMatcher.H | 2 +- .../meshShapes/cellMatcher/tetMatcher.C | 2 +- .../meshShapes/cellMatcher/tetMatcher.H | 2 +- .../meshShapes/cellMatcher/tetWedgeMatcher.C | 2 +- .../meshShapes/cellMatcher/tetWedgeMatcher.H | 2 +- .../meshShapes/cellMatcher/wedgeMatcher.C | 2 +- .../meshShapes/cellMatcher/wedgeMatcher.H | 2 +- .../meshes/meshShapes/cellModel/cellModel.C | 2 +- .../meshes/meshShapes/cellModel/cellModel.H | 2 +- .../meshes/meshShapes/cellModel/cellModelI.H | 2 +- .../meshes/meshShapes/cellModel/cellModelIO.C | 2 +- .../meshShapes/cellModeller/cellModeller.C | 2 +- .../meshShapes/cellModeller/cellModeller.H | 2 +- .../cellModeller/globalCellModeller.C | 2 +- .../meshes/meshShapes/cellShape/cellShape.C | 2 +- .../meshes/meshShapes/cellShape/cellShape.H | 2 +- .../meshShapes/cellShape/cellShapeEqual.C | 2 +- .../meshes/meshShapes/cellShape/cellShapeI.H | 2 +- .../meshes/meshShapes/cellShape/cellShapeIO.C | 2 +- .../meshShapes/cellShape/cellShapeIOList.C | 2 +- .../meshShapes/cellShape/cellShapeIOList.H | 2 +- .../meshShapes/cellShape/cellShapeList.H | 2 +- src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H | 2 +- src/OpenFOAM/meshes/meshShapes/edge/edge.C | 2 +- src/OpenFOAM/meshes/meshShapes/edge/edge.H | 2 +- src/OpenFOAM/meshes/meshShapes/edge/edgeI.H | 2 +- .../meshes/meshShapes/edge/edgeIOList.C | 2 +- .../meshes/meshShapes/edge/edgeIOList.H | 2 +- .../meshes/meshShapes/edge/edgeList.H | 2 +- src/OpenFOAM/meshes/meshShapes/face/face.C | 2 +- src/OpenFOAM/meshes/meshShapes/face/face.H | 2 +- .../meshShapes/face/faceAreaInContact.C | 2 +- .../meshShapes/face/faceContactSphere.C | 2 +- src/OpenFOAM/meshes/meshShapes/face/faceI.H | 2 +- .../meshes/meshShapes/face/faceIOList.C | 2 +- .../meshes/meshShapes/face/faceIOList.H | 2 +- .../meshes/meshShapes/face/faceIntersection.C | 2 +- .../meshes/meshShapes/face/faceList.H | 2 +- .../meshes/meshShapes/face/faceListFwd.H | 2 +- .../meshes/meshShapes/face/faceTemplates.C | 2 +- .../meshes/meshShapes/face/oppositeFace.H | 2 +- .../meshes/meshShapes/tetCell/tetCell.C | 2 +- .../meshes/meshShapes/tetCell/tetCell.H | 2 +- .../meshes/meshShapes/tetCell/tetCellI.H | 2 +- .../meshes/meshShapes/tetCell/tetCellList.H | 2 +- .../meshes/meshShapes/triFace/triFace.H | 2 +- .../meshes/meshShapes/triFace/triFaceI.H | 2 +- .../meshes/meshShapes/triFace/triFaceList.H | 2 +- src/OpenFOAM/meshes/meshTools/matchPoints.C | 2 +- src/OpenFOAM/meshes/meshTools/matchPoints.H | 2 +- src/OpenFOAM/meshes/meshTools/mergePoints.C | 2 +- src/OpenFOAM/meshes/meshTools/mergePoints.H | 2 +- .../meshes/patchIdentifier/patchIdentifier.C | 2 +- .../meshes/patchIdentifier/patchIdentifier.H | 2 +- .../pointBoundaryMesh/pointBoundaryMesh.C | 2 +- .../pointBoundaryMesh/pointBoundaryMesh.H | 2 +- src/OpenFOAM/meshes/pointMesh/pointMesh.C | 2 +- src/OpenFOAM/meshes/pointMesh/pointMesh.H | 2 +- .../pointMesh/pointMeshMapper/MapPointField.H | 2 +- .../pointMeshMapper/pointBoundaryMeshMapper.H | 2 +- .../pointMesh/pointMeshMapper/pointMapper.C | 2 +- .../pointMesh/pointMeshMapper/pointMapper.H | 2 +- .../pointMeshMapper/pointMeshMapper.H | 2 +- .../pointMeshMapper/pointPatchMapper.C | 2 +- .../pointMeshMapper/pointPatchMapper.H | 2 +- .../basic/coupled/coupledPointPatch.C | 2 +- .../basic/coupled/coupledPointPatch.H | 2 +- .../basic/generic/genericPointPatch.C | 2 +- .../basic/generic/genericPointPatch.H | 2 +- .../constraint/cyclic/cyclicPointPatch.C | 2 +- .../constraint/cyclic/cyclicPointPatch.H | 2 +- .../constraint/empty/emptyPointPatch.C | 2 +- .../constraint/empty/emptyPointPatch.H | 2 +- .../processor/processorPointPatch.C | 2 +- .../processor/processorPointPatch.H | 2 +- .../constraint/symmetry/symmetryPointPatch.C | 2 +- .../constraint/symmetry/symmetryPointPatch.H | 2 +- .../constraint/wedge/wedgePointPatch.C | 2 +- .../constraint/wedge/wedgePointPatch.H | 2 +- .../derived/coupled/coupledFacePointPatch.C | 2 +- .../derived/coupled/coupledFacePointPatch.H | 2 +- .../derived/wall/wallPointPatch.C | 2 +- .../derived/wall/wallPointPatch.H | 2 +- .../facePointPatch/facePointPatch.C | 2 +- .../facePointPatch/facePointPatch.H | 2 +- .../facePointPatch/facePointPatchNew.C | 2 +- .../pointPatches/pointPatch/pointPatch.C | 2 +- .../pointPatches/pointPatch/pointPatch.H | 2 +- .../pointPatches/pointPatch/pointPatchList.H | 2 +- .../polyMesh/globalMeshData/globalIndex.C | 2 +- .../polyMesh/globalMeshData/globalIndex.H | 2 +- .../polyMesh/globalMeshData/globalIndexI.H | 2 +- .../polyMesh/globalMeshData/globalMeshData.C | 2 +- .../polyMesh/globalMeshData/globalMeshData.H | 2 +- .../globalMeshData/globalMeshDataTemplates.C | 2 +- .../polyMesh/globalMeshData/globalPoints.C | 2 +- .../polyMesh/globalMeshData/globalPoints.H | 2 +- .../globalMeshData/processorTopology.H | 2 +- .../mapPolyMesh/cellMapper/cellMapper.C | 2 +- .../mapPolyMesh/cellMapper/cellMapper.H | 2 +- .../mapPolyMesh/faceMapper/faceMapper.C | 2 +- .../mapPolyMesh/faceMapper/faceMapper.H | 2 +- .../polyMesh/mapPolyMesh/mapAddedPolyMesh.C | 2 +- .../polyMesh/mapPolyMesh/mapAddedPolyMesh.H | 2 +- .../mapPolyMesh/mapDistribute/mapDistribute.C | 2 +- .../mapPolyMesh/mapDistribute/mapDistribute.H | 2 +- .../mapDistribute/mapDistributeLagrangian.H | 2 +- .../mapDistribute/mapDistributePolyMesh.C | 2 +- .../mapDistribute/mapDistributePolyMesh.H | 2 +- .../mapDistribute/mapDistributeTemplates.C | 2 +- .../mapPatchChange/mapPatchChange.H | 2 +- .../meshes/polyMesh/mapPolyMesh/mapPolyMesh.C | 2 +- .../meshes/polyMesh/mapPolyMesh/mapPolyMesh.H | 2 +- .../mapPolyMesh/mapSubsetMesh/mapSubsetMesh.H | 2 +- .../polyMesh/mapPolyMesh/morphFieldMapper.H | 2 +- .../mapPolyMesh/objectMap/objectMap.H | 2 +- .../mapPolyMesh/objectMap/objectMapI.H | 2 +- .../polyBoundaryMesh/polyBoundaryMesh.C | 4 +- .../polyBoundaryMesh/polyBoundaryMesh.H | 2 +- .../polyBoundaryMeshEntries.C | 2 +- .../polyBoundaryMeshEntries.H | 2 +- src/OpenFOAM/meshes/polyMesh/polyMesh.C | 2 +- src/OpenFOAM/meshes/polyMesh/polyMesh.H | 2 +- src/OpenFOAM/meshes/polyMesh/polyMeshClear.C | 2 +- .../meshes/polyMesh/polyMeshFromShapeMesh.C | 2 +- src/OpenFOAM/meshes/polyMesh/polyMeshIO.C | 2 +- .../meshes/polyMesh/polyMeshInitMesh.C | 2 +- src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C | 2 +- .../basic/coupled/coupledPolyPatch.C | 2 +- .../basic/coupled/coupledPolyPatch.H | 2 +- .../basic/generic/genericPolyPatch.C | 2 +- .../basic/generic/genericPolyPatch.H | 2 +- .../constraint/cyclic/cyclicPolyPatch.C | 2 +- .../constraint/cyclic/cyclicPolyPatch.H | 2 +- .../constraint/empty/emptyPolyPatch.C | 2 +- .../constraint/empty/emptyPolyPatch.H | 2 +- .../constraint/processor/processorPolyPatch.C | 2 +- .../constraint/processor/processorPolyPatch.H | 2 +- .../constraint/symmetry/symmetryPolyPatch.C | 2 +- .../constraint/symmetry/symmetryPolyPatch.H | 2 +- .../constraint/wedge/wedgePolyPatch.H | 2 +- .../polyPatches/derived/wall/wallPolyPatch.C | 2 +- .../polyPatches/derived/wall/wallPolyPatch.H | 2 +- .../polyPatches/polyPatch/polyPatch.C | 2 +- .../polyPatches/polyPatch/polyPatch.H | 2 +- .../polyPatches/polyPatch/polyPatchList.H | 2 +- .../polyPatches/polyPatch/polyPatchNew.C | 2 +- .../meshes/polyMesh/syncTools/syncTools.C | 2 +- .../meshes/polyMesh/syncTools/syncTools.H | 2 +- .../polyMesh/syncTools/syncToolsTemplates.C | 2 +- .../meshes/polyMesh/zones/ZoneID/ZoneID.H | 2 +- .../meshes/polyMesh/zones/ZoneID/ZoneIDs.H | 2 +- .../polyMesh/zones/ZoneID/polyPatchID.H | 2 +- .../polyMesh/zones/ZoneMesh/cellZoneMesh.H | 2 +- .../polyMesh/zones/ZoneMesh/cellZoneMeshFwd.H | 2 +- .../polyMesh/zones/ZoneMesh/faceZoneMesh.H | 2 +- .../polyMesh/zones/ZoneMesh/faceZoneMeshFwd.H | 2 +- .../polyMesh/zones/ZoneMesh/pointZoneMesh.H | 2 +- .../zones/ZoneMesh/pointZoneMeshFwd.H | 2 +- .../meshes/polyMesh/zones/cellZone/cellZone.C | 2 +- .../meshes/polyMesh/zones/cellZone/cellZone.H | 2 +- .../polyMesh/zones/cellZone/cellZoneNew.C | 2 +- .../zones/cellZone/indirectCellList.H | 2 +- .../meshes/polyMesh/zones/faceZone/faceZone.C | 2 +- .../meshes/polyMesh/zones/faceZone/faceZone.H | 2 +- .../polyMesh/zones/faceZone/faceZoneNew.C | 2 +- .../zones/faceZone/indirectFaceList.H | 2 +- .../zones/faceZone/primitiveFaceZone.H | 2 +- .../zones/pointZone/indirectPointList.H | 2 +- .../polyMesh/zones/pointZone/pointZone.C | 2 +- .../polyMesh/zones/pointZone/pointZone.H | 2 +- .../polyMesh/zones/pointZone/pointZoneNew.C | 2 +- .../meshes/polyMesh/zones/zone/zone.C | 2 +- .../meshes/polyMesh/zones/zone/zone.H | 2 +- .../preservePatchTypes/preservePatchTypes.C | 2 +- .../preservePatchTypes/preservePatchTypes.H | 2 +- .../primitiveMesh/PatchTools/PatchTools.C | 2 +- .../primitiveMesh/PatchTools/PatchTools.H | 2 +- .../PatchTools/PatchToolsCheck.C | 2 +- .../PatchTools/PatchToolsEdgeOwner.C | 2 +- .../PatchTools/PatchToolsSearch.C | 11 +- .../PatchTools/PatchToolsSortEdges.C | 2 +- .../PrimitivePatch/PrimitivePatch.C | 2 +- .../PrimitivePatch/PrimitivePatch.H | 2 +- .../PrimitivePatch/PrimitivePatchAddressing.C | 2 +- .../PrimitivePatch/PrimitivePatchBdryPoints.C | 2 +- .../PrimitivePatch/PrimitivePatchCheck.C | 5 +- .../PrimitivePatch/PrimitivePatchClear.C | 2 +- .../PrimitivePatch/PrimitivePatchEdgeLoops.C | 2 +- .../PrimitivePatchLocalPointOrder.C | 2 +- .../PrimitivePatch/PrimitivePatchMeshData.C | 2 +- .../PrimitivePatch/PrimitivePatchMeshEdges.C | 2 +- .../PrimitivePatch/PrimitivePatchName.C | 2 +- .../PrimitivePatchPointAddressing.C | 2 +- .../PrimitivePatchProjectPoints.C | 6 +- .../primitiveMeshCalcCellShapes.C | 2 +- .../primitiveMesh/primitiveMeshCellCells.C | 2 +- .../primitiveMeshCellCentresAndVols.C | 2 +- .../primitiveMesh/primitiveMeshCellEdges.C | 2 +- .../primitiveMesh/primitiveMeshCellPoints.C | 2 +- .../meshes/primitiveMesh/primitiveMeshCells.C | 2 +- .../primitiveMeshCheckEdgeLength.C | 2 +- .../primitiveMeshCheckMotion.C | 4 +- .../primitiveMeshCheckPointNearness.C | 2 +- .../meshes/primitiveMesh/primitiveMeshClear.C | 2 +- .../primitiveMesh/primitiveMeshEdgeCells.C | 2 +- .../primitiveMesh/primitiveMeshEdgeFaces.C | 2 +- .../meshes/primitiveMesh/primitiveMeshEdges.C | 2 +- .../primitiveMeshFaceCentresAndAreas.C | 2 +- .../primitiveMesh/primitiveMeshFindCell.C | 2 +- .../meshes/primitiveMesh/primitiveMeshI.H | 2 +- .../primitiveMesh/primitiveMeshPointCells.C | 2 +- .../primitiveMesh/primitiveMeshPointFaces.C | 2 +- .../primitiveMesh/primitiveMeshPointPoints.C | 2 +- .../primitivePatch/indirectPrimitivePatch.H | 2 +- .../primitiveMesh/primitivePatch/patchZones.C | 2 +- .../primitiveMesh/primitivePatch/patchZones.H | 2 +- .../primitivePatch/primitiveFacePatch.H | 2 +- .../primitivePatch/primitivePatch.H | 2 +- .../primitivePatch/uindirectPrimitivePatch.H | 2 +- .../primitiveMesh/primitivePatch/walkPatch.C | 2 +- .../primitiveMesh/primitivePatch/walkPatch.H | 2 +- .../meshes/primitiveShapes/line/line.C | 2 +- .../meshes/primitiveShapes/line/line.H | 2 +- .../meshes/primitiveShapes/line/lineI.H | 2 +- .../primitiveShapes/line/linePoint2DRef.H | 2 +- .../primitiveShapes/line/linePointRef.H | 2 +- .../primitiveShapes/objectHit/PointHit.H | 2 +- .../primitiveShapes/objectHit/objectHit.H | 2 +- .../primitiveShapes/objectHit/point2DHit.H | 2 +- .../primitiveShapes/objectHit/pointHit.H | 2 +- .../meshes/primitiveShapes/point/point.H | 2 +- .../meshes/primitiveShapes/point/pointField.H | 2 +- .../primitiveShapes/point/pointFieldFwd.H | 2 +- .../primitiveShapes/point/pointIOField.H | 2 +- .../meshes/primitiveShapes/point2D/point2D.H | 2 +- .../primitiveShapes/point2D/point2DField.H | 2 +- .../primitiveShapes/point2D/point2DFieldFwd.H | 2 +- .../meshes/primitiveShapes/pyramid/pyramid.H | 2 +- .../meshes/primitiveShapes/pyramid/pyramidI.H | 2 +- .../primitiveShapes/tetrahedron/tetPointRef.H | 2 +- .../primitiveShapes/tetrahedron/tetrahedron.C | 2 +- .../primitiveShapes/tetrahedron/tetrahedron.H | 2 +- .../tetrahedron/tetrahedronI.H | 2 +- .../primitiveShapes/triangle/intersection.C | 2 +- .../primitiveShapes/triangle/intersection.H | 2 +- .../primitiveShapes/triangle/triPointRef.H | 2 +- .../primitiveShapes/triangle/triangle.H | 2 +- .../primitiveShapes/triangle/triangleI.H | 2 +- .../primitives/DiagTensor/DiagTensor.H | 2 +- .../primitives/DiagTensor/DiagTensorI.H | 2 +- .../DiagTensor/diagTensor/diagTensor.C | 2 +- .../DiagTensor/diagTensor/diagTensor.H | 2 +- .../primitives/Lists/PackedBoolList.H | 2 +- src/OpenFOAM/primitives/Lists/boolList.C | 2 +- src/OpenFOAM/primitives/Lists/boolList.H | 2 +- src/OpenFOAM/primitives/Lists/fileNameList.H | 2 +- src/OpenFOAM/primitives/Lists/labelIOList.C | 2 +- src/OpenFOAM/primitives/Lists/labelIOList.H | 2 +- src/OpenFOAM/primitives/Lists/labelList.H | 2 +- .../primitives/Lists/labelListIOList.C | 2 +- .../primitives/Lists/labelListIOList.H | 2 +- src/OpenFOAM/primitives/Lists/scalarIOList.C | 2 +- src/OpenFOAM/primitives/Lists/scalarIOList.H | 2 +- src/OpenFOAM/primitives/Lists/scalarList.C | 2 +- src/OpenFOAM/primitives/Lists/scalarList.H | 2 +- .../primitives/Lists/scalarListIOList.C | 2 +- .../primitives/Lists/scalarListIOList.H | 2 +- .../primitives/Lists/sphericalTensorList.C | 2 +- .../primitives/Lists/sphericalTensorList.H | 2 +- src/OpenFOAM/primitives/Lists/stringList.H | 2 +- src/OpenFOAM/primitives/Lists/stringListOps.H | 2 +- .../primitives/Lists/symmTensorList.C | 2 +- .../primitives/Lists/symmTensorList.H | 2 +- src/OpenFOAM/primitives/Lists/tensorList.C | 2 +- src/OpenFOAM/primitives/Lists/tensorList.H | 2 +- src/OpenFOAM/primitives/Lists/vectorIOList.C | 2 +- src/OpenFOAM/primitives/Lists/vectorIOList.H | 2 +- src/OpenFOAM/primitives/Lists/vectorList.C | 2 +- src/OpenFOAM/primitives/Lists/vectorList.H | 2 +- .../primitives/Lists/vectorListIOList.C | 2 +- .../primitives/Lists/vectorListIOList.H | 2 +- src/OpenFOAM/primitives/Lists/wordList.H | 2 +- src/OpenFOAM/primitives/Lists/wordReList.H | 2 +- .../primitives/Lists/wordReListMatcher.H | 2 +- .../primitives/Lists/wordReListMatcherI.H | 2 +- src/OpenFOAM/primitives/Pair/Pair.H | 2 +- src/OpenFOAM/primitives/Pair/labelPair.H | 2 +- src/OpenFOAM/primitives/Scalar/doubleFloat.H | 2 +- .../Scalar/doubleScalar/doubleScalar.C | 2 +- .../Scalar/doubleScalar/doubleScalar.H | 2 +- .../Scalar/floatScalar/floatScalar.C | 2 +- .../Scalar/floatScalar/floatScalar.H | 2 +- .../primitives/Scalar/scalar/scalar.C | 2 +- .../primitives/Scalar/scalar/scalar.H | 2 +- .../SphericalTensor/SphericalTensor.H | 2 +- .../SphericalTensor/SphericalTensorI.H | 2 +- .../labelSphericalTensor.C | 2 +- .../labelSphericalTensor.H | 2 +- .../sphericalTensor/sphericalTensor.C | 2 +- .../sphericalTensor/sphericalTensor.H | 2 +- .../SphericalTensor2D/SphericalTensor2D.H | 2 +- .../SphericalTensor2D/SphericalTensor2DI.H | 2 +- .../sphericalTensor2D/sphericalTensor2D.C | 2 +- .../sphericalTensor2D/sphericalTensor2D.H | 2 +- src/OpenFOAM/primitives/Swap/Swap.H | 2 +- .../primitives/SymmTensor/SymmTensor.H | 2 +- .../primitives/SymmTensor/SymmTensorI.H | 2 +- .../labelSymmTensor/labelSymmTensor.C | 2 +- .../labelSymmTensor/labelSymmTensor.H | 2 +- .../SymmTensor/symmTensor/symmTensor.C | 2 +- .../SymmTensor/symmTensor/symmTensor.H | 2 +- src/OpenFOAM/primitives/Tensor/Tensor.H | 2 +- src/OpenFOAM/primitives/Tensor/TensorI.H | 2 +- .../Tensor/labelTensor/labelTensor.C | 2 +- .../Tensor/labelTensor/labelTensor.H | 2 +- .../primitives/Tensor/tensor/tensor.C | 22 +- .../primitives/Tensor/tensor/tensor.H | 2 +- src/OpenFOAM/primitives/Tensor2D/Tensor2D.H | 2 +- src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H | 2 +- .../primitives/Tensor2D/tensor2D/tensor2D.C | 2 +- .../primitives/Tensor2D/tensor2D/tensor2D.H | 2 +- src/OpenFOAM/primitives/Tuple2/Tuple2.H | 2 +- src/OpenFOAM/primitives/Vector/Vector.H | 2 +- src/OpenFOAM/primitives/Vector/VectorI.H | 2 +- .../Vector/complexVector/complexVector.C | 2 +- .../Vector/complexVector/complexVector.H | 2 +- .../Vector/complexVector/complexVectorI.H | 2 +- .../Vector/labelVector/labelVector.C | 2 +- .../Vector/labelVector/labelVector.H | 2 +- .../primitives/Vector/vector/vector.C | 2 +- .../primitives/Vector/vector/vector.H | 2 +- src/OpenFOAM/primitives/Vector2D/Vector2D.H | 2 +- src/OpenFOAM/primitives/Vector2D/Vector2DI.H | 2 +- .../primitives/Vector2D/vector2D/vector2D.C | 2 +- .../primitives/Vector2D/vector2D/vector2D.H | 2 +- .../primitives/VectorSpace/VectorSpace.C | 2 +- .../primitives/VectorSpace/VectorSpace.H | 2 +- .../primitives/VectorSpace/VectorSpaceI.H | 2 +- .../primitives/VectorSpace/products.H | 2 +- src/OpenFOAM/primitives/chars/char/char.H | 2 +- src/OpenFOAM/primitives/chars/char/charIO.C | 2 +- src/OpenFOAM/primitives/complex/complex.C | 2 +- src/OpenFOAM/primitives/complex/complex.H | 2 +- src/OpenFOAM/primitives/complex/complexI.H | 2 +- .../primitives/contiguous/contiguous.H | 2 +- src/OpenFOAM/primitives/direction/direction.H | 2 +- .../functions/Polynomial/Polynomial.C | 2 +- .../functions/Polynomial/Polynomial.H | 2 +- .../functions/Polynomial/PolynomialIO.C | 2 +- src/OpenFOAM/primitives/hashes/Hash/Hash.H | 2 +- .../primitives/hashes/Hasher/Hasher.C | 2 +- .../primitives/hashes/Hasher/Hasher.H | 2 +- .../primitives/hashes/Hasher/HasherInt.H | 2 +- src/OpenFOAM/primitives/hashes/SHA1/SHA1.C | 21 +- src/OpenFOAM/primitives/hashes/SHA1/SHA1.H | 2 +- .../primitives/hashes/SHA1/SHA1Digest.C | 2 +- .../primitives/hashes/SHA1/SHA1Digest.H | 2 +- src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H | 2 +- src/OpenFOAM/primitives/ints/int/int.H | 2 +- src/OpenFOAM/primitives/ints/int/intIO.C | 2 +- src/OpenFOAM/primitives/ints/long/long.H | 2 +- src/OpenFOAM/primitives/ints/long/longIO.C | 2 +- .../primitives/ints/longLong/longLong.H | 2 +- .../primitives/ints/longLong/longLongIO.C | 2 +- src/OpenFOAM/primitives/ints/uLabel/uLabel.C | 2 +- src/OpenFOAM/primitives/ints/uint/uint.H | 2 +- src/OpenFOAM/primitives/ints/uint/uintIO.C | 2 +- src/OpenFOAM/primitives/ints/ulong/ulong.H | 2 +- src/OpenFOAM/primitives/ints/ulong/ulongIO.C | 2 +- src/OpenFOAM/primitives/nil/nil.H | 2 +- src/OpenFOAM/primitives/one/one.H | 2 +- src/OpenFOAM/primitives/ops/ops.H | 2 +- .../primitives/quaternion/quaternion.C | 2 +- .../primitives/quaternion/quaternion.H | 2 +- .../primitives/quaternion/quaternionI.H | 2 +- src/OpenFOAM/primitives/random/Random.C | 2 +- src/OpenFOAM/primitives/random/Random.H | 2 +- .../primitives/septernion/septernion.C | 2 +- .../primitives/septernion/septernion.H | 2 +- .../primitives/septernion/septernionI.H | 2 +- .../primitives/strings/fileName/fileName.C | 2 +- .../primitives/strings/fileName/fileName.H | 2 +- .../primitives/strings/fileName/fileNameI.H | 2 +- .../primitives/strings/fileName/fileNameIO.C | 2 +- .../primitives/strings/keyType/keyType.H | 2 +- .../primitives/strings/keyType/keyTypeI.H | 2 +- .../primitives/strings/keyType/keyTypeIO.C | 2 +- .../primitives/strings/string/string.C | 2 +- .../primitives/strings/string/string.H | 12 +- .../primitives/strings/string/stringI.H | 2 +- .../primitives/strings/string/stringIO.C | 2 +- src/OpenFOAM/primitives/strings/word/word.C | 2 +- src/OpenFOAM/primitives/strings/word/word.H | 2 +- src/OpenFOAM/primitives/strings/word/wordI.H | 2 +- src/OpenFOAM/primitives/strings/word/wordIO.C | 2 +- .../primitives/strings/wordRe/wordRe.H | 2 +- .../primitives/strings/wordRe/wordReI.H | 2 +- .../primitives/strings/wordRe/wordReIO.C | 2 +- .../primitives/transform/symmTransform.H | 2 +- src/OpenFOAM/primitives/transform/transform.H | 2 +- src/OpenFOAM/primitives/zero/zero.H | 2 +- src/OpenFOAM/primitives/zero/zeroI.H | 2 +- src/Pstream/dummy/UIPread.C | 2 +- src/Pstream/dummy/UOPwrite.C | 2 +- src/Pstream/dummy/UPstream.C | 2 +- src/Pstream/gamma/IPread.C | 2 +- src/Pstream/gamma/OPwrite.C | 2 +- src/Pstream/gamma/Pstream.C | 2 +- src/Pstream/gamma/PstreamGlobals.C | 2 +- src/Pstream/gamma/PstreamGlobals.H | 2 +- src/Pstream/mpi/PstreamGlobals.C | 2 +- src/Pstream/mpi/PstreamGlobals.H | 2 +- src/Pstream/mpi/UIPread.C | 2 +- src/Pstream/mpi/UOPwrite.C | 2 +- src/Pstream/mpi/UPstream.C | 6 +- src/dummyThirdParty/MGridGen/mgridgen.h | 2 +- .../dynamicFvMesh/dynamicFvMesh.C | 2 +- .../dynamicFvMesh/dynamicFvMesh.H | 2 +- .../dynamicFvMesh/dynamicFvMeshNew.C | 2 +- .../dynamicInkJetFvMesh/dynamicInkJetFvMesh.C | 8 +- .../dynamicInkJetFvMesh/dynamicInkJetFvMesh.H | 2 +- .../dynamicMotionSolverFvMesh.C | 2 +- .../dynamicMotionSolverFvMesh.H | 2 +- .../dynamicRefineFvMesh/dynamicRefineFvMesh.C | 2 +- .../dynamicRefineFvMesh/dynamicRefineFvMesh.H | 2 +- src/dynamicFvMesh/include/meshCourantNo.H | 2 +- .../solidBodyMotionFunctions/SDA/SDA.C | 2 +- .../solidBodyMotionFunctions/SDA/SDA.H | 2 +- .../linearMotion/linearMotion.C | 2 +- .../linearMotion/linearMotion.H | 2 +- .../multiMotion/multiMotion.C | 2 +- .../multiMotion/multiMotion.H | 2 +- .../oscillatingLinearMotion.C | 8 +- .../oscillatingLinearMotion.H | 2 +- .../oscillatingRotatingMotion.C | 14 +- .../oscillatingRotatingMotion.H | 2 +- .../rotatingMotion/rotatingMotion.C | 2 +- .../rotatingMotion/rotatingMotion.H | 2 +- .../solidBodyMotionFunction.C | 2 +- .../solidBodyMotionFunction.H | 2 +- .../solidBodyMotionFunctionNew.C | 2 +- .../tabulated6DoFMotion/tabulated6DoFMotion.C | 2 +- .../tabulated6DoFMotion/tabulated6DoFMotion.H | 2 +- .../solidBodyMotionFvMesh.C | 2 +- .../solidBodyMotionFvMesh.H | 2 +- src/dynamicFvMesh/staticFvMesh/staticFvMesh.C | 2 +- src/dynamicFvMesh/staticFvMesh/staticFvMesh.H | 2 +- src/dynamicMesh/attachDetach/attachDetach.C | 2 +- src/dynamicMesh/attachDetach/attachDetach.H | 2 +- .../attachDetach/attachDetachPointMatchMap.C | 8 +- .../attachDetach/attachInterface.C | 13 +- .../attachDetach/detachInterface.C | 21 +- src/dynamicMesh/boundaryMesh/bMesh.H | 2 +- src/dynamicMesh/boundaryMesh/boundaryMesh.C | 2 +- src/dynamicMesh/boundaryMesh/boundaryMesh.H | 2 +- src/dynamicMesh/boundaryPatch/boundaryPatch.C | 2 +- src/dynamicMesh/boundaryPatch/boundaryPatch.H | 2 +- src/dynamicMesh/fvMeshAdder/fvMeshAdder.C | 2 +- src/dynamicMesh/fvMeshAdder/fvMeshAdder.H | 2 +- .../fvMeshAdder/fvMeshAdderTemplates.C | 2 +- .../fvMeshDistribute/fvMeshDistribute.C | 12 +- .../fvMeshDistribute/fvMeshDistribute.H | 2 +- .../fvMeshDistributeTemplates.C | 2 +- .../layerAdditionRemoval/addCellLayer.C | 62 ++++- .../layerAdditionRemoval.C | 8 +- .../layerAdditionRemoval.H | 2 +- .../layerAdditionRemoval/removeCellLayer.C | 8 +- .../layerAdditionRemoval/setLayerPairing.C | 12 +- src/dynamicMesh/meshCut/cellCuts/cellCuts.C | 2 +- src/dynamicMesh/meshCut/cellCuts/cellCuts.H | 2 +- .../meshCut/cellLooper/cellLooper.C | 2 +- .../meshCut/cellLooper/cellLooper.H | 2 +- .../meshCut/cellLooper/geomCellLooper.C | 2 +- .../meshCut/cellLooper/geomCellLooper.H | 2 +- .../meshCut/cellLooper/hexCellLooper.C | 2 +- .../meshCut/cellLooper/hexCellLooper.H | 2 +- .../meshCut/cellLooper/topoCellLooper.C | 2 +- .../meshCut/cellLooper/topoCellLooper.H | 2 +- .../directions/directionInfo/directionInfo.C | 2 +- .../directions/directionInfo/directionInfo.H | 2 +- .../directions/directionInfo/directionInfoI.H | 2 +- .../meshCut/directions/directions.C | 2 +- .../meshCut/directions/directions.H | 2 +- .../meshCut/edgeVertex/edgeVertex.C | 2 +- .../meshCut/edgeVertex/edgeVertex.H | 2 +- .../boundaryCutter/boundaryCutter.C | 2 +- .../boundaryCutter/boundaryCutter.H | 2 +- .../meshCutAndRemove/meshCutAndRemove.C | 7 +- .../meshCutAndRemove/meshCutAndRemove.H | 2 +- .../meshModifiers/meshCutter/meshCutter.C | 2 +- .../meshModifiers/meshCutter/meshCutter.H | 2 +- .../multiDirRefinement/multiDirRefinement.C | 2 +- .../multiDirRefinement/multiDirRefinement.H | 2 +- .../refinementIterator/refinementIterator.C | 2 +- .../refinementIterator/refinementIterator.H | 2 +- .../undoableMeshCutter/undoableMeshCutter.C | 2 +- .../undoableMeshCutter/undoableMeshCutter.H | 2 +- .../meshCut/refineCell/refineCell.C | 2 +- .../meshCut/refineCell/refineCell.H | 2 +- src/dynamicMesh/meshCut/splitCell/splitCell.C | 2 +- src/dynamicMesh/meshCut/splitCell/splitCell.H | 2 +- .../meshCut/wallLayerCells/wallLayerCells.C | 2 +- .../meshCut/wallLayerCells/wallLayerCells.H | 2 +- .../wallNormalInfo/wallNormalInfo.C | 2 +- .../wallNormalInfo/wallNormalInfo.H | 2 +- .../wallNormalInfo/wallNormalInfoI.H | 2 +- .../motionSmoother/motionSmoother.H | 2 +- .../motionSmoother/motionSmootherCheck.C | 2 +- .../motionSmoother/motionSmootherTemplates.C | 2 +- .../polyMeshGeometry/polyMeshGeometry.C | 6 +- .../polyMeshGeometry/polyMeshGeometry.H | 2 +- src/dynamicMesh/motionSolver/motionSolver.C | 2 +- src/dynamicMesh/motionSolver/motionSolver.H | 2 +- .../perfectInterface/perfectInterface.C | 2 +- .../perfectInterface/perfectInterface.H | 2 +- .../polyMeshAdder/faceCoupleInfo.C | 2 +- .../polyMeshAdder/faceCoupleInfo.H | 8 +- .../polyMeshAdder/faceCoupleInfoTemplates.C | 2 +- src/dynamicMesh/polyMeshAdder/polyMeshAdder.C | 2 +- src/dynamicMesh/polyMeshAdder/polyMeshAdder.H | 2 +- .../attachPolyTopoChanger.C | 4 +- .../attachPolyTopoChanger.H | 2 +- .../polyMeshModifier/polyMeshModifier.C | 2 +- .../polyMeshModifier/polyMeshModifier.H | 2 +- .../polyMeshModifier/polyMeshModifierNew.C | 2 +- .../polyTopoChange/addObject/polyAddCell.H | 2 +- .../polyTopoChange/addObject/polyAddFace.H | 2 +- .../polyTopoChange/addObject/polyAddPoint.H | 2 +- .../polyTopoChange/addPatchCellLayer.C | 5 +- .../polyTopoChange/addPatchCellLayer.H | 21 +- .../polyTopoChange/combineFaces.C | 2 +- .../polyTopoChange/combineFaces.H | 2 +- .../polyTopoChange/duplicatePoints.C | 2 +- .../polyTopoChange/duplicatePoints.H | 2 +- .../polyTopoChange/edgeCollapser.C | 2 +- .../polyTopoChange/edgeCollapser.H | 2 +- .../polyTopoChange/faceCollapser.C | 2 +- .../polyTopoChange/faceCollapser.H | 2 +- .../polyTopoChange/polyTopoChange/hexRef8.C | 8 +- .../polyTopoChange/polyTopoChange/hexRef8.H | 2 +- .../polyTopoChange/localPointRegion.C | 2 +- .../polyTopoChange/localPointRegion.H | 2 +- .../modifyObject/polyModifyCell.H | 2 +- .../modifyObject/polyModifyFace.H | 2 +- .../modifyObject/polyModifyPoint.H | 2 +- .../polyTopoChange/polyTopoChange.C | 2 +- .../polyTopoChange/polyTopoChange.H | 2 +- .../polyTopoChange/polyTopoChangeI.H | 2 +- .../polyTopoChange/polyTopoChangeTemplates.C | 2 +- .../polyTopoChange/refinementData.C | 2 +- .../polyTopoChange/refinementData.H | 2 +- .../polyTopoChange/refinementDataI.H | 2 +- .../polyTopoChange/refinementDistanceData.C | 2 +- .../polyTopoChange/refinementDistanceData.H | 2 +- .../polyTopoChange/refinementDistanceDataI.H | 2 +- .../polyTopoChange/refinementHistory.C | 2 +- .../polyTopoChange/refinementHistory.H | 2 +- .../polyTopoChange/removeCells.C | 2 +- .../polyTopoChange/removeCells.H | 2 +- .../polyTopoChange/removeFaces.C | 2 +- .../polyTopoChange/removeFaces.H | 2 +- .../removeObject/polyRemoveCell.H | 2 +- .../removeObject/polyRemoveFace.H | 2 +- .../removeObject/polyRemovePoint.H | 2 +- .../polyTopoChange/removePoints.C | 2 +- .../polyTopoChange/removePoints.H | 2 +- .../polyTopoChange/topoAction/topoAction.H | 2 +- .../polyTopoChange/topoAction/topoActions.C | 2 +- .../polyTopoChanger/polyTopoChanger.C | 2 +- .../polyTopoChanger/polyTopoChanger.H | 2 +- .../repatchPolyTopoChanger.C | 2 +- .../repatchPolyTopoChanger.H | 2 +- src/dynamicMesh/setUpdater/setUpdater.C | 2 +- src/dynamicMesh/setUpdater/setUpdater.H | 2 +- .../setUpdater/setUpdaterTemplates.C | 2 +- .../slidingInterface/coupleSlidingInterface.C | 252 ++++++++++++------ .../decoupleSlidingInterface.C | 31 ++- .../enrichedPatch/enrichedPatch.C | 2 +- .../enrichedPatch/enrichedPatch.H | 11 +- .../enrichedPatch/enrichedPatchCutFaces.C | 167 ++++++++---- .../enrichedPatch/enrichedPatchFaces.C | 8 +- .../enrichedPatch/enrichedPatchMasterPoints.C | 4 +- .../enrichedPatch/enrichedPatchPointMap.C | 2 +- .../enrichedPatch/enrichedPatchPointPoints.C | 2 +- .../slidingInterface/slidingInterface.C | 21 +- .../slidingInterface/slidingInterface.H | 2 +- .../slidingInterfaceAttachedAddressing.C | 10 +- .../slidingInterfaceClearCouple.C | 2 +- .../slidingInterfaceProjectPoints.C | 74 ++--- src/edgeMesh/edgeFormats/edgeFormatsCore.C | 2 +- src/edgeMesh/edgeFormats/edgeFormatsCore.H | 28 +- .../edgeFormats/emesh/EMESHedgeFormat.C | 2 +- .../edgeFormats/emesh/EMESHedgeFormat.H | 2 +- .../emesh/EMESHedgeFormatRunTime.C | 2 +- src/edgeMesh/edgeFormats/nas/NASedgeFormat.C | 2 +- src/edgeMesh/edgeFormats/nas/NASedgeFormat.H | 2 +- .../edgeFormats/nas/NASedgeFormatRunTime.C | 2 +- src/edgeMesh/edgeFormats/obj/OBJedgeFormat.C | 2 +- src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H | 2 +- .../edgeFormats/obj/OBJedgeFormatRunTime.C | 2 +- .../starcd/STARCDedgeFormatRunTime.C | 2 +- src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.C | 2 +- src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H | 2 +- .../edgeFormats/vtk/VTKedgeFormatRunTime.C | 2 +- src/edgeMesh/edgeMesh.C | 2 +- src/edgeMesh/edgeMesh.H | 2 +- src/edgeMesh/edgeMeshI.H | 2 +- src/edgeMesh/edgeMeshIO.C | 2 +- src/edgeMesh/edgeMeshNew.C | 2 +- .../featureEdgeMesh/featureEdgeMesh.C | 2 +- .../featureEdgeMesh/featureEdgeMesh.H | 2 +- src/engine/engineMesh/engineMesh/engineMesh.C | 2 +- src/engine/engineMesh/engineMesh/engineMesh.H | 2 +- .../engineMesh/engineMesh/engineMeshNew.C | 2 +- .../fvMotionSolverEngineMesh.C | 2 +- .../fvMotionSolverEngineMesh.H | 2 +- .../layeredEngineMesh/layeredEngineMesh.C | 2 +- .../layeredEngineMesh/layeredEngineMesh.H | 2 +- .../staticEngineMesh/staticEngineMesh.C | 2 +- .../staticEngineMesh/staticEngineMesh.H | 2 +- src/engine/enginePiston/enginePiston.C | 2 +- src/engine/enginePiston/enginePiston.H | 2 +- src/engine/engineTime/engineTime.C | 2 +- src/engine/engineTime/engineTime.H | 2 +- src/engine/engineValve/engineValve.C | 2 +- src/engine/engineValve/engineValve.H | 2 +- src/engine/engineValve/valveBank.H | 2 +- src/engine/ignition/ignition.C | 2 +- src/engine/ignition/ignition.H | 2 +- src/engine/ignition/ignitionIO.C | 2 +- src/engine/ignition/ignitionSite.C | 2 +- src/engine/ignition/ignitionSite.H | 2 +- src/engine/ignition/ignitionSiteIO.C | 2 +- .../errorDrivenRefinement.C | 5 +- .../errorDrivenRefinement.H | 2 +- .../errorEstimate/errorEstimate.C | 7 +- .../errorEstimate/errorEstimate.H | 2 +- src/errorEstimation/errorEstimate/resError.H | 2 +- .../errorEstimate/resErrorDiv.C | 2 +- .../errorEstimate/resErrorDiv.H | 2 +- .../errorEstimate/resErrorLaplacian.C | 2 +- .../errorEstimate/resErrorLaplacian.H | 2 +- .../errorEstimate/resErrorSup.C | 2 +- .../errorEstimate/resErrorSup.H | 2 +- .../evaluateError/evaluateError.C | 2 +- .../evaluateError/evaluateError.H | 2 +- src/fileFormats/nas/NASCore.C | 2 +- .../compressible/compressibleContinuityErrs.H | 2 +- .../compressible/compressibleCourantNo.H | 2 +- .../compressible/compressibleCreatePhi.H | 2 +- .../cfdTools/compressible/rhoEqn.H | 2 +- .../cfdTools/general/MRF/MRFZoneTemplates.C | 2 +- .../general/SRF/SRFModel/SRFModel/SRFModel.C | 2 +- .../general/SRF/SRFModel/SRFModel/SRFModel.H | 2 +- .../SRF/SRFModel/SRFModel/SRFModelNew.C | 2 +- .../cfdTools/general/SRF/SRFModel/rpm/rpm.C | 2 +- .../cfdTools/general/SRF/SRFModel/rpm/rpm.H | 2 +- .../SRFVelocityFvPatchVectorField.C | 2 +- .../SRFVelocityFvPatchVectorField.H | 2 +- .../cfdTools/general/adjustPhi/adjustPhi.C | 2 +- .../cfdTools/general/adjustPhi/adjustPhi.H | 2 +- .../pressureGradientExplicitSource.C | 2 +- .../pressureGradientExplicitSource.H | 2 +- .../general/include/initContinuityErrs.H | 2 +- .../cfdTools/general/include/setDeltaT.H | 2 +- .../general/include/setInitialDeltaT.H | 2 +- .../general/porousMedia/PorousZones.C | 2 +- .../general/porousMedia/PorousZones.H | 2 +- .../general/porousMedia/porousZones.C | 2 +- .../general/porousMedia/porousZones.H | 2 +- .../cfdTools/incompressible/CourantNo.H | 2 +- .../cfdTools/incompressible/continuityErrs.H | 2 +- .../cfdTools/incompressible/createPhi.H | 2 +- .../cfdTools/incompressible/createPhiv.H | 2 +- .../incompressible/movingMeshContinuityErrs.H | 2 +- .../movingMeshRhoUContinuityErrs.H | 2 +- .../basicSymmetry/basicSymmetryFvPatchField.C | 2 +- .../basicSymmetry/basicSymmetryFvPatchField.H | 2 +- .../basicSymmetryFvPatchFields.C | 2 +- .../basicSymmetryFvPatchFields.H | 2 +- .../basicSymmetryFvPatchScalarField.C | 2 +- .../basic/calculated/calculatedFvPatchField.C | 2 +- .../basic/calculated/calculatedFvPatchField.H | 2 +- .../calculated/calculatedFvPatchFields.C | 2 +- .../calculated/calculatedFvPatchFields.H | 2 +- .../calculated/calculatedFvPatchFieldsFwd.H | 2 +- .../basic/coupled/coupledFvPatchField.C | 2 +- .../basic/coupled/coupledFvPatchField.H | 2 +- .../basic/coupled/coupledFvPatchFields.C | 2 +- .../basic/coupled/coupledFvPatchFields.H | 2 +- .../basic/coupled/coupledFvPatchFieldsFwd.H | 2 +- .../directionMixedFvPatchField.C | 2 +- .../directionMixedFvPatchField.H | 2 +- .../directionMixedFvPatchFields.C | 2 +- .../directionMixedFvPatchFields.H | 2 +- .../directionMixedFvPatchFieldsFwd.H | 2 +- .../fixedGradient/fixedGradientFvPatchField.C | 2 +- .../fixedGradient/fixedGradientFvPatchField.H | 2 +- .../fixedGradientFvPatchFields.C | 2 +- .../fixedGradientFvPatchFields.H | 2 +- .../fixedGradientFvPatchFieldsFwd.H | 2 +- .../basic/fixedValue/fixedValueFvPatchField.C | 2 +- .../basic/fixedValue/fixedValueFvPatchField.H | 2 +- .../fixedValue/fixedValueFvPatchFields.C | 2 +- .../fixedValue/fixedValueFvPatchFields.H | 2 +- .../fixedValue/fixedValueFvPatchFieldsFwd.H | 2 +- .../basic/mixed/mixedFvPatchField.C | 2 +- .../basic/mixed/mixedFvPatchField.H | 2 +- .../basic/mixed/mixedFvPatchFields.C | 2 +- .../basic/mixed/mixedFvPatchFields.H | 2 +- .../basic/mixed/mixedFvPatchFieldsFwd.H | 2 +- .../basic/sliced/slicedFvPatchField.C | 2 +- .../basic/sliced/slicedFvPatchField.H | 2 +- .../basic/sliced/slicedFvPatchFields.C | 2 +- .../basic/sliced/slicedFvPatchFields.H | 2 +- .../basic/sliced/slicedFvPatchFieldsFwd.H | 2 +- .../basic/transform/transformFvPatchField.C | 2 +- .../basic/transform/transformFvPatchField.H | 2 +- .../basic/transform/transformFvPatchFields.C | 2 +- .../basic/transform/transformFvPatchFields.H | 2 +- .../transform/transformFvPatchFieldsFwd.H | 2 +- .../transform/transformFvPatchScalarField.C | 2 +- .../zeroGradient/zeroGradientFvPatchField.C | 2 +- .../zeroGradient/zeroGradientFvPatchField.H | 2 +- .../zeroGradient/zeroGradientFvPatchFields.C | 2 +- .../zeroGradient/zeroGradientFvPatchFields.H | 2 +- .../zeroGradientFvPatchFieldsFwd.H | 2 +- .../constraint/cyclic/cyclicFvPatchField.C | 2 +- .../constraint/cyclic/cyclicFvPatchField.H | 2 +- .../constraint/cyclic/cyclicFvPatchFields.C | 2 +- .../constraint/cyclic/cyclicFvPatchFields.H | 2 +- .../cyclic/cyclicFvPatchFieldsFwd.H | 2 +- .../constraint/empty/emptyFvPatchField.C | 2 +- .../constraint/empty/emptyFvPatchField.H | 2 +- .../constraint/empty/emptyFvPatchFields.C | 2 +- .../constraint/empty/emptyFvPatchFields.H | 2 +- .../constraint/empty/emptyFvPatchFieldsFwd.H | 2 +- .../jumpCyclic/jumpCyclicFvPatchField.C | 2 +- .../jumpCyclic/jumpCyclicFvPatchField.H | 2 +- .../jumpCyclic/jumpCyclicFvPatchFields.C | 2 +- .../jumpCyclic/jumpCyclicFvPatchFields.H | 2 +- .../jumpCyclic/jumpCyclicFvPatchFieldsFwd.H | 2 +- .../processor/processorFvPatchField.C | 2 +- .../processor/processorFvPatchField.H | 2 +- .../processor/processorFvPatchFields.C | 2 +- .../processor/processorFvPatchFields.H | 2 +- .../processor/processorFvPatchFieldsFwd.H | 2 +- .../processor/processorFvPatchScalarField.C | 2 +- .../processor/processorFvPatchScalarField.H | 2 +- .../symmetry/symmetryFvPatchField.C | 2 +- .../symmetry/symmetryFvPatchField.H | 2 +- .../symmetry/symmetryFvPatchFields.C | 2 +- .../symmetry/symmetryFvPatchFields.H | 2 +- .../symmetry/symmetryFvPatchFieldsFwd.H | 2 +- .../constraint/wedge/wedgeFvPatchField.C | 2 +- .../constraint/wedge/wedgeFvPatchField.H | 2 +- .../constraint/wedge/wedgeFvPatchFields.C | 2 +- .../constraint/wedge/wedgeFvPatchFields.H | 2 +- .../constraint/wedge/wedgeFvPatchFieldsFwd.H | 2 +- .../wedge/wedgeFvPatchScalarField.C | 2 +- .../activeBaffleVelocityFvPatchVectorField.C | 2 +- .../activeBaffleVelocityFvPatchVectorField.H | 2 +- .../derived/advective/advectiveFvPatchField.C | 2 +- .../derived/advective/advectiveFvPatchField.H | 2 +- .../advective/advectiveFvPatchFields.C | 2 +- .../advective/advectiveFvPatchFields.H | 2 +- .../advective/advectiveFvPatchFieldsFwd.H | 2 +- .../buoyantPressureFvPatchScalarField.C | 2 +- .../buoyantPressureFvPatchScalarField.H | 2 +- .../directMappedFixedValueFvPatchField.C | 2 +- .../directMappedFixedValueFvPatchField.H | 2 +- .../directMappedFixedValueFvPatchFields.C | 2 +- .../directMappedFixedValueFvPatchFields.H | 2 +- .../directMappedFixedValueFvPatchFieldsFwd.H | 2 +- ...MappedVelocityFluxFixedValueFvPatchField.C | 2 +- ...MappedVelocityFluxFixedValueFvPatchField.H | 2 +- .../derived/fan/fanFvPatchField.C | 2 +- .../derived/fan/fanFvPatchField.H | 2 +- .../derived/fan/fanFvPatchFields.C | 2 +- .../derived/fan/fanFvPatchFields.H | 2 +- .../derived/fan/fanFvPatchFieldsFwd.H | 2 +- .../fixedFluxPressureFvPatchScalarField.C | 2 +- .../fixedFluxPressureFvPatchScalarField.H | 2 +- .../fixedInternalValueFvPatchField.C | 2 +- .../fixedInternalValueFvPatchField.H | 2 +- .../fixedInternalValueFvPatchFields.C | 2 +- .../fixedInternalValueFvPatchFields.H | 2 +- .../fixedNormalSlipFvPatchField.C | 2 +- .../fixedNormalSlipFvPatchField.H | 2 +- .../fixedNormalSlipFvPatchFields.C | 2 +- .../fixedNormalSlipFvPatchFields.H | 2 +- .../fixedNormalSlipFvPatchFieldsFwd.H | 2 +- ...ureCompressibleDensityFvPatchScalarField.C | 2 +- ...ureCompressibleDensityFvPatchScalarField.H | 2 +- .../flowRateInletVelocityFvPatchVectorField.C | 2 +- .../flowRateInletVelocityFvPatchVectorField.H | 2 +- .../fluxCorrectedVelocityFvPatchVectorField.C | 2 +- .../fluxCorrectedVelocityFvPatchVectorField.H | 2 +- .../freestream/freestreamFvPatchField.C | 2 +- .../freestream/freestreamFvPatchField.H | 2 +- .../freestream/freestreamFvPatchFields.C | 2 +- .../freestream/freestreamFvPatchFields.H | 2 +- .../freestream/freestreamFvPatchFieldsFwd.H | 2 +- .../freestreamPressureFvPatchScalarField.C | 2 +- .../freestreamPressureFvPatchScalarField.H | 2 +- .../inletOutlet/inletOutletFvPatchField.C | 2 +- .../inletOutlet/inletOutletFvPatchField.H | 2 +- .../inletOutlet/inletOutletFvPatchFields.C | 2 +- .../inletOutlet/inletOutletFvPatchFields.H | 2 +- .../inletOutlet/inletOutletFvPatchFieldsFwd.H | 2 +- ...OutletTotalTemperatureFvPatchScalarField.C | 2 +- ...OutletTotalTemperatureFvPatchScalarField.H | 2 +- .../movingWallVelocityFvPatchVectorField.C | 2 +- .../movingWallVelocityFvPatchVectorField.H | 2 +- .../oscillatingFixedValueFvPatchField.C | 2 +- .../oscillatingFixedValueFvPatchField.H | 2 +- .../oscillatingFixedValueFvPatchFields.C | 2 +- .../oscillatingFixedValueFvPatchFields.H | 2 +- .../oscillatingFixedValueFvPatchFieldsFwd.H | 2 +- .../outletInlet/outletInletFvPatchField.C | 2 +- .../outletInlet/outletInletFvPatchField.H | 2 +- .../outletInlet/outletInletFvPatchFields.C | 2 +- .../outletInlet/outletInletFvPatchFields.H | 2 +- .../outletInlet/outletInletFvPatchFieldsFwd.H | 2 +- .../partialSlip/partialSlipFvPatchField.C | 2 +- .../partialSlip/partialSlipFvPatchField.H | 2 +- .../partialSlip/partialSlipFvPatchFields.C | 2 +- .../partialSlip/partialSlipFvPatchFields.H | 2 +- .../partialSlip/partialSlipFvPatchFieldsFwd.H | 2 +- ...tedInletOutletVelocityFvPatchVectorField.C | 2 +- ...tedInletOutletVelocityFvPatchVectorField.H | 2 +- ...eDirectedInletVelocityFvPatchVectorField.C | 2 +- ...eDirectedInletVelocityFvPatchVectorField.H | 2 +- ...ureInletOutletVelocityFvPatchVectorField.C | 2 +- ...ureInletOutletVelocityFvPatchVectorField.H | 2 +- ...reInletUniformVelocityFvPatchVectorField.C | 2 +- ...reInletUniformVelocityFvPatchVectorField.H | 2 +- .../pressureInletVelocityFvPatchVectorField.C | 2 +- .../pressureInletVelocityFvPatchVectorField.H | 2 +- ...malInletOutletVelocityFvPatchVectorField.C | 2 +- ...malInletOutletVelocityFvPatchVectorField.H | 2 +- ...ureInletOutletVelocityFvPatchVectorField.C | 2 +- ...ureInletOutletVelocityFvPatchVectorField.H | 2 +- .../rotatingTotalPressureFvPatchScalarField.C | 2 +- .../rotatingTotalPressureFvPatchScalarField.H | 2 +- .../rotatingWallVelocityFvPatchVectorField.C | 2 +- .../rotatingWallVelocityFvPatchVectorField.H | 2 +- .../derived/slip/slipFvPatchField.C | 2 +- .../derived/slip/slipFvPatchField.H | 2 +- .../derived/slip/slipFvPatchFields.C | 2 +- .../derived/slip/slipFvPatchFields.H | 2 +- .../derived/slip/slipFvPatchFieldsFwd.H | 2 +- .../supersonicFreestreamFvPatchVectorField.C | 2 +- .../supersonicFreestreamFvPatchVectorField.H | 2 +- ...urfaceNormalFixedValueFvPatchVectorField.C | 2 +- ...urfaceNormalFixedValueFvPatchVectorField.H | 2 +- .../syringePressureFvPatchScalarField.C | 2 +- .../syringePressureFvPatchScalarField.H | 2 +- ...gFlowRateInletVelocityFvPatchVectorField.C | 2 +- ...gFlowRateInletVelocityFvPatchVectorField.H | 2 +- .../AverageIOFields.C | 2 +- .../timeVaryingMappedFixedValueFvPatchField.C | 2 +- .../timeVaryingMappedFixedValueFvPatchField.H | 2 +- ...timeVaryingMappedFixedValueFvPatchFields.C | 2 +- ...timeVaryingMappedFixedValueFvPatchFields.H | 2 +- ...eVaryingMappedFixedValueFvPatchFieldsFwd.H | 2 +- ...timeVaryingUniformFixedValueFvPatchField.C | 2 +- ...timeVaryingUniformFixedValueFvPatchField.H | 2 +- ...imeVaryingUniformFixedValueFvPatchFields.C | 2 +- ...imeVaryingUniformFixedValueFvPatchFields.H | 2 +- ...VaryingUniformFixedValueFvPatchFieldsFwd.H | 2 +- ...ngUniformTotalPressureFvPatchScalarField.C | 2 +- ...ngUniformTotalPressureFvPatchScalarField.H | 2 +- .../totalPressureFvPatchScalarField.C | 2 +- .../totalPressureFvPatchScalarField.H | 2 +- .../totalTemperatureFvPatchScalarField.C | 2 +- .../totalTemperatureFvPatchScalarField.H | 2 +- ...ranslatingWallVelocityFvPatchVectorField.C | 2 +- ...ranslatingWallVelocityFvPatchVectorField.H | 2 +- .../turbulentInletFvPatchField.C | 2 +- .../turbulentInletFvPatchField.H | 2 +- .../turbulentInletFvPatchFields.C | 2 +- .../turbulentInletFvPatchFields.H | 2 +- .../turbulentInletFvPatchFieldsFwd.H | 2 +- ...sityKineticEnergyInletFvPatchScalarField.C | 2 +- ...sityKineticEnergyInletFvPatchScalarField.H | 2 +- ...ityHydrostaticPressureFvPatchScalarField.C | 2 +- ...ityHydrostaticPressureFvPatchScalarField.H | 2 +- .../uniformFixedValueFvPatchField.C | 2 +- .../uniformFixedValueFvPatchField.H | 2 +- .../uniformFixedValueFvPatchFields.C | 2 +- .../uniformFixedValueFvPatchFields.H | 2 +- .../uniformFixedValueFvPatchFieldsFwd.H | 2 +- .../waveTransmissiveFvPatchField.C | 2 +- .../waveTransmissiveFvPatchField.H | 2 +- .../waveTransmissiveFvPatchFields.C | 2 +- .../waveTransmissiveFvPatchFields.H | 2 +- .../waveTransmissiveFvPatchFieldsFwd.H | 2 +- .../fvPatchFields/fvPatchField/fvPatchField.C | 2 +- .../fvPatchFields/fvPatchField/fvPatchField.H | 2 +- .../fvPatchField/fvPatchFieldMapper.H | 2 +- .../fvPatchField/fvPatchFieldNew.C | 2 +- .../fvPatchField/fvPatchFields.C | 2 +- .../fvPatchField/fvPatchFields.H | 2 +- .../fvPatchField/fvPatchFieldsFwd.H | 2 +- .../calculated/calculatedFvsPatchField.C | 2 +- .../calculated/calculatedFvsPatchField.H | 2 +- .../calculated/calculatedFvsPatchFields.C | 2 +- .../calculated/calculatedFvsPatchFields.H | 2 +- .../calculated/calculatedFvsPatchFieldsFwd.H | 2 +- .../basic/coupled/coupledFvsPatchField.C | 2 +- .../basic/coupled/coupledFvsPatchField.H | 2 +- .../basic/coupled/coupledFvsPatchFields.C | 2 +- .../basic/coupled/coupledFvsPatchFields.H | 2 +- .../basic/coupled/coupledFvsPatchFieldsFwd.H | 2 +- .../fixedValue/fixedValueFvsPatchField.C | 2 +- .../fixedValue/fixedValueFvsPatchField.H | 2 +- .../fixedValue/fixedValueFvsPatchFields.C | 2 +- .../fixedValue/fixedValueFvsPatchFields.H | 2 +- .../fixedValue/fixedValueFvsPatchFieldsFwd.H | 2 +- .../basic/sliced/slicedFvsPatchField.C | 2 +- .../basic/sliced/slicedFvsPatchField.H | 2 +- .../basic/sliced/slicedFvsPatchFields.C | 2 +- .../basic/sliced/slicedFvsPatchFields.H | 2 +- .../basic/sliced/slicedFvsPatchFieldsFwd.H | 2 +- .../constraint/cyclic/cyclicFvsPatchField.C | 2 +- .../constraint/cyclic/cyclicFvsPatchField.H | 2 +- .../constraint/cyclic/cyclicFvsPatchFields.C | 2 +- .../constraint/cyclic/cyclicFvsPatchFields.H | 2 +- .../cyclic/cyclicFvsPatchFieldsFwd.H | 2 +- .../constraint/empty/emptyFvsPatchField.C | 2 +- .../constraint/empty/emptyFvsPatchField.H | 2 +- .../constraint/empty/emptyFvsPatchFields.C | 2 +- .../constraint/empty/emptyFvsPatchFields.H | 2 +- .../constraint/empty/emptyFvsPatchFieldsFwd.H | 2 +- .../processor/processorFvsPatchField.C | 2 +- .../processor/processorFvsPatchField.H | 2 +- .../processor/processorFvsPatchFields.C | 2 +- .../processor/processorFvsPatchFields.H | 2 +- .../processor/processorFvsPatchFieldsFwd.H | 2 +- .../symmetry/symmetryFvsPatchField.C | 2 +- .../symmetry/symmetryFvsPatchField.H | 2 +- .../symmetry/symmetryFvsPatchFields.C | 2 +- .../symmetry/symmetryFvsPatchFields.H | 2 +- .../symmetry/symmetryFvsPatchFieldsFwd.H | 2 +- .../constraint/wedge/wedgeFvsPatchField.C | 2 +- .../constraint/wedge/wedgeFvsPatchField.H | 2 +- .../constraint/wedge/wedgeFvsPatchFields.C | 2 +- .../constraint/wedge/wedgeFvsPatchFields.H | 2 +- .../constraint/wedge/wedgeFvsPatchFieldsFwd.H | 2 +- .../fvsPatchField/fvsPatchField.C | 2 +- .../fvsPatchField/fvsPatchField.H | 2 +- .../fvsPatchField/fvsPatchFieldNew.C | 2 +- .../fvsPatchField/fvsPatchFields.C | 2 +- .../fvsPatchField/fvsPatchFields.H | 2 +- .../fvsPatchField/fvsPatchFieldsFwd.H | 2 +- .../surfaceFields/slicedSurfaceFields.H | 18 +- .../surfaceFields/slicedSurfaceFieldsFwd.H | 18 +- .../fields/surfaceFields/surfaceFields.C | 14 +- .../fields/surfaceFields/surfaceFields.H | 2 +- .../fields/surfaceFields/surfaceFieldsFwd.H | 2 +- .../fields/volFields/slicedVolFields.H | 2 +- .../fields/volFields/slicedVolFieldsFwd.H | 2 +- src/finiteVolume/fields/volFields/volFields.C | 8 +- src/finiteVolume/fields/volFields/volFields.H | 2 +- .../fields/volFields/volFieldsFwd.H | 2 +- .../convectionScheme/convectionScheme.C | 2 +- .../convectionScheme/convectionScheme.H | 2 +- .../convectionScheme/convectionSchemes.C | 2 +- .../gaussConvectionScheme.C | 2 +- .../gaussConvectionScheme.H | 2 +- .../gaussConvectionSchemes.C | 2 +- .../multivariateGaussConvectionScheme.C | 2 +- .../multivariateGaussConvectionScheme.H | 2 +- .../multivariateGaussConvectionSchemes.C | 2 +- .../EulerD2dt2Scheme/EulerD2dt2Scheme.C | 2 +- .../EulerD2dt2Scheme/EulerD2dt2Scheme.H | 2 +- .../EulerD2dt2Scheme/EulerD2dt2Schemes.C | 2 +- .../d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.C | 2 +- .../d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H | 2 +- .../d2dt2Schemes/d2dt2Scheme/d2dt2Schemes.C | 2 +- .../steadyStateD2dt2Scheme.C | 2 +- .../steadyStateD2dt2Scheme.H | 2 +- .../steadyStateD2dt2Schemes.C | 2 +- .../CoEulerDdtScheme/CoEulerDdtScheme.C | 2 +- .../CoEulerDdtScheme/CoEulerDdtScheme.H | 2 +- .../CoEulerDdtScheme/CoEulerDdtSchemes.C | 2 +- .../CrankNicholsonDdtScheme.C | 2 +- .../CrankNicholsonDdtScheme.H | 2 +- .../CrankNicholsonDdtSchemes.C | 2 +- .../EulerDdtScheme/EulerDdtScheme.C | 2 +- .../EulerDdtScheme/EulerDdtScheme.H | 2 +- .../EulerDdtScheme/EulerDdtSchemes.C | 2 +- .../ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C | 2 +- .../ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H | 2 +- .../ddtSchemes/SLTSDdtScheme/SLTSDdtSchemes.C | 2 +- .../backwardDdtScheme/backwardDdtScheme.C | 2 +- .../backwardDdtScheme/backwardDdtScheme.H | 2 +- .../backwardDdtScheme/backwardDdtSchemes.C | 2 +- .../boundedBackwardDdtScheme.C | 2 +- .../boundedBackwardDdtScheme.H | 2 +- .../boundedBackwardDdtSchemes.C | 2 +- .../ddtSchemes/ddtScheme/ddtScheme.C | 2 +- .../ddtSchemes/ddtScheme/ddtScheme.H | 2 +- .../ddtSchemes/ddtScheme/ddtSchemes.C | 2 +- .../steadyStateDdtScheme.C | 2 +- .../steadyStateDdtScheme.H | 2 +- .../steadyStateDdtSchemes.C | 2 +- .../divSchemes/divScheme/divScheme.C | 2 +- .../divSchemes/divScheme/divScheme.H | 2 +- .../divSchemes/divScheme/divSchemes.C | 2 +- .../gaussDivScheme/gaussDivScheme.C | 2 +- .../gaussDivScheme/gaussDivScheme.H | 2 +- .../gaussDivScheme/gaussDivSchemes.C | 2 +- src/finiteVolume/finiteVolume/fv/fv.C | 2 +- src/finiteVolume/finiteVolume/fv/fv.H | 2 +- .../finiteVolume/fvSchemes/fvSchemes.C | 2 +- .../finiteVolume/fvSchemes/fvSchemes.H | 2 +- .../finiteVolume/fvSolution/fvSolution.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvc.H | 2 +- .../finiteVolume/fvc/fvcAverage.C | 2 +- .../finiteVolume/fvc/fvcAverage.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcCurl.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcCurl.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcD2dt2.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcD2dt2.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcDDt.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcDDt.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcDdt.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcDdt.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcDiv.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcDiv.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcFlux.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcFlux.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcGrad.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcGrad.H | 2 +- .../finiteVolume/fvc/fvcLaplacian.C | 2 +- .../finiteVolume/fvc/fvcLaplacian.H | 2 +- .../finiteVolume/fvc/fvcMagSqrGradGrad.C | 2 +- .../finiteVolume/fvc/fvcMagSqrGradGrad.H | 2 +- .../finiteVolume/fvc/fvcMeshPhi.C | 2 +- .../finiteVolume/fvc/fvcMeshPhi.H | 2 +- .../finiteVolume/fvc/fvcReconstruct.C | 2 +- .../finiteVolume/fvc/fvcReconstruct.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcSnGrad.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcSnGrad.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcSup.C | 2 +- src/finiteVolume/finiteVolume/fvc/fvcSup.H | 2 +- .../finiteVolume/fvc/fvcSurfaceIntegrate.C | 2 +- .../finiteVolume/fvc/fvcSurfaceIntegrate.H | 2 +- .../finiteVolume/fvc/fvcVolumeIntegrate.C | 2 +- .../finiteVolume/fvc/fvcVolumeIntegrate.H | 2 +- src/finiteVolume/finiteVolume/fvm/fvm.H | 2 +- src/finiteVolume/finiteVolume/fvm/fvmD2dt2.C | 2 +- src/finiteVolume/finiteVolume/fvm/fvmD2dt2.H | 2 +- src/finiteVolume/finiteVolume/fvm/fvmDdt.C | 2 +- src/finiteVolume/finiteVolume/fvm/fvmDdt.H | 2 +- src/finiteVolume/finiteVolume/fvm/fvmDiv.C | 2 +- src/finiteVolume/finiteVolume/fvm/fvmDiv.H | 2 +- .../finiteVolume/fvm/fvmLaplacian.C | 2 +- .../finiteVolume/fvm/fvmLaplacian.H | 2 +- src/finiteVolume/finiteVolume/fvm/fvmSup.C | 2 +- src/finiteVolume/finiteVolume/fvm/fvmSup.H | 2 +- .../extendedLeastSquaresGrad.C | 2 +- .../extendedLeastSquaresGrad.H | 2 +- .../extendedLeastSquaresGrads.C | 2 +- .../extendedLeastSquaresVectors.C | 2 +- .../extendedLeastSquaresVectors.H | 2 +- .../gradSchemes/fourthGrad/fourthGrad.C | 2 +- .../gradSchemes/fourthGrad/fourthGrad.H | 2 +- .../gradSchemes/fourthGrad/fourthGrads.C | 2 +- .../gradSchemes/gaussGrad/gaussGrad.C | 2 +- .../gradSchemes/gaussGrad/gaussGrad.H | 2 +- .../gradSchemes/gaussGrad/gaussGrads.C | 2 +- .../gradSchemes/gradScheme/gradScheme.C | 2 +- .../gradSchemes/gradScheme/gradScheme.H | 2 +- .../gradSchemes/gradScheme/gradSchemes.C | 2 +- .../leastSquaresGrad/leastSquaresGrad.C | 2 +- .../leastSquaresGrad/leastSquaresGrad.H | 2 +- .../leastSquaresGrad/leastSquaresGrads.C | 2 +- .../leastSquaresGrad/leastSquaresVectors.C | 2 +- .../leastSquaresGrad/leastSquaresVectors.H | 2 +- .../cellLimitedGrad/cellLimitedGrad.H | 2 +- .../cellLimitedGrad/cellLimitedGrads.C | 2 +- .../cellMDLimitedGrad/cellMDLimitedGrad.H | 2 +- .../cellMDLimitedGrad/cellMDLimitedGrads.C | 2 +- .../faceLimitedGrad/faceLimitedGrad.H | 2 +- .../faceLimitedGrad/faceLimitedGrads.C | 2 +- .../faceMDLimitedGrad/faceMDLimitedGrad.H | 2 +- .../faceMDLimitedGrad/faceMDLimitedGrads.C | 2 +- .../gaussLaplacianScheme.C | 2 +- .../gaussLaplacianScheme.H | 2 +- .../gaussLaplacianSchemes.C | 2 +- .../laplacianScheme/laplacianScheme.C | 2 +- .../laplacianScheme/laplacianScheme.H | 2 +- .../laplacianScheme/laplacianSchemes.C | 2 +- .../correctedSnGrad/correctedSnGrad.C | 2 +- .../correctedSnGrad/correctedSnGrad.H | 2 +- .../correctedSnGrad/correctedSnGrads.C | 2 +- .../limitedSnGrad/limitedSnGrad.C | 2 +- .../limitedSnGrad/limitedSnGrad.H | 2 +- .../limitedSnGrad/limitedSnGrads.C | 2 +- .../quadraticFitSnGrad/quadraticFitSnGrad.H | 2 +- .../quadraticFitSnGradData.C | 2 +- .../quadraticFitSnGradData.H | 2 +- .../quadraticFitSnGrad/quadraticFitSnGrads.C | 2 +- .../snGradSchemes/snGradScheme/snGradScheme.C | 2 +- .../snGradSchemes/snGradScheme/snGradScheme.H | 2 +- .../snGradScheme/snGradSchemes.C | 2 +- .../uncorrectedSnGrad/uncorrectedSnGrad.C | 2 +- .../uncorrectedSnGrad/uncorrectedSnGrad.H | 2 +- .../uncorrectedSnGrad/uncorrectedSnGrads.C | 2 +- src/finiteVolume/fvMatrices/fvMatrices.C | 2 +- src/finiteVolume/fvMatrices/fvMatrices.H | 2 +- src/finiteVolume/fvMatrices/fvMatricesFwd.H | 2 +- .../fvMatrices/fvMatrix/fvMatrixSolve.C | 2 +- .../fvScalarMatrix/fvScalarMatrix.C | 2 +- .../fvScalarMatrix/fvScalarMatrix.H | 2 +- .../faceAreaPairGAMGAgglomeration.C | 2 +- .../faceAreaPairGAMGAgglomeration.H | 2 +- .../fullStencils/CECCellToCellStencil.C | 2 +- .../fullStencils/CECCellToCellStencil.H | 2 +- .../fullStencils/CFCCellToCellStencil.C | 2 +- .../fullStencils/CFCCellToCellStencil.H | 2 +- .../fullStencils/CPCCellToCellStencil.C | 2 +- .../fullStencils/CPCCellToCellStencil.H | 2 +- .../fullStencils/cellToCellStencil.C | 2 +- .../fullStencils/cellToCellStencil.H | 2 +- .../centredCECCellToFaceStencilObject.C | 2 +- .../centredCECCellToFaceStencilObject.H | 2 +- .../centredCFCCellToFaceStencilObject.C | 2 +- .../centredCFCCellToFaceStencilObject.H | 2 +- .../centredCPCCellToFaceStencilObject.C | 2 +- .../centredCPCCellToFaceStencilObject.H | 2 +- .../centredFECCellToFaceStencilObject.C | 2 +- .../centredFECCellToFaceStencilObject.H | 2 +- .../pureUpwindCFCCellToFaceStencilObject.C | 2 +- .../pureUpwindCFCCellToFaceStencilObject.H | 2 +- .../upwindCECCellToFaceStencilObject.C | 2 +- .../upwindCECCellToFaceStencilObject.H | 2 +- .../upwindCFCCellToFaceStencilObject.C | 2 +- .../upwindCFCCellToFaceStencilObject.H | 2 +- .../upwindCPCCellToFaceStencilObject.C | 2 +- .../upwindCPCCellToFaceStencilObject.H | 2 +- .../upwindFECCellToFaceStencilObject.C | 2 +- .../upwindFECCellToFaceStencilObject.H | 2 +- .../cellToFace/extendedCellToFaceStencil.C | 2 +- .../cellToFace/extendedCellToFaceStencil.H | 2 +- .../extendedCellToFaceStencilTemplates.C | 2 +- .../extendedCentredCellToFaceStencil.C | 2 +- .../extendedCentredCellToFaceStencil.H | 2 +- .../extendedUpwindCellToFaceStencil.C | 2 +- .../extendedUpwindCellToFaceStencil.H | 2 +- ...extendedUpwindCellToFaceStencilTemplates.C | 2 +- .../fullStencils/CECCellToFaceStencil.C | 2 +- .../fullStencils/CECCellToFaceStencil.H | 2 +- .../fullStencils/CFCCellToFaceStencil.C | 2 +- .../fullStencils/CFCCellToFaceStencil.H | 2 +- .../fullStencils/CPCCellToFaceStencil.C | 2 +- .../fullStencils/CPCCellToFaceStencil.H | 2 +- .../fullStencils/FECCellToFaceStencil.C | 2 +- .../fullStencils/FECCellToFaceStencil.H | 2 +- .../fullStencils/cellToFaceStencil.C | 2 +- .../fullStencils/cellToFaceStencil.H | 2 +- .../centredCFCFaceToCellStencilObject.C | 2 +- .../centredCFCFaceToCellStencilObject.H | 2 +- .../extendedCentredFaceToCellStencil.C | 2 +- .../extendedCentredFaceToCellStencil.H | 2 +- .../faceToCell/extendedFaceToCellStencil.C | 2 +- .../faceToCell/extendedFaceToCellStencil.H | 2 +- .../extendedFaceToCellStencilTemplates.C | 2 +- .../fullStencils/CFCFaceToCellStencil.C | 2 +- .../fullStencils/CFCFaceToCellStencil.H | 2 +- .../fullStencils/faceToCellStencil.C | 2 +- .../fullStencils/faceToCellStencil.H | 2 +- .../fvMesh/fvBoundaryMesh/fvBoundaryMesh.H | 2 +- src/finiteVolume/fvMesh/fvMesh.C | 2 +- src/finiteVolume/fvMesh/fvMesh.H | 2 +- src/finiteVolume/fvMesh/fvMeshGeometry.C | 2 +- src/finiteVolume/fvMesh/fvMeshLduAddressing.H | 2 +- .../fvMeshMapper/fvBoundaryMeshMapper.H | 2 +- .../fvMesh/fvMeshMapper/fvMeshMapper.H | 2 +- .../fvMesh/fvMeshMapper/fvPatchMapper.C | 2 +- .../fvMesh/fvMeshMapper/fvPatchMapper.H | 2 +- .../fvMesh/fvMeshMapper/fvSurfaceMapper.C | 2 +- .../fvMesh/fvMeshMapper/fvSurfaceMapper.H | 2 +- .../fvMesh/fvMeshSubset/fvMeshSubset.C | 8 +- .../fvMesh/fvMeshSubset/fvMeshSubset.H | 2 +- .../fvMeshSubset/fvMeshSubsetInterpolate.C | 2 +- .../fvPatches/basic/coupled/coupledFvPatch.C | 2 +- .../fvPatches/basic/coupled/coupledFvPatch.H | 2 +- .../fvPatches/basic/generic/genericFvPatch.C | 2 +- .../fvPatches/basic/generic/genericFvPatch.H | 2 +- .../constraint/cyclic/cyclicFvPatch.C | 2 +- .../constraint/cyclic/cyclicFvPatch.H | 2 +- .../fvPatches/constraint/empty/emptyFvPatch.C | 2 +- .../fvPatches/constraint/empty/emptyFvPatch.H | 2 +- .../constraint/processor/processorFvPatch.C | 2 +- .../constraint/processor/processorFvPatch.H | 2 +- .../constraint/symmetry/symmetryFvPatch.C | 2 +- .../constraint/symmetry/symmetryFvPatch.H | 2 +- .../fvPatches/constraint/wedge/wedgeFvPatch.C | 2 +- .../fvPatches/constraint/wedge/wedgeFvPatch.H | 2 +- .../directMapped/directMappedFvPatch.C | 2 +- .../directMapped/directMappedFvPatch.H | 2 +- .../directMapped/directMappedWallFvPatch.C | 2 +- .../directMapped/directMappedWallFvPatch.H | 2 +- .../fvPatches/derived/wall/wallFvPatch.C | 2 +- .../fvPatches/derived/wall/wallFvPatch.H | 2 +- .../fvPatch/fvPatchFvMeshTemplates.C | 2 +- .../fvMesh/fvPatches/fvPatch/fvPatchList.H | 2 +- .../fvMesh/fvPatches/fvPatch/fvPatchNew.C | 2 +- .../fvPatches/fvPatch/fvPatchTemplates.C | 2 +- .../singleCellFvMesh/singleCellFvMesh.C | 2 +- .../singleCellFvMesh/singleCellFvMesh.H | 2 +- .../singleCellFvMeshInterpolate.C | 2 +- .../fvMesh/wallDist/nearWallDist.C | 2 +- .../fvMesh/wallDist/nearWallDist.H | 2 +- .../fvMesh/wallDist/nearWallDistNoSearch.C | 2 +- .../fvMesh/wallDist/nearWallDistNoSearch.H | 2 +- .../fvMesh/wallDist/reflectionVectors.C | 2 +- .../fvMesh/wallDist/reflectionVectors.H | 2 +- src/finiteVolume/fvMesh/wallDist/wallDist.C | 2 +- src/finiteVolume/fvMesh/wallDist/wallDist.H | 2 +- .../fvMesh/wallDist/wallDistData.C | 2 +- .../fvMesh/wallDist/wallDistData.H | 2 +- .../fvMesh/wallDist/wallDistReflection.C | 2 +- .../fvMesh/wallDist/wallDistReflection.H | 2 +- .../wallDist/wallPointYPlus/wallPointYPlus.C | 2 +- .../wallDist/wallPointYPlus/wallPointYPlus.H | 2 +- .../wallDist/wallPointYPlus/wallPointYPlusI.H | 2 +- .../interpolation/interpolation.C | 2 +- .../interpolation/interpolation.H | 2 +- .../interpolation/interpolationNew.C | 2 +- .../interpolation/interpolations.C | 2 +- .../interpolationCell/interpolationCell.C | 2 +- .../interpolationCell/interpolationCell.H | 2 +- .../interpolationCell/makeInterpolationCell.C | 2 +- .../cellPointWeight/cellPointWeight.C | 2 +- .../cellPointWeight/cellPointWeight.H | 2 +- .../interpolationCellPoint.C | 2 +- .../interpolationCellPoint.H | 2 +- .../interpolationCellPointI.H | 2 +- .../makeInterpolationCellPoint.C | 2 +- .../findCellPointFaceTet.H | 2 +- .../interpolationCellPointFace.C | 25 +- .../interpolationCellPointFace.H | 2 +- .../makeInterpolationCellPointFace.C | 2 +- .../cellPointWeightWallModified.C | 2 +- .../cellPointWeightWallModified.H | 2 +- .../interpolationCellPointWallModified.C | 2 +- .../interpolationCellPointWallModified.H | 2 +- .../interpolationCellPointWallModifiedI.H | 2 +- .../makeInterpolationCellPointWallModified.C | 2 +- .../mapping/fvFieldMappers/MapFvFields.H | 2 +- .../fvFieldMappers/MapFvSurfaceField.H | 2 +- .../mapping/fvFieldMappers/MapFvVolField.H | 2 +- .../limitedSchemes/Gamma/Gamma.C | 2 +- .../limitedSchemes/Gamma/Gamma.H | 2 +- .../limitedSchemes/Limited/Limited.H | 2 +- .../limitedSchemes/Limited01/Limited01.H | 2 +- .../limitedSchemes/LimitedScheme/LimitFuncs.C | 2 +- .../limitedSchemes/LimitedScheme/LimitFuncs.H | 2 +- .../LimitedScheme/LimitedScheme.C | 2 +- .../LimitedScheme/LimitedScheme.H | 30 ++- .../limitedSchemes/LimitedScheme/NVDTVD.H | 2 +- .../limitedSchemes/LimitedScheme/NVDVTVDV.H | 2 +- .../limitedSchemes/MUSCL/MUSCL.C | 2 +- .../limitedSchemes/MUSCL/MUSCL.H | 2 +- .../limitedSchemes/Minmod/Minmod.C | 2 +- .../limitedSchemes/Minmod/Minmod.H | 2 +- .../limitedSchemes/OSPRE/OSPRE.C | 2 +- .../limitedSchemes/OSPRE/OSPRE.H | 2 +- .../limitedSchemes/Phi/Phi.C | 2 +- .../limitedSchemes/Phi/Phi.H | 2 +- .../limitedSchemes/PhiScheme/PhiScheme.C | 2 +- .../limitedSchemes/PhiScheme/PhiScheme.H | 2 +- .../limitedSchemes/QUICK/QUICK.C | 2 +- .../limitedSchemes/QUICK/QUICK.H | 2 +- .../limitedSchemes/QUICK/QUICKV.H | 2 +- .../limitedSchemes/SFCD/SFCD.C | 2 +- .../limitedSchemes/SFCD/SFCD.H | 2 +- .../limitedSchemes/SuperBee/SuperBee.C | 2 +- .../limitedSchemes/SuperBee/SuperBee.H | 2 +- .../limitedSchemes/UMIST/UMIST.C | 2 +- .../limitedSchemes/UMIST/UMIST.H | 2 +- .../limitedSchemes/blended/blended.C | 2 +- .../limitedSchemes/blended/blended.H | 2 +- .../filteredLinear/filteredLinear.C | 2 +- .../filteredLinear/filteredLinear.H | 2 +- .../filteredLinear2/filteredLinear2.C | 2 +- .../filteredLinear2/filteredLinear2.H | 2 +- .../filteredLinear2/filteredLinear2V.H | 2 +- .../filteredLinear3/filteredLinear3.C | 2 +- .../filteredLinear3/filteredLinear3.H | 2 +- .../filteredLinear3/filteredLinear3V.H | 2 +- .../limitedSchemes/limitWith/limitWith.C | 2 +- .../limitedSchemes/limitWith/limitWith.H | 2 +- .../limitedCubic/limitedCubic.C | 2 +- .../limitedCubic/limitedCubic.H | 2 +- .../limitedCubic/limitedCubicV.H | 2 +- .../limitedLinear/limitedLinear.C | 2 +- .../limitedLinear/limitedLinear.H | 2 +- .../limitedSurfaceInterpolationScheme.C | 2 +- .../limitedSurfaceInterpolationScheme.H | 5 +- .../limitedSurfaceInterpolationSchemes.C | 8 +- .../linearUpwind/linearUpwind.C | 2 +- .../linearUpwind/linearUpwind.H | 2 +- .../linearUpwind/linearUpwindV.C | 2 +- .../linearUpwind/linearUpwindV.H | 2 +- .../limitedSchemes/upwind/upwind.C | 2 +- .../limitedSchemes/upwind/upwind.H | 2 +- .../limitedSchemes/vanAlbada/vanAlbada.C | 2 +- .../limitedSchemes/vanAlbada/vanAlbada.H | 2 +- .../limitedSchemes/vanLeer/vanLeer.C | 2 +- .../limitedSchemes/vanLeer/vanLeer.H | 2 +- .../Gamma/multivariateGamma.C | 2 +- .../MUSCL/multivariateMUSCL.C | 2 +- .../Minmod/multivariateMinmod.C | 2 +- .../SuperBee/multivariateSuperBee.C | 2 +- .../limitedCubic/multivariateLimitedCubic.C | 2 +- .../limitedLinear/multivariateLimitedLinear.C | 2 +- .../multivariateScheme/multivariateScheme.C | 2 +- .../multivariateScheme/multivariateScheme.H | 48 +++- .../multivariateSelectionScheme.C | 2 +- .../multivariateSelectionScheme.H | 2 +- .../multivariateSelectionSchemes.C | 2 +- .../multivariateSurfaceInterpolationScheme.C | 2 +- .../multivariateSurfaceInterpolationScheme.H | 2 +- .../multivariateSurfaceInterpolationSchemes.C | 2 +- .../upwind/multivariateUpwind.C | 2 +- .../upwind/multivariateUpwind.H | 2 +- .../vanLeer/multivariateVanLeer.C | 2 +- .../schemes/CentredFitScheme/CentredFitData.C | 2 +- .../schemes/CentredFitScheme/CentredFitData.H | 9 +- .../CentredFitScheme/CentredFitScheme.H | 18 +- .../schemes/FitData/FitData.C | 6 +- .../schemes/FitData/FitData.H | 2 +- .../PureUpwindFitScheme/PureUpwindFitScheme.H | 42 ++- .../schemes/UpwindFitScheme/UpwindFitData.C | 2 +- .../schemes/UpwindFitScheme/UpwindFitData.H | 2 +- .../schemes/UpwindFitScheme/UpwindFitScheme.H | 18 +- .../schemes/biLinearFit/biLinearFit.C | 2 +- .../biLinearFit/biLinearFitPolynomial.H | 2 +- .../schemes/clippedLinear/clippedLinear.C | 2 +- .../schemes/clippedLinear/clippedLinear.H | 2 +- .../schemes/cubic/cubic.C | 2 +- .../schemes/cubic/cubic.H | 5 +- .../schemes/cubicUpwindFit/cubicUpwindFit.C | 2 +- .../cubicUpwindFit/cubicUpwindFitPolynomial.H | 2 +- .../schemes/downwind/downwind.C | 2 +- .../schemes/downwind/downwind.H | 2 +- .../schemes/fixedBlended/fixedBlended.C | 2 +- .../schemes/fixedBlended/fixedBlended.H | 2 +- .../schemes/harmonic/harmonic.C | 2 +- .../schemes/harmonic/harmonic.H | 2 +- .../schemes/linear/linear.C | 2 +- .../schemes/linear/linear.H | 2 +- .../schemes/linearFit/linearFit.C | 2 +- .../schemes/linearFit/linearFitPolynomial.H | 2 +- .../linearPureUpwindFit/linearPureUpwindFit.C | 2 +- .../schemes/localBlended/localBlended.C | 2 +- .../schemes/localBlended/localBlended.H | 2 +- .../schemes/localMax/localMax.C | 2 +- .../schemes/localMax/localMax.H | 2 +- .../schemes/localMin/localMin.C | 2 +- .../schemes/localMin/localMin.H | 2 +- .../schemes/midPoint/midPoint.C | 2 +- .../schemes/midPoint/midPoint.H | 2 +- .../outletStabilised/outletStabilised.C | 2 +- .../outletStabilised/outletStabilised.H | 11 +- .../schemes/quadraticFit/quadraticFit.C | 2 +- .../quadraticFit/quadraticFitPolynomial.H | 2 +- .../quadraticLinearFit/quadraticLinearFit.C | 2 +- .../quadraticLinearFitPolynomial.H | 2 +- .../quadraticLinearPureUpwindFit.C | 2 +- .../quadraticLinearUpwindFit.C | 2 +- .../quadraticLinearUpwindFitPolynomial.H | 2 +- .../quadraticUpwindFit/quadraticUpwindFit.C | 2 +- .../quadraticUpwindFitPolynomial.H | 2 +- .../schemes/reverseLinear/reverseLinear.C | 2 +- .../schemes/reverseLinear/reverseLinear.H | 2 +- .../schemes/skewCorrected/skewCorrected.C | 2 +- .../schemes/skewCorrected/skewCorrected.H | 7 +- .../skewCorrected/skewCorrectionVectors.C | 2 +- .../skewCorrected/skewCorrectionVectors.H | 2 +- .../schemes/weighted/weighted.C | 2 +- .../schemes/weighted/weighted.H | 2 +- .../surfaceInterpolation/surfaceInterpolate.C | 2 +- .../surfaceInterpolation/surfaceInterpolate.H | 2 +- .../surfaceInterpolation.C | 2 +- .../surfaceInterpolation.H | 2 +- .../surfaceInterpolationScheme.C | 2 +- .../surfaceInterpolationScheme.H | 2 +- .../surfaceInterpolationSchemes.C | 2 +- .../volPointInterpolate.C | 2 +- .../volPointInterpolation.C | 2 +- .../volPointInterpolation.H | 2 +- src/finiteVolume/surfaceMesh/surfaceMesh.H | 2 +- src/finiteVolume/volMesh/volMesh.H | 2 +- .../MGridGenGAMGAgglomerate.C | 2 +- .../MGridGenGAMGAgglomeration.C | 2 +- .../MGridGenGAMGAgglomeration.H | 2 +- .../displacementSBRStressFvMotionSolver.C | 2 +- .../displacementSBRStressFvMotionSolver.H | 2 +- ...lacementComponentLaplacianFvMotionSolver.C | 2 +- ...lacementComponentLaplacianFvMotionSolver.H | 2 +- .../displacementFvMotionSolver.C | 2 +- .../displacementFvMotionSolver.H | 2 +- .../displacementInterpolationFvMotionSolver.C | 2 +- .../displacementInterpolationFvMotionSolver.H | 2 +- .../displacementLaplacianFvMotionSolver.C | 2 +- .../displacementLaplacianFvMotionSolver.H | 2 +- .../displacementLayeredMotionFvMotionSolver.C | 2 +- .../displacementLayeredMotionFvMotionSolver.H | 2 +- .../layeredSolver/pointEdgeStructuredWalk.C | 2 +- .../layeredSolver/pointEdgeStructuredWalk.H | 2 +- .../layeredSolver/pointEdgeStructuredWalkI.H | 2 +- .../fvMotionSolver/fvMotionSolver.C | 2 +- .../fvMotionSolver/fvMotionSolver.H | 2 +- .../fvMotionSolver/fvMotionSolverTemplates.C | 2 +- ...velocityComponentLaplacianFvMotionSolver.C | 2 +- ...velocityComponentLaplacianFvMotionSolver.H | 2 +- .../velocityLaplacianFvMotionSolver.C | 2 +- .../velocityLaplacianFvMotionSolver.H | 2 +- .../cellMotion/cellMotionFvPatchField.C | 2 +- .../cellMotion/cellMotionFvPatchField.H | 2 +- .../cellMotion/cellMotionFvPatchFields.C | 2 +- .../cellMotion/cellMotionFvPatchFields.H | 2 +- .../cellMotion/cellMotionFvPatchFieldsFwd.H | 2 +- .../surfaceSlipDisplacementFvPatchField.H | 2 +- .../surfaceSlipDisplacementFvPatchFields.C | 2 +- .../surfaceSlipDisplacementFvPatchFields.H | 2 +- .../surfaceSlipDisplacementFvPatchFieldsFwd.H | 2 +- .../directional/directionalDiffusivity.C | 2 +- .../directional/directionalDiffusivity.H | 2 +- .../motionDiffusivity/file/fileDiffusivity.C | 2 +- .../motionDiffusivity/file/fileDiffusivity.H | 2 +- .../inverseDistanceDiffusivity.C | 2 +- .../inverseDistanceDiffusivity.H | 2 +- .../inverseFaceDistanceDiffusivity.C | 2 +- .../inverseFaceDistanceDiffusivity.H | 2 +- .../inversePointDistanceDiffusivity.C | 2 +- .../inversePointDistanceDiffusivity.H | 2 +- .../inverseVolume/inverseVolumeDiffusivity.C | 2 +- .../inverseVolume/inverseVolumeDiffusivity.H | 2 +- .../exponential/exponentialDiffusivity.C | 2 +- .../exponential/exponentialDiffusivity.H | 2 +- .../quadratic/quadraticDiffusivity.C | 2 +- .../quadratic/quadraticDiffusivity.H | 2 +- .../motionDiffusivity/motionDiffusivity.C | 2 +- .../motionDiffusivity/motionDiffusivity.H | 2 +- .../motionDirectionalDiffusivity.C | 2 +- .../motionDirectionalDiffusivity.H | 2 +- .../uniform/uniformDiffusivity.C | 2 +- .../uniform/uniformDiffusivity.H | 2 +- ...llatingDisplacementPointPatchVectorField.C | 2 +- ...llatingDisplacementPointPatchVectorField.H | 2 +- ...OscillatingVelocityPointPatchVectorField.C | 2 +- ...OscillatingVelocityPointPatchVectorField.H | 2 +- ...llatingDisplacementPointPatchVectorField.C | 2 +- ...llatingDisplacementPointPatchVectorField.H | 2 +- ...oscillatingVelocityPointPatchVectorField.C | 2 +- ...oscillatingVelocityPointPatchVectorField.H | 2 +- ...surfaceDisplacementPointPatchVectorField.C | 2 +- ...surfaceDisplacementPointPatchVectorField.H | 2 +- ...aceSlipDisplacementPointPatchVectorField.C | 2 +- ...aceSlipDisplacementPointPatchVectorField.H | 2 +- .../genericFvPatchField/genericFvPatchField.C | 2 +- .../genericFvPatchField/genericFvPatchField.H | 2 +- .../genericFvPatchFields.C | 2 +- .../genericFvPatchFields.H | 2 +- .../genericPointPatchField.C | 2 +- .../genericPointPatchField.H | 2 +- .../genericPointPatchFields.C | 2 +- .../genericPointPatchFields.H | 2 +- .../COxidationMurphyShaddix.C | 2 +- .../atomizationModel/atomizationModelNew.C | 2 +- .../dispersionModel/dispersionModelNew.C | 2 +- .../autoHexMeshDriver/autoHexMeshDriver.C | 2 +- .../autoHexMeshDriver/autoHexMeshDriver.H | 2 +- .../autoHexMeshDriver/autoLayerDriver.C | 21 +- .../autoHexMeshDriver/autoLayerDriver.H | 2 +- .../autoHexMeshDriver/autoLayerDriverShrink.C | 2 +- .../autoLayerDriverTemplates.C | 2 +- .../autoHexMeshDriver/autoRefineDriver.C | 2 +- .../autoHexMeshDriver/autoRefineDriver.H | 2 +- .../autoHexMeshDriver/autoSnapDriver.C | 2 +- .../autoHexMeshDriver/autoSnapDriver.H | 2 +- .../layerParameters/layerParameters.C | 2 +- .../layerParameters/layerParameters.H | 2 +- .../autoHexMeshDriver/pointData/pointData.C | 2 +- .../autoHexMeshDriver/pointData/pointData.H | 2 +- .../autoHexMeshDriver/pointData/pointDataI.H | 2 +- .../refinementParameters.C | 2 +- .../refinementParameters.H | 2 +- .../snapParameters/snapParameters.C | 2 +- .../snapParameters/snapParameters.H | 2 +- .../meshRefinement/meshRefinement.C | 2 +- .../meshRefinement/meshRefinement.H | 2 +- .../meshRefinement/meshRefinementBaffles.C | 2 +- .../meshRefinement/meshRefinementMerge.C | 2 +- .../meshRefinementProblemCells.C | 2 +- .../meshRefinement/meshRefinementRefine.C | 2 +- .../meshRefinement/meshRefinementTemplates.C | 2 +- .../refinementSurfaces/refinementSurfaces.C | 2 +- .../refinementSurfaces/refinementSurfaces.H | 2 +- .../autoHexMesh/shellSurfaces/shellSurfaces.C | 2 +- .../autoHexMesh/shellSurfaces/shellSurfaces.H | 2 +- .../trackedParticle/ExactParticle.C | 2 +- .../trackedParticle/ExactParticle.H | 2 +- .../trackedParticle/trackedParticle.C | 2 +- .../trackedParticle/trackedParticle.H | 2 +- .../trackedParticle/trackedParticleCloud.C | 2 +- src/mesh/blockMesh/block/block.C | 2 +- src/mesh/blockMesh/block/block.H | 2 +- src/mesh/blockMesh/block/blockCreate.C | 2 +- src/mesh/blockMesh/block/blockList.H | 2 +- .../blockDescriptor/blockDescriptor.C | 2 +- .../blockDescriptor/blockDescriptor.H | 2 +- .../blockDescriptor/blockDescriptorEdges.C | 2 +- src/mesh/blockMesh/blockMesh/blockMesh.C | 2 +- src/mesh/blockMesh/blockMesh/blockMesh.H | 2 +- src/mesh/blockMesh/blockMesh/blockMeshCheck.C | 2 +- .../blockMesh/blockMesh/blockMeshCreate.C | 2 +- src/mesh/blockMesh/blockMesh/blockMeshMerge.C | 2 +- src/mesh/blockMesh/curvedEdges/BSpline.C | 2 +- src/mesh/blockMesh/curvedEdges/BSpline.H | 2 +- .../blockMesh/curvedEdges/CatmullRomSpline.C | 2 +- .../blockMesh/curvedEdges/CatmullRomSpline.H | 2 +- src/mesh/blockMesh/curvedEdges/arcEdge.C | 2 +- src/mesh/blockMesh/curvedEdges/arcEdge.H | 2 +- src/mesh/blockMesh/curvedEdges/curvedEdge.C | 2 +- src/mesh/blockMesh/curvedEdges/curvedEdge.H | 2 +- src/mesh/blockMesh/curvedEdges/curvedEdgeI.H | 2 +- .../blockMesh/curvedEdges/curvedEdgeList.H | 2 +- src/mesh/blockMesh/curvedEdges/lineDivide.C | 2 +- src/mesh/blockMesh/curvedEdges/lineDivide.H | 2 +- src/mesh/blockMesh/curvedEdges/lineEdge.C | 2 +- src/mesh/blockMesh/curvedEdges/lineEdge.H | 2 +- src/mesh/blockMesh/curvedEdges/polyLine.C | 2 +- src/mesh/blockMesh/curvedEdges/polyLine.H | 2 +- src/mesh/blockMesh/curvedEdges/polyLineEdge.C | 2 +- src/mesh/blockMesh/curvedEdges/polyLineEdge.H | 2 +- src/mesh/blockMesh/curvedEdges/splineEdge.C | 2 +- src/mesh/blockMesh/curvedEdges/splineEdge.H | 2 +- src/meshTools/PointEdgeWave/PointEdgeWave.C | 2 +- src/meshTools/PointEdgeWave/PointEdgeWave.H | 2 +- .../PointEdgeWave/PointEdgeWaveName.C | 2 +- src/meshTools/PointEdgeWave/pointEdgePoint.C | 2 +- src/meshTools/PointEdgeWave/pointEdgePoint.H | 2 +- src/meshTools/PointEdgeWave/pointEdgePointI.H | 2 +- .../cellClassification/cellClassification.H | 2 +- src/meshTools/cellClassification/cellInfo.C | 2 +- src/meshTools/cellClassification/cellInfo.H | 2 +- src/meshTools/cellClassification/cellInfoI.H | 2 +- src/meshTools/cellDist/cellDistFuncs.C | 2 +- src/meshTools/cellDist/cellDistFuncs.H | 2 +- .../cellDist/cellDistFuncsTemplates.C | 2 +- .../cellDist/patchWave/patchDataWave.C | 2 +- .../cellDist/patchWave/patchDataWave.H | 2 +- src/meshTools/cellDist/patchWave/patchWave.C | 2 +- src/meshTools/cellDist/patchWave/patchWave.H | 2 +- src/meshTools/cellDist/wallPoint/wallPoint.C | 2 +- src/meshTools/cellDist/wallPoint/wallPoint.H | 2 +- .../cellDist/wallPoint/wallPointData.C | 2 +- .../cellDist/wallPoint/wallPointData.H | 2 +- .../cellDist/wallPoint/wallPointDataI.H | 2 +- src/meshTools/cellDist/wallPoint/wallPointI.H | 2 +- src/meshTools/cellFeatures/cellFeatures.C | 2 +- src/meshTools/cellFeatures/cellFeatures.H | 2 +- src/meshTools/cellQuality/cellQuality.C | 2 +- src/meshTools/cellQuality/cellQuality.H | 2 +- .../EulerCoordinateRotation.C | 2 +- .../EulerCoordinateRotation.H | 2 +- .../STARCDCoordinateRotation.C | 2 +- .../STARCDCoordinateRotation.H | 2 +- .../coordinateRotation/coordinateRotation.C | 2 +- .../coordinateRotation/coordinateRotation.H | 2 +- .../coordinateSystems/coordinateSystemNew.C | 2 +- .../coordinateSystems/cylindricalCS.C | 2 +- .../coordinateSystems/cylindricalCS.H | 2 +- .../parabolicCylindricalCS.C | 2 +- .../parabolicCylindricalCS.H | 2 +- src/meshTools/coordinateSystems/sphericalCS.C | 2 +- src/meshTools/coordinateSystems/sphericalCS.H | 2 +- src/meshTools/coordinateSystems/toroidalCS.C | 2 +- src/meshTools/coordinateSystems/toroidalCS.H | 2 +- .../directMappedPointPatch.C | 2 +- .../directMappedPointPatch.H | 2 +- .../directMappedWallPointPatch.C | 2 +- .../directMappedWallPointPatch.H | 2 +- .../directMappedPatchBase.H | 2 +- .../directMappedPolyPatch.C | 2 +- .../directMappedPolyPatch.H | 2 +- .../directMappedWallPolyPatch.C | 2 +- .../directMappedWallPolyPatch.H | 2 +- .../edgeFaceCirculator/edgeFaceCirculator.C | 2 +- .../edgeFaceCirculator/edgeFaceCirculator.H | 2 +- .../edgeFaceCirculator/edgeFaceCirculatorI.H | 2 +- .../indexedOctree/indexedOctreeName.C | 2 +- src/meshTools/indexedOctree/labelBits.H | 2 +- src/meshTools/indexedOctree/treeDataEdge.C | 2 +- src/meshTools/indexedOctree/treeDataFace.C | 2 +- src/meshTools/indexedOctree/treeDataFace.H | 2 +- src/meshTools/indexedOctree/treeDataPoint.C | 2 +- src/meshTools/indexedOctree/treeDataPoint.H | 2 +- .../indexedOctree/treeDataPrimitivePatch.C | 2 +- .../indexedOctree/treeDataPrimitivePatch.H | 2 +- .../treeDataPrimitivePatchName.C | 2 +- .../indexedOctree/treeDataTriSurface.C | 2 +- .../indexedOctree/treeDataTriSurface.H | 2 +- src/meshTools/meshTools/meshTools.C | 2 +- src/meshTools/meshTools/meshTools.H | 2 +- .../momentOfInertia/momentOfInertia.C | 2 +- .../momentOfInertia/momentOfInertia.H | 2 +- src/meshTools/octree/PointIndexHit.H | 2 +- src/meshTools/octree/octree.C | 2 +- src/meshTools/octree/octree.H | 2 +- src/meshTools/octree/octreeDataCell.C | 2 +- src/meshTools/octree/octreeDataCell.H | 2 +- src/meshTools/octree/octreeDataEdges.C | 2 +- src/meshTools/octree/octreeDataEdges.H | 2 +- src/meshTools/octree/octreeDataFace.C | 2 +- src/meshTools/octree/octreeDataFace.H | 2 +- src/meshTools/octree/octreeDataPoint.C | 2 +- src/meshTools/octree/octreeDataPoint.H | 2 +- .../octree/octreeDataPointTreeLeaf.C | 2 +- .../octree/octreeDataPointTreeLeaf.H | 2 +- src/meshTools/octree/octreeLine.C | 2 +- src/meshTools/octree/octreeLine.H | 2 +- src/meshTools/octree/octreeName.C | 2 +- src/meshTools/octree/pointHitSort.H | 2 +- src/meshTools/octree/pointIndexHit.H | 2 +- src/meshTools/octree/pointIndexHitIOList.C | 2 +- src/meshTools/octree/pointIndexHitIOList.H | 2 +- src/meshTools/octree/treeBoundBox.C | 2 +- src/meshTools/octree/treeBoundBox.H | 2 +- src/meshTools/octree/treeBoundBoxI.H | 2 +- src/meshTools/octree/treeBoundBoxList.H | 2 +- src/meshTools/octree/treeElem.H | 2 +- src/meshTools/octree/treeLeaf.C | 2 +- src/meshTools/octree/treeLeaf.H | 2 +- src/meshTools/octree/treeLeafName.C | 2 +- src/meshTools/octree/treeNode.C | 2 +- src/meshTools/octree/treeNode.H | 2 +- src/meshTools/octree/treeNodeI.H | 2 +- src/meshTools/octree/treeNodeName.C | 2 +- .../polyMeshZipUpCells/polyMeshZipUpCells.C | 10 +- .../polyMeshZipUpCells/polyMeshZipUpCells.H | 2 +- .../primitiveMeshGeometry.C | 10 +- .../primitiveMeshGeometry.H | 2 +- src/meshTools/regionSplit/regionSplit.C | 2 +- src/meshTools/regionSplit/regionSplit.H | 2 +- .../distributedTriSurfaceMesh.C | 2 +- .../distributedTriSurfaceMesh.H | 2 +- .../distributedTriSurfaceMeshTemplates.C | 2 +- .../searchableSurface/searchableBox.C | 2 +- .../searchableSurface/searchableBox.H | 2 +- .../searchableSurface/searchableCylinder.C | 2 +- .../searchableSurface/searchableCylinder.H | 2 +- .../searchableSurface/searchablePlane.C | 2 +- .../searchableSurface/searchablePlane.H | 2 +- .../searchableSurface/searchablePlate.C | 2 +- .../searchableSurface/searchablePlate.H | 2 +- .../searchableSurface/searchableSphere.C | 2 +- .../searchableSurface/searchableSphere.H | 2 +- .../searchableSurface/searchableSurface.C | 2 +- .../searchableSurface/searchableSurface.H | 2 +- .../searchableSurfaceCollection.C | 2 +- .../searchableSurfaceCollection.H | 2 +- .../searchableSurfaceWithGaps.C | 2 +- .../searchableSurfaceWithGaps.H | 2 +- .../searchableSurfacesQueries.C | 2 +- .../searchableSurfacesQueries.H | 2 +- .../searchableSurface/triSurfaceMesh.C | 2 +- .../searchableSurface/triSurfaceMesh.H | 2 +- .../sets/cellSources/boxToCell/boxToCell.C | 2 +- .../sets/cellSources/boxToCell/boxToCell.H | 2 +- .../sets/cellSources/cellToCell/cellToCell.C | 2 +- .../sets/cellSources/cellToCell/cellToCell.H | 2 +- .../cylinderToCell/cylinderToCell.H | 2 +- .../sets/cellSources/faceToCell/faceToCell.C | 2 +- .../sets/cellSources/faceToCell/faceToCell.H | 2 +- .../faceZoneToCell/faceZoneToCell.C | 2 +- .../faceZoneToCell/faceZoneToCell.H | 2 +- .../cellSources/fieldToCell/fieldToCell.C | 2 +- .../cellSources/fieldToCell/fieldToCell.H | 2 +- .../cellSources/labelToCell/labelToCell.C | 2 +- .../cellSources/labelToCell/labelToCell.H | 2 +- .../sets/cellSources/nbrToCell/nbrToCell.C | 2 +- .../sets/cellSources/nbrToCell/nbrToCell.H | 2 +- .../cellSources/nearestToCell/nearestToCell.C | 2 +- .../cellSources/nearestToCell/nearestToCell.H | 2 +- .../cellSources/pointToCell/pointToCell.C | 2 +- .../cellSources/pointToCell/pointToCell.H | 2 +- .../cellSources/regionToCell/regionToCell.C | 2 +- .../cellSources/regionToCell/regionToCell.H | 2 +- .../rotatedBoxToCell/rotatedBoxToCell.C | 2 +- .../rotatedBoxToCell/rotatedBoxToCell.H | 2 +- .../cellSources/shapeToCell/shapeToCell.C | 2 +- .../cellSources/shapeToCell/shapeToCell.H | 2 +- .../cellSources/sphereToCell/sphereToCell.C | 2 +- .../cellSources/sphereToCell/sphereToCell.H | 2 +- .../cellSources/surfaceToCell/surfaceToCell.H | 2 +- .../sets/cellSources/zoneToCell/zoneToCell.C | 2 +- .../sets/cellSources/zoneToCell/zoneToCell.H | 2 +- .../setToCellZone/setToCellZone.C | 2 +- .../setToCellZone/setToCellZone.H | 2 +- .../boundaryToFace/boundaryToFace.C | 2 +- .../boundaryToFace/boundaryToFace.H | 2 +- .../sets/faceSources/boxToFace/boxToFace.C | 2 +- .../sets/faceSources/boxToFace/boxToFace.H | 2 +- .../sets/faceSources/cellToFace/cellToFace.C | 2 +- .../sets/faceSources/cellToFace/cellToFace.H | 2 +- .../sets/faceSources/faceToFace/faceToFace.C | 2 +- .../sets/faceSources/faceToFace/faceToFace.H | 2 +- .../faceSources/labelToFace/labelToFace.C | 2 +- .../faceSources/labelToFace/labelToFace.H | 2 +- .../faceSources/normalToFace/normalToFace.C | 2 +- .../faceSources/normalToFace/normalToFace.H | 2 +- .../faceSources/patchToFace/patchToFace.C | 2 +- .../faceSources/patchToFace/patchToFace.H | 2 +- .../faceSources/pointToFace/pointToFace.C | 2 +- .../faceSources/pointToFace/pointToFace.H | 2 +- .../sets/faceSources/zoneToFace/zoneToFace.C | 2 +- .../sets/faceSources/zoneToFace/zoneToFace.H | 2 +- .../faceZoneToFaceZone/faceZoneToFaceZone.C | 2 +- .../faceZoneToFaceZone/faceZoneToFaceZone.H | 2 +- .../setToFaceZone/setToFaceZone.C | 2 +- .../setToFaceZone/setToFaceZone.H | 2 +- .../setsToFaceZone/setsToFaceZone.C | 2 +- .../setsToFaceZone/setsToFaceZone.H | 2 +- .../sets/pointSources/boxToPoint/boxToPoint.C | 2 +- .../sets/pointSources/boxToPoint/boxToPoint.H | 2 +- .../pointSources/cellToPoint/cellToPoint.C | 2 +- .../pointSources/cellToPoint/cellToPoint.H | 2 +- .../pointSources/faceToPoint/faceToPoint.C | 2 +- .../pointSources/faceToPoint/faceToPoint.H | 2 +- .../pointSources/labelToPoint/labelToPoint.C | 2 +- .../pointSources/labelToPoint/labelToPoint.H | 2 +- .../nearestToPoint/nearestToPoint.C | 2 +- .../nearestToPoint/nearestToPoint.H | 2 +- .../pointSources/pointToPoint/pointToPoint.C | 2 +- .../pointSources/pointToPoint/pointToPoint.H | 2 +- .../surfaceToPoint/surfaceToPoint.H | 2 +- .../pointSources/zoneToPoint/zoneToPoint.C | 2 +- .../pointSources/zoneToPoint/zoneToPoint.H | 2 +- .../setToPointZone/setToPointZone.C | 2 +- .../setToPointZone/setToPointZone.H | 2 +- .../sets/topoSetSource/topoSetSource.C | 2 +- .../sets/topoSetSource/topoSetSource.H | 2 +- src/meshTools/sets/topoSets/cellSet.C | 2 +- src/meshTools/sets/topoSets/cellSet.H | 2 +- src/meshTools/sets/topoSets/cellZoneSet.C | 2 +- src/meshTools/sets/topoSets/cellZoneSet.H | 2 +- src/meshTools/sets/topoSets/faceSet.C | 2 +- src/meshTools/sets/topoSets/faceSet.H | 2 +- src/meshTools/sets/topoSets/faceZoneSet.C | 2 +- src/meshTools/sets/topoSets/faceZoneSet.H | 2 +- src/meshTools/sets/topoSets/pointSet.C | 2 +- src/meshTools/sets/topoSets/pointSet.H | 2 +- src/meshTools/sets/topoSets/pointZoneSet.C | 2 +- src/meshTools/sets/topoSets/pointZoneSet.H | 2 +- src/meshTools/sets/topoSets/topoSet.C | 2 +- src/meshTools/sets/topoSets/topoSet.H | 2 +- src/meshTools/surfaceSets/surfaceSets.C | 7 +- src/meshTools/surfaceSets/surfaceSets.H | 12 +- .../booleanSurface/booleanSurface.H | 2 +- .../intersectedSurface/edgeSurface.C | 2 +- .../intersectedSurface/edgeSurface.H | 2 +- .../intersectedSurface/intersectedSurface.C | 2 +- .../intersectedSurface/intersectedSurface.H | 5 +- .../surfaceIntersection/edgeIntersections.C | 2 +- .../surfaceIntersection/edgeIntersections.H | 2 +- .../surfaceIntersection/surfaceIntersection.C | 2 +- .../surfaceIntersection/surfaceIntersection.H | 2 +- .../surfaceIntersectionFuncs.C | 2 +- .../surfaceIntersectionTemplates.C | 2 +- .../octreeData/octreeDataTriSurface.C | 2 +- .../octreeData/octreeDataTriSurface.H | 2 +- .../octreeData/octreeDataTriSurfaceTreeLeaf.C | 2 +- .../octreeData/octreeDataTriSurfaceTreeLeaf.H | 2 +- .../orientedSurface/orientedSurface.C | 2 +- .../orientedSurface/orientedSurface.H | 2 +- .../surfaceFeatures/surfaceFeatures.C | 2 +- .../surfaceFeatures/surfaceFeatures.H | 2 +- .../surfaceLocation/surfaceLocation.C | 2 +- .../surfaceLocation/surfaceLocation.H | 2 +- .../triSurfaceSearch/triSurfaceSearch.C | 2 +- .../triSurfaceSearch/triSurfaceSearch.H | 2 +- .../triSurfaceTools/triSurfaceTools.C | 2 +- .../triSurfaceTools/triSurfaceTools.H | 2 +- .../triSurface/triangleFuncs/triangleFuncs.C | 2 +- .../triSurface/triangleFuncs/triangleFuncs.H | 2 +- .../twoDPointCorrector/twoDPointCorrector.C | 8 +- .../twoDPointCorrector/twoDPointCorrector.H | 2 +- .../decompositionMethod/decompositionMethod.C | 2 +- .../decompositionMethod/decompositionMethod.H | 2 +- .../geomDecomp/geomDecomp.C | 2 +- .../geomDecomp/geomDecomp.H | 2 +- .../hierarchGeomDecomp/hierarchGeomDecomp.C | 2 +- .../hierarchGeomDecomp/hierarchGeomDecomp.H | 2 +- .../manualDecomp/manualDecomp.C | 2 +- .../manualDecomp/manualDecomp.H | 2 +- .../simpleGeomDecomp/simpleGeomDecomp.C | 2 +- .../simpleGeomDecomp/simpleGeomDecomp.H | 2 +- .../decompose/metisDecomp/metisDecomp.C | 2 +- .../decompose/metisDecomp/metisDecomp.H | 2 +- .../decompose/ptscotchDecomp/ptscotchDecomp.C | 8 +- .../decompose/ptscotchDecomp/ptscotchDecomp.H | 2 +- .../decompose/scotchDecomp/scotchDecomp.C | 2 +- .../decompose/scotchDecomp/scotchDecomp.H | 2 +- .../reconstruct/fvFieldReconstructor.C | 2 +- .../reconstruct/fvFieldReconstructor.H | 2 +- .../fvFieldReconstructorReconstructFields.C | 2 +- .../reconstruct/pointFieldReconstructor.C | 2 +- .../reconstruct/pointFieldReconstructor.H | 2 +- ...pointFieldReconstructorReconstructFields.C | 2 +- .../reconstruct/reconstruct/processorMeshes.C | 2 +- .../reconstruct/reconstruct/processorMeshes.H | 2 +- .../reconstruct/reconstructLagrangian.H | 2 +- .../reconstruct/reconstructLagrangianFields.C | 2 +- .../reconstructLagrangianPositions.C | 2 +- .../basic/addSubtract/addSubtract.H | 2 +- .../basic/addSubtract/writeAddSubtractField.C | 2 +- .../basic/addSubtract/writeAddSubtractValue.C | 2 +- .../foamCalcFunctions/calcType/calcType.C | 2 +- .../foamCalcFunctions/calcType/calcType.H | 2 +- .../field/components/components.H | 2 +- .../field/components/writeComponentFields.C | 2 +- .../foamCalcFunctions/field/div/div.H | 2 +- .../field/div/writeDivField.C | 2 +- .../field/interpolate/interpolate.H | 2 +- .../field/interpolate/writeInterpolateField.C | 2 +- .../foamCalcFunctions/field/mag/mag.H | 2 +- .../field/mag/writeMagField.C | 2 +- .../foamCalcFunctions/field/magGrad/magGrad.H | 2 +- .../field/magGrad/writeMagGradField.C | 2 +- .../foamCalcFunctions/field/magSqr/magSqr.H | 2 +- .../field/magSqr/writeMagSqrField.C | 2 +- .../field/randomise/randomise.H | 2 +- .../field/randomise/writeRandomField.C | 2 +- .../IOwriteRegisteredObject.H | 2 +- .../writeRegisteredObject.C | 2 +- .../writeRegisteredObject.H | 2 +- .../writeRegisteredObjectFunctionObject.C | 2 +- .../writeRegisteredObjectFunctionObject.H | 2 +- .../fieldAverage/IOFieldAverage.H | 2 +- .../fieldAverage/fieldAverage/fieldAverage.C | 2 +- .../fieldAverage/fieldAverage/fieldAverage.H | 2 +- .../fieldAverage/fieldAverageTemplates.C | 2 +- .../fieldAverageFunctionObject.C | 2 +- .../fieldAverageFunctionObject.H | 2 +- .../fieldAverageItem/fieldAverageItem.C | 2 +- .../fieldAverageItem/fieldAverageItem.H | 2 +- .../fieldAverageItem/fieldAverageItemIO.C | 2 +- .../field/fieldMinMax/IOfieldMinMax.H | 2 +- .../fieldMinMax/fieldMinMaxFunctionObject.C | 2 +- .../fieldMinMax/fieldMinMaxFunctionObject.H | 2 +- .../fieldValues/cellSource/IOcellSource.H | 2 +- .../field/fieldValues/cellSource/cellSource.C | 2 +- .../field/fieldValues/cellSource/cellSource.H | 2 +- .../cellSource/cellSourceFunctionObject.C | 2 +- .../cellSource/cellSourceFunctionObject.H | 2 +- .../fieldValues/cellSource/cellSourceI.H | 2 +- .../cellSource/cellSourceTemplates.C | 2 +- .../fieldValues/faceSource/IOfaceSource.H | 2 +- .../field/fieldValues/faceSource/faceSource.C | 2 +- .../field/fieldValues/faceSource/faceSource.H | 2 +- .../faceSource/faceSourceFunctionObject.C | 2 +- .../faceSource/faceSourceFunctionObject.H | 2 +- .../fieldValues/faceSource/faceSourceI.H | 2 +- .../faceSource/faceSourceTemplates.C | 2 +- .../field/fieldValues/fieldValue/fieldValue.C | 2 +- .../field/fieldValues/fieldValue/fieldValue.H | 2 +- .../fieldValues/fieldValue/fieldValueI.H | 2 +- .../fieldValue/fieldValueTemplates.C | 2 +- .../field/streamLine/streamLine.C | 2 +- .../field/streamLine/streamLine.H | 2 +- .../streamLine/streamLineFunctionObject.C | 2 +- .../streamLine/streamLineFunctionObject.H | 2 +- .../field/streamLine/streamLineParticle.C | 2 +- .../field/streamLine/streamLineParticle.H | 2 +- .../streamLine/streamLineParticleCloud.C | 2 +- .../streamLine/streamLineParticleCloud.H | 2 +- .../forces/forceCoeffs/IOforceCoeffs.H | 2 +- .../forces/forceCoeffs/forceCoeffs.C | 2 +- .../forces/forceCoeffs/forceCoeffs.H | 2 +- .../forceCoeffs/forceCoeffsFunctionObject.C | 2 +- .../forceCoeffs/forceCoeffsFunctionObject.H | 2 +- .../functionObjects/forces/forces/IOforces.H | 2 +- .../functionObjects/forces/forces/forces.C | 2 +- .../functionObjects/forces/forces/forces.H | 5 +- .../forces/forces/forcesFunctionObject.C | 2 +- .../forces/forces/forcesFunctionObject.H | 2 +- ...gidBodyDisplacementPointPatchVectorField.C | 2 +- ...gidBodyDisplacementPointPatchVectorField.H | 2 +- .../sixDoFRigidBodyMotion.C | 2 +- .../sixDoFRigidBodyMotion.H | 2 +- .../fixedAxis/fixedAxis.C | 2 +- .../fixedAxis/fixedAxis.H | 2 +- .../fixedLine/fixedLine.C | 2 +- .../fixedLine/fixedLine.H | 2 +- .../fixedOrientation/fixedOrientation.C | 2 +- .../fixedOrientation/fixedOrientation.H | 2 +- .../fixedPlane/fixedPlane.C | 2 +- .../fixedPlane/fixedPlane.H | 2 +- .../fixedPoint/fixedPoint.C | 2 +- .../fixedPoint/fixedPoint.H | 2 +- .../sixDoFRigidBodyMotionConstraint.C | 2 +- .../sixDoFRigidBodyMotionConstraint.H | 2 +- .../sixDoFRigidBodyMotionConstraintNew.C | 2 +- .../sixDoFRigidBodyMotionI.H | 2 +- .../sixDoFRigidBodyMotionIO.C | 2 +- .../linearAxialAngularSpring.C | 2 +- .../linearAxialAngularSpring.H | 2 +- .../linearSpring/linearSpring.C | 2 +- .../linearSpring/linearSpring.H | 2 +- .../sixDoFRigidBodyMotionRestraint.C | 2 +- .../sixDoFRigidBodyMotionRestraint.H | 2 +- .../sixDoFRigidBodyMotionRestraintNew.C | 2 +- .../sphericalAngularSpring.C | 2 +- .../sphericalAngularSpring.H | 2 +- .../tabulatedAxialAngularSpring.C | 2 +- .../tabulatedAxialAngularSpring.H | 2 +- .../sixDoFRigidBodyMotionState.C | 2 +- .../sixDoFRigidBodyMotionState.H | 2 +- .../sixDoFRigidBodyMotionStateI.H | 2 +- .../sixDoFRigidBodyMotionStateIO.C | 2 +- ...gidBodyDisplacementPointPatchVectorField.C | 2 +- ...gidBodyDisplacementPointPatchVectorField.H | 2 +- .../abortCalculation/IOabortCalculation.H | 2 +- .../abortCalculation/abortCalculation.H | 2 +- .../abortCalculationFunctionObject.C | 2 +- .../abortCalculationFunctionObject.H | 2 +- .../functionObjects/systemCall/IOsystemCall.H | 2 +- .../functionObjects/systemCall/systemCall.C | 2 +- .../functionObjects/systemCall/systemCall.H | 2 +- .../systemCall/systemCallFunctionObject.C | 2 +- .../systemCall/systemCallFunctionObject.H | 2 +- .../utilities/dsmcFields/IOdsmcFields.C | 2 +- .../utilities/dsmcFields/dsmcFields.C | 2 +- .../utilities/dsmcFields/dsmcFields.H | 2 +- .../dsmcFields/dsmcFieldsFunctionObject.C | 2 +- .../dsmcFields/dsmcFieldsFunctionObject.H | 2 +- .../staticPressure/IOstaticPressure.H | 2 +- .../utilities/staticPressure/staticPressure.C | 2 +- .../utilities/staticPressure/staticPressure.H | 2 +- .../staticPressureFunctionObject.C | 2 +- .../staticPressureFunctionObject.H | 2 +- .../IOtimeActivatedFileUpdate.H | 2 +- .../timeActivatedFileUpdate.C | 2 +- .../timeActivatedFileUpdate.H | 2 +- .../timeActivatedFileUpdateFunctionObject.C | 2 +- .../timeActivatedFileUpdateFunctionObject.H | 2 +- src/postProcessing/postCalc/calc.H | 2 +- src/randomProcesses/Kmesh/Kmesh.C | 2 +- src/randomProcesses/Kmesh/Kmesh.H | 2 +- src/randomProcesses/fft/fft.C | 2 +- src/randomProcesses/fft/fft.H | 2 +- src/randomProcesses/fft/fftRenumber.C | 2 +- src/randomProcesses/fft/fftRenumber.H | 2 +- src/randomProcesses/fft/kShellIntegration.C | 2 +- src/randomProcesses/fft/kShellIntegration.H | 2 +- src/randomProcesses/noise/noiseFFT.C | 2 +- src/randomProcesses/noise/noiseFFT.H | 2 +- .../processes/UOprocess/UOprocess.C | 2 +- .../processes/UOprocess/UOprocess.H | 2 +- src/randomProcesses/turbulence/turbGen.C | 2 +- src/randomProcesses/turbulence/turbGen.H | 2 +- src/sampling/cuttingPlane/cuttingPlane.C | 2 +- src/sampling/cuttingPlane/cuttingPlane.H | 2 +- .../cuttingPlane/cuttingPlaneTemplates.C | 2 +- src/sampling/graphField/makeGraph.C | 2 +- src/sampling/graphField/makeGraph.H | 2 +- src/sampling/graphField/writeCellGraph.H | 2 +- src/sampling/graphField/writePatchGraph.H | 2 +- .../calculateMeshToMeshAddressing.C | 2 +- .../meshToMesh/calculateMeshToMeshWeights.C | 2 +- .../meshToMesh/meshToMesh.C | 2 +- .../meshToMesh/meshToMesh.H | 2 +- .../meshToMesh/meshToMeshInterpolate.C | 2 +- src/sampling/probes/IOprobes.H | 2 +- src/sampling/probes/probes.C | 2 +- src/sampling/probes/probes.H | 2 +- .../probesFunctionObject.C | 2 +- .../probesFunctionObject.H | 2 +- src/sampling/probes/probesGrouping.C | 2 +- src/sampling/probes/probesTemplates.C | 2 +- src/sampling/sampledSet/cloud/cloudSet.C | 2 +- src/sampling/sampledSet/cloud/cloudSet.H | 2 +- src/sampling/sampledSet/coordSet/coordSet.C | 2 +- src/sampling/sampledSet/coordSet/coordSet.H | 2 +- src/sampling/sampledSet/face/faceOnlySet.C | 2 +- src/sampling/sampledSet/face/faceOnlySet.H | 2 +- .../sampledSet/midPoint/midPointSet.C | 2 +- .../sampledSet/midPoint/midPointSet.H | 2 +- .../midPointAndFace/midPointAndFaceSet.C | 2 +- .../midPointAndFace/midPointAndFaceSet.H | 2 +- .../sampledSet/sampledSet/sampledSet.C | 2 +- .../sampledSet/sampledSet/sampledSet.H | 2 +- .../sampledSet/sampledSets/IOsampledSets.H | 2 +- .../sampledSet/sampledSets/sampledSets.C | 6 +- .../sampledSet/sampledSets/sampledSets.H | 2 +- .../sampledSets/sampledSetsGrouping.C | 2 +- .../sampledSets/sampledSetsTemplates.C | 2 +- .../sampledSetsFunctionObject.C | 2 +- .../sampledSetsFunctionObject.H | 2 +- .../triSurfaceMeshPointSet.H | 2 +- src/sampling/sampledSet/uniform/uniformSet.C | 2 +- src/sampling/sampledSet/uniform/uniformSet.H | 2 +- .../writers/gnuplot/gnuplotSetWriter.C | 2 +- .../writers/gnuplot/gnuplotSetWriter.H | 2 +- .../writers/gnuplot/gnuplotSetWriterRunTime.C | 2 +- .../sampledSet/writers/jplot/jplotSetWriter.C | 2 +- .../sampledSet/writers/jplot/jplotSetWriter.H | 2 +- .../writers/jplot/jplotSetWriterRunTime.C | 2 +- .../sampledSet/writers/raw/rawSetWriter.C | 2 +- .../sampledSet/writers/raw/rawSetWriter.H | 2 +- .../writers/raw/rawSetWriterRunTime.C | 2 +- .../sampledSet/writers/vtk/vtkSetWriter.C | 2 +- .../sampledSet/writers/vtk/vtkSetWriter.H | 2 +- .../writers/vtk/vtkSetWriterRunTime.C | 2 +- src/sampling/sampledSet/writers/writer.C | 2 +- src/sampling/sampledSet/writers/writer.H | 2 +- src/sampling/sampledSet/writers/writers.C | 2 +- src/sampling/sampledSet/writers/writers.H | 2 +- .../writers/xmgrace/xmgraceSetWriter.C | 2 +- .../writers/xmgrace/xmgraceSetWriter.H | 2 +- .../writers/xmgrace/xmgraceSetWriterRunTime.C | 2 +- .../distanceSurface/distanceSurface.C | 2 +- .../distanceSurface/distanceSurface.H | 2 +- .../distanceSurfaceTemplates.C | 2 +- .../sampledSurface/isoSurface/isoSurface.C | 2 +- .../sampledSurface/isoSurface/isoSurface.H | 2 +- .../isoSurface/isoSurfaceCell.C | 2 +- .../isoSurface/isoSurfaceCell.H | 2 +- .../isoSurface/isoSurfaceCellTemplates.C | 2 +- .../isoSurface/isoSurfaceTemplates.C | 2 +- .../isoSurface/sampledIsoSurface.C | 2 +- .../isoSurface/sampledIsoSurface.H | 2 +- .../isoSurface/sampledIsoSurfaceCell.C | 10 +- .../isoSurface/sampledIsoSurfaceCell.H | 2 +- .../sampledIsoSurfaceCellTemplates.C | 2 +- .../isoSurface/sampledIsoSurfaceTemplates.C | 2 +- .../sampledCuttingPlane/sampledCuttingPlane.C | 2 +- .../sampledCuttingPlane/sampledCuttingPlane.H | 2 +- .../sampledCuttingPlaneTemplates.C | 2 +- .../sampledPatch/sampledPatch.C | 4 +- .../sampledPatch/sampledPatch.H | 2 +- .../sampledPatch/sampledPatchTemplates.C | 2 +- .../sampledPlane/sampledPlane.C | 4 +- .../sampledPlane/sampledPlane.H | 2 +- .../sampledPlane/sampledPlaneTemplates.C | 2 +- .../sampledSurface/sampledSurface.C | 2 +- .../sampledSurface/sampledSurface.H | 2 +- .../sampledSurface/sampledSurfaceTemplates.C | 2 +- .../sampledSurfaces/IOsampledSurfaces.H | 2 +- .../sampledSurfaces/sampledSurfaces.C | 2 +- .../sampledSurfaces/sampledSurfaces.H | 2 +- .../sampledSurfaces/sampledSurfacesGrouping.C | 2 +- .../sampledSurfacesTemplates.C | 2 +- .../sampledSurfacesFunctionObject.C | 2 +- .../sampledSurfacesFunctionObject.H | 2 +- .../sampledTriSurfaceMeshTemplates.C | 2 +- .../sampledThresholdCellFaces.C | 2 +- .../sampledThresholdCellFaces.H | 2 +- .../sampledThresholdCellFacesTemplates.C | 2 +- .../thresholdCellFaces/thresholdCellFaces.C | 2 +- .../thresholdCellFaces/thresholdCellFaces.H | 2 +- .../writers/dx/dxSurfaceWriter.C | 2 +- .../writers/dx/dxSurfaceWriter.H | 2 +- .../writers/dx/dxSurfaceWriterRunTime.C | 2 +- .../writers/foamFile/foamFileSurfaceWriter.C | 2 +- .../writers/foamFile/foamFileSurfaceWriter.H | 2 +- .../foamFile/foamFileSurfaceWriterRunTime.C | 2 +- .../writers/null/nullSurfaceWriter.C | 2 +- .../writers/null/nullSurfaceWriter.H | 2 +- .../writers/null/nullSurfaceWriterRunTime.C | 2 +- .../writers/proxy/proxySurfaceWriter.C | 2 +- .../writers/proxy/proxySurfaceWriter.H | 2 +- .../writers/proxy/proxySurfaceWriterRunTime.C | 2 +- .../writers/raw/rawSurfaceWriter.C | 2 +- .../writers/raw/rawSurfaceWriter.H | 2 +- .../writers/raw/rawSurfaceWriterRunTime.C | 2 +- .../sampledSurface/writers/surfaceWriter.C | 2 +- .../sampledSurface/writers/surfaceWriter.H | 2 +- .../sampledSurface/writers/surfaceWriters.C | 2 +- .../sampledSurface/writers/surfaceWriters.H | 2 +- .../writers/vtk/vtkSurfaceWriter.C | 2 +- .../writers/vtk/vtkSurfaceWriter.H | 2 +- .../writers/vtk/vtkSurfaceWriterRunTime.C | 2 +- src/surfMesh/MeshedSurface/MeshedSurface.C | 2 +- src/surfMesh/MeshedSurface/MeshedSurface.H | 2 +- .../MeshedSurface/MeshedSurfaceCore.C | 2 +- src/surfMesh/MeshedSurface/MeshedSurfaceIO.C | 2 +- src/surfMesh/MeshedSurface/MeshedSurfaceNew.C | 2 +- .../MeshedSurface/MeshedSurfaceZones.C | 2 +- src/surfMesh/MeshedSurface/MeshedSurfaces.C | 10 +- src/surfMesh/MeshedSurface/MeshedSurfaces.H | 2 +- .../MeshedSurface/MeshedSurfacesFwd.H | 2 +- .../MeshedSurfaceIOAllocator.C | 2 +- .../MeshedSurfaceIOAllocator.H | 2 +- .../MeshedSurfaceProxy/MeshedSurfaceProxy.C | 2 +- .../MeshedSurfaceProxy/MeshedSurfaceProxy.H | 2 +- .../MeshedSurfaceProxyCore.C | 10 +- .../UnsortedMeshedSurface.C | 2 +- .../UnsortedMeshedSurface.H | 2 +- .../UnsortedMeshedSurfaceNew.C | 2 +- .../UnsortedMeshedSurfaces.C | 10 +- .../UnsortedMeshedSurfaces.H | 2 +- .../UnsortedMeshedSurfacesFwd.H | 2 +- .../surfFields/surfFields/surfFields.C | 2 +- .../surfFields/surfFields/surfFields.H | 2 +- .../surfFields/surfFields/surfFieldsFwd.H | 2 +- .../surfFields/surfFields/surfGeoMesh.H | 2 +- .../surfPointFields/surfPointFields.C | 7 +- .../surfPointFields/surfPointFields.H | 2 +- .../surfPointFields/surfPointFieldsFwd.H | 2 +- .../surfPointFields/surfPointGeoMesh.H | 2 +- src/surfMesh/surfMesh/surfMesh.C | 2 +- src/surfMesh/surfMesh/surfMesh.H | 2 +- src/surfMesh/surfMesh/surfMeshClear.C | 2 +- src/surfMesh/surfMesh/surfMeshIO.C | 2 +- src/surfMesh/surfZone/surfZone/surfZone.C | 2 +- src/surfMesh/surfZone/surfZone/surfZone.H | 2 +- .../surfZone/surfZone/surfZoneIOList.C | 2 +- .../surfZone/surfZone/surfZoneIOList.H | 2 +- src/surfMesh/surfZone/surfZone/surfZoneList.H | 2 +- .../surfZoneIdentifier/surfZoneIdentifier.C | 2 +- .../surfZoneIdentifier/surfZoneIdentifier.H | 2 +- .../surfZoneIdentifierList.H | 2 +- .../surfaceFormats/ac3d/AC3DsurfaceFormat.C | 2 +- .../surfaceFormats/ac3d/AC3DsurfaceFormat.H | 2 +- .../ac3d/AC3DsurfaceFormatCore.C | 2 +- .../ac3d/AC3DsurfaceFormatCore.H | 2 +- .../ac3d/AC3DsurfaceFormatCoreTemplates.C | 2 +- .../ac3d/AC3DsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/ftr/FTRsurfaceFormat.C | 2 +- .../surfaceFormats/ftr/FTRsurfaceFormat.H | 2 +- .../ftr/FTRsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/gts/GTSsurfaceFormat.C | 2 +- .../surfaceFormats/gts/GTSsurfaceFormat.H | 2 +- .../gts/GTSsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/nas/NASsurfaceFormat.C | 2 +- .../surfaceFormats/nas/NASsurfaceFormat.H | 2 +- .../nas/NASsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/obj/OBJsurfaceFormat.H | 2 +- .../obj/OBJsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/off/OFFsurfaceFormat.C | 2 +- .../surfaceFormats/off/OFFsurfaceFormat.H | 2 +- .../off/OFFsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/ofs/OFSsurfaceFormat.C | 2 +- .../surfaceFormats/ofs/OFSsurfaceFormat.H | 2 +- .../surfaceFormats/ofs/OFSsurfaceFormatCore.C | 2 +- .../surfaceFormats/ofs/OFSsurfaceFormatCore.H | 2 +- .../ofs/OFSsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/smesh/SMESHsurfaceFormat.H | 2 +- .../smesh/SMESHsurfaceFormatRunTime.C | 2 +- .../starcd/STARCDsurfaceFormat.H | 2 +- .../starcd/STARCDsurfaceFormatCore.C | 2 +- .../starcd/STARCDsurfaceFormatCore.H | 2 +- .../starcd/STARCDsurfaceFormatRunTime.C | 2 +- src/surfMesh/surfaceFormats/stl/STLpoint.H | 2 +- .../surfaceFormats/stl/STLsurfaceFormat.H | 2 +- .../surfaceFormats/stl/STLsurfaceFormatCore.C | 2 +- .../surfaceFormats/stl/STLsurfaceFormatCore.H | 2 +- .../stl/STLsurfaceFormatRunTime.C | 2 +- src/surfMesh/surfaceFormats/stl/STLtriangle.H | 2 +- .../surfaceFormats/stl/STLtriangleI.H | 2 +- .../surfaceFormats/surfaceFormatsCore.C | 2 +- .../surfaceFormats/surfaceFormatsCore.H | 2 +- .../surfaceFormats/tri/TRIsurfaceFormat.H | 2 +- .../surfaceFormats/tri/TRIsurfaceFormatCore.C | 2 +- .../surfaceFormats/tri/TRIsurfaceFormatCore.H | 2 +- .../tri/TRIsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/vtk/VTKsurfaceFormat.H | 2 +- .../surfaceFormats/vtk/VTKsurfaceFormatCore.C | 2 +- .../surfaceFormats/vtk/VTKsurfaceFormatCore.H | 2 +- .../vtk/VTKsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/wrl/WRLsurfaceFormat.H | 2 +- .../surfaceFormats/wrl/WRLsurfaceFormatCore.C | 2 +- .../surfaceFormats/wrl/WRLsurfaceFormatCore.H | 2 +- .../wrl/WRLsurfaceFormatRunTime.C | 2 +- .../surfaceFormats/x3d/X3DsurfaceFormat.H | 2 +- .../surfaceFormats/x3d/X3DsurfaceFormatCore.C | 8 +- .../surfaceFormats/x3d/X3DsurfaceFormatCore.H | 2 +- .../x3d/X3DsurfaceFormatRunTime.C | 2 +- .../surfaceRegistry/surfaceRegistry.C | 2 +- .../surfaceRegistry/surfaceRegistry.H | 2 +- .../Chung/Chung.C | 2 +- .../Chung/Chung.H | 2 +- .../Wallis/Wallis.C | 2 +- .../Wallis/Wallis.H | 2 +- .../barotropicCompressibilityModel.C | 2 +- .../barotropicCompressibilityModel.H | 2 +- .../barotropicCompressibilityModelNew.C | 2 +- .../linear/linear.C | 2 +- .../linear/linear.H | 2 +- .../basic/basicThermo/basicThermo.C | 2 +- .../basic/basicThermo/basicThermo.H | 2 +- .../fixedEnthalpyFvPatchScalarField.C | 2 +- .../fixedEnthalpyFvPatchScalarField.H | 2 +- .../fixedInternalEnergyFvPatchScalarField.C | 2 +- .../fixedInternalEnergyFvPatchScalarField.H | 2 +- .../gradientEnthalpyFvPatchScalarField.C | 2 +- .../gradientEnthalpyFvPatchScalarField.H | 2 +- ...gradientInternalEnergyFvPatchScalarField.C | 2 +- ...gradientInternalEnergyFvPatchScalarField.H | 2 +- .../mixedEnthalpyFvPatchScalarField.C | 2 +- .../mixedEnthalpyFvPatchScalarField.H | 2 +- .../mixedInternalEnergyFvPatchScalarField.C | 2 +- .../mixedInternalEnergyFvPatchScalarField.H | 2 +- .../wallHeatTransferFvPatchScalarField.C | 2 +- .../wallHeatTransferFvPatchScalarField.H | 2 +- .../mixtures/basicMixture/basicMixture.C | 2 +- .../mixtures/basicMixture/basicMixture.H | 2 +- .../mixtures/basicMixture/basicMixtures.C | 2 +- .../mixtures/basicMixture/makeBasicMixture.H | 2 +- .../basic/mixtures/pureMixture/pureMixture.C | 2 +- .../basic/mixtures/pureMixture/pureMixture.H | 2 +- .../psiThermo/basicPsiThermo/basicPsiThermo.C | 2 +- .../psiThermo/basicPsiThermo/basicPsiThermo.H | 2 +- .../basicPsiThermo/basicPsiThermoNew.C | 2 +- .../basicPsiThermo/makeBasicPsiThermo.H | 2 +- .../basic/psiThermo/ePsiThermo/ePsiThermo.C | 2 +- .../basic/psiThermo/ePsiThermo/ePsiThermo.H | 2 +- .../basic/psiThermo/ePsiThermo/ePsiThermos.C | 2 +- .../basic/psiThermo/hPsiThermo/hPsiThermo.C | 2 +- .../basic/psiThermo/hPsiThermo/hPsiThermo.H | 2 +- .../basic/psiThermo/hPsiThermo/hPsiThermos.C | 2 +- .../rhoThermo/basicRhoThermo/basicRhoThermo.C | 2 +- .../rhoThermo/basicRhoThermo/basicRhoThermo.H | 2 +- .../basicRhoThermo/basicRhoThermoNew.C | 2 +- .../basicRhoThermo/makeBasicRhoThermo.H | 2 +- .../basic/rhoThermo/hRhoThermo/hRhoThermo.C | 2 +- .../basic/rhoThermo/hRhoThermo/hRhoThermo.H | 2 +- .../basic/rhoThermo/hRhoThermo/hRhoThermos.C | 2 +- .../ODEChemistryModel/ODEChemistryModel.C | 2 +- .../ODEChemistryModel/ODEChemistryModel.H | 2 +- .../ODEChemistryModel/ODEChemistryModelI.H | 2 +- .../basicChemistryModel/basicChemistryModel.C | 2 +- .../basicChemistryModel/basicChemistryModel.H | 2 +- .../basicChemistryModelI.H | 2 +- .../basicChemistryModel/makeChemistryModel.H | 2 +- .../psiChemistryModel/psiChemistryModel.C | 2 +- .../psiChemistryModel/psiChemistryModel.H | 2 +- .../psiChemistryModel/psiChemistryModelI.H | 2 +- .../psiChemistryModel/psiChemistryModelNew.C | 2 +- .../psiChemistryModel/psiChemistryModels.C | 2 +- .../rhoChemistryModel/rhoChemistryModel.C | 2 +- .../rhoChemistryModel/rhoChemistryModel.H | 2 +- .../rhoChemistryModel/rhoChemistryModelI.H | 2 +- .../rhoChemistryModel/rhoChemistryModelNew.C | 2 +- .../rhoChemistryModel/rhoChemistryModels.C | 2 +- .../EulerImplicit/EulerImplicit.C | 2 +- .../EulerImplicit/EulerImplicit.H | 2 +- .../chemistrySolver/chemistrySolver.C | 2 +- .../chemistrySolver/chemistrySolver.H | 2 +- .../chemistrySolver/chemistrySolverNew.C | 2 +- .../chemistrySolver/makeChemistrySolvers.C | 2 +- .../chemistryModel/chemistrySolver/ode/ode.C | 2 +- .../chemistryModel/chemistrySolver/ode/ode.H | 2 +- .../chemistrySolver/sequential/sequential.C | 2 +- .../chemistrySolver/sequential/sequential.H | 2 +- .../laminarFlameSpeed/Gulders/Gulders.C | 2 +- .../laminarFlameSpeed/Gulders/Gulders.H | 2 +- .../laminarFlameSpeed/GuldersEGR/GuldersEGR.C | 2 +- .../laminarFlameSpeed/GuldersEGR/GuldersEGR.H | 2 +- .../laminarFlameSpeed/constant/constant.C | 2 +- .../laminarFlameSpeed/constant/constant.H | 2 +- .../laminarFlameSpeed/laminarFlameSpeed.C | 2 +- .../laminarFlameSpeed/laminarFlameSpeed.H | 2 +- .../laminarFlameSpeed/laminarFlameSpeedNew.C | 2 +- .../liquidMixture/liquidMixture.C | 2 +- .../liquidMixture/liquidMixture.H | 14 +- .../liquidMixture/liquidMixtureIO.C | 2 +- src/thermophysicalModels/liquids/Ar/Ar.C | 2 +- src/thermophysicalModels/liquids/Ar/Ar.H | 2 +- src/thermophysicalModels/liquids/Ar/ArI.H | 2 +- .../liquids/C10H22/C10H22.C | 2 +- .../liquids/C10H22/C10H22.H | 2 +- .../liquids/C10H22/C10H22I.H | 2 +- .../liquids/C12H26/C12H26.C | 2 +- .../liquids/C12H26/C12H26.H | 2 +- .../liquids/C12H26/C12H26I.H | 2 +- .../liquids/C13H28/C13H28.C | 2 +- .../liquids/C13H28/C13H28.H | 2 +- .../liquids/C13H28/C13H28I.H | 2 +- .../liquids/C14H30/C14H30.C | 2 +- .../liquids/C14H30/C14H30.H | 2 +- .../liquids/C14H30/C14H30I.H | 2 +- .../liquids/C16H34/C16H34.C | 2 +- .../liquids/C16H34/C16H34.H | 2 +- .../liquids/C16H34/C16H34I.H | 2 +- .../liquids/C2H5OH/C2H5OH.C | 2 +- .../liquids/C2H5OH/C2H5OH.H | 2 +- .../liquids/C2H5OH/C2H5OHI.H | 2 +- src/thermophysicalModels/liquids/C2H6/C2H6.C | 2 +- src/thermophysicalModels/liquids/C2H6/C2H6.H | 2 +- src/thermophysicalModels/liquids/C2H6/C2H6I.H | 2 +- .../liquids/C2H6O/C2H6O.C | 2 +- .../liquids/C2H6O/C2H6O.H | 2 +- .../liquids/C2H6O/C2H6OI.H | 2 +- .../liquids/C3H6O/C3H6O.C | 2 +- .../liquids/C3H6O/C3H6O.H | 2 +- .../liquids/C3H6O/C3H6OI.H | 2 +- src/thermophysicalModels/liquids/C3H8/C3H8.C | 2 +- src/thermophysicalModels/liquids/C3H8/C3H8.H | 2 +- src/thermophysicalModels/liquids/C3H8/C3H8I.H | 2 +- .../liquids/C4H10O/C4H10O.C | 2 +- .../liquids/C4H10O/C4H10O.H | 2 +- .../liquids/C4H10O/C4H10OI.H | 2 +- .../liquids/C6H14/C6H14.C | 2 +- .../liquids/C6H14/C6H14.H | 2 +- .../liquids/C6H14/C6H14I.H | 2 +- src/thermophysicalModels/liquids/C6H6/C6H6.C | 2 +- src/thermophysicalModels/liquids/C6H6/C6H6.H | 2 +- src/thermophysicalModels/liquids/C6H6/C6H6I.H | 2 +- .../liquids/C7H16/C7H16.C | 2 +- .../liquids/C7H16/C7H16.H | 2 +- .../liquids/C7H16/C7H16I.H | 2 +- src/thermophysicalModels/liquids/C7H8/C7H8.C | 2 +- src/thermophysicalModels/liquids/C7H8/C7H8.H | 2 +- src/thermophysicalModels/liquids/C7H8/C7H8I.H | 2 +- .../liquids/C8H10/C8H10.C | 2 +- .../liquids/C8H10/C8H10.H | 2 +- .../liquids/C8H10/C8H10I.H | 2 +- .../liquids/C8H18/C8H18.C | 2 +- .../liquids/C8H18/C8H18.H | 2 +- .../liquids/C8H18/C8H18I.H | 2 +- .../liquids/C9H20/C9H20.C | 2 +- .../liquids/C9H20/C9H20.H | 2 +- .../liquids/C9H20/C9H20I.H | 2 +- .../liquids/CH3OH/CH3OH.C | 2 +- .../liquids/CH3OH/CH3OH.H | 2 +- .../liquids/CH3OH/CH3OHI.H | 2 +- .../liquids/CH4N2O/CH4N2O.C | 2 +- .../liquids/CH4N2O/CH4N2O.H | 2 +- .../liquids/CH4N2O/CH4N2OI.H | 2 +- src/thermophysicalModels/liquids/H2O/H2O.C | 2 +- src/thermophysicalModels/liquids/H2O/H2O.H | 2 +- src/thermophysicalModels/liquids/H2O/H2OI.H | 2 +- .../liquids/IC8H18/IC8H18.C | 2 +- .../liquids/IC8H18/IC8H18.H | 2 +- .../liquids/IC8H18/IC8H18I.H | 2 +- src/thermophysicalModels/liquids/IDEA/IDEA.C | 2 +- src/thermophysicalModels/liquids/IDEA/IDEA.H | 2 +- src/thermophysicalModels/liquids/IDEA/IDEAI.H | 2 +- src/thermophysicalModels/liquids/MB/MB.C | 2 +- src/thermophysicalModels/liquids/MB/MB.H | 2 +- src/thermophysicalModels/liquids/MB/MBI.H | 2 +- src/thermophysicalModels/liquids/N2/N2.C | 2 +- src/thermophysicalModels/liquids/N2/N2.H | 2 +- src/thermophysicalModels/liquids/N2/N2I.H | 2 +- .../liquids/aC10H7CH3/aC10H7CH3.C | 2 +- .../liquids/aC10H7CH3/aC10H7CH3.H | 2 +- .../liquids/aC10H7CH3/aC10H7CH3I.H | 2 +- .../liquids/bC10H7CH3/bC10H7CH3.C | 2 +- .../liquids/bC10H7CH3/bC10H7CH3.H | 2 +- .../liquids/bC10H7CH3/bC10H7CH3I.H | 2 +- .../liquids/iC3H8O/iC3H8O.C | 2 +- .../liquids/iC3H8O/iC3H8O.H | 2 +- .../liquids/iC3H8O/iC3H8OI.H | 2 +- .../liquids/liquid/liquid.C | 2 +- .../liquids/liquid/liquid.H | 2 +- .../liquids/liquid/liquidI.H | 2 +- .../liquids/nC3H8O/nC3H8O.C | 2 +- .../liquids/nC3H8O/nC3H8O.H | 2 +- .../liquids/nC3H8O/nC3H8OI.H | 2 +- .../MarshakRadiationMixedFvPatchScalarField.C | 2 +- .../MarshakRadiationMixedFvPatchScalarField.H | 2 +- ...akRadiationFixedTMixedFvPatchScalarField.C | 7 +- ...akRadiationFixedTMixedFvPatchScalarField.H | 2 +- ...iffusiveRadiationMixedFvPatchScalarField.C | 2 +- ...iffusiveRadiationMixedFvPatchScalarField.H | 2 +- ...iffusiveRadiationMixedFvPatchScalarField.C | 2 +- ...iffusiveRadiationMixedFvPatchScalarField.H | 2 +- .../radiation/radiationModel/P1/P1.C | 2 +- .../radiation/radiationModel/P1/P1.H | 2 +- .../fvDOM/absorptionCoeffs/absorptionCoeffs.C | 2 +- .../fvDOM/absorptionCoeffs/absorptionCoeffs.H | 2 +- .../absorptionCoeffs/absorptionCoeffsI.H | 2 +- .../blackBodyEmission/blackBodyEmission.C | 2 +- .../blackBodyEmission/blackBodyEmission.H | 2 +- .../radiationModel/fvDOM/fvDOM/fvDOM.C | 2 +- .../radiationModel/fvDOM/fvDOM/fvDOM.H | 2 +- .../radiationModel/fvDOM/fvDOM/fvDOMI.H | 2 +- .../radiativeIntensityRay.C | 2 +- .../radiativeIntensityRay.H | 2 +- .../radiativeIntensityRayI.H | 11 +- .../radiationModel/noRadiation/noRadiation.C | 2 +- .../radiationModel/noRadiation/noRadiation.H | 2 +- .../radiationModel/radiationModel.C | 2 +- .../radiationModel/radiationModel.H | 2 +- .../radiationModel/radiationModelNew.C | 2 +- .../absorptionEmissionModel.C | 2 +- .../absorptionEmissionModel.H | 2 +- .../absorptionEmissionModelNew.C | 2 +- .../binaryAbsorptionEmission.C | 2 +- .../binaryAbsorptionEmission.H | 2 +- .../constantAbsorptionEmission.C | 2 +- .../constantAbsorptionEmission.H | 2 +- .../greyMeanAbsorptionEmission.C | 2 +- .../greyMeanAbsorptionEmission.H | 2 +- .../noAbsorptionEmission.C | 2 +- .../noAbsorptionEmission.H | 2 +- .../wideBandAbsorptionEmission.C | 2 +- .../wideBandAbsorptionEmission.H | 2 +- .../constantScatter/constantScatter.C | 2 +- .../constantScatter/constantScatter.H | 2 +- .../scatterModel/scatterModel/scatterModel.C | 2 +- .../scatterModel/scatterModel/scatterModel.H | 2 +- .../scatterModel/scatterModelNew.C | 2 +- .../chemistryReader/chemistryReader.C | 2 +- .../chemistryReader/chemistryReader.H | 2 +- .../chemistryReader/makeChemistryReaders.C | 2 +- .../chemkinReader/chemkinReader.C | 8 +- .../chemkinReader/chemkinReader.H | 2 +- .../foamChemistryReader/foamChemistryReader.C | 2 +- .../foamChemistryReader/foamChemistryReader.H | 2 +- .../hCombustionThermo/hCombustionThermo.C | 2 +- .../hCombustionThermo/hCombustionThermo.H | 2 +- .../hCombustionThermo/hCombustionThermoNew.C | 2 +- .../hCombustionThermo/makeCombustionThermo.H | 12 +- .../hhuCombustionThermo/hhuCombustionThermo.C | 2 +- .../hhuCombustionThermo/hhuCombustionThermo.H | 2 +- .../hhuCombustionThermoNew.C | 2 +- .../hhuCombustionThermos.C | 2 +- .../hsCombustionThermo/hsCombustionThermo.C | 2 +- .../hsCombustionThermo/hsCombustionThermo.H | 2 +- .../hsCombustionThermoNew.C | 2 +- .../hsCombustionThermo/hsCombustionThermos.C | 2 +- .../makeHsCombustionThermo.H | 20 +- .../hPsiMixtureThermo/hPsiMixtureThermo.C | 2 +- .../hPsiMixtureThermo/hPsiMixtureThermo.H | 2 +- .../hhuMixtureThermo/hhuMixtureThermo.C | 2 +- .../hhuMixtureThermo/hhuMixtureThermo.H | 2 +- .../hsPsiMixtureThermo/hsPsiMixtureThermo.C | 2 +- .../hsPsiMixtureThermo/hsPsiMixtureThermo.H | 2 +- .../fixedUnburntEnthalpyFvPatchScalarField.C | 2 +- .../fixedUnburntEnthalpyFvPatchScalarField.H | 2 +- ...radientUnburntEnthalpyFvPatchScalarField.C | 2 +- ...radientUnburntEnthalpyFvPatchScalarField.H | 2 +- .../mixedUnburntEnthalpyFvPatchScalarField.C | 2 +- .../mixedUnburntEnthalpyFvPatchScalarField.H | 2 +- .../basicMultiComponentMixture.C | 2 +- .../basicMultiComponentMixture.H | 2 +- .../basicMultiComponentMixtureI.H | 2 +- .../mixtures/dieselMixture/dieselMixture.C | 2 +- .../mixtures/dieselMixture/dieselMixture.H | 2 +- .../mixtures/egrMixture/egrMixture.C | 2 +- .../mixtures/egrMixture/egrMixture.H | 2 +- .../homogeneousMixture/homogeneousMixture.C | 2 +- .../homogeneousMixture/homogeneousMixture.H | 2 +- .../inhomogeneousMixture.C | 2 +- .../inhomogeneousMixture.H | 2 +- .../multiComponentMixture.C | 2 +- .../multiComponentMixture.H | 2 +- .../reactingMixture/reactingMixture.C | 2 +- .../reactingMixture/reactingMixture.H | 2 +- .../veryInhomogeneousMixture.C | 2 +- .../veryInhomogeneousMixture.H | 2 +- .../hReactionThermo/hReactionThermo.C | 2 +- .../hReactionThermo/hReactionThermo.H | 2 +- .../hReactionThermo/hReactionThermoNew.C | 2 +- .../hReactionThermo/hReactionThermos.C | 2 +- .../hReactionThermo/makeReactionThermo.H | 12 +- .../hRhoMixtureThermo/hRhoMixtureThermo.C | 2 +- .../hRhoMixtureThermo/hRhoMixtureThermo.H | 2 +- .../solidMixture/solidMixture/solidMixture.C | 2 +- .../solidMixture/solidMixture/solidMixture.H | 2 +- src/thermophysicalModels/solids/C/C.C | 2 +- src/thermophysicalModels/solids/C/C.H | 2 +- src/thermophysicalModels/solids/CaCO3/CaCO3.C | 2 +- src/thermophysicalModels/solids/CaCO3/CaCO3.H | 2 +- src/thermophysicalModels/solids/ash/ash.C | 2 +- src/thermophysicalModels/solids/ash/ash.H | 2 +- src/thermophysicalModels/solids/solid/solid.C | 2 +- src/thermophysicalModels/solids/solid/solid.H | 2 +- .../solids/solid/solidI.H | 2 +- .../solids/solid/solidNew.C | 2 +- .../specie/atomicWeights/atomicWeights.C | 2 +- .../specie/atomicWeights/atomicWeights.H | 2 +- .../icoPolynomial/icoPolynomial.C | 2 +- .../icoPolynomial/icoPolynomial.H | 2 +- .../icoPolynomial/icoPolynomialI.H | 2 +- .../equationOfState/perfectGas/perfectGas.C | 2 +- .../equationOfState/perfectGas/perfectGas.H | 2 +- .../equationOfState/perfectGas/perfectGasI.H | 2 +- .../specie/include/reactionTypes.H | 2 +- .../specie/include/thermoPhysicsTypes.H | 2 +- .../IrreversibleReaction.C | 2 +- .../IrreversibleReaction.H | 2 +- .../NonEquilibriumReversibleReaction.C | 2 +- .../NonEquilibriumReversibleReaction.H | 2 +- .../reaction/Reactions/Reaction/Reaction.C | 2 +- .../reaction/Reactions/Reaction/Reaction.H | 2 +- .../reaction/Reactions/Reaction/ReactionI.H | 2 +- .../ReversibleReaction/ReversibleReaction.C | 2 +- .../ReversibleReaction/ReversibleReaction.H | 2 +- .../ArrheniusReactionRate.H | 2 +- .../ArrheniusReactionRateI.H | 2 +- .../ChemicallyActivatedReactionRate.H | 2 +- .../ChemicallyActivatedReactionRateI.H | 2 +- .../FallOffReactionRate/FallOffReactionRate.H | 2 +- .../FallOffReactionRateI.H | 2 +- .../JanevReactionRate/JanevReactionRate.H | 2 +- .../JanevReactionRate/JanevReactionRateI.H | 2 +- .../LandauTellerReactionRate.H | 2 +- .../LandauTellerReactionRateI.H | 2 +- .../LangmuirHinshelwoodReactionRate.H | 2 +- .../LangmuirHinshelwoodReactionRateI.H | 2 +- .../LindemannFallOffFunction.H | 2 +- .../LindemannFallOffFunctionI.H | 2 +- .../SRIFallOffFunction/SRIFallOffFunction.H | 2 +- .../SRIFallOffFunction/SRIFallOffFunctionI.H | 2 +- .../TroeFallOffFunction/TroeFallOffFunction.H | 2 +- .../TroeFallOffFunctionI.H | 2 +- .../powerSeries/powerSeriesReactionRate.H | 2 +- .../powerSeries/powerSeriesReactionRateI.H | 2 +- .../thirdBodyArrheniusReactionRate.H | 2 +- .../thirdBodyArrheniusReactionRateI.H | 8 +- .../thirdBodyEfficiencies.H | 2 +- .../thirdBodyEfficienciesI.H | 2 +- .../reaction/reactions/makeChemkinReactions.C | 2 +- .../makeLangmuirHinshelwoodReactions.C | 2 +- .../reaction/reactions/makeReactionThermo.H | 14 +- .../reactions/makeReactionThermoReactions.C | 2 +- .../specie/specie/specie.C | 2 +- .../specie/specie/specie.H | 2 +- .../specie/specie/specieI.H | 2 +- .../specie/speciesTable/speciesTable.C | 2 +- .../specie/speciesTable/speciesTable.H | 2 +- .../specie/speciesTable/speciesTableI.H | 2 +- .../specie/thermo/eConst/eConstThermo.C | 2 +- .../specie/thermo/eConst/eConstThermo.H | 2 +- .../specie/thermo/eConst/eConstThermoI.H | 2 +- .../specie/thermo/hConst/hConstThermo.C | 2 +- .../specie/thermo/hConst/hConstThermo.H | 2 +- .../specie/thermo/hConst/hConstThermoI.H | 2 +- .../thermo/hPolynomial/hPolynomialThermo.C | 2 +- .../thermo/hPolynomial/hPolynomialThermo.H | 2 +- .../thermo/hPolynomial/hPolynomialThermoI.H | 2 +- .../specie/thermo/janaf/janafThermo.C | 2 +- .../specie/thermo/janaf/janafThermo.H | 2 +- .../specie/thermo/janaf/janafThermoI.H | 2 +- .../specie/thermo/specieThermo/specieThermo.C | 2 +- .../specie/thermo/specieThermo/specieThermo.H | 2 +- .../thermo/specieThermo/specieThermoI.H | 2 +- .../specie/transport/const/constTransport.C | 2 +- .../specie/transport/const/constTransport.H | 2 +- .../specie/transport/const/constTransportI.H | 2 +- .../polynomial/polynomialTransport.C | 2 +- .../polynomial/polynomialTransport.H | 2 +- .../polynomial/polynomialTransportI.H | 2 +- .../speciesTransport/speciesTransport.C | 2 +- .../speciesTransport/speciesTransport.H | 2 +- .../speciesTransport/speciesTransportI.H | 2 +- .../sutherland/sutherlandTransport.C | 2 +- .../sutherland/sutherlandTransport.H | 2 +- .../sutherland/sutherlandTransportI.H | 2 +- .../APIdiffCoefFunc/APIdiffCoefFunc.C | 2 +- .../APIdiffCoefFunc/APIdiffCoefFunc.H | 2 +- .../NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C | 2 +- .../NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H | 2 +- .../NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C | 2 +- .../NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H | 2 +- .../NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C | 2 +- .../NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H | 9 +- .../NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C | 2 +- .../NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H | 2 +- .../NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C | 2 +- .../NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H | 2 +- .../NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C | 2 +- .../NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H | 2 +- .../NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C | 2 +- .../NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H | 2 +- .../NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C | 2 +- .../NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H | 2 +- .../NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C | 2 +- .../NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H | 2 +- .../thermophysicalFunction.C | 2 +- .../thermophysicalFunction.H | 2 +- .../linearValveFvMesh/linearValveFvMesh.C | 5 +- .../linearValveFvMesh/linearValveFvMesh.H | 2 +- .../linearValveLayersFvMesh.C | 9 +- .../linearValveLayersFvMesh.H | 2 +- .../mixerFvMesh/mixerFvMesh.C | 2 +- .../mixerFvMesh/mixerFvMesh.H | 2 +- .../movingConeTopoFvMesh.C | 2 +- .../movingConeTopoFvMesh.H | 2 +- .../rawTopoChangerFvMesh.C | 2 +- .../rawTopoChangerFvMesh.H | 2 +- .../rawTopoChangerFvMeshTemplates.C | 2 +- .../topoChangerFvMesh/topoChangerFvMesh.C | 2 +- .../topoChangerFvMesh/topoChangerFvMesh.H | 2 +- .../twoPhaseMixture.C | 2 +- .../twoPhaseMixture.H | 2 +- .../singlePhaseTransportModel.C | 2 +- .../singlePhaseTransportModel.H | 2 +- .../transportModel/transportModel.C | 2 +- .../transportModel/transportModel.H | 2 +- .../viscosityModels/BirdCarreau/BirdCarreau.C | 2 +- .../viscosityModels/BirdCarreau/BirdCarreau.H | 2 +- .../CrossPowerLaw/CrossPowerLaw.C | 2 +- .../CrossPowerLaw/CrossPowerLaw.H | 2 +- .../HerschelBulkley/HerschelBulkley.C | 2 +- .../HerschelBulkley/HerschelBulkley.H | 2 +- .../viscosityModels/Newtonian/Newtonian.C | 2 +- .../viscosityModels/Newtonian/Newtonian.H | 2 +- .../viscosityModels/powerLaw/powerLaw.C | 2 +- .../viscosityModels/powerLaw/powerLaw.H | 2 +- .../viscosityModel/viscosityModel.C | 2 +- .../viscosityModel/viscosityModel.H | 2 +- .../viscosityModel/viscosityModelNew.C | 2 +- .../alphaContactAngleFvPatchScalarField.C | 2 +- .../alphaContactAngleFvPatchScalarField.H | 2 +- ...stantAlphaContactAngleFvPatchScalarField.C | 2 +- ...stantAlphaContactAngleFvPatchScalarField.H | 2 +- ...namicAlphaContactAngleFvPatchScalarField.C | 2 +- ...namicAlphaContactAngleFvPatchScalarField.H | 2 +- ...ryingAlphaContactAngleFvPatchScalarField.C | 2 +- ...ryingAlphaContactAngleFvPatchScalarField.H | 7 +- .../alphaFixedPressureFvPatchScalarField.C | 2 +- .../alphaFixedPressureFvPatchScalarField.H | 2 +- .../interfaceCompression.C | 2 +- .../interfaceCompression.H | 2 +- .../interfaceProperties/interfaceProperties.C | 2 +- .../interfaceProperties/interfaceProperties.H | 2 +- .../faceTriangulation/faceTriangulation.C | 2 +- .../faceTriangulation/faceTriangulation.H | 2 +- .../meshTriangulation/meshTriangulation.C | 2 +- .../meshTriangulation/meshTriangulation.H | 2 +- .../tools/hashSignedLabel/hashSignedLabel.H | 2 +- .../tools/labelPair/labelPairLookup.H | 2 +- .../tools/labelledTri/labelledTri.H | 2 +- .../tools/labelledTri/labelledTriI.H | 2 +- .../tools/labelledTri/sortLabelledTri.C | 2 +- .../tools/labelledTri/sortLabelledTri.H | 2 +- .../geometricSurfacePatch.C | 2 +- .../geometricSurfacePatch.H | 2 +- .../geometricSurfacePatchList.H | 2 +- .../triSurface/interfaces/AC3D/readAC.C | 2 +- .../triSurface/interfaces/AC3D/writeAC.C | 2 +- .../triSurface/interfaces/DX/writeDX.C | 2 +- .../triSurface/interfaces/GTS/readGTS.C | 2 +- .../triSurface/interfaces/GTS/writeGTS.C | 2 +- .../triSurface/interfaces/NAS/readNAS.C | 2 +- .../triSurface/interfaces/OBJ/readOBJ.C | 2 +- .../triSurface/interfaces/OBJ/writeOBJ.C | 2 +- .../triSurface/interfaces/OFF/readOFF.C | 2 +- .../triSurface/interfaces/OFF/writeOFF.C | 2 +- .../triSurface/interfaces/SMESH/writeSMESH.C | 2 +- .../triSurface/interfaces/STL/STLpoint.H | 2 +- .../triSurface/interfaces/STL/STLpointI.H | 2 +- .../triSurface/interfaces/STL/STLtriangle.H | 2 +- .../triSurface/interfaces/STL/STLtriangleI.H | 2 +- .../triSurface/interfaces/STL/readSTL.C | 2 +- .../triSurface/interfaces/STL/readSTLBINARY.C | 2 +- .../triSurface/interfaces/STL/writeSTL.C | 2 +- .../triSurface/interfaces/TRI/readTRI.C | 2 +- .../triSurface/interfaces/TRI/writeTRI.C | 2 +- .../triSurface/interfaces/VTK/writeVTK.C | 2 +- src/triSurface/triSurface/stitchTriangles.C | 9 +- .../triSurface/surfacePatch/surfacePatch.C | 2 +- .../triSurface/surfacePatch/surfacePatch.H | 2 +- .../surfacePatch/surfacePatchIOList.C | 2 +- .../surfacePatch/surfacePatchIOList.H | 2 +- .../surfacePatch/surfacePatchList.H | 2 +- src/triSurface/triSurface/triSurface.C | 2 +- src/triSurface/triSurface/triSurface.H | 2 +- .../triSurface/triSurfaceAddressing.C | 2 +- .../triSurfaceFields/triSurfaceFields.C | 2 +- .../triSurfaceFields/triSurfaceFields.H | 2 +- .../triSurfaceFields/triSurfaceFieldsFwd.H | 2 +- .../triSurfaceFields/triSurfaceGeoMesh.H | 2 +- .../LES/LESdeltas/LESdelta/LESdelta.C | 2 +- .../LES/LESdeltas/LESdelta/LESdelta.H | 2 +- .../LES/LESdeltas/PrandtlDelta/PrandtlDelta.C | 2 +- .../LES/LESdeltas/PrandtlDelta/PrandtlDelta.H | 2 +- .../cubeRootVolDelta/cubeRootVolDelta.C | 2 +- .../cubeRootVolDelta/cubeRootVolDelta.H | 2 +- .../LES/LESdeltas/smoothDelta/smoothDelta.C | 2 +- .../LES/LESdeltas/smoothDelta/smoothDelta.H | 2 +- .../smoothDelta/smoothDeltaDeltaDataI.H | 2 +- .../LES/LESfilters/LESfilter/LESfilter.C | 2 +- .../LES/LESfilters/LESfilter/LESfilter.H | 2 +- .../anisotropicFilter/anisotropicFilter.C | 2 +- .../anisotropicFilter/anisotropicFilter.H | 17 +- .../LESfilters/laplaceFilter/laplaceFilter.C | 2 +- .../LESfilters/laplaceFilter/laplaceFilter.H | 17 +- .../LESfilters/simpleFilter/simpleFilter.C | 2 +- .../LESfilters/simpleFilter/simpleFilter.H | 17 +- .../DeardorffDiffStress/DeardorffDiffStress.H | 9 +- .../LES/GenEddyVisc/GenEddyVisc.C | 2 +- .../LES/GenEddyVisc/GenEddyVisc.H | 2 +- .../LES/GenSGSStress/GenSGSStress.C | 2 +- .../LES/GenSGSStress/GenSGSStress.H | 2 +- .../LES/Smagorinsky/Smagorinsky.C | 2 +- .../LES/Smagorinsky/Smagorinsky.H | 2 +- .../LES/SpalartAllmaras/SpalartAllmaras.C | 2 +- .../LES/SpalartAllmaras/SpalartAllmaras.H | 2 +- ...ayatillekeWallFunctionFvPatchScalarField.C | 2 +- ...ayatillekeWallFunctionFvPatchScalarField.H | 2 +- .../alphaSgsWallFunctionFvPatchScalarField.C | 2 +- .../alphaSgsWallFunctionFvPatchScalarField.H | 2 +- ...sUSpaldingWallFunctionFvPatchScalarField.C | 2 +- ...sUSpaldingWallFunctionFvPatchScalarField.H | 2 +- .../LES/dynOneEqEddy/dynOneEqEddy.H | 2 +- .../LES/lowReOneEqEddy/lowReOneEqEddy.H | 2 +- .../compressible/LES/oneEqEddy/oneEqEddy.H | 2 +- .../LES/vanDriestDelta/vanDriestDelta.C | 2 +- .../LES/vanDriestDelta/vanDriestDelta.H | 2 +- .../compressible/RAS/LRR/LRR.H | 2 +- .../RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H | 2 +- .../RAS/LaunderSharmaKE/LaunderSharmaKE.H | 2 +- .../RAS/RNGkEpsilon/RNGkEpsilon.H | 2 +- .../RAS/SpalartAllmaras/SpalartAllmaras.C | 2 +- .../RAS/SpalartAllmaras/SpalartAllmaras.H | 2 +- .../backwardsCompatibilityWallFunctions.C | 2 +- .../backwardsCompatibilityWallFunctions.H | 2 +- ...wardsCompatibilityWallFunctionsTemplates.C | 2 +- ...thDissipationRateInletFvPatchScalarField.C | 2 +- ...thDissipationRateInletFvPatchScalarField.H | 6 +- ...ngLengthFrequencyInletFvPatchScalarField.C | 2 +- ...ngLengthFrequencyInletFvPatchScalarField.H | 2 +- ...ayatillekeWallFunctionFvPatchScalarField.C | 2 +- ...ayatillekeWallFunctionFvPatchScalarField.H | 2 +- .../alphatWallFunctionFvPatchScalarField.C | 2 +- .../alphatWallFunctionFvPatchScalarField.H | 2 +- .../epsilonWallFunctionFvPatchScalarField.C | 2 +- .../epsilonWallFunctionFvPatchScalarField.H | 2 +- .../kqRWallFunctionFvPatchField.C | 5 +- .../kqRWallFunctionFvPatchField.H | 2 +- .../kqRWallFunctionFvPatchFields.C | 2 +- .../kqRWallFunctionFvPatchFields.H | 2 +- .../mutURoughWallFunctionFvPatchScalarField.C | 2 +- .../mutURoughWallFunctionFvPatchScalarField.H | 2 +- ...tUSpaldingWallFunctionFvPatchScalarField.C | 2 +- ...tUSpaldingWallFunctionFvPatchScalarField.H | 2 +- .../mutUWallFunctionFvPatchScalarField.C | 2 +- .../mutUWallFunctionFvPatchScalarField.H | 2 +- .../mutkRoughWallFunctionFvPatchScalarField.C | 2 +- .../mutkRoughWallFunctionFvPatchScalarField.H | 2 +- .../mutkWallFunctionFvPatchScalarField.C | 2 +- .../mutkWallFunctionFvPatchScalarField.H | 2 +- .../omegaWallFunctionFvPatchScalarField.C | 2 +- .../omegaWallFunctionFvPatchScalarField.H | 2 +- .../compressible/RAS/kEpsilon/kEpsilon.H | 2 +- .../compressible/RAS/kOmegaSST/kOmegaSST.H | 2 +- .../compressible/RAS/laminar/laminar.C | 2 +- .../compressible/RAS/laminar/laminar.H | 2 +- .../RAS/realizableKE/realizableKE.H | 2 +- ...entHeatFluxTemperatureFvPatchScalarField.C | 2 +- ...entHeatFluxTemperatureFvPatchScalarField.H | 2 +- .../regionProperties.C | 2 +- .../regionProperties.H | 2 +- ...mperatureCoupledBaffleFvPatchScalarField.C | 2 +- ...mperatureCoupledBaffleFvPatchScalarField.H | 2 +- ...tureCoupledBaffleMixedFvPatchScalarField.C | 2 +- ...tureCoupledBaffleMixedFvPatchScalarField.H | 2 +- .../turbulenceModel/laminar/laminar.C | 2 +- .../turbulenceModel/laminar/laminar.H | 2 +- .../turbulenceModel/turbulenceModel.C | 2 +- .../turbulenceModel/turbulenceModel.H | 2 +- .../DeardorffDiffStress/DeardorffDiffStress.H | 2 +- .../LES/GenEddyVisc/GenEddyVisc.C | 2 +- .../LES/GenSGSStress/GenSGSStress.C | 2 +- .../LES/GenSGSStress/GenSGSStress.H | 2 +- .../LES/LRRDiffStress/LRRDiffStress.H | 2 +- .../LES/Smagorinsky/Smagorinsky.C | 2 +- .../LES/Smagorinsky/Smagorinsky.H | 2 +- .../LES/Smagorinsky2/Smagorinsky2.C | 2 +- .../LES/Smagorinsky2/Smagorinsky2.H | 2 +- .../LES/SpalartAllmaras/SpalartAllmaras.C | 2 +- .../LES/SpalartAllmaras/SpalartAllmaras.H | 2 +- .../SpalartAllmarasDDES/SpalartAllmarasDDES.C | 2 +- .../SpalartAllmarasDDES/SpalartAllmarasDDES.H | 2 +- .../IDDESDelta/IDDESDelta.C | 2 +- .../IDDESDelta/IDDESDelta.H | 2 +- .../SpalartAllmarasIDDES.C | 2 +- .../SpalartAllmarasIDDES.H | 2 +- ...sUSpaldingWallFunctionFvPatchScalarField.C | 2 +- ...sUSpaldingWallFunctionFvPatchScalarField.H | 2 +- .../LES/dynLagrangian/dynLagrangian.H | 2 +- .../dynMixedSmagorinsky/dynMixedSmagorinsky.C | 2 +- .../dynMixedSmagorinsky/dynMixedSmagorinsky.H | 2 +- .../LES/dynOneEqEddy/dynOneEqEddy.H | 2 +- .../LES/dynSmagorinsky/dynSmagorinsky.C | 2 +- .../LES/dynSmagorinsky/dynSmagorinsky.H | 2 +- .../incompressible/LES/laminar/laminar.C | 2 +- .../incompressible/LES/laminar/laminar.H | 2 +- .../LES/locDynOneEqEddy/locDynOneEqEddy.H | 2 +- .../LES/mixedSmagorinsky/mixedSmagorinsky.C | 2 +- .../LES/mixedSmagorinsky/mixedSmagorinsky.H | 2 +- .../incompressible/LES/oneEqEddy/oneEqEddy.H | 2 +- .../LES/scaleSimilarity/scaleSimilarity.C | 2 +- .../LES/scaleSimilarity/scaleSimilarity.H | 2 +- .../LES/spectEddyVisc/spectEddyVisc.C | 2 +- .../LES/spectEddyVisc/spectEddyVisc.H | 2 +- .../LES/vanDriestDelta/vanDriestDelta.C | 2 +- .../LES/vanDriestDelta/vanDriestDelta.H | 2 +- .../incompressible/RAS/LRR/LRR.H | 2 +- .../RAS/LamBremhorstKE/LamBremhorstKE.H | 2 +- .../RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H | 2 +- .../RAS/LaunderSharmaKE/LaunderSharmaKE.H | 2 +- .../RAS/LienCubicKE/LienCubicKE.H | 2 +- .../RAS/LienCubicKELowRe/LienCubicKELowRe.H | 2 +- .../LienLeschzinerLowRe/LienLeschzinerLowRe.H | 2 +- .../RAS/NonlinearKEShih/NonlinearKEShih.H | 2 +- .../RAS/RNGkEpsilon/RNGkEpsilon.H | 2 +- .../RAS/SpalartAllmaras/SpalartAllmaras.C | 2 +- .../RAS/SpalartAllmaras/SpalartAllmaras.H | 2 +- .../backwardsCompatibilityWallFunctions.C | 2 +- .../backwardsCompatibilityWallFunctions.H | 2 +- ...wardsCompatibilityWallFunctionsTemplates.C | 2 +- ...entHeatFluxTemperatureFvPatchScalarField.C | 2 +- ...entHeatFluxTemperatureFvPatchScalarField.H | 2 +- ...thDissipationRateInletFvPatchScalarField.C | 2 +- ...thDissipationRateInletFvPatchScalarField.H | 2 +- ...ngLengthFrequencyInletFvPatchScalarField.C | 2 +- ...ngLengthFrequencyInletFvPatchScalarField.H | 2 +- .../epsilonWallFunctionFvPatchScalarField.C | 2 +- .../epsilonWallFunctionFvPatchScalarField.H | 2 +- .../kqRWallFunctionFvPatchField.C | 5 +- .../kqRWallFunctionFvPatchField.H | 2 +- .../kqRWallFunctionFvPatchFields.C | 2 +- .../kqRWallFunctionFvPatchFields.H | 2 +- .../nutURoughWallFunctionFvPatchScalarField.C | 2 +- .../nutURoughWallFunctionFvPatchScalarField.H | 2 +- ...tUSpaldingWallFunctionFvPatchScalarField.C | 2 +- ...tUSpaldingWallFunctionFvPatchScalarField.H | 2 +- ...UTabulatedWallFunctionFvPatchScalarField.C | 2 +- ...UTabulatedWallFunctionFvPatchScalarField.H | 2 +- .../nutUWallFunctionFvPatchScalarField.C | 2 +- .../nutUWallFunctionFvPatchScalarField.H | 2 +- .../nutkRoughWallFunctionFvPatchScalarField.C | 2 +- .../nutkRoughWallFunctionFvPatchScalarField.H | 2 +- .../nutkWallFunctionFvPatchScalarField.C | 2 +- .../nutkWallFunctionFvPatchScalarField.H | 2 +- .../omegaWallFunctionFvPatchScalarField.C | 2 +- .../omegaWallFunctionFvPatchScalarField.H | 2 +- .../RAS/include/nonLinearWallFunctionsI.H | 2 +- .../RAS/include/wallDissipationI.H | 2 +- .../RAS/include/wallNonlinearViscosityI.H | 2 +- .../incompressible/RAS/kEpsilon/kEpsilon.H | 2 +- .../incompressible/RAS/kOmega/kOmega.H | 2 +- .../incompressible/RAS/kOmegaSST/kOmegaSST.H | 2 +- .../incompressible/RAS/laminar/laminar.C | 2 +- .../incompressible/RAS/laminar/laminar.H | 2 +- .../RAS/realizableKE/realizableKE.H | 2 +- .../turbulenceModel/laminar/laminar.C | 2 +- .../turbulenceModel/laminar/laminar.H | 2 +- .../turbulenceModel/turbulenceModel.C | 2 +- .../turbulenceModel/turbulenceModel.H | 2 +- .../buoyantCavity/validation/createGraphs | 2 +- 3619 files changed, 4852 insertions(+), 4085 deletions(-) diff --git a/src/ODE/ODE/ODE.H b/src/ODE/ODE/ODE.H index 0523e334b1f..afec25809e5 100644 --- a/src/ODE/ODE/ODE.H +++ b/src/ODE/ODE/ODE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/KRR4/KRR4.C b/src/ODE/ODESolvers/KRR4/KRR4.C index e6ba2dd849d..95927e01b65 100644 --- a/src/ODE/ODESolvers/KRR4/KRR4.C +++ b/src/ODE/ODESolvers/KRR4/KRR4.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/KRR4/KRR4.H b/src/ODE/ODESolvers/KRR4/KRR4.H index 4b6c3ce6c1c..85fecb4a3d9 100644 --- a/src/ODE/ODESolvers/KRR4/KRR4.H +++ b/src/ODE/ODESolvers/KRR4/KRR4.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/ODESolver/ODESolver.C b/src/ODE/ODESolvers/ODESolver/ODESolver.C index 7e038644d8a..b4341894b52 100644 --- a/src/ODE/ODESolvers/ODESolver/ODESolver.C +++ b/src/ODE/ODESolvers/ODESolver/ODESolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/ODESolver/ODESolver.H b/src/ODE/ODESolvers/ODESolver/ODESolver.H index ea3607e008e..cc456541775 100644 --- a/src/ODE/ODESolvers/ODESolver/ODESolver.H +++ b/src/ODE/ODESolvers/ODESolver/ODESolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/ODESolver/ODESolverNew.C b/src/ODE/ODESolvers/ODESolver/ODESolverNew.C index 10bb45f96da..3cf6eebaf06 100644 --- a/src/ODE/ODESolvers/ODESolver/ODESolverNew.C +++ b/src/ODE/ODESolvers/ODESolver/ODESolverNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/RK/RK.C b/src/ODE/ODESolvers/RK/RK.C index 01bb8581c8e..dd17c4aee56 100644 --- a/src/ODE/ODESolvers/RK/RK.C +++ b/src/ODE/ODESolvers/RK/RK.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/RK/RK.H b/src/ODE/ODESolvers/RK/RK.H index 89b986621dd..3a8be217ccc 100644 --- a/src/ODE/ODESolvers/RK/RK.H +++ b/src/ODE/ODESolvers/RK/RK.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/SIBS/SIBS.C b/src/ODE/ODESolvers/SIBS/SIBS.C index 1a0aaf7cd4f..6018af2e14e 100644 --- a/src/ODE/ODESolvers/SIBS/SIBS.C +++ b/src/ODE/ODESolvers/SIBS/SIBS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/SIBS/SIBS.H b/src/ODE/ODESolvers/SIBS/SIBS.H index 5844e7888ce..962c2061a26 100644 --- a/src/ODE/ODESolvers/SIBS/SIBS.H +++ b/src/ODE/ODESolvers/SIBS/SIBS.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/SIBS/SIMPR.C b/src/ODE/ODESolvers/SIBS/SIMPR.C index d67520377b6..00e7e862ed1 100644 --- a/src/ODE/ODESolvers/SIBS/SIMPR.C +++ b/src/ODE/ODESolvers/SIBS/SIMPR.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/ODE/ODESolvers/SIBS/polyExtrapolate.C b/src/ODE/ODESolvers/SIBS/polyExtrapolate.C index 4a740fdba82..b0500b8099e 100644 --- a/src/ODE/ODESolvers/SIBS/polyExtrapolate.C +++ b/src/ODE/ODESolvers/SIBS/polyExtrapolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/POSIX.C b/src/OSspecific/POSIX/POSIX.C index 00782af30bb..8f068f4dba8 100644 --- a/src/OSspecific/POSIX/POSIX.C +++ b/src/OSspecific/POSIX/POSIX.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/POSIX.H b/src/OSspecific/POSIX/POSIX.H index ea074c36741..de4e9caf350 100644 --- a/src/OSspecific/POSIX/POSIX.H +++ b/src/OSspecific/POSIX/POSIX.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/clockTime/clockTime.C b/src/OSspecific/POSIX/clockTime/clockTime.C index 72765d833e7..31a6d2c4bd8 100644 --- a/src/OSspecific/POSIX/clockTime/clockTime.C +++ b/src/OSspecific/POSIX/clockTime/clockTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/clockTime/clockTime.H b/src/OSspecific/POSIX/clockTime/clockTime.H index f029adfa652..5237233f056 100644 --- a/src/OSspecific/POSIX/clockTime/clockTime.H +++ b/src/OSspecific/POSIX/clockTime/clockTime.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/cpuTime/cpuTime.C b/src/OSspecific/POSIX/cpuTime/cpuTime.C index 4814bd515a1..b5ef0c42833 100644 --- a/src/OSspecific/POSIX/cpuTime/cpuTime.C +++ b/src/OSspecific/POSIX/cpuTime/cpuTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/cpuTime/cpuTime.H b/src/OSspecific/POSIX/cpuTime/cpuTime.H index 0373c19ab19..e3a6376360f 100644 --- a/src/OSspecific/POSIX/cpuTime/cpuTime.H +++ b/src/OSspecific/POSIX/cpuTime/cpuTime.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/dummyPrintStack.C b/src/OSspecific/POSIX/dummyPrintStack.C index 96bbe6f73da..724eebedb69 100644 --- a/src/OSspecific/POSIX/dummyPrintStack.C +++ b/src/OSspecific/POSIX/dummyPrintStack.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/fileStat.C b/src/OSspecific/POSIX/fileStat.C index b693d9b6156..77293b42a61 100644 --- a/src/OSspecific/POSIX/fileStat.C +++ b/src/OSspecific/POSIX/fileStat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/fileStat.H b/src/OSspecific/POSIX/fileStat.H index 250954ab1dc..1ff7e71225e 100644 --- a/src/OSspecific/POSIX/fileStat.H +++ b/src/OSspecific/POSIX/fileStat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/printStack.C b/src/OSspecific/POSIX/printStack.C index 87482265db8..5b7506c2ccc 100644 --- a/src/OSspecific/POSIX/printStack.C +++ b/src/OSspecific/POSIX/printStack.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/regExp.C b/src/OSspecific/POSIX/regExp.C index 8a99723fb57..7c31c9e6b51 100644 --- a/src/OSspecific/POSIX/regExp.C +++ b/src/OSspecific/POSIX/regExp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/regExp.H b/src/OSspecific/POSIX/regExp.H index 7eb609b2468..edc8ddd6c01 100644 --- a/src/OSspecific/POSIX/regExp.H +++ b/src/OSspecific/POSIX/regExp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigFpe.C b/src/OSspecific/POSIX/signals/sigFpe.C index 30e11e11ce4..bcf0c8e6b36 100644 --- a/src/OSspecific/POSIX/signals/sigFpe.C +++ b/src/OSspecific/POSIX/signals/sigFpe.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigFpe.H b/src/OSspecific/POSIX/signals/sigFpe.H index 549efb99287..220e1fc0e00 100644 --- a/src/OSspecific/POSIX/signals/sigFpe.H +++ b/src/OSspecific/POSIX/signals/sigFpe.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigInt.C b/src/OSspecific/POSIX/signals/sigInt.C index 4d4c0de54e6..429e426f6b9 100644 --- a/src/OSspecific/POSIX/signals/sigInt.C +++ b/src/OSspecific/POSIX/signals/sigInt.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigInt.H b/src/OSspecific/POSIX/signals/sigInt.H index 4c2f15ba2ef..635434f12ec 100644 --- a/src/OSspecific/POSIX/signals/sigInt.H +++ b/src/OSspecific/POSIX/signals/sigInt.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigQuit.C b/src/OSspecific/POSIX/signals/sigQuit.C index 1f1fed0240a..a9fee8c9d4c 100644 --- a/src/OSspecific/POSIX/signals/sigQuit.C +++ b/src/OSspecific/POSIX/signals/sigQuit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigQuit.H b/src/OSspecific/POSIX/signals/sigQuit.H index 108ad94d794..a7ed668f439 100644 --- a/src/OSspecific/POSIX/signals/sigQuit.H +++ b/src/OSspecific/POSIX/signals/sigQuit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigSegv.C b/src/OSspecific/POSIX/signals/sigSegv.C index eee7b32bb25..084a4df215f 100644 --- a/src/OSspecific/POSIX/signals/sigSegv.C +++ b/src/OSspecific/POSIX/signals/sigSegv.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/signals/sigSegv.H b/src/OSspecific/POSIX/signals/sigSegv.H index 276644e2571..5410c45ba32 100644 --- a/src/OSspecific/POSIX/signals/sigSegv.H +++ b/src/OSspecific/POSIX/signals/sigSegv.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/timer.C b/src/OSspecific/POSIX/timer.C index 740ac9c7fd7..df384f47a51 100644 --- a/src/OSspecific/POSIX/timer.C +++ b/src/OSspecific/POSIX/timer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OSspecific/POSIX/timer.H b/src/OSspecific/POSIX/timer.H index c74b08f2d38..c6c595eb03f 100644 --- a/src/OSspecific/POSIX/timer.H +++ b/src/OSspecific/POSIX/timer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C b/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C index a6a6afd430e..3a9155614f8 100644 --- a/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C +++ b/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.H b/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.H index 149f0badc42..457fb7a4130 100644 --- a/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.H +++ b/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/MeshWave/FaceCellWaveName.C b/src/OpenFOAM/algorithms/MeshWave/FaceCellWaveName.C index 3ce8d65c693..e44c8a9adac 100644 --- a/src/OpenFOAM/algorithms/MeshWave/FaceCellWaveName.C +++ b/src/OpenFOAM/algorithms/MeshWave/FaceCellWaveName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/MeshWave/MeshWave.C b/src/OpenFOAM/algorithms/MeshWave/MeshWave.C index e8434de5d69..4e887dfc532 100644 --- a/src/OpenFOAM/algorithms/MeshWave/MeshWave.C +++ b/src/OpenFOAM/algorithms/MeshWave/MeshWave.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/MeshWave/MeshWave.H b/src/OpenFOAM/algorithms/MeshWave/MeshWave.H index d0310c1f434..13d65612241 100644 --- a/src/OpenFOAM/algorithms/MeshWave/MeshWave.H +++ b/src/OpenFOAM/algorithms/MeshWave/MeshWave.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/MeshWave/MeshWaveName.C b/src/OpenFOAM/algorithms/MeshWave/MeshWaveName.C index 683e7a9dca9..1092fe850f6 100644 --- a/src/OpenFOAM/algorithms/MeshWave/MeshWaveName.C +++ b/src/OpenFOAM/algorithms/MeshWave/MeshWaveName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/algorithms/subCycle/subCycle.H b/src/OpenFOAM/algorithms/subCycle/subCycle.H index 6dd105e334e..bf497f25c7e 100644 --- a/src/OpenFOAM/algorithms/subCycle/subCycle.H +++ b/src/OpenFOAM/algorithms/subCycle/subCycle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.C b/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.C index c81ab5e0fbe..368e491a3a1 100644 --- a/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.C +++ b/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.H b/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.H index 5dc3ad3aecd..acfb9eed799 100644 --- a/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.H +++ b/src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.C b/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.C index d7819ba5808..b8c17e5b4bf 100644 --- a/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.C +++ b/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H b/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H index c0efeb32955..51974904f88 100644 --- a/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H +++ b/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBaseIO.C b/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBaseIO.C index 6be56125ab6..8aebd0f52dc 100644 --- a/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBaseIO.C +++ b/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBaseIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.C b/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.C index 9912e31ee15..f9a8820c973 100644 --- a/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.C +++ b/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H b/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H index 8b066f98ec5..99974feb5a7 100644 --- a/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H +++ b/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.C b/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.C index ac00cd46e93..a592c04f848 100644 --- a/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.C +++ b/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.H b/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.H index 2aa51a5fd77..66cbe1d5609 100644 --- a/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.H +++ b/src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.C b/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.C index 37ee225917f..72f1ea23ad6 100644 --- a/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.C +++ b/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.H b/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.H index d50857b7bff..35f8730e367 100644 --- a/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.H +++ b/src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.C b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.C index 423c0f3cb72..8c2991a822e 100644 --- a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.C +++ b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H index e355a803fe2..29896fc836b 100644 --- a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H +++ b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTableIO.C b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTableIO.C index dd3d649e794..1930e117b3c 100644 --- a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTableIO.C +++ b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTableIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C b/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C index 5a90c8e843e..7e2981c34c3 100644 --- a/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C +++ b/src/OpenFOAM/containers/HashTables/HashSet/HashSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H b/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H index fda40323530..7fe0613d407 100644 --- a/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H +++ b/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashTable/HashTable.C b/src/OpenFOAM/containers/HashTables/HashTable/HashTable.C index f28a13acae0..93f4b5a1122 100644 --- a/src/OpenFOAM/containers/HashTables/HashTable/HashTable.C +++ b/src/OpenFOAM/containers/HashTables/HashTable/HashTable.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H b/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H index a6abe11babc..cd78385e9a4 100644 --- a/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H +++ b/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashTable/HashTableCore.C b/src/OpenFOAM/containers/HashTables/HashTable/HashTableCore.C index b804d3076aa..9eb7dc8a02e 100644 --- a/src/OpenFOAM/containers/HashTables/HashTable/HashTableCore.C +++ b/src/OpenFOAM/containers/HashTables/HashTable/HashTableCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H b/src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H index a8d3a5384c1..42f58b195fb 100644 --- a/src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H +++ b/src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/HashTable/HashTableIO.C b/src/OpenFOAM/containers/HashTables/HashTable/HashTableIO.C index 65c973c6f6f..38de93c7730 100644 --- a/src/OpenFOAM/containers/HashTables/HashTable/HashTableIO.C +++ b/src/OpenFOAM/containers/HashTables/HashTable/HashTableIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/Map/Map.H b/src/OpenFOAM/containers/HashTables/Map/Map.H index 3cfa86083bf..1df5c7d478b 100644 --- a/src/OpenFOAM/containers/HashTables/Map/Map.H +++ b/src/OpenFOAM/containers/HashTables/Map/Map.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H b/src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H index 297a4965d9d..22eeff1767c 100644 --- a/src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H +++ b/src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.C b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.C index 2420fc4f86d..d18bd286b8f 100644 --- a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.C +++ b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H index 89caea6ac89..292ca3952b7 100644 --- a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H +++ b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableCore.C b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableCore.C index b149d5e3b04..f5f48177a69 100644 --- a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableCore.C +++ b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableI.H b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableI.H index 49ca71528ae..e59ec6f25cb 100644 --- a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableI.H +++ b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableIO.C b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableIO.C index f1bdc07ecf8..044d7dd9ff2 100644 --- a/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableIO.C +++ b/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Identifiers/Keyed/Keyed.H b/src/OpenFOAM/containers/Identifiers/Keyed/Keyed.H index f1b67fdf224..19a87ec641c 100644 --- a/src/OpenFOAM/containers/Identifiers/Keyed/Keyed.H +++ b/src/OpenFOAM/containers/Identifiers/Keyed/Keyed.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Identifiers/Keyed/KeyedI.H b/src/OpenFOAM/containers/Identifiers/Keyed/KeyedI.H index 6bb7c256bd4..40c9c5b4359 100644 --- a/src/OpenFOAM/containers/Identifiers/Keyed/KeyedI.H +++ b/src/OpenFOAM/containers/Identifiers/Keyed/KeyedI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C index 0eb59e19683..de06d94776b 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H index a5bec70c4c2..621b06f652b 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILListIO.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILListIO.C index 066c8e3d04d..60e0222f922 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILListIO.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.C index 41144021369..47f015c0b05 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H index 90187dbcc7d..9439096df4e 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LListIO.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LListIO.C index 9ce89e74a7d..a1b984aa311 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LListIO.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.C index d7d349b6f92..3e6b95521e5 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H index 136f34556fc..b6b97f31088 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrListIO.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrListIO.C index 67c9e234dfe..3d04c90e2ae 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrListIO.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.C index ef6d4e99c35..9888f9018f3 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H index b0523ca7072..f7c2ca0a3c0 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILListIO.C b/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILListIO.C index 1e3fbb116cf..587953f1f7e 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILListIO.C +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.C b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.C index 205bc9c3f48..98c8959a702 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.C +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H index d59cf4232d3..d12d73dfb70 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H index d7925981670..836d86073f4 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.C b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.C index bf910b3b14c..37ac68012e2 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.C +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H index 91ce9dc5ac1..9f99f8dc978 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H index de363b9e3e6..697f2b942f6 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/DLList.H b/src/OpenFOAM/containers/LinkedLists/user/DLList.H index 743b9804c4f..0258c87912b 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/DLList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/DLList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/DLPtrList.H b/src/OpenFOAM/containers/LinkedLists/user/DLPtrList.H index 2b0a95f6a8e..5c01d36676b 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/DLPtrList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/DLPtrList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/FIFOStack.H b/src/OpenFOAM/containers/LinkedLists/user/FIFOStack.H index bbfac98defe..de462de7017 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/FIFOStack.H +++ b/src/OpenFOAM/containers/LinkedLists/user/FIFOStack.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/IDLList.H b/src/OpenFOAM/containers/LinkedLists/user/IDLList.H index ca8974cabe0..3f0c5581802 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/IDLList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/IDLList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/ISLList.H b/src/OpenFOAM/containers/LinkedLists/user/ISLList.H index 056a2ab4539..328089633e3 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/ISLList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/ISLList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/LIFOStack.H b/src/OpenFOAM/containers/LinkedLists/user/LIFOStack.H index a981a1b5042..3d4620c0a02 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/LIFOStack.H +++ b/src/OpenFOAM/containers/LinkedLists/user/LIFOStack.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/SLList.H b/src/OpenFOAM/containers/LinkedLists/user/SLList.H index 6afd6847247..cd9eb70ac65 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/SLList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/SLList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/SLPtrList.H b/src/OpenFOAM/containers/LinkedLists/user/SLPtrList.H index a5be451d42c..c1eaf477006 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/SLPtrList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/SLPtrList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/LinkedLists/user/UIDLList.H b/src/OpenFOAM/containers/LinkedLists/user/UIDLList.H index 17ba1b9c004..2552fdc1ab5 100644 --- a/src/OpenFOAM/containers/LinkedLists/user/UIDLList.H +++ b/src/OpenFOAM/containers/LinkedLists/user/UIDLList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectList.H b/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectList.H index e66313e2750..468170e6ac4 100644 --- a/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectList.H +++ b/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectListI.H b/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectListI.H index df71c17a59b..8eee46ed1af 100644 --- a/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectListI.H +++ b/src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.C b/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.C index 2c880ae8487..99053dc1214 100644 --- a/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.C +++ b/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H b/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H index d9ecd2fb38f..2f73bc4c673 100644 --- a/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H +++ b/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/CompactListList/CompactListListI.H b/src/OpenFOAM/containers/Lists/CompactListList/CompactListListI.H index f2bb4c9a7ec..d149ec59564 100644 --- a/src/OpenFOAM/containers/Lists/CompactListList/CompactListListI.H +++ b/src/OpenFOAM/containers/Lists/CompactListList/CompactListListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/CompactListList/CompactListListIO.C b/src/OpenFOAM/containers/Lists/CompactListList/CompactListListIO.C index 67a44421e18..c3f4cafe145 100644 --- a/src/OpenFOAM/containers/Lists/CompactListList/CompactListListIO.C +++ b/src/OpenFOAM/containers/Lists/CompactListList/CompactListListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,7 +55,11 @@ Foam::Istream& Foam::operator>>(Istream& is, CompactListList<T, Container>& lst) template<class T, class Container> -Foam::Ostream& Foam::operator<<(Ostream& os, const CompactListList<T, Container>& lst) +Foam::Ostream& Foam::operator<< +( + Ostream& os, + const CompactListList<T, Container>& lst +) { os << lst.offsets_ << lst.m_; return os; diff --git a/src/OpenFOAM/containers/Lists/DynamicList/DynamicList.C b/src/OpenFOAM/containers/Lists/DynamicList/DynamicList.C index a98326bfc66..28a43da8956 100644 --- a/src/OpenFOAM/containers/Lists/DynamicList/DynamicList.C +++ b/src/OpenFOAM/containers/Lists/DynamicList/DynamicList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H b/src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H index 661535b59e3..f6ff8e99698 100644 --- a/src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H +++ b/src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedList.C b/src/OpenFOAM/containers/Lists/FixedList/FixedList.C index 1c169c57b2b..849267b65c3 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedList.C +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedList.H b/src/OpenFOAM/containers/Lists/FixedList/FixedList.H index 1951fa3c78a..63c5f3436a4 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedList.H +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H b/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H index 1528f8f4a44..f14465acbcd 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C b/src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C index a46fe38c336..fc77043f117 100644 --- a/src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C +++ b/src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/Histogram/Histogram.C b/src/OpenFOAM/containers/Lists/Histogram/Histogram.C index 44fe99acdfc..4620da0dd91 100644 --- a/src/OpenFOAM/containers/Lists/Histogram/Histogram.C +++ b/src/OpenFOAM/containers/Lists/Histogram/Histogram.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/Histogram/Histogram.H b/src/OpenFOAM/containers/Lists/Histogram/Histogram.H index 8edea365d98..3f5e4fbc0d7 100644 --- a/src/OpenFOAM/containers/Lists/Histogram/Histogram.H +++ b/src/OpenFOAM/containers/Lists/Histogram/Histogram.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/IndirectList/IndirectList.H b/src/OpenFOAM/containers/Lists/IndirectList/IndirectList.H index 1179e3bd22d..0d41f70c151 100644 --- a/src/OpenFOAM/containers/Lists/IndirectList/IndirectList.H +++ b/src/OpenFOAM/containers/Lists/IndirectList/IndirectList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/IndirectList/IndirectListI.H b/src/OpenFOAM/containers/Lists/IndirectList/IndirectListI.H index c5caecd1cad..dfcc20d5371 100644 --- a/src/OpenFOAM/containers/Lists/IndirectList/IndirectListI.H +++ b/src/OpenFOAM/containers/Lists/IndirectList/IndirectListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/List/List.C b/src/OpenFOAM/containers/Lists/List/List.C index 7aa00079f6d..8a06df242c5 100644 --- a/src/OpenFOAM/containers/Lists/List/List.C +++ b/src/OpenFOAM/containers/Lists/List/List.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/List/ListIO.C b/src/OpenFOAM/containers/Lists/List/ListIO.C index 650f5b5834d..984971ecc46 100644 --- a/src/OpenFOAM/containers/Lists/List/ListIO.C +++ b/src/OpenFOAM/containers/Lists/List/ListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/List/ListLoopM.H b/src/OpenFOAM/containers/Lists/List/ListLoopM.H index 9aee631158e..b8c63a2e85e 100644 --- a/src/OpenFOAM/containers/Lists/List/ListLoopM.H +++ b/src/OpenFOAM/containers/Lists/List/ListLoopM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.C b/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.C index c3007906c6c..872a74787f9 100644 --- a/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.C +++ b/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.H b/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.H index 7292d55d7e8..8872efa6bcb 100644 --- a/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.H +++ b/src/OpenFOAM/containers/Lists/ListListOps/ListListOps.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PackedList/PackedList.C b/src/OpenFOAM/containers/Lists/PackedList/PackedList.C index a6f779729c7..6bc8d79eada 100644 --- a/src/OpenFOAM/containers/Lists/PackedList/PackedList.C +++ b/src/OpenFOAM/containers/Lists/PackedList/PackedList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PackedList/PackedList.H b/src/OpenFOAM/containers/Lists/PackedList/PackedList.H index 94746b61996..76c0e97b809 100644 --- a/src/OpenFOAM/containers/Lists/PackedList/PackedList.H +++ b/src/OpenFOAM/containers/Lists/PackedList/PackedList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -298,8 +298,12 @@ public: // Ostream operator -// // Write PackedList to Ostream. -// friend Ostream& operator<< <nBits> (Ostream&, const PackedList<nBits>&); + // // Write PackedList to Ostream. + // friend Ostream& operator<< <nBits> + // ( + // Ostream&, + // const PackedList<nBits>& + // ); // Iterators and helpers @@ -372,7 +376,8 @@ public: public iteratorBase { - //- Disallow copy constructor from const_iterator - violates const-ness! + //- Disallow copy constructor from const_iterator - + // violates const-ness! iterator(const const_iterator&); //- Disallow assignment from const_iterator - violates const-ness! diff --git a/src/OpenFOAM/containers/Lists/PackedList/PackedListI.H b/src/OpenFOAM/containers/Lists/PackedList/PackedListI.H index 364614a8cca..c3059a142fc 100644 --- a/src/OpenFOAM/containers/Lists/PackedList/PackedListI.H +++ b/src/OpenFOAM/containers/Lists/PackedList/PackedListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PackedList/PackedListName.C b/src/OpenFOAM/containers/Lists/PackedList/PackedListName.C index 4f0d2e84e40..11b38eef54a 100644 --- a/src/OpenFOAM/containers/Lists/PackedList/PackedListName.C +++ b/src/OpenFOAM/containers/Lists/PackedList/PackedListName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PtrList/PtrList.C b/src/OpenFOAM/containers/Lists/PtrList/PtrList.C index fbf665040a2..e4e4b10481f 100644 --- a/src/OpenFOAM/containers/Lists/PtrList/PtrList.C +++ b/src/OpenFOAM/containers/Lists/PtrList/PtrList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PtrList/PtrList.H b/src/OpenFOAM/containers/Lists/PtrList/PtrList.H index db9cf6224a5..42bcd8bc35f 100644 --- a/src/OpenFOAM/containers/Lists/PtrList/PtrList.H +++ b/src/OpenFOAM/containers/Lists/PtrList/PtrList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PtrList/PtrListI.H b/src/OpenFOAM/containers/Lists/PtrList/PtrListI.H index e7f393a2cd9..2e52c184545 100644 --- a/src/OpenFOAM/containers/Lists/PtrList/PtrListI.H +++ b/src/OpenFOAM/containers/Lists/PtrList/PtrListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/PtrList/PtrListIO.C b/src/OpenFOAM/containers/Lists/PtrList/PtrListIO.C index 679d7f83a67..d5005e70fc4 100644 --- a/src/OpenFOAM/containers/Lists/PtrList/PtrListIO.C +++ b/src/OpenFOAM/containers/Lists/PtrList/PtrListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.C b/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.C index a04dcb12e3c..33ea17ba904 100644 --- a/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.C +++ b/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H b/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H index ee1b0d636d6..524cd8dc94f 100644 --- a/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H +++ b/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SortableList/ParSortableListName.C b/src/OpenFOAM/containers/Lists/SortableList/ParSortableListName.C index 92a4cbb9fad..395fd835bd0 100644 --- a/src/OpenFOAM/containers/Lists/SortableList/ParSortableListName.C +++ b/src/OpenFOAM/containers/Lists/SortableList/ParSortableListName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SortableList/SortableList.C b/src/OpenFOAM/containers/Lists/SortableList/SortableList.C index 8b7e98bfcb0..053d7e12457 100644 --- a/src/OpenFOAM/containers/Lists/SortableList/SortableList.C +++ b/src/OpenFOAM/containers/Lists/SortableList/SortableList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SortableList/SortableList.H b/src/OpenFOAM/containers/Lists/SortableList/SortableList.H index 538bc76f0e4..eb1cca1ca36 100644 --- a/src/OpenFOAM/containers/Lists/SortableList/SortableList.H +++ b/src/OpenFOAM/containers/Lists/SortableList/SortableList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SubList/SubList.H b/src/OpenFOAM/containers/Lists/SubList/SubList.H index c8641651ebf..1d6017caef6 100644 --- a/src/OpenFOAM/containers/Lists/SubList/SubList.H +++ b/src/OpenFOAM/containers/Lists/SubList/SubList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/SubList/SubListI.H b/src/OpenFOAM/containers/Lists/SubList/SubListI.H index d498e3d7d8b..618bc58e8e3 100644 --- a/src/OpenFOAM/containers/Lists/SubList/SubListI.H +++ b/src/OpenFOAM/containers/Lists/SubList/SubListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectList.H b/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectList.H index 4c3556481ec..2519c70086b 100644 --- a/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectList.H +++ b/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListI.H b/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListI.H index 6c9188c1118..709aba9995a 100644 --- a/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListI.H +++ b/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListIO.C b/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListIO.C index c27d7d5fc6f..d6c10435fce 100644 --- a/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListIO.C +++ b/src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UList/UList.C b/src/OpenFOAM/containers/Lists/UList/UList.C index 8391fb78b39..0031a901256 100644 --- a/src/OpenFOAM/containers/Lists/UList/UList.C +++ b/src/OpenFOAM/containers/Lists/UList/UList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UList/UList.H b/src/OpenFOAM/containers/Lists/UList/UList.H index ecd4ec9583a..8f7e0092875 100644 --- a/src/OpenFOAM/containers/Lists/UList/UList.H +++ b/src/OpenFOAM/containers/Lists/UList/UList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UList/UListI.H b/src/OpenFOAM/containers/Lists/UList/UListI.H index d388977f190..41d8d156ff2 100644 --- a/src/OpenFOAM/containers/Lists/UList/UListI.H +++ b/src/OpenFOAM/containers/Lists/UList/UListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UList/UListIO.C b/src/OpenFOAM/containers/Lists/UList/UListIO.C index dc78c4dbd6b..306cb3d6f29 100644 --- a/src/OpenFOAM/containers/Lists/UList/UListIO.C +++ b/src/OpenFOAM/containers/Lists/UList/UListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.C b/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.C index f5bfb3693ac..85d493724ac 100644 --- a/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.C +++ b/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H b/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H index 2b8b0623ec2..2508a9f6790 100644 --- a/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H +++ b/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UPtrList/UPtrListI.H b/src/OpenFOAM/containers/Lists/UPtrList/UPtrListI.H index ca3fdd1c8c4..25687553071 100644 --- a/src/OpenFOAM/containers/Lists/UPtrList/UPtrListI.H +++ b/src/OpenFOAM/containers/Lists/UPtrList/UPtrListI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/Lists/UPtrList/UPtrListIO.C b/src/OpenFOAM/containers/Lists/UPtrList/UPtrListIO.C index cea78f2f3b5..45c2aa313fd 100644 --- a/src/OpenFOAM/containers/Lists/UPtrList/UPtrListIO.C +++ b/src/OpenFOAM/containers/Lists/UPtrList/UPtrListIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/NamedEnum/NamedEnum.C b/src/OpenFOAM/containers/NamedEnum/NamedEnum.C index b39664af247..2d6a3836fe8 100644 --- a/src/OpenFOAM/containers/NamedEnum/NamedEnum.C +++ b/src/OpenFOAM/containers/NamedEnum/NamedEnum.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/containers/NamedEnum/NamedEnum.H b/src/OpenFOAM/containers/NamedEnum/NamedEnum.H index 980b9ac10fa..f3d3d6d1d6c 100644 --- a/src/OpenFOAM/containers/NamedEnum/NamedEnum.H +++ b/src/OpenFOAM/containers/NamedEnum/NamedEnum.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Callback/Callback.C b/src/OpenFOAM/db/Callback/Callback.C index ab230eeb8ce..f1b547e67d4 100644 --- a/src/OpenFOAM/db/Callback/Callback.C +++ b/src/OpenFOAM/db/Callback/Callback.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Callback/Callback.H b/src/OpenFOAM/db/Callback/Callback.H index 991f0e58486..aff0d190fc8 100644 --- a/src/OpenFOAM/db/Callback/Callback.H +++ b/src/OpenFOAM/db/Callback/Callback.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.C b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.C index 5257371babe..14ef5aa1bf7 100644 --- a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.C +++ b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H index 655bec7b9fc..677a8aeba41 100644 --- a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H +++ b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistryName.C b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistryName.C index 1351d8aca72..a88ea4c36d8 100644 --- a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistryName.C +++ b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistryName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobject/IOobject.C b/src/OpenFOAM/db/IOobject/IOobject.C index 77617b64fc5..66026048b7d 100644 --- a/src/OpenFOAM/db/IOobject/IOobject.C +++ b/src/OpenFOAM/db/IOobject/IOobject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobject/IOobject.H b/src/OpenFOAM/db/IOobject/IOobject.H index 4bb0a7c6c34..b6e6ff78b65 100644 --- a/src/OpenFOAM/db/IOobject/IOobject.H +++ b/src/OpenFOAM/db/IOobject/IOobject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobject/IOobjectI.H b/src/OpenFOAM/db/IOobject/IOobjectI.H index 55c6df2456e..cfe76776ae0 100644 --- a/src/OpenFOAM/db/IOobject/IOobjectI.H +++ b/src/OpenFOAM/db/IOobject/IOobjectI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -52,21 +52,29 @@ inline Stream& Foam::IOobject::writeBanner(Stream& os, bool noHint) if (noHint) { os << - "/*---------------------------------------------------------------------------*\\\n"; + "/*--------------------------------------" + "-------------------------------------*\\\n"; } else { os << - "/*--------------------------------*- C++ -*----------------------------------*\\\n"; + "/*--------------------------------*- C++ " + "-*----------------------------------*\\\n"; } os << - "| ========= | |\n" - "| \\\\ / F ield | OpenFOAM: The Open Source CFD Toolbox |\n" - "| \\\\ / O peration | Version: " << FOAMversion << spaces << "|\n" - "| \\\\ / A nd | Web: www.OpenFOAM.com |\n" - "| \\\\/ M anipulation | |\n" - "\\*---------------------------------------------------------------------------*/\n"; + "| ========= |" + " |\n" + "| \\\\ / F ield |" + " OpenFOAM: The Open Source CFD Toolbox |\n" + "| \\\\ / O peration |" + " Version: " << FOAMversion << spaces << "|\n" + "| \\\\ / A nd |" + " Web: www.OpenFOAM.com |\n" + "| \\\\/ M anipulation |" + " |\n" + "\\*-----------------------------------------" + "----------------------------------*/\n"; return os; } @@ -76,7 +84,8 @@ template<class Stream> inline Stream& Foam::IOobject::writeDivider(Stream& os) { os << - "// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n"; + "// * * * * * * * * * * * * * * * * * " + "* * * * * * * * * * * * * * * * * * * * //\n"; return os; } @@ -85,7 +94,8 @@ template<class Stream> inline Stream& Foam::IOobject::writeEndDivider(Stream& os) { os << "\n\n" - "// ************************************************************************* //\n"; + "// *****************************************" + "******************************** //\n"; return os; } diff --git a/src/OpenFOAM/db/IOobject/IOobjectIO.C b/src/OpenFOAM/db/IOobject/IOobjectIO.C index d9beb1ddaf4..a05c4a59116 100644 --- a/src/OpenFOAM/db/IOobject/IOobjectIO.C +++ b/src/OpenFOAM/db/IOobject/IOobjectIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobject/IOobjectReadHeader.C b/src/OpenFOAM/db/IOobject/IOobjectReadHeader.C index 1f296fb7da7..d025a937cc2 100644 --- a/src/OpenFOAM/db/IOobject/IOobjectReadHeader.C +++ b/src/OpenFOAM/db/IOobject/IOobjectReadHeader.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C b/src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C index 1607bb0e220..39fff369fb2 100644 --- a/src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C +++ b/src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjectList/IOobjectList.C b/src/OpenFOAM/db/IOobjectList/IOobjectList.C index de9a64c2a10..314e927b3ab 100644 --- a/src/OpenFOAM/db/IOobjectList/IOobjectList.C +++ b/src/OpenFOAM/db/IOobjectList/IOobjectList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjectList/IOobjectList.H b/src/OpenFOAM/db/IOobjectList/IOobjectList.H index 3b620494522..5e82458eeab 100644 --- a/src/OpenFOAM/db/IOobjectList/IOobjectList.H +++ b/src/OpenFOAM/db/IOobjectList/IOobjectList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOField/IOField.C b/src/OpenFOAM/db/IOobjects/IOField/IOField.C index d5a6a8bec2c..247e25aacf0 100644 --- a/src/OpenFOAM/db/IOobjects/IOField/IOField.C +++ b/src/OpenFOAM/db/IOobjects/IOField/IOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOField/IOField.H b/src/OpenFOAM/db/IOobjects/IOField/IOField.H index 9c003f80207..28b58fa62eb 100644 --- a/src/OpenFOAM/db/IOobjects/IOField/IOField.H +++ b/src/OpenFOAM/db/IOobjects/IOField/IOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOList/IOList.C b/src/OpenFOAM/db/IOobjects/IOList/IOList.C index ce4a27bc2fb..31973393ee7 100644 --- a/src/OpenFOAM/db/IOobjects/IOList/IOList.C +++ b/src/OpenFOAM/db/IOobjects/IOList/IOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOList/IOList.H b/src/OpenFOAM/db/IOobjects/IOList/IOList.H index 55c9817b23d..0e294c97f34 100644 --- a/src/OpenFOAM/db/IOobjects/IOList/IOList.H +++ b/src/OpenFOAM/db/IOobjects/IOList/IOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOMap/IOMap.C b/src/OpenFOAM/db/IOobjects/IOMap/IOMap.C index 67d95333c46..1fc7e070d66 100644 --- a/src/OpenFOAM/db/IOobjects/IOMap/IOMap.C +++ b/src/OpenFOAM/db/IOobjects/IOMap/IOMap.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H b/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H index 5fd5ba30513..b08ef498f82 100644 --- a/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H +++ b/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOMap/IOMapName.C b/src/OpenFOAM/db/IOobjects/IOMap/IOMapName.C index 5e37c9479c6..310d66a2206 100644 --- a/src/OpenFOAM/db/IOobjects/IOMap/IOMapName.C +++ b/src/OpenFOAM/db/IOobjects/IOMap/IOMapName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C b/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C index 565c77e0fb7..8ab643a1fab 100644 --- a/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C +++ b/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H b/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H index 4a78b76c254..5120c47415d 100644 --- a/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H +++ b/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C index 2e187ce5e4d..6745c6bba65 100644 --- a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C +++ b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H index 138daa24d87..dc42ba271ef 100644 --- a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H +++ b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C index d5e836d3cd2..5f38ae22aca 100644 --- a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C +++ b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C b/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C index 8c3c5e4ce92..27399830b67 100644 --- a/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C +++ b/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H b/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H index be61d2f6a6d..84f83e34054 100644 --- a/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H +++ b/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C b/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C index d6cc638aa5d..cf7701c44c7 100644 --- a/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C +++ b/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H b/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H index 58e3a2f7a36..0c2827aa74d 100644 --- a/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H +++ b/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams.C b/src/OpenFOAM/db/IOstreams/IOstreams.C index 99a84c36e35..dc47619bce8 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams.C +++ b/src/OpenFOAM/db/IOstreams/IOstreams.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams.H b/src/OpenFOAM/db/IOstreams/IOstreams.H index 729f5ef1d8f..d4447c64365 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/INew.H b/src/OpenFOAM/db/IOstreams/IOstreams/INew.H index bbd9e4e8b09..cd69fe39197 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/INew.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/INew.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/IOmanip.H b/src/OpenFOAM/db/IOstreams/IOstreams/IOmanip.H index b1667e7e075..99e51adc0d9 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/IOmanip.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/IOmanip.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C index 90b8613b83e..ae9660b7560 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C +++ b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H index 3897b26444a..9eeb4a18a8b 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H b/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H index 94d9bd0ce11..bfffbacb926 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/Istream.C b/src/OpenFOAM/db/IOstreams/IOstreams/Istream.C index b004c765398..b07c49d1882 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/Istream.C +++ b/src/OpenFOAM/db/IOstreams/IOstreams/Istream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H b/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H index d546395cbd7..756f6d1b3a7 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.C b/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.C index f9bf2e918a1..4e394a2c2d6 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.C +++ b/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H b/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H index f269968909d..c2238e010d9 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C index 10463b387cb..306fa4dbe50 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.H index 1c8d050228f..7ee15b3969e 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/IPstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C index 321281c41d3..710d1044644 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.H index 3215d2c14bc..e8e899ca056 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/OPstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C index c7731e63e64..574de61d057 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H index d4700de6af9..c7948f03b6f 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.C b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.C index ce2420efe47..1fbd2c9e082 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H index 2229cd72dcc..cf576317c87 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamCombineReduceOps.H b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamCombineReduceOps.H index 05c76ce542b..b77ec959c49 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamCombineReduceOps.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamCombineReduceOps.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamReduceOps.H b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamReduceOps.H index 3cc77fd5527..be7e1fdd4dd 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamReduceOps.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamReduceOps.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C index d9cf716cbaa..89d07b6d6e3 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H index 2378d76ac9b..4bcd6d12e5b 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C index 7cfe4fddc10..b483a13099f 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H index bea3a944235..390b4e7733c 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C index fbe75757634..b5d22692f0c 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H index a0b0e44b879..59636d25d4a 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UPstreamCommsStruct.C b/src/OpenFOAM/db/IOstreams/Pstreams/UPstreamCommsStruct.C index 64135c83f60..cd159cc83a5 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UPstreamCommsStruct.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UPstreamCommsStruct.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C b/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C index 7743a924e4a..ec204ef451a 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C b/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C index edb3e1e7ab2..8cb823c6f41 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/exchange.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C b/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C index a18f9bbb38a..c62f5e62744 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C b/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C index 8e38d75e1a7..836fd5cc2c4 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C index a89395a6f7e..2a786c111dd 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H index 48d18bd6e85..ef7b92b078a 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/ISstreamI.H b/src/OpenFOAM/db/IOstreams/Sstreams/ISstreamI.H index d4814d89d6a..651be89a271 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/ISstreamI.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/ISstreamI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C b/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C index 1034b9ac0e8..c11ae184487 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H b/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H index dcc828cccbe..90284825334 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/OSstreamI.H b/src/OpenFOAM/db/IOstreams/Sstreams/OSstreamI.H index 362bff57ed2..e071e5d1bf6 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/OSstreamI.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/OSstreamI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/SstreamsPrint.C b/src/OpenFOAM/db/IOstreams/Sstreams/SstreamsPrint.C index 8e1911d43e1..af4996cc342 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/SstreamsPrint.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/SstreamsPrint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/chkStream.C b/src/OpenFOAM/db/IOstreams/Sstreams/chkStream.C index 0e4aa3d8293..80734cef29c 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/chkStream.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/chkStream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.C b/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.C index ba90c6bbb72..eaf20311582 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H b/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H index 5515777a624..5e247ec761e 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.C b/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.C index 96f83f92ca4..4cf39c34a7f 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.H b/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.H index 888224abe3c..fe50321ab7f 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/state.C b/src/OpenFOAM/db/IOstreams/Sstreams/state.C index 7f2117a758b..b04d9c7c2a3 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/state.C +++ b/src/OpenFOAM/db/IOstreams/Sstreams/state.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H b/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H index 1dc1001eac2..88d22987bcc 100644 --- a/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H +++ b/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H b/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H index e32e156f2a8..ba73146b45a 100644 --- a/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H +++ b/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/StringStreams/StringStreamsPrint.C b/src/OpenFOAM/db/IOstreams/StringStreams/StringStreamsPrint.C index 678b7cc32f5..82121bc719d 100644 --- a/src/OpenFOAM/db/IOstreams/StringStreams/StringStreamsPrint.C +++ b/src/OpenFOAM/db/IOstreams/StringStreams/StringStreamsPrint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C b/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C index b9f0bb4a4d2..9192e2422aa 100644 --- a/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C +++ b/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H b/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H index cd89a17aba0..92e8584eae6 100644 --- a/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H +++ b/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H b/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H index 9754a65afea..07adcde75c3 100644 --- a/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H +++ b/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/token/CompoundToken.H b/src/OpenFOAM/db/IOstreams/token/CompoundToken.H index 5cc12994e5c..50c60a58077 100644 --- a/src/OpenFOAM/db/IOstreams/token/CompoundToken.H +++ b/src/OpenFOAM/db/IOstreams/token/CompoundToken.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/token/token.C b/src/OpenFOAM/db/IOstreams/token/token.C index 50c0d80f3c1..783bf255e69 100644 --- a/src/OpenFOAM/db/IOstreams/token/token.C +++ b/src/OpenFOAM/db/IOstreams/token/token.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/token/token.H b/src/OpenFOAM/db/IOstreams/token/token.H index fc7d1d6ee72..4457d8a10e1 100644 --- a/src/OpenFOAM/db/IOstreams/token/token.H +++ b/src/OpenFOAM/db/IOstreams/token/token.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/token/tokenI.H b/src/OpenFOAM/db/IOstreams/token/tokenI.H index 230b45a21dd..95c80928217 100644 --- a/src/OpenFOAM/db/IOstreams/token/tokenI.H +++ b/src/OpenFOAM/db/IOstreams/token/tokenI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/token/tokenIO.C b/src/OpenFOAM/db/IOstreams/token/tokenIO.C index 48c41a7c72b..5f83dfd5f0e 100644 --- a/src/OpenFOAM/db/IOstreams/token/tokenIO.C +++ b/src/OpenFOAM/db/IOstreams/token/tokenIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/IOstreams/token/tokenList.H b/src/OpenFOAM/db/IOstreams/token/tokenList.H index 921eec3478f..6b7a405f988 100644 --- a/src/OpenFOAM/db/IOstreams/token/tokenList.H +++ b/src/OpenFOAM/db/IOstreams/token/tokenList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/TimeIO.C b/src/OpenFOAM/db/Time/TimeIO.C index dd6d1e98ed6..067ae36ccad 100644 --- a/src/OpenFOAM/db/Time/TimeIO.C +++ b/src/OpenFOAM/db/Time/TimeIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/TimePaths.C b/src/OpenFOAM/db/Time/TimePaths.C index b98bf0a300c..f9af1d7b562 100644 --- a/src/OpenFOAM/db/Time/TimePaths.C +++ b/src/OpenFOAM/db/Time/TimePaths.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/TimePaths.H b/src/OpenFOAM/db/Time/TimePaths.H index 9facd5c30ea..571fade27c7 100644 --- a/src/OpenFOAM/db/Time/TimePaths.H +++ b/src/OpenFOAM/db/Time/TimePaths.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/TimeState.C b/src/OpenFOAM/db/Time/TimeState.C index 5b9e8eaf822..7c5c77d2007 100644 --- a/src/OpenFOAM/db/Time/TimeState.C +++ b/src/OpenFOAM/db/Time/TimeState.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/TimeState.H b/src/OpenFOAM/db/Time/TimeState.H index 2ff59d96d1a..3f4abf0ea07 100644 --- a/src/OpenFOAM/db/Time/TimeState.H +++ b/src/OpenFOAM/db/Time/TimeState.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/findInstance.C b/src/OpenFOAM/db/Time/findInstance.C index b41a6bb9441..e7b75e0f52a 100644 --- a/src/OpenFOAM/db/Time/findInstance.C +++ b/src/OpenFOAM/db/Time/findInstance.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/findTimes.C b/src/OpenFOAM/db/Time/findTimes.C index 77851ad11d7..42db07ee83d 100644 --- a/src/OpenFOAM/db/Time/findTimes.C +++ b/src/OpenFOAM/db/Time/findTimes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/instant/instant.C b/src/OpenFOAM/db/Time/instant/instant.C index ae9c551332f..f39bd6c9e20 100644 --- a/src/OpenFOAM/db/Time/instant/instant.C +++ b/src/OpenFOAM/db/Time/instant/instant.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/instant/instant.H b/src/OpenFOAM/db/Time/instant/instant.H index 60b0c8dc8a1..057a487b4b5 100644 --- a/src/OpenFOAM/db/Time/instant/instant.H +++ b/src/OpenFOAM/db/Time/instant/instant.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/instant/instantList.H b/src/OpenFOAM/db/Time/instant/instantList.H index 5aee3895690..8c042b009bb 100644 --- a/src/OpenFOAM/db/Time/instant/instantList.H +++ b/src/OpenFOAM/db/Time/instant/instantList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/subCycleTime.C b/src/OpenFOAM/db/Time/subCycleTime.C index f22edae7308..c2d8ed6baa6 100644 --- a/src/OpenFOAM/db/Time/subCycleTime.C +++ b/src/OpenFOAM/db/Time/subCycleTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/subCycleTime.H b/src/OpenFOAM/db/Time/subCycleTime.H index 02224cfed5a..ea3b9ec4cc6 100644 --- a/src/OpenFOAM/db/Time/subCycleTime.H +++ b/src/OpenFOAM/db/Time/subCycleTime.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/timeSelector.C b/src/OpenFOAM/db/Time/timeSelector.C index 2b785ee8335..b1a828570a3 100644 --- a/src/OpenFOAM/db/Time/timeSelector.C +++ b/src/OpenFOAM/db/Time/timeSelector.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/Time/timeSelector.H b/src/OpenFOAM/db/Time/timeSelector.H index 0f1ca2c2cf9..935c367ca04 100644 --- a/src/OpenFOAM/db/Time/timeSelector.H +++ b/src/OpenFOAM/db/Time/timeSelector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionary.C b/src/OpenFOAM/db/dictionary/dictionary.C index e2a054dcb1a..83b068fd065 100644 --- a/src/OpenFOAM/db/dictionary/dictionary.C +++ b/src/OpenFOAM/db/dictionary/dictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionary.H b/src/OpenFOAM/db/dictionary/dictionary.H index 3c3d5043539..7457d1e31fc 100644 --- a/src/OpenFOAM/db/dictionary/dictionary.H +++ b/src/OpenFOAM/db/dictionary/dictionary.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.C b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.C index 22089ae70a2..f1779b3e2d0 100644 --- a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.C +++ b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H index b40211563e6..54aeb6c899b 100644 --- a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H +++ b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntryIO.C b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntryIO.C index e0396e32788..27a0250e65d 100644 --- a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntryIO.C +++ b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntryIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionaryIO.C b/src/OpenFOAM/db/dictionary/dictionaryIO.C index 54d2877da2a..627184be753 100644 --- a/src/OpenFOAM/db/dictionary/dictionaryIO.C +++ b/src/OpenFOAM/db/dictionary/dictionaryIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/dictionaryTemplates.C b/src/OpenFOAM/db/dictionary/dictionaryTemplates.C index e3cc4d86d92..36d9a37f751 100644 --- a/src/OpenFOAM/db/dictionary/dictionaryTemplates.C +++ b/src/OpenFOAM/db/dictionary/dictionaryTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/entry/entry.C b/src/OpenFOAM/db/dictionary/entry/entry.C index 57a90c1b81e..5f28984e496 100644 --- a/src/OpenFOAM/db/dictionary/entry/entry.C +++ b/src/OpenFOAM/db/dictionary/entry/entry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/entry/entry.H b/src/OpenFOAM/db/dictionary/entry/entry.H index c3417c5986c..4010f27b70d 100644 --- a/src/OpenFOAM/db/dictionary/entry/entry.H +++ b/src/OpenFOAM/db/dictionary/entry/entry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/entry/entryIO.C b/src/OpenFOAM/db/dictionary/entry/entryIO.C index cbe2179172c..ea53989209b 100644 --- a/src/OpenFOAM/db/dictionary/entry/entryIO.C +++ b/src/OpenFOAM/db/dictionary/entry/entryIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.C b/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.C index e19c807bf81..00a4a26b273 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.C +++ b/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.H b/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.H index 20266e67f69..3de18edbf7a 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.H +++ b/src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.C b/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.C index 7acd60bf343..d7eaffa4e82 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.C +++ b/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.H b/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.H index b7228b35d0e..419b5cd3265 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.H +++ b/src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.C b/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.C index 30212a14a34..5e62a4599dc 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.C +++ b/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.H b/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.H index 1c818767731..969d46a7564 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.H +++ b/src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.C b/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.C index 6d79a087942..3f5b9b30024 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.C +++ b/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.H b/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.H index b06bce6516d..65d264a9183 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.H +++ b/src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.C b/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.C index 1faa3cb49d4..c14b72d9fdc 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.C +++ b/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.H b/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.H index d0da9515505..2e24df0194d 100644 --- a/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.H +++ b/src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C index d2cec3bf340..bd60589da80 100644 --- a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C +++ b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H index 2d08551848d..040a1899543 100644 --- a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H +++ b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C index dbc83a27362..8a13afa311b 100644 --- a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C +++ b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryTemplates.C b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryTemplates.C index 4419ced4cdb..684785aa9dc 100644 --- a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryTemplates.C +++ b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.C b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.C index 90cf9e5b0e2..7c2949cb58b 100644 --- a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.C +++ b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H index cc7bdac50d8..53c01748d7c 100644 --- a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H +++ b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTableTemplates.C b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTableTemplates.C index f246cab8015..571fcf50027 100644 --- a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTableTemplates.C +++ b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTableTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/IOerror.C b/src/OpenFOAM/db/error/IOerror.C index 1e01bb9cbb5..5580e398123 100644 --- a/src/OpenFOAM/db/error/IOerror.C +++ b/src/OpenFOAM/db/error/IOerror.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/StaticAssert.H b/src/OpenFOAM/db/error/StaticAssert.H index 6ab78d23d6f..1185ff9e6fe 100644 --- a/src/OpenFOAM/db/error/StaticAssert.H +++ b/src/OpenFOAM/db/error/StaticAssert.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/error.C b/src/OpenFOAM/db/error/error.C index 508c74aa9bf..0e12ab172fe 100644 --- a/src/OpenFOAM/db/error/error.C +++ b/src/OpenFOAM/db/error/error.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/error.H b/src/OpenFOAM/db/error/error.H index 9ad11f7a0f6..1a55436c816 100644 --- a/src/OpenFOAM/db/error/error.H +++ b/src/OpenFOAM/db/error/error.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/errorManip.H b/src/OpenFOAM/db/error/errorManip.H index 612f349d1a6..d2455ea6819 100644 --- a/src/OpenFOAM/db/error/errorManip.H +++ b/src/OpenFOAM/db/error/errorManip.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/messageStream.C b/src/OpenFOAM/db/error/messageStream.C index ea260a9d929..6ab858480a6 100644 --- a/src/OpenFOAM/db/error/messageStream.C +++ b/src/OpenFOAM/db/error/messageStream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/error/messageStream.H b/src/OpenFOAM/db/error/messageStream.H index 92c5082db79..9b0b0195c8b 100644 --- a/src/OpenFOAM/db/error/messageStream.H +++ b/src/OpenFOAM/db/error/messageStream.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C b/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C index b0412dc7f4b..0f9a8ba4a84 100644 --- a/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C +++ b/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H b/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H index daef2de16f4..27c66f3e939 100644 --- a/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H +++ b/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.C b/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.C index 29edee8c1e6..cb07c911c47 100644 --- a/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.C +++ b/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.H b/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.H index 92d913ade7b..0e894a38b70 100644 --- a/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.H +++ b/src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.C b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.C index 83c4b337fc6..14904c7f43e 100644 --- a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.C +++ b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H index bc223bedb1b..f965c6353b9 100644 --- a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H +++ b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C b/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C index fb6ff3b35a8..10d293cb936 100644 --- a/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C +++ b/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H b/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H index 9863900df9e..9b20bf25084 100644 --- a/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H +++ b/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H b/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H index 3e6412f4656..08b926c19a0 100644 --- a/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H +++ b/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/objectRegistry/objectRegistry.C b/src/OpenFOAM/db/objectRegistry/objectRegistry.C index 6309714e1ae..dd21cf5d59b 100644 --- a/src/OpenFOAM/db/objectRegistry/objectRegistry.C +++ b/src/OpenFOAM/db/objectRegistry/objectRegistry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/objectRegistry/objectRegistry.H b/src/OpenFOAM/db/objectRegistry/objectRegistry.H index 512c1858ed7..beb3c2493cf 100644 --- a/src/OpenFOAM/db/objectRegistry/objectRegistry.H +++ b/src/OpenFOAM/db/objectRegistry/objectRegistry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C b/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C index 0311f943a29..34e87c092f1 100644 --- a/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C +++ b/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/regIOobject/regIOobject.C b/src/OpenFOAM/db/regIOobject/regIOobject.C index bdbd9468ce9..15e887fda1a 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobject.C +++ b/src/OpenFOAM/db/regIOobject/regIOobject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/regIOobject/regIOobject.H b/src/OpenFOAM/db/regIOobject/regIOobject.H index 59e075420fe..95b1e71cc0d 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobject.H +++ b/src/OpenFOAM/db/regIOobject/regIOobject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/regIOobject/regIOobjectI.H b/src/OpenFOAM/db/regIOobject/regIOobjectI.H index 47127ce8683..d91f8261426 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobjectI.H +++ b/src/OpenFOAM/db/regIOobject/regIOobjectI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/regIOobject/regIOobjectRead.C b/src/OpenFOAM/db/regIOobject/regIOobjectRead.C index a4ac896a056..a8f3e9fabe5 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobjectRead.C +++ b/src/OpenFOAM/db/regIOobject/regIOobjectRead.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/regIOobject/regIOobjectWrite.C b/src/OpenFOAM/db/regIOobject/regIOobjectWrite.C index 8c03003e82a..e27e7ee0dfa 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobjectWrite.C +++ b/src/OpenFOAM/db/regIOobject/regIOobjectWrite.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/runTimeSelection/construction/addToRunTimeSelectionTable.H b/src/OpenFOAM/db/runTimeSelection/construction/addToRunTimeSelectionTable.H index 3f697be5fef..9e95c046925 100644 --- a/src/OpenFOAM/db/runTimeSelection/construction/addToRunTimeSelectionTable.H +++ b/src/OpenFOAM/db/runTimeSelection/construction/addToRunTimeSelectionTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -50,7 +50,8 @@ Description \ /* Add the thisType constructor function to the table, find by lookup */ \ baseType::add##argNames##ConstructorToTable< thisType > \ - add_##lookup##_##thisType##argNames##ConstructorTo##baseType##Table_(#lookup) + add_##lookup##_##thisType##argNames##ConstructorTo##baseType##Table_ \ + (#lookup) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -72,7 +73,8 @@ Description \ /* Add the thisType constructor function to the table, find by lookup */ \ baseType::add##argNames##ConstructorToTable< thisType< Targ > > \ - add_##lookup##_##thisType##Targ##argNames##ConstructorTo##baseType##Table_(#lookup) + add_##lookup##_##thisType##Targ##argNames##ConstructorTo##baseType \ + ##Table_(#lookup) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -95,7 +97,8 @@ Description \ /* Add the thisType constructor function to the table, find by lookup */ \ baseType< Targ >::add##argNames##ConstructorToTable< thisType< Targ > > \ - add_##lookup##_##thisType##Targ##argNames##ConstructorTo##baseType##Targ##Table_(#lookup) + add_##lookup##_##thisType##Targ##argNames##ConstructorTo##baseType## \ + Targ##Table_(#lookup) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/db/runTimeSelection/construction/runTimeSelectionTables.H b/src/OpenFOAM/db/runTimeSelection/construction/runTimeSelectionTables.H index 3b72faa8fd1..63d3185a4e4 100644 --- a/src/OpenFOAM/db/runTimeSelection/construction/runTimeSelectionTables.H +++ b/src/OpenFOAM/db/runTimeSelection/construction/runTimeSelectionTables.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/runTimeSelection/memberFunctions/addToMemberFunctionSelectionTable.H b/src/OpenFOAM/db/runTimeSelection/memberFunctions/addToMemberFunctionSelectionTable.H index 4b9710bbcdb..f55224e3708 100644 --- a/src/OpenFOAM/db/runTimeSelection/memberFunctions/addToMemberFunctionSelectionTable.H +++ b/src/OpenFOAM/db/runTimeSelection/memberFunctions/addToMemberFunctionSelectionTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -51,7 +51,8 @@ Description \ /* Add the thisType memberFunction to the table, find by lookup name */ \ baseType::add##memberFunction##argNames##MemberFunctionToTable<thisType> \ - add_##lookup##_##thisType##memberFunction##argNames##MemberFunctionTo##baseType##Table_(#lookup) + add_##lookup##_##thisType##memberFunction##argNames##MemberFunctionTo## \ + baseType##Table_(#lookup) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -63,8 +64,10 @@ Description (baseType,thisType,Targ,memberFunction,argNames) \ \ /* Add the thisType memberFunction to the table */ \ - baseType::add##memberFunction##argNames##MemberFunctionToTable<thisType<Targ> > \ - add##thisType##Targ##memberFunction##argNames##MemberFunctionTo##baseType##Table_ + baseType::add##memberFunction##argNames## \ + MemberFunctionToTable<thisType<Targ> > \ + add##thisType##Targ##memberFunction##argNames##MemberFunctionTo## \ + baseType##Table_ // add to hash-table of functions with 'lookup' as the key @@ -73,24 +76,30 @@ Description (baseType,thisType,Targ,memberFunction,argNames,lookup) \ \ /* Add the thisType memberFunction to the table, find by lookup name */ \ - baseType::add##memberFunction##argNames##MemberFunctionToTable<thisType<Targ> > \ - add_##lookup##_##thisType##Targ##memberFunction##argNames##MemberFunctionTo##baseType##Table_(#lookup) + baseType::add##memberFunction##argNames## \ + MemberFunctionToTable<thisType<Targ> > \ + add_##lookup##_##thisType##Targ##memberFunction##argNames## \ + MemberFunctionTo##baseType##Table_(#lookup) // use when baseType requires the Targ template argument as well #define addTemplatedToMemberFunctionSelectionTable\ (baseType,thisType,Targ,memberFunction,argNames) \ \ /* Add the thisType memberFunction to the table */ \ - baseType<Targ>::add##memberFunction##argNames##MemberFunctionToTable<thisType<Targ> > \ - add##thisType##Targ##memberFunction##argNames##MemberFunctionTo##baseType##Targ##Table_ + baseType<Targ>::add##memberFunction##argNames## \ + MemberFunctionToTable<thisType<Targ> > \ + add##thisType##Targ##memberFunction##argNames##MemberFunctionTo## \ + baseType##Targ##Table_ // use when baseType requires the Targ template argument as well #define addNamedTemplatedToMemberFunctionSelectionTable\ (baseType,thisType,Targ,memberFunction,argNames,lookup) \ \ /* Add the thisType memberFunction to the table, find by lookup name */ \ - baseType<Targ>::add##memberFunction##argNames##MemberFunctionToTable<thisType<Targ> > \ - add_##lookup##_##thisType##Targ##memberFunction##argNames##MemberFunctionTo##baseType##Targ##Table_(#lookup) + baseType<Targ>::add##memberFunction##argNames## \ + MemberFunctionToTable<thisType<Targ> > \ + add_##lookup##_##thisType##Targ##memberFunction##argNames## \ + MemberFunctionTo##baseType##Targ##Table_(#lookup) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -102,8 +111,10 @@ Description (baseType,thisType,Targ,memberFunction,argNames) \ \ /* Add the thisType memberFunction to the table */ \ - baseType<Targ>::add##memberFunction##argNames##MemberFunctionToTable<thisType<Targ> > \ - add##thisType##Targ##memberFunction##argNames##MemberFunctionTo##baseType##Targ##Table_ + baseType<Targ>::add##memberFunction##argNames## \ + MemberFunctionToTable<thisType<Targ> > \ + add##thisType##Targ##memberFunction##argNames##MemberFunctionTo## \ + baseType##Targ##Table_ // add to hash-table of functions with 'lookup' as the key @@ -112,8 +123,10 @@ Description (baseType,thisType,Targ,memberFunction,argNames,lookup) \ \ /* Add the thisType memberFunction to the table, find by lookup name */ \ - baseType<Targ>::add##memberFunction##argNames##MemberFunctionToTable<thisType<Targ> > \ - add_##lookup##_##thisType##Targ##memberFunction##argNames##MemberFunctionTo##baseType##Targ##Table_(#lookup) + baseType<Targ>::add##memberFunction##argNames## \ + MemberFunctionToTable<thisType<Targ> > \ + add_##lookup##_##thisType##Targ##memberFunction##argNames## \ + MemberFunctionTo##baseType##Targ##Table_(#lookup) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/db/runTimeSelection/memberFunctions/memberFunctionSelectionTables.H b/src/OpenFOAM/db/runTimeSelection/memberFunctions/memberFunctionSelectionTables.H index 1ce02b37178..34253a579f5 100644 --- a/src/OpenFOAM/db/runTimeSelection/memberFunctions/memberFunctionSelectionTables.H +++ b/src/OpenFOAM/db/runTimeSelection/memberFunctions/memberFunctionSelectionTables.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -187,14 +187,16 @@ Description (baseType,memberFunction,argNames,Targ) \ \ /* Table memberFunction called from the table add function */ \ - void baseType<Targ>::construct##memberFunction##argNames##MemberFunctionTables()\ + void baseType<Targ>::construct##memberFunction##argNames## \ + MemberFunctionTables() \ { \ static bool constructed = false; \ \ if (!constructed) \ { \ - baseType<Targ>::memberFunction##argNames##MemberFunctionTablePtr_ \ - = new baseType<Targ>::memberFunction##argNames##MemberFunctionTable;\ + baseType<Targ>::memberFunction##argNames##MemberFunctionTablePtr_ \ + = new baseType<Targ>::memberFunction##argNames## \ + MemberFunctionTable; \ \ constructed = true; \ } \ @@ -208,12 +210,18 @@ Description (baseType,memberFunction,argNames,Targ) \ \ /* Table destructor called from the table add function destructor */ \ - void baseType<Targ>::destroy##memberFunction##argNames##MemberFunctionTables() \ + void baseType<Targ>::destroy##memberFunction##argNames## \ + MemberFunctionTables() \ { \ - if (baseType<Targ>::memberFunction##argNames##MemberFunctionTablePtr_) \ + if \ + ( \ + baseType<Targ>::memberFunction##argNames##MemberFunctionTablePtr_ \ + ) \ { \ - delete baseType<Targ>::memberFunction##argNames##MemberFunctionTablePtr_;\ - baseType<Targ>::memberFunction##argNames##MemberFunctionTablePtr_ = NULL;\ + delete baseType<Targ>::memberFunction##argNames## \ + MemberFunctionTablePtr_; \ + baseType<Targ>::memberFunction##argNames## \ + MemberFunctionTablePtr_ = NULL; \ } \ } diff --git a/src/OpenFOAM/db/scalarRange/scalarRange.C b/src/OpenFOAM/db/scalarRange/scalarRange.C index c63d47a4c03..f046e7ba875 100644 --- a/src/OpenFOAM/db/scalarRange/scalarRange.C +++ b/src/OpenFOAM/db/scalarRange/scalarRange.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/scalarRange/scalarRange.H b/src/OpenFOAM/db/scalarRange/scalarRange.H index 7c7209a6b31..56a293dc370 100644 --- a/src/OpenFOAM/db/scalarRange/scalarRange.H +++ b/src/OpenFOAM/db/scalarRange/scalarRange.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/scalarRange/scalarRanges.C b/src/OpenFOAM/db/scalarRange/scalarRanges.C index 149503efa04..3b3dfd049d3 100644 --- a/src/OpenFOAM/db/scalarRange/scalarRanges.C +++ b/src/OpenFOAM/db/scalarRange/scalarRanges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/scalarRange/scalarRanges.H b/src/OpenFOAM/db/scalarRange/scalarRanges.H index d390e228400..5d2a7969e2f 100644 --- a/src/OpenFOAM/db/scalarRange/scalarRanges.H +++ b/src/OpenFOAM/db/scalarRange/scalarRanges.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/db/typeInfo/className.H b/src/OpenFOAM/db/typeInfo/className.H index d239275f66b..747ab53384f 100644 --- a/src/OpenFOAM/db/typeInfo/className.H +++ b/src/OpenFOAM/db/typeInfo/className.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -51,8 +51,8 @@ Description inline const char* typeName_() { return TypeNameString; } \ extern const ::Foam::word typeName -//- Add typeName information from argument @a TemplateNameString to a template class. -// Without debug information. +//- Add typeName information from argument @a TemplateNameString to a +// template class. Without debug information. #define TemplateNameNoDebug(TemplateNameString) \ class TemplateNameString##Name \ { \ @@ -80,8 +80,8 @@ public: \ NamespaceNameNoDebug(TypeNameString); \ extern int debug -//- Add typeName information from argument @a TypeNameString to a template class. -// Also declares debug information. +//- Add typeName information from argument @a TypeNameString to a +// template class. Also declares debug information. #define TemplateName(TemplateNameString) \ class TemplateNameString##Name \ { \ @@ -176,7 +176,8 @@ public: \ defineTemplateTypeNameWithName(Type, Name); \ defineTemplateDebugSwitchWithName(Type, Name, DebugSwitch) -//- Define the typeName and debug information for templates, useful with typedefs +//- Define the typeName and debug information for templates, useful +// with typedefs #define defineTemplateTypeNameAndDebug(Type, DebugSwitch) \ defineTemplateTypeNameAndDebugWithName(Type, #Type, DebugSwitch) diff --git a/src/OpenFOAM/db/typeInfo/typeInfo.H b/src/OpenFOAM/db/typeInfo/typeInfo.H index 146a9281d4e..4c5e3c117b2 100644 --- a/src/OpenFOAM/db/typeInfo/typeInfo.H +++ b/src/OpenFOAM/db/typeInfo/typeInfo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionSet/dimensionSet.C b/src/OpenFOAM/dimensionSet/dimensionSet.C index a17b3d27746..929eef12dfb 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSet.C +++ b/src/OpenFOAM/dimensionSet/dimensionSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionSet/dimensionSet.H b/src/OpenFOAM/dimensionSet/dimensionSet.H index 1c92be63213..e64db0622df 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSet.H +++ b/src/OpenFOAM/dimensionSet/dimensionSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionSet/dimensionSetIO.C b/src/OpenFOAM/dimensionSet/dimensionSetIO.C index 188af5f0e54..e03aeb7a0e6 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSetIO.C +++ b/src/OpenFOAM/dimensionSet/dimensionSetIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionSet/dimensionSets.C b/src/OpenFOAM/dimensionSet/dimensionSets.C index a2059132a59..8a4b26ba230 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSets.C +++ b/src/OpenFOAM/dimensionSet/dimensionSets.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionSet/dimensionSets.H b/src/OpenFOAM/dimensionSet/dimensionSets.H index e90066ab33f..a067d1360cf 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSets.H +++ b/src/OpenFOAM/dimensionSet/dimensionSets.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.H b/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.H index 9e7f1dc6b42..2e21735ccee 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalarFwd.H b/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalarFwd.H index c8d770da1ef..d48b41bdec0 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalarFwd.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalarFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.C b/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.C index 318b0a0a540..8457ad76e0c 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.C +++ b/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.H b/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.H index 8e40bdfbd22..ce050af91e3 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.C b/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.C index 204715cd1f3..649766bc633 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.C +++ b/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.H b/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.H index 2b58fc28317..80baa436f03 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.C b/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.C index 94f13724f8d..e43ad622bbe 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.C +++ b/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.H b/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.H index 7a097b8bdf3..5893598d493 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C b/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C index 59e63ceaad5..e2f6fde061a 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C +++ b/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H b/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H index 875a14fd0b5..6f816ea0c9d 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedTypes.H b/src/OpenFOAM/dimensionedTypes/dimensionedTypes.H index 9696d8cac32..a8325a6eaa6 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedTypes.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedTypes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedVector/dimensionedVector.H b/src/OpenFOAM/dimensionedTypes/dimensionedVector/dimensionedVector.H index a6de4cac14a..9537daa4d5d 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedVector/dimensionedVector.H +++ b/src/OpenFOAM/dimensionedTypes/dimensionedVector/dimensionedVector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.C index ebfb213e62a..9359883d017 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H index b5590e0af33..621114c7166 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C index 4732f5741b0..96bbadd08a0 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H index 053dc4aa3d6..b642fe7f777 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.C index d344c41ac7b..86e1f4b3f1c 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.H index 10c3f192a43..3c6eb695768 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldI.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldI.H index f9fd36b0a85..4443e88566e 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldI.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldIO.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldIO.C index 2c9cc732dc0..d5f84f59ce7 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldIO.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldReuseFunctions.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldReuseFunctions.H index dfd0d995f08..0a40c3e665f 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldReuseFunctions.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldReuseFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFields.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFields.H index c9637ca98b9..50273baf788 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFields.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedField.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedField.H index 18abc206e82..24c99638e0f 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedField.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedFieldI.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedFieldI.H index 3b550853041..5634b688081 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedFieldI.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.C index 7176e854378..da3f6fde9e9 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H index 1e0552a8e4a..b63a6ab8e0d 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.C index 2969784d3a4..f6c31411d86 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.H index ad5ab16bc04..1551f22dc6d 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.C index 0eabfdee672..30dd1ad3064 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.H index bc610eacf7c..4a1ba363112 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.C b/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.C index 255033d317e..4133f1562c5 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.C +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.H b/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.H index 3e58065d1af..a156adbd530 100644 --- a/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.H +++ b/src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.C b/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.C index bf9c09021d5..24bdf6f078a 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.C +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H b/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H index 2eb0b227797..e26cb12046d 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C index 203f57730a8..bd45ff9a494 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H index 5197cb58f82..2d30e792b13 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.C b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.C index de20f3bef81..37e7ce3d797 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.C +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.H b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.H index f96b91a89ce..b2dadd3ba7f 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.H +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldReuseFunctions.H b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldReuseFunctions.H index 037ff4a9614..b1d674971ab 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldReuseFunctions.H +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldReuseFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFields.H b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFields.H index df23876b617..b3a1db4112e 100644 --- a/src/OpenFOAM/fields/FieldFields/FieldField/FieldFields.H +++ b/src/OpenFOAM/fields/FieldFields/FieldField/FieldFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldField.H b/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldField.H index bb38520588a..fff98b516c4 100644 --- a/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldFieldI.H b/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldFieldI.H index 2d6426da9a4..5e5d2e73e7b 100644 --- a/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldFieldI.H +++ b/src/OpenFOAM/fields/FieldFields/oneFieldField/oneFieldFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.C b/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.C index 6ef8ceb94ef..5df9341f585 100644 --- a/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.C +++ b/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.H b/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.H index 05fab110990..8e54be5688a 100644 --- a/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.C b/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.C index c8fd0670859..889f0fd8506 100644 --- a/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.C +++ b/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.H b/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.H index 9180f417e45..bc1f4eed137 100644 --- a/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.C b/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.C index 53e35a45f64..8713f03b0ef 100644 --- a/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.C +++ b/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.H b/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.H index 044a8ef57ff..b683aefb8cc 100644 --- a/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.C b/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.C index af1f98465e4..35e86d99cff 100644 --- a/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.C +++ b/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.H b/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.H index 54ddd59f370..059cdaeda3c 100644 --- a/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.C b/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.C index 96bef3ccaa8..ed28a1bd7b3 100644 --- a/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.C +++ b/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.H b/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.H index f9162fbbb84..79090510ef7 100644 --- a/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldField.H b/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldField.H index 113c8dd261b..be6ce677e0d 100644 --- a/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldField.H +++ b/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldFieldI.H b/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldFieldI.H index 628375526cf..0ddeb82a878 100644 --- a/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldFieldI.H +++ b/src/OpenFOAM/fields/FieldFields/zeroFieldField/zeroFieldFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.C b/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.C index 62cf972c24b..f557f1f43c8 100644 --- a/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.C +++ b/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/Field.C b/src/OpenFOAM/fields/Fields/Field/Field.C index d787d3559be..531ae0443ac 100644 --- a/src/OpenFOAM/fields/Fields/Field/Field.C +++ b/src/OpenFOAM/fields/Fields/Field/Field.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/Field.H b/src/OpenFOAM/fields/Fields/Field/Field.H index 37a671c67f8..5708526c265 100644 --- a/src/OpenFOAM/fields/Fields/Field/Field.H +++ b/src/OpenFOAM/fields/Fields/Field/Field.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/FieldFunctions.C b/src/OpenFOAM/fields/Fields/Field/FieldFunctions.C index 659d0e4d8bc..287f1055104 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldFunctions.C +++ b/src/OpenFOAM/fields/Fields/Field/FieldFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -381,7 +381,17 @@ Type sumCmptProd(const UList<Type>& f1, const UList<Type>& f2) if (f1.size() && (f1.size() == f2.size())) { Type SumProd = pTraits<Type>::zero; - TFOR_ALL_S_OP_FUNC_F_F(Type, SumProd, +=, cmptMultiply, Type, f1, Type, f2) + TFOR_ALL_S_OP_FUNC_F_F + ( + Type, + SumProd, + +=, + cmptMultiply, + Type, + f1, + Type, + f2 + ) return SumProd; } else diff --git a/src/OpenFOAM/fields/Fields/Field/FieldFunctions.H b/src/OpenFOAM/fields/Fields/Field/FieldFunctions.H index 5f0fe0d5be0..6b4ebcb3071 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldFunctions.H +++ b/src/OpenFOAM/fields/Fields/Field/FieldFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.C b/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.C index 8d2a47e5e77..320570ea078 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.C +++ b/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.H b/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.H index ac4143de19d..39187249cf1 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.H +++ b/src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/FieldM.H b/src/OpenFOAM/fields/Fields/Field/FieldM.H index 2fd9992378d..b0d67cad3ff 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldM.H +++ b/src/OpenFOAM/fields/Fields/Field/FieldM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/FieldMapper.H b/src/OpenFOAM/fields/Fields/Field/FieldMapper.H index 13c4c572ac2..cb311a9cbd0 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldMapper.H +++ b/src/OpenFOAM/fields/Fields/Field/FieldMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/FieldReuseFunctions.H b/src/OpenFOAM/fields/Fields/Field/FieldReuseFunctions.H index 972ed5124cb..59de786e6ef 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldReuseFunctions.H +++ b/src/OpenFOAM/fields/Fields/Field/FieldReuseFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/SubField.H b/src/OpenFOAM/fields/Fields/Field/SubField.H index 2bcb48c17c0..56b25e94f9c 100644 --- a/src/OpenFOAM/fields/Fields/Field/SubField.H +++ b/src/OpenFOAM/fields/Fields/Field/SubField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/SubFieldI.H b/src/OpenFOAM/fields/Fields/Field/SubFieldI.H index f07056759c1..a0410549ee1 100644 --- a/src/OpenFOAM/fields/Fields/Field/SubFieldI.H +++ b/src/OpenFOAM/fields/Fields/Field/SubFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H b/src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H index d64180b184e..87f86e5668e 100644 --- a/src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H +++ b/src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/complexFields/complexFields.C b/src/OpenFOAM/fields/Fields/complexFields/complexFields.C index f180d544334..f916c6f9301 100644 --- a/src/OpenFOAM/fields/Fields/complexFields/complexFields.C +++ b/src/OpenFOAM/fields/Fields/complexFields/complexFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -125,7 +125,11 @@ scalarField Im(const UList<complex>& cf) defineCompoundTypeName(List<complexVector>, complexVectorList); addCompoundToRunTimeSelectionTable(List<complexVector>, complexVectorList); -complexVectorField ComplexField(const UList<vector>& re, const UList<vector>& im) +complexVectorField ComplexField +( + const UList<vector>& re, + const UList<vector>& im +) { complexVectorField cvf(re.size()); diff --git a/src/OpenFOAM/fields/Fields/complexFields/complexFields.H b/src/OpenFOAM/fields/Fields/complexFields/complexFields.H index 7bf194751a6..8c00763e634 100644 --- a/src/OpenFOAM/fields/Fields/complexFields/complexFields.H +++ b/src/OpenFOAM/fields/Fields/complexFields/complexFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.C b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.C index 3289a5e84d8..a473680d4ef 100644 --- a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.C +++ b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.H b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.H index 5eecf96bfcc..7f375a74491 100644 --- a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.H +++ b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.C b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.C index 71690e22ce0..219201dbbba 100644 --- a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.H b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.H index b116463c73c..bca26c2b68f 100644 --- a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.C b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.C index 38b190f786b..1d9370f841a 100644 --- a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.C +++ b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,7 +32,12 @@ Description namespace Foam { - defineTemplateTypeNameAndDebugWithName(diagTensorIOField, "diagTensorField", 0); + defineTemplateTypeNameAndDebugWithName + ( + diagTensorIOField, + "diagTensorField", + 0 + ); } // ************************************************************************* // diff --git a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.H b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.H index d8c6e7960a1..2a61795c152 100644 --- a/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.H +++ b/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/fieldTypes.H b/src/OpenFOAM/fields/Fields/fieldTypes.H index b2c7008bc61..d132835104c 100644 --- a/src/OpenFOAM/fields/Fields/fieldTypes.H +++ b/src/OpenFOAM/fields/Fields/fieldTypes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/labelField/labelField.C b/src/OpenFOAM/fields/Fields/labelField/labelField.C index 0efab08aafa..73e59a8d428 100644 --- a/src/OpenFOAM/fields/Fields/labelField/labelField.C +++ b/src/OpenFOAM/fields/Fields/labelField/labelField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/labelField/labelField.H b/src/OpenFOAM/fields/Fields/labelField/labelField.H index d4b0c0672ed..235002c24bf 100644 --- a/src/OpenFOAM/fields/Fields/labelField/labelField.H +++ b/src/OpenFOAM/fields/Fields/labelField/labelField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.C b/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.C index fe464093d72..5c76bec0c3b 100644 --- a/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.H b/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.H index 76dda2c2f1b..6b626ada9e2 100644 --- a/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/labelField/labelFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/labelField/labelIOField.C b/src/OpenFOAM/fields/Fields/labelField/labelIOField.C index 003ff0e6906..42a69edca3c 100644 --- a/src/OpenFOAM/fields/Fields/labelField/labelIOField.C +++ b/src/OpenFOAM/fields/Fields/labelField/labelIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/labelField/labelIOField.H b/src/OpenFOAM/fields/Fields/labelField/labelIOField.H index 5b52b266184..42ed38a040c 100644 --- a/src/OpenFOAM/fields/Fields/labelField/labelIOField.H +++ b/src/OpenFOAM/fields/Fields/labelField/labelIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/primitiveFields.H b/src/OpenFOAM/fields/Fields/primitiveFields.H index 8b79db601bf..69e9b20371c 100644 --- a/src/OpenFOAM/fields/Fields/primitiveFields.H +++ b/src/OpenFOAM/fields/Fields/primitiveFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H b/src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H index 87b217c6dea..921e1fb15ef 100644 --- a/src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H +++ b/src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/scalarField/scalarField.C b/src/OpenFOAM/fields/Fields/scalarField/scalarField.C index 370c50452c9..0f40f99d56d 100644 --- a/src/OpenFOAM/fields/Fields/scalarField/scalarField.C +++ b/src/OpenFOAM/fields/Fields/scalarField/scalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/scalarField/scalarField.H b/src/OpenFOAM/fields/Fields/scalarField/scalarField.H index 60bc69997e3..9719774f989 100644 --- a/src/OpenFOAM/fields/Fields/scalarField/scalarField.H +++ b/src/OpenFOAM/fields/Fields/scalarField/scalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.C b/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.C index 4c724f2b60a..2477f3b7287 100644 --- a/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.H b/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.H index ad0ade14469..5dbad94dfeb 100644 --- a/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/scalarField/scalarFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.C b/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.C index adf710a119c..ee288df1626 100644 --- a/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.C +++ b/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.H b/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.H index ee7e580f496..3b11a7e63d5 100644 --- a/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.H +++ b/src/OpenFOAM/fields/Fields/scalarField/scalarIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.C b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.C index e4906a1b5c3..09e5f8382c9 100644 --- a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.C +++ b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H index eef1bd236ab..04cedd5f321 100644 --- a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H +++ b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.C b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.C index 13506e0537e..71473742e5a 100644 --- a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.H b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.H index 8ba5b47ad95..59d8e611439 100644 --- a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.C b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.C index f3eca5026b9..72c28621c6b 100644 --- a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.C +++ b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.H b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.H index 8eddf291a29..a2efa37c281 100644 --- a/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.H +++ b/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.C b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.C index 725f85bbc06..a3cb35dd811 100644 --- a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.C +++ b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.H b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.H index 820741722e3..4fa7bbf7359 100644 --- a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.H +++ b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.C b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.C index b19ed85f6d3..13105766a70 100644 --- a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.H b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.H index 5cb8ca000b4..eb688b33a7e 100644 --- a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.C b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.C index f9a84860dd2..e51c37aa34c 100644 --- a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.C +++ b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,7 +32,12 @@ Description namespace Foam { - defineTemplateTypeNameAndDebugWithName(symmTensorIOField, "symmTensorField", 0); + defineTemplateTypeNameAndDebugWithName + ( + symmTensorIOField, + "symmTensorField", + 0 + ); } // ************************************************************************* // diff --git a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.H b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.H index 337be8d6726..ad000d1a281 100644 --- a/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.H +++ b/src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.C b/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.C index f85e0e6f91d..35a59af31a6 100644 --- a/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.C +++ b/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.H b/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.H index a4d7ff5591b..5472ce0f7ca 100644 --- a/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.H +++ b/src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,7 +59,11 @@ template<class Type> tmp<Field<Type> > transform(const tmp<symmTensorField>&, const Field<Type>&); template<class Type> -tmp<Field<Type> > transform(const tmp<symmTensorField>&, const tmp<Field<Type> >&); +tmp<Field<Type> > transform +( + const tmp<symmTensorField>&, + const tmp<Field<Type> >& +); template<class Type> diff --git a/src/OpenFOAM/fields/Fields/tensorField/tensorField.C b/src/OpenFOAM/fields/Fields/tensorField/tensorField.C index ae2f78d4c03..168408a6ad6 100644 --- a/src/OpenFOAM/fields/Fields/tensorField/tensorField.C +++ b/src/OpenFOAM/fields/Fields/tensorField/tensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/tensorField/tensorField.H b/src/OpenFOAM/fields/Fields/tensorField/tensorField.H index 427be0ded4d..4760fb1cd34 100644 --- a/src/OpenFOAM/fields/Fields/tensorField/tensorField.H +++ b/src/OpenFOAM/fields/Fields/tensorField/tensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.C b/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.C index 0e0aa60c23f..63c33df2ad2 100644 --- a/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.H b/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.H index 63ae540df09..48fbabf8817 100644 --- a/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/tensorField/tensorFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.C b/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.C index ec2d286fa31..3990a1a2ab7 100644 --- a/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.C +++ b/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.H b/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.H index 712af605d10..801a012f0e4 100644 --- a/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.H +++ b/src/OpenFOAM/fields/Fields/tensorField/tensorIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/transformField/transformField.C b/src/OpenFOAM/fields/Fields/transformField/transformField.C index 2dd704ccf2b..f0f3be2bc6b 100644 --- a/src/OpenFOAM/fields/Fields/transformField/transformField.C +++ b/src/OpenFOAM/fields/Fields/transformField/transformField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/transformField/transformField.H b/src/OpenFOAM/fields/Fields/transformField/transformField.H index 78edb9c9303..c0347067dbe 100644 --- a/src/OpenFOAM/fields/Fields/transformField/transformField.H +++ b/src/OpenFOAM/fields/Fields/transformField/transformField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/transformField/transformFieldTemplates.C b/src/OpenFOAM/fields/Fields/transformField/transformFieldTemplates.C index a94aa514d73..8526077acdc 100644 --- a/src/OpenFOAM/fields/Fields/transformField/transformFieldTemplates.C +++ b/src/OpenFOAM/fields/Fields/transformField/transformFieldTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/transformList/transformList.C b/src/OpenFOAM/fields/Fields/transformList/transformList.C index a5933c1c13d..879bbfc1f3d 100644 --- a/src/OpenFOAM/fields/Fields/transformList/transformList.C +++ b/src/OpenFOAM/fields/Fields/transformList/transformList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/transformList/transformList.H b/src/OpenFOAM/fields/Fields/transformList/transformList.H index f8b360063e9..b74d165b04f 100644 --- a/src/OpenFOAM/fields/Fields/transformList/transformList.H +++ b/src/OpenFOAM/fields/Fields/transformList/transformList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vector2DField/vector2DField.H b/src/OpenFOAM/fields/Fields/vector2DField/vector2DField.H index dc6840b4dd9..e3104611dab 100644 --- a/src/OpenFOAM/fields/Fields/vector2DField/vector2DField.H +++ b/src/OpenFOAM/fields/Fields/vector2DField/vector2DField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldFwd.H b/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldFwd.H index a0166d367d4..b2cd3b4251a 100644 --- a/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldFwd.H +++ b/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.C b/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.C index 13615a5e4c0..510f6f67f01 100644 --- a/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.H b/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.H index a559521b1a4..9640e38a019 100644 --- a/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.C b/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.C index 9f07c4a0d8d..5a7565877a3 100644 --- a/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.C +++ b/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.H b/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.H index dbf60e7f4fe..182cafe68fe 100644 --- a/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.H +++ b/src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vectorField/vectorField.H b/src/OpenFOAM/fields/Fields/vectorField/vectorField.H index 49e13de2325..89306b38ae4 100644 --- a/src/OpenFOAM/fields/Fields/vectorField/vectorField.H +++ b/src/OpenFOAM/fields/Fields/vectorField/vectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.C b/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.C index b28fa1eefb2..9ba26b2d6eb 100644 --- a/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.C +++ b/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.H b/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.H index a029e33fd76..b46b55b3fa0 100644 --- a/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.H +++ b/src/OpenFOAM/fields/Fields/vectorField/vectorFieldIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.C b/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.C index d007c5c786d..431067ecb1d 100644 --- a/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.C +++ b/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.H b/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.H index 9234aa39e46..7613f25b915 100644 --- a/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.H +++ b/src/OpenFOAM/fields/Fields/vectorField/vectorIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/Fields/zeroField/zeroFieldI.H b/src/OpenFOAM/fields/Fields/zeroField/zeroFieldI.H index 8538d34424c..6d24ad81b19 100644 --- a/src/OpenFOAM/fields/Fields/zeroField/zeroFieldI.H +++ b/src/OpenFOAM/fields/Fields/zeroField/zeroFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C index ea652841b00..8da7d3fb63f 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C index 286d1721bee..fd86f6bd8c4 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H index 992b4a5c836..447d1fc4e44 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C index 1cb7c8b2ec5..7dbd41444d7 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H index a82f492eb18..26b5d5f7c30 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.C b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.C index 571a1ea67ec..c34115b29ac 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.H index 3296367e5c2..0df8e0f9bd9 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldI.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldI.H index 6aaf73a76aa..9a0c6d1de4d 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldI.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldReuseFunctions.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldReuseFunctions.H index 43813d25440..255763469e5 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldReuseFunctions.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldReuseFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFields.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFields.H index 0f2be352142..13fead2cc74 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFields.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/MapGeometricFields.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/MapGeometricFields.H index 20e8a96a1d3..849dd3d6dba 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/MapGeometricFields.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/MapGeometricFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.C b/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.C index bc78f2c49ff..deb6c32a2d6 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H b/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H index f1242c5a997..2fc6dd40b33 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.C b/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.C index cb5e1aca536..80d1d4bd51e 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.H b/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.H index 3a5e59f5c70..416b9d9c8a7 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.C b/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.C index 5ed0205b98e..83c00eef182 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.H b/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.H index d576844ae60..beb147ddb9a 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.C b/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.C index 90cedb6d060..7a765d05681 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H b/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H index 845a0a5b48f..30b664e9096 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.C b/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.C index 65d1a7542fe..3c48250a08a 100644 --- a/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.C +++ b/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H b/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H index 362ddde906a..3591ed836ac 100644 --- a/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H +++ b/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneField.H b/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneField.H index cafaf646f24..e17bcaa0e19 100644 --- a/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneField.H +++ b/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneFieldI.H b/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneFieldI.H index 148ecd9bc52..b49b26508c9 100644 --- a/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneFieldI.H +++ b/src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroField.H b/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroField.H index 718f0a454eb..edb2af88065 100644 --- a/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroField.H +++ b/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroFieldI.H b/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroFieldI.H index 20f6f878547..60f31141523 100644 --- a/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroFieldI.H +++ b/src/OpenFOAM/fields/GeometricFields/geometricZeroField/geometricZeroFieldI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.C b/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.C index c24c187f687..5ffcf9f99cf 100644 --- a/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.C +++ b/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,8 +35,16 @@ namespace Foam defineTemplateTypeNameAndDebug(pointScalarField::DimensionedInternalField, 0); defineTemplateTypeNameAndDebug(pointVectorField::DimensionedInternalField, 0); -defineTemplateTypeNameAndDebug(pointSphericalTensorField::DimensionedInternalField, 0); -defineTemplateTypeNameAndDebug(pointSymmTensorField::DimensionedInternalField, 0); +defineTemplateTypeNameAndDebug +( + pointSphericalTensorField::DimensionedInternalField, + 0 +); +defineTemplateTypeNameAndDebug +( + pointSymmTensorField::DimensionedInternalField, + 0 +); defineTemplateTypeNameAndDebug(pointTensorField::DimensionedInternalField, 0); defineTemplateTypeNameAndDebug(pointScalarField, 0); diff --git a/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.H b/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.H index 9cfeb81df4e..08f4cc300e8 100644 --- a/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.H +++ b/src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H b/src/OpenFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H index 3e23f631ab9..5a57c58d82d 100644 --- a/src/OpenFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H +++ b/src/OpenFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.C b/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.C index d50439dc947..7247bfaee0a 100644 --- a/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.C +++ b/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H b/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H index 85e5338f92f..1fe523b5c44 100644 --- a/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H +++ b/src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/ReadFields/ReadFields.C b/src/OpenFOAM/fields/ReadFields/ReadFields.C index aab0711157d..ea2d5d0fa14 100644 --- a/src/OpenFOAM/fields/ReadFields/ReadFields.C +++ b/src/OpenFOAM/fields/ReadFields/ReadFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/ReadFields/ReadFields.H b/src/OpenFOAM/fields/ReadFields/ReadFields.H index b4e8c3f8afe..1db896d85ab 100644 --- a/src/OpenFOAM/fields/ReadFields/ReadFields.H +++ b/src/OpenFOAM/fields/ReadFields/ReadFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.C b/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.C index cbbc7e3bfea..14ecb4bc3f0 100644 --- a/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.C +++ b/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H b/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H index 8bb6c09967a..801657e6b51 100644 --- a/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H +++ b/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.C b/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.C index 9858583c27a..75c9909af53 100644 --- a/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.C +++ b/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.H b/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.H index 135dae3eae6..50eb3dfa01d 100644 --- a/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.H +++ b/src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -46,7 +46,8 @@ namespace Foam typedef UniformDimensionedField<scalar> uniformDimensionedScalarField; typedef UniformDimensionedField<vector> uniformDimensionedVectorField; -typedef UniformDimensionedField<sphericalTensor> uniformDimensionedSphericalTensorField; +typedef UniformDimensionedField<sphericalTensor> + uniformDimensionedSphericalTensorField; typedef UniformDimensionedField<symmTensor> uniformDimensionedSymmTensorField; typedef UniformDimensionedField<tensor> uniformDimensionedTensorField; diff --git a/src/OpenFOAM/fields/cloud/cloud.C b/src/OpenFOAM/fields/cloud/cloud.C index cbfef473d54..0ae961af88a 100644 --- a/src/OpenFOAM/fields/cloud/cloud.C +++ b/src/OpenFOAM/fields/cloud/cloud.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/cloud/cloud.H b/src/OpenFOAM/fields/cloud/cloud.H index d99b2809c67..735888b98c6 100644 --- a/src/OpenFOAM/fields/cloud/cloud.H +++ b/src/OpenFOAM/fields/cloud/cloud.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/cloud/mapClouds.H b/src/OpenFOAM/fields/cloud/mapClouds.H index 898fbbdf0f4..3e94ec578a3 100644 --- a/src/OpenFOAM/fields/cloud/mapClouds.H +++ b/src/OpenFOAM/fields/cloud/mapClouds.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.C index 63f938b0167..6ea1a1cef86 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H index 0a53bd47953..a6e054c3d37 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.C index 7a2edf0bcac..36ce8d4eee2 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.H index 68017fef7b2..cc6a769ad84 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.C index 5b0d5a748be..d769ad11344 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.H index 81cc8dfec19..5b683a33ad5 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.C index b7a04812602..1b7675d8dfc 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H index f8f676eecde..ceb7e97bde2 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.C index aac7a1fffbb..ea59a2eff57 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.H index 815f43cde06..8560d17624a 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.C index d128cee6adf..8204c1e860a 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.H index 18b4d2149b8..febaf869a91 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.C index f600459c0b3..793c79e03e6 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.H index 4208e0ee200..6abb4c6a9a2 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.C index 2407d7b6409..103ff7197f2 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H index ab9e945a592..721b3435c85 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.C index 4c0cd61068b..d97906fb652 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.H index 64988b7d135..b95b297e751 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.C index 66e1eedd463..0afbf02f975 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H index 20dcd48ed6a..fbe151e3e16 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.C index 8888222e0ab..68c5e151987 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.H index 93946e65e0c..0efcbef5778 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.C index 08dce2dd3e4..d7f0bda6d95 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.H index 7c9879af673..20e84019a71 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.C index b890723e049..f880170d93e 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.H index 0d04fc2bac9..c6536207bf7 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.C index e23e5a8948b..611f0f8ba99 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H index 72eabdaaf9f..9bf2e30f995 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.C index 8dd59d15d7f..0730635cd7c 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.H index cdf9e804088..5f7f31c1354 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.C index 410aa331dda..154716f6711 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.H index bb58e0eeead..77ccb2cb465 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.C index 8e1a43fbbde..de6830679a7 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.H index 524541f8125..570ef1048be 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C index 11753c397e0..a878a02d0bf 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H index 4aeda6700b4..3c0e28e13e9 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.C index dcc7b44c2cc..d3f4aa2a2a1 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.H index 927b422e2d1..5b7ff5791b5 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.C index 63c04e6add8..8d1e3b5f38e 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.H index d27c8496dfe..0ec2cf6bc23 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.C index 4d9057d684f..3f4b0acbe4d 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.H index f20cc9d6d35..010d96630dc 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.C index 8c4301a18af..05461c29f7b 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.H index 8c62f3e47b4..393ca32c54d 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.C index ee388c01a70..547fbaa77d9 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.H index cee2fe287aa..8d5ba73e72b 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.C index 56523e47b65..85a1f1dade6 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.H index 2ce6ad45064..4b95bd7ccc6 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C index e452b699741..706e6da8300 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.H index 5a64e226ace..96950f53ab6 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.C index 6a346f01feb..c2d4d470c28 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -118,7 +118,10 @@ void Foam::timeVaryingUniformFixedValuePointPatchField<Type>::updateCoeffs() template<class Type> -void Foam::timeVaryingUniformFixedValuePointPatchField<Type>::write(Ostream& os) const +void Foam::timeVaryingUniformFixedValuePointPatchField<Type>::write +( + Ostream& os +) const { fixedValuePointPatchField<Type>::write(os); timeSeries_.write(os); diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H index aa0b4dfb49c..3eee3527276 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.C index 1f80ce57da5..fa9ca9da192 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.H index 6b45a4a9db7..7d6e770bb34 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C index 80cf92a55f0..8f7ce176389 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H index 861f400274b..ff81ceac73a 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.C index ac8f8db8bbf..2112354de97 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.H index e6cf4115d93..6cc805fe2c1 100644 --- a/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H index 94a89d9a36c..d08d1bd4ba1 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraintI.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraintI.H index ab4991d8d43..6f515ee5434 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraintI.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraintI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C index 03dbf43fd43..3719c5c93a1 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H index 869c536365a..f7394f48500 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldFunctions.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldFunctions.H index 62d2ea4b206..e66d423fa7d 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldFunctions.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapper.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapper.H index 7a4b4b8510d..ea59728a0ee 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapper.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapperPatchRef.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapperPatchRef.H index 6b152b7c454..47b25712a31 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapperPatchRef.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapperPatchRef.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C index 09a3a3e03c1..e0f3d781b44 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.C b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.C index f15da3203ac..c9a72d7b878 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.C +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H index 0cc1db9f6a7..e91d97b4a4e 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldsFwd.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldsFwd.H index 0479a380965..e8473e3071f 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldsFwd.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/JobInfo/JobInfo.C b/src/OpenFOAM/global/JobInfo/JobInfo.C index 504955e6c94..c1bda7f2d12 100644 --- a/src/OpenFOAM/global/JobInfo/JobInfo.C +++ b/src/OpenFOAM/global/JobInfo/JobInfo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/JobInfo/JobInfo.H b/src/OpenFOAM/global/JobInfo/JobInfo.H index 61d1c870f43..7ce6587743c 100644 --- a/src/OpenFOAM/global/JobInfo/JobInfo.H +++ b/src/OpenFOAM/global/JobInfo/JobInfo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/clock/clock.C b/src/OpenFOAM/global/clock/clock.C index b5ec2b4845c..809b76ba9e5 100644 --- a/src/OpenFOAM/global/clock/clock.C +++ b/src/OpenFOAM/global/clock/clock.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/clock/clock.H b/src/OpenFOAM/global/clock/clock.H index ca15e93057b..ce202ccb2be 100644 --- a/src/OpenFOAM/global/clock/clock.H +++ b/src/OpenFOAM/global/clock/clock.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/atomic/atomicConstants.C b/src/OpenFOAM/global/constants/atomic/atomicConstants.C index b3ea6caf390..027ebc7367d 100644 --- a/src/OpenFOAM/global/constants/atomic/atomicConstants.C +++ b/src/OpenFOAM/global/constants/atomic/atomicConstants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -82,7 +82,10 @@ const Foam::dimensionedScalar Foam::constant::atomic::a0 ( "a0", alpha - /(dimensionedScalar("C", dimless, 4.0*constant::mathematical::pi)*Rinf) + /( + dimensionedScalar("C", dimless, 4.0*constant::mathematical::pi) + *Rinf + ) ) ) ); diff --git a/src/OpenFOAM/global/constants/atomic/atomicConstants.H b/src/OpenFOAM/global/constants/atomic/atomicConstants.H index ebcf2c06ebc..b49c57822ca 100644 --- a/src/OpenFOAM/global/constants/atomic/atomicConstants.H +++ b/src/OpenFOAM/global/constants/atomic/atomicConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/constants.C b/src/OpenFOAM/global/constants/constants.C index f192c9b7b43..636a9db685a 100644 --- a/src/OpenFOAM/global/constants/constants.C +++ b/src/OpenFOAM/global/constants/constants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/constants.H b/src/OpenFOAM/global/constants/constants.H index 05c86d8abe0..0f4fb687dfa 100644 --- a/src/OpenFOAM/global/constants/constants.H +++ b/src/OpenFOAM/global/constants/constants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/dimensionedConstants.C b/src/OpenFOAM/global/constants/dimensionedConstants.C index efb590581dd..d610f6ed0a2 100644 --- a/src/OpenFOAM/global/constants/dimensionedConstants.C +++ b/src/OpenFOAM/global/constants/dimensionedConstants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/dimensionedConstants.H b/src/OpenFOAM/global/constants/dimensionedConstants.H index a8b95909bc7..218b2f29d2e 100644 --- a/src/OpenFOAM/global/constants/dimensionedConstants.H +++ b/src/OpenFOAM/global/constants/dimensionedConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.C b/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.C index fbdd85d32a3..69040f77ee2 100644 --- a/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.C +++ b/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -91,7 +91,12 @@ const Foam::dimensionedScalar Foam::constant::electromagnetic::kappa dimensionedScalar ( "kappa", - dimensionedScalar("C", dimless, 1.0/(4.0*constant::mathematical::pi)) + dimensionedScalar + ( + "C", + dimless, + 1.0/(4.0*constant::mathematical::pi) + ) /epsilon0 ) ) diff --git a/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H b/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H index 8c8fd05a6ad..2dee7e423fe 100644 --- a/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H +++ b/src/OpenFOAM/global/constants/electromagnetic/electromagneticConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.C b/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.C index 09c1546afca..4dd30630d40 100644 --- a/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.C +++ b/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.H b/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.H index cf08ba750b1..a0b850edd3a 100644 --- a/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.H +++ b/src/OpenFOAM/global/constants/fundamental/fundamentalConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/mathematical/mathematicalConstants.H b/src/OpenFOAM/global/constants/mathematical/mathematicalConstants.H index 7c4b3dc4963..3f29fd34d76 100644 --- a/src/OpenFOAM/global/constants/mathematical/mathematicalConstants.H +++ b/src/OpenFOAM/global/constants/mathematical/mathematicalConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.C b/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.C index ab1e0b01d7e..8269c1d9a84 100644 --- a/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.C +++ b/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -74,7 +74,12 @@ const Foam::dimensionedScalar Foam::constant::physicoChemical::sigma dimensionedScalar ( "sigma", - dimensionedScalar("C", dimless, sqr(constant::mathematical::pi)/60.0) + dimensionedScalar + ( + "C", + dimless, + sqr(constant::mathematical::pi)/60.0 + ) *pow4(k)/(pow3(constant::universal::hr)*sqr(constant::universal::c)) ) ) diff --git a/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H b/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H index e530d1adb15..13f61d73520 100644 --- a/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H +++ b/src/OpenFOAM/global/constants/physicoChemical/physicoChemicalConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/universal/universalConstants.C b/src/OpenFOAM/global/constants/universal/universalConstants.C index aa591ca5006..e2139daae67 100644 --- a/src/OpenFOAM/global/constants/universal/universalConstants.C +++ b/src/OpenFOAM/global/constants/universal/universalConstants.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/constants/universal/universalConstants.H b/src/OpenFOAM/global/constants/universal/universalConstants.H index 322f481d110..acf374bad49 100644 --- a/src/OpenFOAM/global/constants/universal/universalConstants.H +++ b/src/OpenFOAM/global/constants/universal/universalConstants.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/debug/debug.C b/src/OpenFOAM/global/debug/debug.C index c6cc3aa04c2..67771348065 100644 --- a/src/OpenFOAM/global/debug/debug.C +++ b/src/OpenFOAM/global/debug/debug.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/debug/debug.H b/src/OpenFOAM/global/debug/debug.H index 0b482c5ea72..2ddc2ce8e18 100644 --- a/src/OpenFOAM/global/debug/debug.H +++ b/src/OpenFOAM/global/debug/debug.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/global.Cver b/src/OpenFOAM/global/global.Cver index bc764d64b98..2362548d82e 100644 --- a/src/OpenFOAM/global/global.Cver +++ b/src/OpenFOAM/global/global.Cver @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/new.C b/src/OpenFOAM/global/new.C index b707393bee3..86afe126756 100644 --- a/src/OpenFOAM/global/new.C +++ b/src/OpenFOAM/global/new.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/global/unitConversion/unitConversion.H b/src/OpenFOAM/global/unitConversion/unitConversion.H index e8bb2e81429..3255a4d805d 100644 --- a/src/OpenFOAM/global/unitConversion/unitConversion.H +++ b/src/OpenFOAM/global/unitConversion/unitConversion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/curve/curve.C b/src/OpenFOAM/graph/curve/curve.C index 19fdb6d782d..f41854cad9a 100644 --- a/src/OpenFOAM/graph/curve/curve.C +++ b/src/OpenFOAM/graph/curve/curve.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/curve/curve.H b/src/OpenFOAM/graph/curve/curve.H index edecb14e8dd..5dc43f1d623 100644 --- a/src/OpenFOAM/graph/curve/curve.H +++ b/src/OpenFOAM/graph/curve/curve.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/graph.C b/src/OpenFOAM/graph/graph.C index c0c15260f59..6e5b9bbc543 100644 --- a/src/OpenFOAM/graph/graph.C +++ b/src/OpenFOAM/graph/graph.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/graph.H b/src/OpenFOAM/graph/graph.H index 57876270b92..75cb72bdf02 100644 --- a/src/OpenFOAM/graph/graph.H +++ b/src/OpenFOAM/graph/graph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.C b/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.C index 48085787b70..cb353e2e4de 100644 --- a/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.C +++ b/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H b/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H index f5317a9c958..ef28bf6dea9 100644 --- a/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H +++ b/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.C b/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.C index eff00c0d683..7d7e0d5e41a 100644 --- a/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.C +++ b/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H b/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H index 8b329604c3a..547a340ee2f 100644 --- a/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H +++ b/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/rawGraph/rawGraph.C b/src/OpenFOAM/graph/writers/rawGraph/rawGraph.C index 9ac9d28a68a..ff4de814ceb 100644 --- a/src/OpenFOAM/graph/writers/rawGraph/rawGraph.C +++ b/src/OpenFOAM/graph/writers/rawGraph/rawGraph.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H b/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H index 707a0212d40..68fc2dc580c 100644 --- a/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H +++ b/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.C b/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.C index 4d9b07bde6f..00a36a8fa60 100644 --- a/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.C +++ b/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H b/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H index d7e866b856e..d701c9a6c4f 100644 --- a/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H +++ b/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/include/OSspecific.H b/src/OpenFOAM/include/OSspecific.H index 0c8cf04a9ae..7b4c3a53209 100644 --- a/src/OpenFOAM/include/OSspecific.H +++ b/src/OpenFOAM/include/OSspecific.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/include/demandDrivenData.H b/src/OpenFOAM/include/demandDrivenData.H index a73365e52cb..15080f8c58d 100644 --- a/src/OpenFOAM/include/demandDrivenData.H +++ b/src/OpenFOAM/include/demandDrivenData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.C b/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.C index 49b3df3a22a..1702497e53f 100644 --- a/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.C +++ b/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.H b/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.H index 01b502415a5..6080b38d5ca 100644 --- a/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.H +++ b/src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.C b/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.C index 45cff57a7a3..c8a0caa4b36 100644 --- a/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.C +++ b/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.H b/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.H index 19fab12cbf3..059c598b18a 100644 --- a/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.H +++ b/src/OpenFOAM/interpolations/interpolateXY/interpolateXY.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTable.H b/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTable.H index 266541ac4cf..59061f21c9d 100644 --- a/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTable.H +++ b/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTableI.H b/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTableI.H index 4ad506ac07c..01b82beace1 100644 --- a/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTableI.H +++ b/src/OpenFOAM/interpolations/interpolationLookUpTable/interpolationLookUpTableI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C b/src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C index e101977abd6..52a8beaa955 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolate.C b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolate.C index a2bad68c265..4544db27d5a 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolate.C +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.C b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.C index 353fc364ded..b37a614debf 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.C +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H index 5c744df1bad..9d1fde91a73 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolationName.C b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolationName.C index 3f5795470f1..c1b7599b562 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolationName.C +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolationName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H b/src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H index 80464d2921b..eb12e9fbca9 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C b/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C index 74910b856cf..ab1fbd10d51 100644 --- a/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C +++ b/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H b/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H index 9c07ba575f8..64e7cf8b7cc 100644 --- a/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H +++ b/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/primitivePatchInterpolation/primitivePatchInterpolation.H b/src/OpenFOAM/interpolations/primitivePatchInterpolation/primitivePatchInterpolation.H index 8afd2014178..ff99d370e61 100644 --- a/src/OpenFOAM/interpolations/primitivePatchInterpolation/primitivePatchInterpolation.H +++ b/src/OpenFOAM/interpolations/primitivePatchInterpolation/primitivePatchInterpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/interpolations/uniformInterpolationTable/uniformInterpolationTableI.H b/src/OpenFOAM/interpolations/uniformInterpolationTable/uniformInterpolationTableI.H index 0e592f7bebf..1765b10deed 100644 --- a/src/OpenFOAM/interpolations/uniformInterpolationTable/uniformInterpolationTableI.H +++ b/src/OpenFOAM/interpolations/uniformInterpolationTable/uniformInterpolationTableI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.C b/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.C index 6abee1456f7..df07fdcc05b 100644 --- a/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.C +++ b/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H b/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H index 4ab4f4acf1e..c6599032449 100644 --- a/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H +++ b/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C b/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C index 30a632ae36c..ba6df70c716 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C +++ b/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -287,10 +287,12 @@ void Foam::LUscalarMatrix::convert neiInterfaces[neiInterfacei]; const label* __restrict__ uPtr = interface.faceCells_.begin(); - const label* __restrict__ lPtr = neiInterface.faceCells_.begin(); + const label* __restrict__ lPtr = + neiInterface.faceCells_.begin(); const scalar* __restrict__ upperPtr = interface.coeffs_.begin(); - const scalar* __restrict__ lowerPtr = neiInterface.coeffs_.begin(); + const scalar* __restrict__ lowerPtr = + neiInterface.coeffs_.begin(); register label inFaces = interface.faceCells_.size(); label neiOffset = procOffsets_[interface.neighbProcNo_]; diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H b/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H index 43d6f38f54a..e9de460c761 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H +++ b/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrixTemplates.C b/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrixTemplates.C index dfcad4257e6..044e22ac3fb 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrixTemplates.C +++ b/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrixTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.C b/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.C index a66d777dc7f..9ec2fde61d4 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.C +++ b/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H b/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H index 5fe4a610317..2bb3cd40fed 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H +++ b/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.C b/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.C index 908d829af31..073645e245a 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.C +++ b/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H b/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H index 6a6156d01c1..824252769b5 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H +++ b/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/Matrix/Matrix.C b/src/OpenFOAM/matrices/Matrix/Matrix.C index 41e067a0efe..cce2279bfb2 100644 --- a/src/OpenFOAM/matrices/Matrix/Matrix.C +++ b/src/OpenFOAM/matrices/Matrix/Matrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -325,7 +325,8 @@ Form Foam::operator+(const Matrix<Form, Type>& a, const Matrix<Form, Type>& b) { FatalErrorIn ( - "Matrix<Form, Type>::operator+(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" + "Matrix<Form, Type>::operator+" + "(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" ) << "attempted add matrices with different number of rows: " << a.n() << ", " << b.n() << abort(FatalError); @@ -335,7 +336,8 @@ Form Foam::operator+(const Matrix<Form, Type>& a, const Matrix<Form, Type>& b) { FatalErrorIn ( - "Matrix<Form, Type>::operator+(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" + "Matrix<Form, Type>::operator+" + "(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" ) << "attempted add matrices with different number of columns: " << a.m() << ", " << b.m() << abort(FatalError); @@ -364,7 +366,8 @@ Form Foam::operator-(const Matrix<Form, Type>& a, const Matrix<Form, Type>& b) { FatalErrorIn ( - "Matrix<Form, Type>::operator-(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" + "Matrix<Form, Type>::operator-" + "(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" ) << "attempted add matrices with different number of rows: " << a.n() << ", " << b.n() << abort(FatalError); @@ -374,7 +377,8 @@ Form Foam::operator-(const Matrix<Form, Type>& a, const Matrix<Form, Type>& b) { FatalErrorIn ( - "Matrix<Form, Type>::operator-(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" + "Matrix<Form, Type>::operator-" + "(const Matrix<Form, Type>&, const Matrix<Form, Type>&)" ) << "attempted add matrices with different number of columns: " << a.m() << ", " << b.m() << abort(FatalError); diff --git a/src/OpenFOAM/matrices/Matrix/Matrix.H b/src/OpenFOAM/matrices/Matrix/Matrix.H index c7b561914ec..cf10b5058a4 100644 --- a/src/OpenFOAM/matrices/Matrix/Matrix.H +++ b/src/OpenFOAM/matrices/Matrix/Matrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -175,10 +175,18 @@ public: // IOstream operators //- Read Matrix from Istream, discarding contents of existing Matrix. - friend Istream& operator>> <Form, Type>(Istream&, Matrix<Form, Type>&); + friend Istream& operator>> <Form, Type> + ( + Istream&, + Matrix<Form, Type>& + ); // Write Matrix to Ostream. - friend Ostream& operator<< <Form, Type>(Ostream&, const Matrix<Form, Type>&); + friend Ostream& operator<< <Form, Type> + ( + Ostream&, + const Matrix<Form, Type>& + ); }; diff --git a/src/OpenFOAM/matrices/Matrix/MatrixI.H b/src/OpenFOAM/matrices/Matrix/MatrixI.H index 6e2b40b1725..8c21ebd5a5d 100644 --- a/src/OpenFOAM/matrices/Matrix/MatrixI.H +++ b/src/OpenFOAM/matrices/Matrix/MatrixI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,7 +35,8 @@ inline Foam::Matrix<Form, Type>::Matrix() template<class Form, class Type> -inline Foam::autoPtr<Foam::Matrix<Form, Type> > Foam::Matrix<Form, Type>::clone() const +inline Foam::autoPtr<Foam::Matrix<Form, Type> > Foam::Matrix<Form, Type>:: +clone() const { return autoPtr<Matrix<Form, Type> >(new Matrix<Form, Type>(*this)); } diff --git a/src/OpenFOAM/matrices/Matrix/MatrixIO.C b/src/OpenFOAM/matrices/Matrix/MatrixIO.C index f846d06423b..7caf3f42aac 100644 --- a/src/OpenFOAM/matrices/Matrix/MatrixIO.C +++ b/src/OpenFOAM/matrices/Matrix/MatrixIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -52,7 +52,10 @@ Foam::Istream& Foam::operator>>(Istream& is, Matrix<Form, Type>& M) token firstToken(is); - is.fatalCheck("operator>>(Istream&, Matrix<Form, Type>&) : reading first token"); + is.fatalCheck + ( + "operator>>(Istream&, Matrix<Form, Type>&) : reading first token" + ); if (firstToken.isLabel()) { diff --git a/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrix.H b/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrix.H index 2b3b11b4488..f953c7c4401 100644 --- a/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrix.H +++ b/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,8 +25,9 @@ Class Foam::RectangularMatrix Description - A templated 2D rectangular matrix of objects of \<T\>, where the n x n matrix - dimension is known and used for subscript bounds checking, etc. + A templated 2D rectangular matrix of objects of \<T\>, where the n + x n matrix dimension is known and used for subscript bounds + checking, etc. SourceFiles RectangularMatrixI.H diff --git a/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrixI.H b/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrixI.H index aac25895e3d..d8be2aead8b 100644 --- a/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrixI.H +++ b/src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrixI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -62,7 +62,10 @@ template<class Type> inline Foam::autoPtr<Foam::RectangularMatrix<Type> > Foam::RectangularMatrix<Type>::clone() const { - return autoPtr<RectangularMatrix<Type> >(new RectangularMatrix<Type>(*this)); + return autoPtr<RectangularMatrix<Type> > + ( + new RectangularMatrix<Type>(*this) + ); } diff --git a/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H b/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H index f19d9c7f9bc..2b674750ba4 100644 --- a/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H +++ b/src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/SquareMatrix/SquareMatrixI.H b/src/OpenFOAM/matrices/SquareMatrix/SquareMatrixI.H index a13c78f1f82..ecb58351db6 100644 --- a/src/OpenFOAM/matrices/SquareMatrix/SquareMatrixI.H +++ b/src/OpenFOAM/matrices/SquareMatrix/SquareMatrixI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.C index 87dee6babc7..ea8e0d40fe6 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H index fedeaf60d26..6a55754bd1d 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.C index 1f95df8baf8..629d4ab8f4b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H index 7d7cbff3095..510b545aeb8 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.C index 27c261e0593..640c4d41666 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H index 60ca7372d01..5cb7b22de54 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H index 3a8618afb93..597da982f6f 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.C index 1d5e3632b2b..ad04fc8c835 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H index 324ccc1ad4c..369f9d2fde9 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterfaceTemplates.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterfaceTemplates.C index 450c30f8846..53afd8e3466 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterfaceTemplates.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterfaceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C index 460a9fa06d2..e5da5b9e4df 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H index 2d35035f579..78311474875 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.C index a3c6cca9b81..e9fe5120ff2 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H index f07f1498a9f..9f2e7db3298 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceFieldPtrsList.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceFieldPtrsList.H index e6ed20df1c4..8183da6ebe9 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceFieldPtrsList.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceFieldPtrsList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.C index e6c1b341e1f..973f5680725 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H index 7c3ae2e259d..1d12b0f900a 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduSchedule/lduSchedule.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduSchedule/lduSchedule.H index 70ec9c510ca..7c975627cc4 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduSchedule/lduSchedule.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduSchedule/lduSchedule.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C index 9f155f94eda..1442ea7d5d8 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H index 9f3ef88a9ae..7872e961210 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixATmul.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixATmul.C index 6646583769f..78769a06067 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixATmul.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixATmul.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixOperations.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixOperations.C index ba5d754eadd..b13ffeb5f82 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixOperations.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixOperations.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixPreconditioner.C index eb9d9190f0d..6427ee3343b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSmoother.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSmoother.C index da2406d66a1..2de3f191f07 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSmoother.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSmoother.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C index a9c3516aa84..bcb98fc175b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTemplates.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTemplates.C index 992250b85b3..f23831271f4 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTemplates.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -91,7 +91,9 @@ Foam::lduMatrix::faceH(const Field<Type>& psi) const for (register label face=0; face<l.size(); face++) { - faceHpsi[face] = Upper[face]*psi[u[face]] - Lower[face]*psi[l[face]]; + faceHpsi[face] = + Upper[face]*psi[u[face]] + - Lower[face]*psi[l[face]]; } return tfaceHpsi; diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C index 09d8258ba58..ddd926e0b79 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C index 2e7ebe16f17..2eee6bccf1a 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.C index d2ab6a2d8a0..bfcfb816150 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -99,7 +99,8 @@ void Foam::DICPreconditioner::precondition solver_.matrix().lduAddr().upperAddr().begin(); const label* const __restrict__ lPtr = solver_.matrix().lduAddr().lowerAddr().begin(); - const scalar* const __restrict__ upperPtr = solver_.matrix().upper().begin(); + const scalar* const __restrict__ upperPtr = + solver_.matrix().upper().begin(); register label nCells = wA.size(); register label nFaces = solver_.matrix().upper().size(); diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H index 02d428ef49d..35f2c7bc54b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.C index d66ff9efcdd..b9435ec94fe 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H index 1988b68032b..a359334e569 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.C index 39777fd5711..61ae77342f4 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -58,7 +58,8 @@ Foam::FDICPreconditioner::FDICPreconditioner solver_.matrix().lduAddr().upperAddr().begin(); const label* const __restrict__ lPtr = solver_.matrix().lduAddr().lowerAddr().begin(); - const scalar* const __restrict__ upperPtr = solver_.matrix().upper().begin(); + const scalar* const __restrict__ upperPtr = + solver_.matrix().upper().begin(); register label nCells = rD_.size(); register label nFaces = solver_.matrix().upper().size(); diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H index 7226d4a320b..5de8053ae46 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C index e3d15d95839..2ab8f62d1be 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H index 01d2303317d..d5f0b518493 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C index ba3e3d095c4..0463f3d30bb 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H index b19265e2a5c..f288b4463c9 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.C b/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.C index 0b8131e51fa..0647af884d8 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.C +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H index f9758462659..57243dd8cf8 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.C b/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.C index b16372010a3..99fc3d49b4f 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.C +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -74,8 +74,10 @@ void Foam::DICSmoother::smooth { const scalar* const __restrict__ rDPtr = rD_.begin(); const scalar* const __restrict__ upperPtr = matrix_.upper().begin(); - const label* const __restrict__ uPtr = matrix_.lduAddr().upperAddr().begin(); - const label* const __restrict__ lPtr = matrix_.lduAddr().lowerAddr().begin(); + const label* const __restrict__ uPtr = + matrix_.lduAddr().upperAddr().begin(); + const label* const __restrict__ lPtr = + matrix_.lduAddr().lowerAddr().begin(); // Temporary storage for the residual scalarField rA(rD_.size()); diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.H b/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.H index 8838f5b4450..1f38c8de84a 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.H +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C b/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C index 3169f554c98..2d93eedd145 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.H b/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.H index 45ef152e2f3..0605e3f43dc 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.H +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.C b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.C index d25fa1acc7b..853a1c07ed6 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.C +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H index c20fc65378d..3c05955f9c4 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C index 4944d5be3cf..cb7a33f6d23 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.H b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.H index 5c75eeb4cdf..9854318c2e8 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.H +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C b/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C index e24fbeecdc8..683ae5ba18a 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H b/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H index e0e7d893d6b..0d27a139893 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.C b/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.C index f4613f4e024..a87f166948c 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C index a71bb298f5e..b2f23d05fed 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C index 9196ad0a124..e38c207e81b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H index 807477f411d..69db4b333c4 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C index 709764a6e91..81caa821026 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.C index 71e8a0cb332..5dcd9ce4c65 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.H index 4dcddee8f2f..31366d46de4 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C index 57d4bdcfa49..520763fccf1 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.C index 69946221608..a08f1bb9c80 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.H index 64aa3c3bc02..6fff66f6f9f 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerationCombineLevels.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerationCombineLevels.C index 8e977a6a9b8..8e825ab9835 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerationCombineLevels.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerationCombineLevels.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C index 7c87a765d40..ae981515975 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H index d0287653cfc..84f4ccf192c 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverAgglomerateMatrix.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverAgglomerateMatrix.C index 7447c152cd9..50b8cf1a254 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverAgglomerateMatrix.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverAgglomerateMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverScalingFactor.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverScalingFactor.C index 2fb36345167..9ded6bd7554 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverScalingFactor.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverScalingFactor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C index 2aae470a68f..b703f6dda21 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.C index d9bc5eef696..f0e44b038f0 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.H index a8a4438049f..0a1730f239a 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceFieldNew.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceFieldNew.C index b5bd371d93d..e480c73676c 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceFieldNew.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceFieldNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C index 45b5ce97bbb..d54510dc669 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H index d1fba2a55e8..5e316b7d25b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C index b3eadf5b4e4..09fb8699a86 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H index 1cdb4add614..01d5ec23bf2 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.C index 4e598cf54ba..1c4a032cd25 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H index baad87d6d83..dfaddd03fd2 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceNew.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceNew.C index 28f6e0481af..a1b633a7869 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceNew.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C index 5446a83e5ed..65fe33c1430 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C index 29ab1a93a9f..a0f328a1ae6 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -172,7 +172,8 @@ Foam::cyclicGAMGInterface::cyclicGAMGInterface faceFaceTable.find(contents[masterI])(); SLList<label>::iterator nbrsIter = curNbrs.begin(); - SLList<SLList<label> >::iterator faceFacesIter = curFaceFaces.begin(); + SLList<SLList<label> >::iterator faceFacesIter = + curFaceFaces.begin(); for ( @@ -209,7 +210,8 @@ Foam::cyclicGAMGInterface::cyclicGAMGInterface SLList<label>::iterator nbrsIter = curNbrs.begin(); - SLList<SLList<label> >::iterator faceFacesIter = curFaceFaces.begin(); + SLList<SLList<label> >::iterator faceFacesIter = + curFaceFaces.begin(); for ( diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H index c24d5fdca70..556d6901368 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C index dc6aaed5892..6d5afa62183 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H index be738700e6e..e6325bdc403 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.C b/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.C index d9c01f2a2f6..efcc55ee7dd 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C index 0041cc44eb6..1d008927cde 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H index a1753a1be1f..05477ae7b9f 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C b/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C index 53ff94034dc..94d360e06e8 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H index 481ba0fe11b..d57193df0b6 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.C b/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.C index 38852a0dfd2..18cc99060b7 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.H b/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.H index 701c6ddcdfc..d42bbb58f9b 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C b/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C index 79e53e60ec1..831e312a0bb 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H b/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H index 616ffc7f26c..2e06fe0a4d9 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.C b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.C index 1d4716a222e..181986427b7 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.C +++ b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H index f5fe947cc57..2290de5cfe6 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H +++ b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H index e080d97c92f..fbe3c31df97 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H +++ b/src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.C b/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.C index ad091a70f22..e5881f45105 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.C +++ b/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H b/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H index 9fbbb77e360..e3ca40227fd 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H +++ b/src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C b/src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C index e8d9a9aad57..49443cf51fd 100644 --- a/src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C +++ b/src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C b/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C index e8e283e77d9..eabe4628069 100644 --- a/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C +++ b/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H b/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H index dda74f9d83a..4048cf5b54b 100644 --- a/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H +++ b/src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/solution/solution.C b/src/OpenFOAM/matrices/solution/solution.C index ba796d401a0..5919077072f 100644 --- a/src/OpenFOAM/matrices/solution/solution.C +++ b/src/OpenFOAM/matrices/solution/solution.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/solution/solution.H b/src/OpenFOAM/matrices/solution/solution.H index 8a24ca0eb44..8d6949b7af8 100644 --- a/src/OpenFOAM/matrices/solution/solution.H +++ b/src/OpenFOAM/matrices/solution/solution.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/tolerances/tolerances.C b/src/OpenFOAM/matrices/tolerances/tolerances.C index ff70e0b93ae..8183e6816e7 100644 --- a/src/OpenFOAM/matrices/tolerances/tolerances.C +++ b/src/OpenFOAM/matrices/tolerances/tolerances.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/matrices/tolerances/tolerances.H b/src/OpenFOAM/matrices/tolerances/tolerances.H index 099eb366d7c..ea77481b06e 100644 --- a/src/OpenFOAM/matrices/tolerances/tolerances.H +++ b/src/OpenFOAM/matrices/tolerances/tolerances.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/Xfer/Xfer.H b/src/OpenFOAM/memory/Xfer/Xfer.H index 786eee96c00..106a3e3cd23 100644 --- a/src/OpenFOAM/memory/Xfer/Xfer.H +++ b/src/OpenFOAM/memory/Xfer/Xfer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/Xfer/XferI.H b/src/OpenFOAM/memory/Xfer/XferI.H index 158b7d4d299..89c331de0f6 100644 --- a/src/OpenFOAM/memory/Xfer/XferI.H +++ b/src/OpenFOAM/memory/Xfer/XferI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/autoPtr/autoPtr.H b/src/OpenFOAM/memory/autoPtr/autoPtr.H index 2ade60924a2..a16e0dccbb1 100644 --- a/src/OpenFOAM/memory/autoPtr/autoPtr.H +++ b/src/OpenFOAM/memory/autoPtr/autoPtr.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/autoPtr/autoPtrI.H b/src/OpenFOAM/memory/autoPtr/autoPtrI.H index ead0d626409..01820414479 100644 --- a/src/OpenFOAM/memory/autoPtr/autoPtrI.H +++ b/src/OpenFOAM/memory/autoPtr/autoPtrI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/refCount/refCount.H b/src/OpenFOAM/memory/refCount/refCount.H index c3b59142116..07f03f8ec6e 100644 --- a/src/OpenFOAM/memory/refCount/refCount.H +++ b/src/OpenFOAM/memory/refCount/refCount.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/tmp/tmp.H b/src/OpenFOAM/memory/tmp/tmp.H index f1a9f81fae0..ca0e087663e 100644 --- a/src/OpenFOAM/memory/tmp/tmp.H +++ b/src/OpenFOAM/memory/tmp/tmp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/memory/tmp/tmpI.H b/src/OpenFOAM/memory/tmp/tmpI.H index 18c41ae6465..4d79e4706c6 100644 --- a/src/OpenFOAM/memory/tmp/tmpI.H +++ b/src/OpenFOAM/memory/tmp/tmpI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/GeoMesh/GeoMesh.H b/src/OpenFOAM/meshes/GeoMesh/GeoMesh.H index d4fe5ef1674..e3d547d17df 100644 --- a/src/OpenFOAM/meshes/GeoMesh/GeoMesh.H +++ b/src/OpenFOAM/meshes/GeoMesh/GeoMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/MeshObject/MeshObject.C b/src/OpenFOAM/meshes/MeshObject/MeshObject.C index 2e62f26752f..4950476a241 100644 --- a/src/OpenFOAM/meshes/MeshObject/MeshObject.C +++ b/src/OpenFOAM/meshes/MeshObject/MeshObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/MeshObject/MeshObject.H b/src/OpenFOAM/meshes/MeshObject/MeshObject.H index 580f98ed24e..89b6ce9d00b 100644 --- a/src/OpenFOAM/meshes/MeshObject/MeshObject.H +++ b/src/OpenFOAM/meshes/MeshObject/MeshObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.C b/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.C index 9aebf1d43d5..bd2ca297812 100644 --- a/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.C +++ b/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H b/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H index d50ba659c45..7a60e5c4608 100644 --- a/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H +++ b/src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.C b/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.C index 5020f72813d..e19540d2747 100644 --- a/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.C +++ b/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H b/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H index c298eb54c4e..6acb1e129c5 100644 --- a/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H +++ b/src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/bandCompression/bandCompression.C b/src/OpenFOAM/meshes/bandCompression/bandCompression.C index 1a9811388a3..fdabe6f0715 100644 --- a/src/OpenFOAM/meshes/bandCompression/bandCompression.C +++ b/src/OpenFOAM/meshes/bandCompression/bandCompression.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/bandCompression/bandCompression.H b/src/OpenFOAM/meshes/bandCompression/bandCompression.H index 219c7c44b66..89b4dd8ff6d 100644 --- a/src/OpenFOAM/meshes/bandCompression/bandCompression.H +++ b/src/OpenFOAM/meshes/bandCompression/bandCompression.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/boundBox/boundBox.C b/src/OpenFOAM/meshes/boundBox/boundBox.C index 06e1c059062..74061716c20 100644 --- a/src/OpenFOAM/meshes/boundBox/boundBox.C +++ b/src/OpenFOAM/meshes/boundBox/boundBox.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/boundBox/boundBox.H b/src/OpenFOAM/meshes/boundBox/boundBox.H index fe4499c1f2d..dec6ae658df 100644 --- a/src/OpenFOAM/meshes/boundBox/boundBox.H +++ b/src/OpenFOAM/meshes/boundBox/boundBox.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/lduMesh/lduMesh.C b/src/OpenFOAM/meshes/lduMesh/lduMesh.C index 39e665ef6de..078218073ca 100644 --- a/src/OpenFOAM/meshes/lduMesh/lduMesh.C +++ b/src/OpenFOAM/meshes/lduMesh/lduMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/lduMesh/lduMesh.H b/src/OpenFOAM/meshes/lduMesh/lduMesh.H index 2f03419fca1..0503e74f746 100644 --- a/src/OpenFOAM/meshes/lduMesh/lduMesh.H +++ b/src/OpenFOAM/meshes/lduMesh/lduMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H b/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H index 2eff97aa216..993953fa520 100644 --- a/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H +++ b/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/cell.C b/src/OpenFOAM/meshes/meshShapes/cell/cell.C index ab10b577f01..fbfd7348ad5 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/cell.C +++ b/src/OpenFOAM/meshes/meshShapes/cell/cell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/cell.H b/src/OpenFOAM/meshes/meshShapes/cell/cell.H index 7a67062c388..8533b855083 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/cell.H +++ b/src/OpenFOAM/meshes/meshShapes/cell/cell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/cellI.H b/src/OpenFOAM/meshes/meshShapes/cell/cellI.H index ab5d0778dae..bdfdf5bd3ff 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/cellI.H +++ b/src/OpenFOAM/meshes/meshShapes/cell/cellI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.C b/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.C index 38c8e76ad4b..6a6aa29de2e 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.C +++ b/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.H b/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.H index 55f6a553af9..194c6824827 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.H +++ b/src/OpenFOAM/meshes/meshShapes/cell/cellIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/cellList.H b/src/OpenFOAM/meshes/meshShapes/cell/cellList.H index f53ad2a6f6e..0d9e3fe8a26 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/cellList.H +++ b/src/OpenFOAM/meshes/meshShapes/cell/cellList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/oppositeCellFace.C b/src/OpenFOAM/meshes/meshShapes/cell/oppositeCellFace.C index f7b33d65df2..3710aba5518 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/oppositeCellFace.C +++ b/src/OpenFOAM/meshes/meshShapes/cell/oppositeCellFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cell/pyramidPointFaceRef.H b/src/OpenFOAM/meshes/meshShapes/cell/pyramidPointFaceRef.H index 16c0006188b..dcfe304ae57 100644 --- a/src/OpenFOAM/meshes/meshShapes/cell/pyramidPointFaceRef.H +++ b/src/OpenFOAM/meshes/meshShapes/cell/pyramidPointFaceRef.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.C index 91454b95f47..2a5c871d8f1 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H index 96d3fe1674d..1a1e80a78eb 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcherI.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcherI.H index 708897ed453..1c620e00548 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcherI.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcherI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C index e325a31968a..30576c492a0 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.H index 275a91cc458..8eeabfb5409 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C index 3bd074ce3a1..0cd64eda64d 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H index 0514c87dbdb..82a1f752573 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C index 82d7a256faf..6cee6db900d 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H index b56b494e0b9..acdc2c0b42a 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C index bf2533a12ad..0adfbfe45ab 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H index f58378ef327..33cae0ebdae 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C index a48fa83786a..86424004639 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H index c1c51aef5eb..4d295bee6dc 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C index 7d9fb798321..5b068e8603e 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H index cf0cc0ecb8b..eb97e26488d 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C index 7a56054eda4..412562e77fd 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H index d5ac9c1b506..6fb5cd1c52f 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.C b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.C index e934e733153..43acc34bece 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.C +++ b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H index 7bc78400153..66d7c073f27 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H +++ b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H index f47909cbc8b..5f6f09478f2 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H +++ b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelIO.C b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelIO.C index 6d6167a4620..50885937029 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelIO.C +++ b/src/OpenFOAM/meshes/meshShapes/cellModel/cellModelIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.C b/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.C index e73a0522e4a..c3a5ac5a798 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.C +++ b/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H b/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H index 565a8b90f30..b1a62870f89 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H +++ b/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellModeller/globalCellModeller.C b/src/OpenFOAM/meshes/meshShapes/cellModeller/globalCellModeller.C index ad6feb443f2..73ca1684823 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModeller/globalCellModeller.C +++ b/src/OpenFOAM/meshes/meshShapes/cellModeller/globalCellModeller.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.C b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.C index 61272db50b2..ef6a3f8a4e7 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.C +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H index 56abe1b8861..f21e5fc6eee 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeEqual.C b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeEqual.C index 0e2668118e4..2f299fbab6d 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeEqual.C +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeEqual.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeI.H b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeI.H index df0404d6921..6d8cd19fb44 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeI.H +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIO.C b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIO.C index 0e525ad4636..d0db2934a39 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIO.C +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.C b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.C index 04e3e19fc2d..4738c775fce 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.C +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.H b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.H index 6a2bc9a869c..d30e24fd42f 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.H +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeList.H b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeList.H index 9ea9419f9be..b260a773270 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeList.H +++ b/src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H b/src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H index ee10676ef07..1c0fbe43a8b 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H +++ b/src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edge.C b/src/OpenFOAM/meshes/meshShapes/edge/edge.C index ae243387fca..4bcf2b8b892 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edge.C +++ b/src/OpenFOAM/meshes/meshShapes/edge/edge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edge.H b/src/OpenFOAM/meshes/meshShapes/edge/edge.H index 3a5ddb7c430..f5dc17ff511 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edge.H +++ b/src/OpenFOAM/meshes/meshShapes/edge/edge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edgeI.H b/src/OpenFOAM/meshes/meshShapes/edge/edgeI.H index a2f699dd47c..5b51c71c4af 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edgeI.H +++ b/src/OpenFOAM/meshes/meshShapes/edge/edgeI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.C b/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.C index 23c1b0490e3..4dd508f0ee3 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.C +++ b/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.H b/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.H index 01882b629cf..6c4d1f9287e 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.H +++ b/src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/edge/edgeList.H b/src/OpenFOAM/meshes/meshShapes/edge/edgeList.H index 066492e2cff..8323ddc0f56 100644 --- a/src/OpenFOAM/meshes/meshShapes/edge/edgeList.H +++ b/src/OpenFOAM/meshes/meshShapes/edge/edgeList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/face.C b/src/OpenFOAM/meshes/meshShapes/face/face.C index 84d90959a08..eb9c375ccda 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/face.C +++ b/src/OpenFOAM/meshes/meshShapes/face/face.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/face.H b/src/OpenFOAM/meshes/meshShapes/face/face.H index d73dc60739a..81ce90d8a9d 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/face.H +++ b/src/OpenFOAM/meshes/meshShapes/face/face.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C b/src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C index 3d587b74e11..180d01ec1c1 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C +++ b/src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceContactSphere.C b/src/OpenFOAM/meshes/meshShapes/face/faceContactSphere.C index a6ef440e131..caf72d2579f 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceContactSphere.C +++ b/src/OpenFOAM/meshes/meshShapes/face/faceContactSphere.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceI.H b/src/OpenFOAM/meshes/meshShapes/face/faceI.H index fb74d7e220f..9b4c4f9b2ce 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceI.H +++ b/src/OpenFOAM/meshes/meshShapes/face/faceI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceIOList.C b/src/OpenFOAM/meshes/meshShapes/face/faceIOList.C index 9100dee95ab..5ce764bd14f 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceIOList.C +++ b/src/OpenFOAM/meshes/meshShapes/face/faceIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceIOList.H b/src/OpenFOAM/meshes/meshShapes/face/faceIOList.H index badfac13357..58874198a0b 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceIOList.H +++ b/src/OpenFOAM/meshes/meshShapes/face/faceIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceIntersection.C b/src/OpenFOAM/meshes/meshShapes/face/faceIntersection.C index f2a2f227f4a..d4184e766aa 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceIntersection.C +++ b/src/OpenFOAM/meshes/meshShapes/face/faceIntersection.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceList.H b/src/OpenFOAM/meshes/meshShapes/face/faceList.H index e31938424df..948a608c834 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceList.H +++ b/src/OpenFOAM/meshes/meshShapes/face/faceList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceListFwd.H b/src/OpenFOAM/meshes/meshShapes/face/faceListFwd.H index a3fd7ac6b64..dea99850855 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceListFwd.H +++ b/src/OpenFOAM/meshes/meshShapes/face/faceListFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/faceTemplates.C b/src/OpenFOAM/meshes/meshShapes/face/faceTemplates.C index b3862b3cf1a..24cfe1d4e63 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/faceTemplates.C +++ b/src/OpenFOAM/meshes/meshShapes/face/faceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/face/oppositeFace.H b/src/OpenFOAM/meshes/meshShapes/face/oppositeFace.H index d450bd9567a..4530f16dc6c 100644 --- a/src/OpenFOAM/meshes/meshShapes/face/oppositeFace.H +++ b/src/OpenFOAM/meshes/meshShapes/face/oppositeFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.C b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.C index 4939988c2b9..0984986593b 100644 --- a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.C +++ b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H index f14ce99e2d0..5460dd1bc00 100644 --- a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H +++ b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellI.H b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellI.H index 33f960514c1..e73b4a32785 100644 --- a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellI.H +++ b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellList.H b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellList.H index 23ae8a9ea6b..a1aa6da4817 100644 --- a/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellList.H +++ b/src/OpenFOAM/meshes/meshShapes/tetCell/tetCellList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H b/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H index 650b486fb6f..a0aee7375d9 100644 --- a/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H +++ b/src/OpenFOAM/meshes/meshShapes/triFace/triFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H b/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H index 7a03478043a..1396307ea12 100644 --- a/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H +++ b/src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshShapes/triFace/triFaceList.H b/src/OpenFOAM/meshes/meshShapes/triFace/triFaceList.H index 08a3b7ff1aa..5a2b0453528 100644 --- a/src/OpenFOAM/meshes/meshShapes/triFace/triFaceList.H +++ b/src/OpenFOAM/meshes/meshShapes/triFace/triFaceList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshTools/matchPoints.C b/src/OpenFOAM/meshes/meshTools/matchPoints.C index 07f6ad90c06..a76c907710e 100644 --- a/src/OpenFOAM/meshes/meshTools/matchPoints.C +++ b/src/OpenFOAM/meshes/meshTools/matchPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshTools/matchPoints.H b/src/OpenFOAM/meshes/meshTools/matchPoints.H index c2325f873f3..f1e7432bd76 100644 --- a/src/OpenFOAM/meshes/meshTools/matchPoints.H +++ b/src/OpenFOAM/meshes/meshTools/matchPoints.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshTools/mergePoints.C b/src/OpenFOAM/meshes/meshTools/mergePoints.C index 62a115a1c75..e7650b1ba97 100644 --- a/src/OpenFOAM/meshes/meshTools/mergePoints.C +++ b/src/OpenFOAM/meshes/meshTools/mergePoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/meshTools/mergePoints.H b/src/OpenFOAM/meshes/meshTools/mergePoints.H index 31d32cb3fb7..e74bd575bd2 100644 --- a/src/OpenFOAM/meshes/meshTools/mergePoints.H +++ b/src/OpenFOAM/meshes/meshTools/mergePoints.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.C b/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.C index 0deb0cbe62f..09dd490daf2 100644 --- a/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.C +++ b/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H b/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H index 2e333e63964..3bf834e5412 100644 --- a/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H +++ b/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C b/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C index 83aec41c48b..770b8131421 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C +++ b/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H b/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H index 88cfc2473b2..adfe00559b0 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H +++ b/src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMesh.C b/src/OpenFOAM/meshes/pointMesh/pointMesh.C index 4d084a1d728..99dd0ea9b2c 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMesh.C +++ b/src/OpenFOAM/meshes/pointMesh/pointMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMesh.H b/src/OpenFOAM/meshes/pointMesh/pointMesh.H index b6353204e9d..b75c8a48c9c 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMesh.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/MapPointField.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/MapPointField.H index ace121a9ae2..a10e0f3d027 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/MapPointField.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/MapPointField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointBoundaryMeshMapper.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointBoundaryMeshMapper.H index b1655afa94b..6ef81c3211c 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointBoundaryMeshMapper.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointBoundaryMeshMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.C b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.C index 2624b848298..23b8993c24f 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.C +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H index af7a519e3c4..660b1b42155 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMeshMapper.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMeshMapper.H index fe8bbd0be83..fabaae9a17a 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMeshMapper.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMeshMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.C b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.C index e93aedbbd91..ecccce8277f 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.C +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H index 2171c0e49a7..813e977620d 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.C index 182445aa416..3920d23dd82 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H index 1123e46ae66..69c65e48714 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.C index ea58760984e..2df36f2bd83 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.H index 975f07b5dda..876ec259d9a 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C index 7a703c26076..a07e3e4d2bc 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H index 8e1849a52c0..9eae3d638b6 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.C index d08676867e5..41dd3ece6cb 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.H index 1352a71aa30..71cfd79b204 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C index da6fa3822fc..afc723f7d16 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H index 97faee107b1..06584963d9b 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C index 71fcde091cd..f42128a9484 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.H index cc66f9c5053..79a6405cbe8 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.C index 1f167ed081e..6869d58eeb0 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.H index 0841de7f9c2..10e8e8d7307 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.C index 87b51525a6d..3dfa1dacb0e 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H index 278b56c0771..9422e968f04 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.C index 24908474fca..6a91bdda8a6 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.H index c8f0fdf0d4b..e847ab3cca5 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.C index d66ea4e530a..32baa3ab5f5 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H index 445eec1ec35..5d589009e88 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatchNew.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatchNew.C index da4f8f6ec5f..ae5a1cc2708 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatchNew.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatchNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.C index bd82a74fcc3..234108d0cef 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H index e2e01c4553a..4068cdc25a5 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H index 2dcfa7e8d24..0f2150a2f29 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.C b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.C index 18daac965ff..21e97d74d45 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.C +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H index 78e51580e04..3fb6b18081a 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexI.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexI.H index 42f34368c3f..c5d2b79943c 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexI.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C index 3daa288e74c..276f2d12bc9 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H index b3474ff050b..09935e22b13 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C index f9c261ebab2..3158e3698bf 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshDataTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C index 73b0b3fec14..c5d632ec287 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H index 32012334b77..ef844b2af6a 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/processorTopology.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/processorTopology.H index c3ef41884dd..eec1d230989 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/processorTopology.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/processorTopology.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.C index 0489d57ded0..1950a97b84a 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H index 2406f182a1c..10fd09cddbc 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.C index a59d6f8fff6..6377fefedd7 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H index 24a32d442ea..410e2819e02 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.C index 23a8431cba2..eba36915f77 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H index 6e1ee6c8445..7d423d9d6bd 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C index fa9ad13f930..95813de6b63 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H index 0d47c7db9d4..e7838876858 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H index d5730d6f280..32ffb61a88d 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C index 4f0e8a6f3cb..49c725b8887 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H index 13f472ddfc7..5969842c143 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C index 8fb074488de..443dbf502d9 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H index 905f8184167..0c52a1200ec 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C index 9ec31a63e0b..27ec16292c0 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H index 21bc2418d2f..829e0227afe 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapSubsetMesh/mapSubsetMesh.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapSubsetMesh/mapSubsetMesh.H index 910fe449b94..da20c7c97f2 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapSubsetMesh/mapSubsetMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapSubsetMesh/mapSubsetMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H index d9f35e51e8c..06cc88eb849 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMap.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMap.H index e83bf53a83b..b2737e08702 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMap.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMap.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMapI.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMapI.H index 8ab0476de42..36218fa78c8 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMapI.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMapI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C index 3a1ff00b32c..91fbbca6174 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -637,7 +637,7 @@ bool Foam::polyBoundaryMesh::checkDefinition(const bool report) const { if (hasError) { - Pout << " ***Boundary definition is in error." << endl; + Pout<< " ***Boundary definition is in error." << endl; } else { diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H index 4b687ad5180..5469c6b8b82 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C index 95040a32c37..2e4f031ea63 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H index e614d614fb4..6678aafc302 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMesh.C index 0ed5f56200f..2cbde73f8b3 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index d82006b2df3..ec57faa9fbd 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C b/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C index 88fc61fe135..187d3c128fa 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshClear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C index 4657cfc5c87..0f35692b0ce 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C b/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C index 5dcb2464c79..757f1745887 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C index f732de64b26..4dbe651765f 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C b/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C index f1f852a9a4e..a6f5afc6f3e 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C index ea44ec07d1a..122ee9a791a 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H index 92fcdc821cf..c2dcbbe6e3a 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.C index ba2067b907c..94fe6df9ec4 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H index b06a95c279e..d89207b1402 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C index 963c5f9a0ce..8f540d82ba5 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H index 324a9f90d6e..f628e2c0189 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.C index 765148646ac..8569ed67ca0 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H index 9578d5a6e20..9b6f1812bea 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C index 277a274b910..ce8322b3258 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H index 0af1cfaa17f..53aba7fd17f 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.C index e0e6f42c4a6..ec1d258268a 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H index c97a9cd1db7..4a910c19ce9 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.H index cea3c1a0a3f..552735cb9c0 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.C index 4a1cb800c77..f8ed338c2a8 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.H index bc906892b4a..bd0d03af9d2 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C index 37fa6df999d..aca74ce5217 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H index 66daf6793bd..5449cbf1608 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchList.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchList.H index 83c1230980d..5a947bf8422 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchList.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C index fb77cc19d94..357175e6188 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C b/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C index 843e84908c1..ced1c54bb71 100644 --- a/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C +++ b/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H b/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H index 725270a4895..28f8d17e997 100644 --- a/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H +++ b/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C b/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C index 9675d29bb71..5d35b85f758 100644 --- a/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C +++ b/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H index 771265ea877..6191a6d6d8f 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneIDs.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneIDs.H index 259b1022bf2..0dc0a43c99d 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneIDs.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneIDs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/polyPatchID.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/polyPatchID.H index ed38d62d221..58c7ff4c154 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/polyPatchID.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneID/polyPatchID.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMesh.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMesh.H index 473e7de9e22..0d231a541ea 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMeshFwd.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMeshFwd.H index 7908242f074..50e9d28c657 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMeshFwd.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMeshFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMesh.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMesh.H index d90d7065392..d017c9cd16e 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMeshFwd.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMeshFwd.H index 8befa122726..f2d5d6b7e5c 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMeshFwd.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMeshFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMesh.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMesh.H index 0257309106d..6fad07441c9 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMeshFwd.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMeshFwd.H index 8bc592af7b7..4b55d2560e6 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMeshFwd.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMeshFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C index bc9d28de749..6e76afc1c53 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H index fd0dfc5b11e..5f5d60a30fc 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZoneNew.C b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZoneNew.C index 83461c88a45..69f105955aa 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZoneNew.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZoneNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/indirectCellList.H b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/indirectCellList.H index 0f519c37d2d..ea31e7e6b3d 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/cellZone/indirectCellList.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/cellZone/indirectCellList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C index cfc23d06b31..4bd7874649f 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H index 291d18db74c..b8d617232d4 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZoneNew.C b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZoneNew.C index 417c6147333..b94b0dddbaf 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZoneNew.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZoneNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/indirectFaceList.H b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/indirectFaceList.H index 2c4622b4142..c6e806a1467 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/indirectFaceList.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/indirectFaceList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/primitiveFaceZone.H b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/primitiveFaceZone.H index a1529ff663a..e2323947a15 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/faceZone/primitiveFaceZone.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/faceZone/primitiveFaceZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/indirectPointList.H b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/indirectPointList.H index a31d0bb8ec0..0181f996e61 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/indirectPointList.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/indirectPointList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.C b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.C index 672f695e3d3..d6bca05438f 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H index 0aaf2a6a059..177953990cf 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZoneNew.C b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZoneNew.C index 90f739c782a..2ac1d8a202e 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZoneNew.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZoneNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C b/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C index 63fbfbf3e76..b97e28c937f 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C +++ b/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H b/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H index 014a8b61101..9bec4b6cdb8 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/zone/zone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.C b/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.C index 44e9ee06c28..384e718d078 100644 --- a/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.C +++ b/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H b/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H index 0a4a783c1ef..5ecf1b34ee9 100644 --- a/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H +++ b/src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.C b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.C index e4844ab968e..db64f40123a 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H index ee93e6444a9..0a3bdceaa1c 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C index d8ec03a57db..c5bddbf466c 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsEdgeOwner.C b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsEdgeOwner.C index ff474c4ee59..85d4fb85500 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsEdgeOwner.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsEdgeOwner.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSearch.C b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSearch.C index 362fad3264c..68ea5c56faf 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSearch.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSearch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -90,7 +90,14 @@ Foam::PatchTools::markZone FatalErrorIn ( "PatchTools::markZone" - "(const boolList&, const label, const label, labelList&)" + "(" + "const PrimitivePatch<Face, FaceList, " + "PointField, PointType>& p," + "const BoolListType& borderEdge," + "const label faceI," + "const label currentZone," + "labelList& faceZone" + ")" ) << "Zones " << faceZone[nbrFaceI] << " at face " << nbrFaceI diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSortEdges.C b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSortEdges.C index 98601fca511..037aa14717b 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSortEdges.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSortEdges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C index d0bb8463d27..2189a2d93d3 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H index 6561705652f..e1dafb978cb 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C index 8722ab98ac4..f7a6f8cfda5 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C index f8ccd904231..537714be876 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C index e8790757f7b..b74dd5c7970 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -118,7 +118,8 @@ template class PointField, class PointType > -typename Foam::PrimitivePatch<Face, FaceList, PointField, PointType>::surfaceTopo +typename +Foam::PrimitivePatch<Face, FaceList, PointField, PointType>::surfaceTopo Foam::PrimitivePatch<Face, FaceList, PointField, PointType>:: surfaceType() const { diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C index 2510e66c8fd..b4b1fab155c 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C index 0c510efdc31..8e9963f639e 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C index d9d1239a810..fb88aa4b6b4 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C index e71e1bd549b..cf07fe69e64 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C index 480cb3402bb..add5db8a6b6 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchName.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchName.C index d0c0c483725..242610bb37b 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchName.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C index 5f9805ef54e..5216419d1f8 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C index a3522bbf835..898486fa0b9 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -334,7 +334,9 @@ projectFaceCentres // Result List<objectHit> result(this->size()); - const PrimitivePatch<Face, FaceList, PointField, PointType>& slaveFaces = *this; + const PrimitivePatch<Face, FaceList, PointField, PointType>& slaveFaces = + *this; + const PointField& slaveGlobalPoints = points(); // Algorithm: diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCalcCellShapes.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCalcCellShapes.C index 803160e8beb..6ad435bacab 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCalcCellShapes.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCalcCellShapes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCells.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCells.C index a698a808339..66219a64032 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCells.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCentresAndVols.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCentresAndVols.C index fd38491dfa6..7b3d28439bc 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCentresAndVols.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCentresAndVols.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellEdges.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellEdges.C index 98cec1c3370..608e35d57ed 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellEdges.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellEdges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellPoints.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellPoints.C index 73e02853f6d..36096a3ea8e 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellPoints.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C index f814bd1eeff..37af41dffc2 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckEdgeLength.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckEdgeLength.C index db67cf12106..18156565487 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckEdgeLength.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckEdgeLength.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckMotion.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckMotion.C index 3e6b0066520..dee119c0de8 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckMotion.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -256,7 +256,7 @@ bool Foam::primitiveMesh::checkMeshMotion if (!error && (debug || report)) { - Pout << "Mesh motion check OK." << endl; + Pout<< "Mesh motion check OK." << endl; } return error; diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckPointNearness.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckPointNearness.C index 9583fb020cb..fbef8d4fedb 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckPointNearness.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckPointNearness.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C index bdb1170358e..e6c62622b80 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeCells.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeCells.C index 728db763fd4..e96e29ca692 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeCells.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeFaces.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeFaces.C index 05c93480c30..2e4bfb225b9 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeFaces.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdges.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdges.C index 110b05b9be3..ee69996cb4f 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdges.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFaceCentresAndAreas.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFaceCentresAndAreas.C index 5e25d94e36d..a5ccbf6adc0 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFaceCentresAndAreas.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFaceCentresAndAreas.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C index 8829a7e88e9..6918235551d 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshI.H b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshI.H index 7199189f526..13b4ccb6650 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshI.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointCells.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointCells.C index 905f1ff4b92..e69e53eaf38 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointCells.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointFaces.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointFaces.C index 0c02b3a3925..cdba43b7dad 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointFaces.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointPoints.C b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointPoints.C index c7b6280f92a..716f33e7705 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointPoints.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/indirectPrimitivePatch.H b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/indirectPrimitivePatch.H index 2f14ff195c2..79b123e642b 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/indirectPrimitivePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/indirectPrimitivePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.C b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.C index 0aba7315f4b..ead1b46291c 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.H b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.H index 2787ad8a3ca..6a264a85b57 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitiveFacePatch.H b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitiveFacePatch.H index 1f97e371e74..e6a06b94398 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitiveFacePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitiveFacePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitivePatch.H b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitivePatch.H index 5c05173485e..704a093acc6 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitivePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitivePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/uindirectPrimitivePatch.H b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/uindirectPrimitivePatch.H index 188157102f8..4a820446381 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/uindirectPrimitivePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/uindirectPrimitivePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.C b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.C index 956846fb94a..43b89c46000 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.C +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.H b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.H index 4d92f051f5e..25d199ff56f 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/line/line.C b/src/OpenFOAM/meshes/primitiveShapes/line/line.C index 2cb73c206f2..1f1251c586d 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/line/line.C +++ b/src/OpenFOAM/meshes/primitiveShapes/line/line.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/line/line.H b/src/OpenFOAM/meshes/primitiveShapes/line/line.H index 099252fa691..cd455ec54e5 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/line/line.H +++ b/src/OpenFOAM/meshes/primitiveShapes/line/line.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/line/lineI.H b/src/OpenFOAM/meshes/primitiveShapes/line/lineI.H index bf31c16ed11..cb6616fa013 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/line/lineI.H +++ b/src/OpenFOAM/meshes/primitiveShapes/line/lineI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/line/linePoint2DRef.H b/src/OpenFOAM/meshes/primitiveShapes/line/linePoint2DRef.H index 66e56e6438a..b619be67c2f 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/line/linePoint2DRef.H +++ b/src/OpenFOAM/meshes/primitiveShapes/line/linePoint2DRef.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H b/src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H index 14b9cb03f6c..45e001e7e9c 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H +++ b/src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointHit.H b/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointHit.H index 8afe102c275..5393ca7df64 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointHit.H +++ b/src/OpenFOAM/meshes/primitiveShapes/objectHit/PointHit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/objectHit/objectHit.H b/src/OpenFOAM/meshes/primitiveShapes/objectHit/objectHit.H index 7ba6205f5c3..209c4463099 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/objectHit/objectHit.H +++ b/src/OpenFOAM/meshes/primitiveShapes/objectHit/objectHit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/objectHit/point2DHit.H b/src/OpenFOAM/meshes/primitiveShapes/objectHit/point2DHit.H index 94466f41013..29a164389a6 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/objectHit/point2DHit.H +++ b/src/OpenFOAM/meshes/primitiveShapes/objectHit/point2DHit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHit.H b/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHit.H index 4ca5c04c5d2..8febc115106 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHit.H +++ b/src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point/point.H b/src/OpenFOAM/meshes/primitiveShapes/point/point.H index a86aee72d8e..f1378eb0f2f 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point/point.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point/point.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point/pointField.H b/src/OpenFOAM/meshes/primitiveShapes/point/pointField.H index 2c723aac1b0..19a27375288 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point/pointField.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point/pointField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point/pointFieldFwd.H b/src/OpenFOAM/meshes/primitiveShapes/point/pointFieldFwd.H index 2b888bedcd5..6657dec459d 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point/pointFieldFwd.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point/pointFieldFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point/pointIOField.H b/src/OpenFOAM/meshes/primitiveShapes/point/pointIOField.H index 5773bb7693b..a15266e87bd 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point/pointIOField.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point/pointIOField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point2D/point2D.H b/src/OpenFOAM/meshes/primitiveShapes/point2D/point2D.H index 458d8f44803..a8f079a61e9 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point2D/point2D.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point2D/point2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DField.H b/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DField.H index 1f4fa77a3a9..a6191784d7c 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DField.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DFieldFwd.H b/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DFieldFwd.H index f56a3f1f2a2..e6f7e1e2a22 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DFieldFwd.H +++ b/src/OpenFOAM/meshes/primitiveShapes/point2D/point2DFieldFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramid.H b/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramid.H index a79f0eda769..09ea9445d41 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramid.H +++ b/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramid.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramidI.H b/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramidI.H index 4a477af17c1..692730134d4 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramidI.H +++ b/src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramidI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetPointRef.H b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetPointRef.H index e45ad2583d3..7b2157c22b8 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetPointRef.H +++ b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetPointRef.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C index 0710b88cc61..2c801c1db9f 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C +++ b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H index e0c78b4f68c..fe036de2d23 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H +++ b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H index a614d3d9c3f..5fab6fa5381 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H +++ b/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.C b/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.C index 503cd261e41..abaf9c5015a 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.C +++ b/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.H b/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.H index ce7ccdb4bd2..bb4712871ca 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.H +++ b/src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/triangle/triPointRef.H b/src/OpenFOAM/meshes/primitiveShapes/triangle/triPointRef.H index ab2f3f2a8d3..7e7684b5ba3 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/triangle/triPointRef.H +++ b/src/OpenFOAM/meshes/primitiveShapes/triangle/triPointRef.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/triangle/triangle.H b/src/OpenFOAM/meshes/primitiveShapes/triangle/triangle.H index 82603ee22a2..a5c246a3607 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/triangle/triangle.H +++ b/src/OpenFOAM/meshes/primitiveShapes/triangle/triangle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/meshes/primitiveShapes/triangle/triangleI.H b/src/OpenFOAM/meshes/primitiveShapes/triangle/triangleI.H index 07e94a07283..3587ac8d907 100644 --- a/src/OpenFOAM/meshes/primitiveShapes/triangle/triangleI.H +++ b/src/OpenFOAM/meshes/primitiveShapes/triangle/triangleI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/DiagTensor/DiagTensor.H b/src/OpenFOAM/primitives/DiagTensor/DiagTensor.H index a9635e7e9ac..a2c0e8be460 100644 --- a/src/OpenFOAM/primitives/DiagTensor/DiagTensor.H +++ b/src/OpenFOAM/primitives/DiagTensor/DiagTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/DiagTensor/DiagTensorI.H b/src/OpenFOAM/primitives/DiagTensor/DiagTensorI.H index 8f7f8e6731f..1949dae6825 100644 --- a/src/OpenFOAM/primitives/DiagTensor/DiagTensorI.H +++ b/src/OpenFOAM/primitives/DiagTensor/DiagTensorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.C b/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.C index 840877943b6..860f07cdae3 100644 --- a/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.C +++ b/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.H b/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.H index 590d9c9da1d..6a5bfaa62fc 100644 --- a/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.H +++ b/src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/PackedBoolList.H b/src/OpenFOAM/primitives/Lists/PackedBoolList.H index 3793f2a3a9f..7dd2c81b7c7 100644 --- a/src/OpenFOAM/primitives/Lists/PackedBoolList.H +++ b/src/OpenFOAM/primitives/Lists/PackedBoolList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/boolList.C b/src/OpenFOAM/primitives/Lists/boolList.C index fcdf86de2a4..c095130ab30 100644 --- a/src/OpenFOAM/primitives/Lists/boolList.C +++ b/src/OpenFOAM/primitives/Lists/boolList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/boolList.H b/src/OpenFOAM/primitives/Lists/boolList.H index 11a96ca5754..32696a3231e 100644 --- a/src/OpenFOAM/primitives/Lists/boolList.H +++ b/src/OpenFOAM/primitives/Lists/boolList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/fileNameList.H b/src/OpenFOAM/primitives/Lists/fileNameList.H index 32c0e0b94dc..29cb0727ff2 100644 --- a/src/OpenFOAM/primitives/Lists/fileNameList.H +++ b/src/OpenFOAM/primitives/Lists/fileNameList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/labelIOList.C b/src/OpenFOAM/primitives/Lists/labelIOList.C index 6fd10f9ef9b..512938881cd 100644 --- a/src/OpenFOAM/primitives/Lists/labelIOList.C +++ b/src/OpenFOAM/primitives/Lists/labelIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/labelIOList.H b/src/OpenFOAM/primitives/Lists/labelIOList.H index 31cd120f6cd..880d5c68d37 100644 --- a/src/OpenFOAM/primitives/Lists/labelIOList.H +++ b/src/OpenFOAM/primitives/Lists/labelIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/labelList.H b/src/OpenFOAM/primitives/Lists/labelList.H index 224cd6bd9c2..e91e0982f58 100644 --- a/src/OpenFOAM/primitives/Lists/labelList.H +++ b/src/OpenFOAM/primitives/Lists/labelList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/labelListIOList.C b/src/OpenFOAM/primitives/Lists/labelListIOList.C index 4d4b072f37f..72ebc515880 100644 --- a/src/OpenFOAM/primitives/Lists/labelListIOList.C +++ b/src/OpenFOAM/primitives/Lists/labelListIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/labelListIOList.H b/src/OpenFOAM/primitives/Lists/labelListIOList.H index 58aeca9d755..aebd4fc4aa8 100644 --- a/src/OpenFOAM/primitives/Lists/labelListIOList.H +++ b/src/OpenFOAM/primitives/Lists/labelListIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/scalarIOList.C b/src/OpenFOAM/primitives/Lists/scalarIOList.C index e49b2bbe25f..d9fbd0ecef6 100644 --- a/src/OpenFOAM/primitives/Lists/scalarIOList.C +++ b/src/OpenFOAM/primitives/Lists/scalarIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/scalarIOList.H b/src/OpenFOAM/primitives/Lists/scalarIOList.H index 8414af3b784..0fd14024061 100644 --- a/src/OpenFOAM/primitives/Lists/scalarIOList.H +++ b/src/OpenFOAM/primitives/Lists/scalarIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/scalarList.C b/src/OpenFOAM/primitives/Lists/scalarList.C index 4f19e9cc70f..080450c0937 100644 --- a/src/OpenFOAM/primitives/Lists/scalarList.C +++ b/src/OpenFOAM/primitives/Lists/scalarList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/scalarList.H b/src/OpenFOAM/primitives/Lists/scalarList.H index 6c8873522a3..5b8091f1b60 100644 --- a/src/OpenFOAM/primitives/Lists/scalarList.H +++ b/src/OpenFOAM/primitives/Lists/scalarList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/scalarListIOList.C b/src/OpenFOAM/primitives/Lists/scalarListIOList.C index 7d148001c50..effb61127e1 100644 --- a/src/OpenFOAM/primitives/Lists/scalarListIOList.C +++ b/src/OpenFOAM/primitives/Lists/scalarListIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/scalarListIOList.H b/src/OpenFOAM/primitives/Lists/scalarListIOList.H index ececf895642..24dc8e13fb9 100644 --- a/src/OpenFOAM/primitives/Lists/scalarListIOList.H +++ b/src/OpenFOAM/primitives/Lists/scalarListIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/sphericalTensorList.C b/src/OpenFOAM/primitives/Lists/sphericalTensorList.C index 06603e7a4e3..ca05dc08960 100644 --- a/src/OpenFOAM/primitives/Lists/sphericalTensorList.C +++ b/src/OpenFOAM/primitives/Lists/sphericalTensorList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/sphericalTensorList.H b/src/OpenFOAM/primitives/Lists/sphericalTensorList.H index c16f757a22f..be62ae73061 100644 --- a/src/OpenFOAM/primitives/Lists/sphericalTensorList.H +++ b/src/OpenFOAM/primitives/Lists/sphericalTensorList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/stringList.H b/src/OpenFOAM/primitives/Lists/stringList.H index 77c7d992ccd..6649229d2d6 100644 --- a/src/OpenFOAM/primitives/Lists/stringList.H +++ b/src/OpenFOAM/primitives/Lists/stringList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/stringListOps.H b/src/OpenFOAM/primitives/Lists/stringListOps.H index a46cfa8cbae..59c823b21d8 100644 --- a/src/OpenFOAM/primitives/Lists/stringListOps.H +++ b/src/OpenFOAM/primitives/Lists/stringListOps.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/symmTensorList.C b/src/OpenFOAM/primitives/Lists/symmTensorList.C index ce0df01820a..480e53b83e9 100644 --- a/src/OpenFOAM/primitives/Lists/symmTensorList.C +++ b/src/OpenFOAM/primitives/Lists/symmTensorList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/symmTensorList.H b/src/OpenFOAM/primitives/Lists/symmTensorList.H index 0e9f32472fc..e4dd5e9ece1 100644 --- a/src/OpenFOAM/primitives/Lists/symmTensorList.H +++ b/src/OpenFOAM/primitives/Lists/symmTensorList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/tensorList.C b/src/OpenFOAM/primitives/Lists/tensorList.C index 65a6680ed39..dab42d7e354 100644 --- a/src/OpenFOAM/primitives/Lists/tensorList.C +++ b/src/OpenFOAM/primitives/Lists/tensorList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/tensorList.H b/src/OpenFOAM/primitives/Lists/tensorList.H index 437e0c719b3..0c22e4e4eb1 100644 --- a/src/OpenFOAM/primitives/Lists/tensorList.H +++ b/src/OpenFOAM/primitives/Lists/tensorList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/vectorIOList.C b/src/OpenFOAM/primitives/Lists/vectorIOList.C index 31004a207df..137ca6df93f 100644 --- a/src/OpenFOAM/primitives/Lists/vectorIOList.C +++ b/src/OpenFOAM/primitives/Lists/vectorIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/vectorIOList.H b/src/OpenFOAM/primitives/Lists/vectorIOList.H index 9789e83a388..a1f9b9ebff1 100644 --- a/src/OpenFOAM/primitives/Lists/vectorIOList.H +++ b/src/OpenFOAM/primitives/Lists/vectorIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/vectorList.C b/src/OpenFOAM/primitives/Lists/vectorList.C index 2de241ca474..e1c430f12eb 100644 --- a/src/OpenFOAM/primitives/Lists/vectorList.C +++ b/src/OpenFOAM/primitives/Lists/vectorList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/vectorList.H b/src/OpenFOAM/primitives/Lists/vectorList.H index 31febd1f835..2fd9fc80879 100644 --- a/src/OpenFOAM/primitives/Lists/vectorList.H +++ b/src/OpenFOAM/primitives/Lists/vectorList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/vectorListIOList.C b/src/OpenFOAM/primitives/Lists/vectorListIOList.C index 92ca0cedc31..661f729410a 100644 --- a/src/OpenFOAM/primitives/Lists/vectorListIOList.C +++ b/src/OpenFOAM/primitives/Lists/vectorListIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/vectorListIOList.H b/src/OpenFOAM/primitives/Lists/vectorListIOList.H index 39a96a075e4..53acf8afb01 100644 --- a/src/OpenFOAM/primitives/Lists/vectorListIOList.H +++ b/src/OpenFOAM/primitives/Lists/vectorListIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/wordList.H b/src/OpenFOAM/primitives/Lists/wordList.H index 18b0cf0273c..6cd6e71b485 100644 --- a/src/OpenFOAM/primitives/Lists/wordList.H +++ b/src/OpenFOAM/primitives/Lists/wordList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/wordReList.H b/src/OpenFOAM/primitives/Lists/wordReList.H index 8609cfe2f29..eb31391e568 100644 --- a/src/OpenFOAM/primitives/Lists/wordReList.H +++ b/src/OpenFOAM/primitives/Lists/wordReList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/wordReListMatcher.H b/src/OpenFOAM/primitives/Lists/wordReListMatcher.H index 240f433e931..696b73a40e2 100644 --- a/src/OpenFOAM/primitives/Lists/wordReListMatcher.H +++ b/src/OpenFOAM/primitives/Lists/wordReListMatcher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Lists/wordReListMatcherI.H b/src/OpenFOAM/primitives/Lists/wordReListMatcherI.H index 2b3c9969514..48f68d17253 100644 --- a/src/OpenFOAM/primitives/Lists/wordReListMatcherI.H +++ b/src/OpenFOAM/primitives/Lists/wordReListMatcherI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Pair/Pair.H b/src/OpenFOAM/primitives/Pair/Pair.H index 490d910a2a2..2e32e30757e 100644 --- a/src/OpenFOAM/primitives/Pair/Pair.H +++ b/src/OpenFOAM/primitives/Pair/Pair.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Pair/labelPair.H b/src/OpenFOAM/primitives/Pair/labelPair.H index cbd15602e6f..be3982483b3 100644 --- a/src/OpenFOAM/primitives/Pair/labelPair.H +++ b/src/OpenFOAM/primitives/Pair/labelPair.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/doubleFloat.H b/src/OpenFOAM/primitives/Scalar/doubleFloat.H index 54213585313..b7cac50d0d7 100644 --- a/src/OpenFOAM/primitives/Scalar/doubleFloat.H +++ b/src/OpenFOAM/primitives/Scalar/doubleFloat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.C b/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.C index c4c6c6568ff..df01f447773 100644 --- a/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.C +++ b/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.H b/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.H index c0add198f33..f2f59b85c50 100644 --- a/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.H +++ b/src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.C b/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.C index dd9d2606967..883ea4d3923 100644 --- a/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.C +++ b/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.H b/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.H index bbaa9338bcd..885745592a4 100644 --- a/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.H +++ b/src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/scalar/scalar.C b/src/OpenFOAM/primitives/Scalar/scalar/scalar.C index f8812d83c2e..2ef62071e43 100644 --- a/src/OpenFOAM/primitives/Scalar/scalar/scalar.C +++ b/src/OpenFOAM/primitives/Scalar/scalar/scalar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Scalar/scalar/scalar.H b/src/OpenFOAM/primitives/Scalar/scalar/scalar.H index 2b998544c1a..7c641ef5de3 100644 --- a/src/OpenFOAM/primitives/Scalar/scalar/scalar.H +++ b/src/OpenFOAM/primitives/Scalar/scalar/scalar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor/SphericalTensor.H b/src/OpenFOAM/primitives/SphericalTensor/SphericalTensor.H index b7eee78a67f..85d93a82d9e 100644 --- a/src/OpenFOAM/primitives/SphericalTensor/SphericalTensor.H +++ b/src/OpenFOAM/primitives/SphericalTensor/SphericalTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor/SphericalTensorI.H b/src/OpenFOAM/primitives/SphericalTensor/SphericalTensorI.H index 232c8dfa3e9..e666ab40b48 100644 --- a/src/OpenFOAM/primitives/SphericalTensor/SphericalTensorI.H +++ b/src/OpenFOAM/primitives/SphericalTensor/SphericalTensorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.C b/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.C index 5dfff9f3464..da5ab2e01bf 100644 --- a/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.C +++ b/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.H b/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.H index 36014f82f10..5618bddcf91 100644 --- a/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.H +++ b/src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.C b/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.C index 4ebf51d4150..691c681cb11 100644 --- a/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.C +++ b/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.H b/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.H index 59ad3b54693..4ddefee387b 100644 --- a/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.H +++ b/src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2D.H b/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2D.H index 9d14fe828fd..17e5b07aec8 100644 --- a/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2D.H +++ b/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2DI.H b/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2DI.H index 040cc03e3bb..46305432ced 100644 --- a/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2DI.H +++ b/src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2DI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.C b/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.C index 6b825d92d76..0939290f11d 100644 --- a/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.C +++ b/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.H b/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.H index ddaa06b8098..f257847a212 100644 --- a/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.H +++ b/src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Swap/Swap.H b/src/OpenFOAM/primitives/Swap/Swap.H index c0d6e24b883..8d32ea9f680 100644 --- a/src/OpenFOAM/primitives/Swap/Swap.H +++ b/src/OpenFOAM/primitives/Swap/Swap.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SymmTensor/SymmTensor.H b/src/OpenFOAM/primitives/SymmTensor/SymmTensor.H index da4c43fb0ab..bc348ea9310 100644 --- a/src/OpenFOAM/primitives/SymmTensor/SymmTensor.H +++ b/src/OpenFOAM/primitives/SymmTensor/SymmTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SymmTensor/SymmTensorI.H b/src/OpenFOAM/primitives/SymmTensor/SymmTensorI.H index 70840318163..165f485d6b9 100644 --- a/src/OpenFOAM/primitives/SymmTensor/SymmTensorI.H +++ b/src/OpenFOAM/primitives/SymmTensor/SymmTensorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.C b/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.C index bf740628afe..ee07449c2b5 100644 --- a/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.C +++ b/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.H b/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.H index 4638a380496..347d46cb642 100644 --- a/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.H +++ b/src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.C b/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.C index 4a6d4a44766..caf98b14de7 100644 --- a/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.C +++ b/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.H b/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.H index 03277352f96..e34ed72e18c 100644 --- a/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.H +++ b/src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor/Tensor.H b/src/OpenFOAM/primitives/Tensor/Tensor.H index 7415fff69c3..520af13cece 100644 --- a/src/OpenFOAM/primitives/Tensor/Tensor.H +++ b/src/OpenFOAM/primitives/Tensor/Tensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor/TensorI.H b/src/OpenFOAM/primitives/Tensor/TensorI.H index 13c6cfc4f4d..18ce724ca30 100644 --- a/src/OpenFOAM/primitives/Tensor/TensorI.H +++ b/src/OpenFOAM/primitives/Tensor/TensorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.C b/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.C index 236871bf16b..63419832aff 100644 --- a/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.C +++ b/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.H b/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.H index 3a96d89265b..0022537d09a 100644 --- a/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.H +++ b/src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor/tensor/tensor.C b/src/OpenFOAM/primitives/Tensor/tensor/tensor.C index 847377e036d..4585a0d462c 100644 --- a/src/OpenFOAM/primitives/Tensor/tensor/tensor.C +++ b/src/OpenFOAM/primitives/Tensor/tensor/tensor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -149,8 +149,14 @@ vector eigenValues(const tensor& t) scalar aBy3 = a/3; i = m2SqrtQ*cos(theta/3) - aBy3; - ii = m2SqrtQ*cos((theta + constant::mathematical::twoPi)/3) - aBy3; - iii = m2SqrtQ*cos((theta - constant::mathematical::twoPi)/3) - aBy3; + ii = + m2SqrtQ + *cos((theta + constant::mathematical::twoPi)/3) + - aBy3; + iii = + m2SqrtQ + *cos((theta - constant::mathematical::twoPi)/3) + - aBy3; } else { @@ -342,8 +348,14 @@ vector eigenValues(const symmTensor& t) scalar aBy3 = a/3; i = m2SqrtQ*cos(theta/3) - aBy3; - ii = m2SqrtQ*cos((theta + constant::mathematical::twoPi)/3) - aBy3; - iii = m2SqrtQ*cos((theta - constant::mathematical::twoPi)/3) - aBy3; + ii = + m2SqrtQ + *cos((theta + constant::mathematical::twoPi)/3) + - aBy3; + iii = + m2SqrtQ + *cos((theta - constant::mathematical::twoPi)/3) + - aBy3; } else { diff --git a/src/OpenFOAM/primitives/Tensor/tensor/tensor.H b/src/OpenFOAM/primitives/Tensor/tensor/tensor.H index 1e12c478b2b..93562d5f170 100644 --- a/src/OpenFOAM/primitives/Tensor/tensor/tensor.H +++ b/src/OpenFOAM/primitives/Tensor/tensor/tensor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor2D/Tensor2D.H b/src/OpenFOAM/primitives/Tensor2D/Tensor2D.H index b524029d0e9..ae7d84b8b24 100644 --- a/src/OpenFOAM/primitives/Tensor2D/Tensor2D.H +++ b/src/OpenFOAM/primitives/Tensor2D/Tensor2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H b/src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H index 12913bd07e8..95851782360 100644 --- a/src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H +++ b/src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.C b/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.C index 5a455b1f98f..8cf7d3c9ad1 100644 --- a/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.C +++ b/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.H b/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.H index affb5f7fdee..c3965c92448 100644 --- a/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.H +++ b/src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Tuple2/Tuple2.H b/src/OpenFOAM/primitives/Tuple2/Tuple2.H index 729e72803e0..ccef332dc4e 100644 --- a/src/OpenFOAM/primitives/Tuple2/Tuple2.H +++ b/src/OpenFOAM/primitives/Tuple2/Tuple2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/Vector.H b/src/OpenFOAM/primitives/Vector/Vector.H index 96fc229fc34..57e787b72ff 100644 --- a/src/OpenFOAM/primitives/Vector/Vector.H +++ b/src/OpenFOAM/primitives/Vector/Vector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/VectorI.H b/src/OpenFOAM/primitives/Vector/VectorI.H index c1b94a0a516..0347d46fcc9 100644 --- a/src/OpenFOAM/primitives/Vector/VectorI.H +++ b/src/OpenFOAM/primitives/Vector/VectorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/complexVector/complexVector.C b/src/OpenFOAM/primitives/Vector/complexVector/complexVector.C index 90bde9da847..5c5938d81b2 100644 --- a/src/OpenFOAM/primitives/Vector/complexVector/complexVector.C +++ b/src/OpenFOAM/primitives/Vector/complexVector/complexVector.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/complexVector/complexVector.H b/src/OpenFOAM/primitives/Vector/complexVector/complexVector.H index 2444835ee00..112d2cb1645 100644 --- a/src/OpenFOAM/primitives/Vector/complexVector/complexVector.H +++ b/src/OpenFOAM/primitives/Vector/complexVector/complexVector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/complexVector/complexVectorI.H b/src/OpenFOAM/primitives/Vector/complexVector/complexVectorI.H index 409b42fcef8..d37a41c3a46 100644 --- a/src/OpenFOAM/primitives/Vector/complexVector/complexVectorI.H +++ b/src/OpenFOAM/primitives/Vector/complexVector/complexVectorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/labelVector/labelVector.C b/src/OpenFOAM/primitives/Vector/labelVector/labelVector.C index fc9b4733f5e..b7473ee50e4 100644 --- a/src/OpenFOAM/primitives/Vector/labelVector/labelVector.C +++ b/src/OpenFOAM/primitives/Vector/labelVector/labelVector.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/labelVector/labelVector.H b/src/OpenFOAM/primitives/Vector/labelVector/labelVector.H index 4f1eb6062b0..bad7c807c57 100644 --- a/src/OpenFOAM/primitives/Vector/labelVector/labelVector.H +++ b/src/OpenFOAM/primitives/Vector/labelVector/labelVector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/vector/vector.C b/src/OpenFOAM/primitives/Vector/vector/vector.C index fbef2234cab..4fd16f710e6 100644 --- a/src/OpenFOAM/primitives/Vector/vector/vector.C +++ b/src/OpenFOAM/primitives/Vector/vector/vector.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector/vector/vector.H b/src/OpenFOAM/primitives/Vector/vector/vector.H index 134048682f9..9fa8b9a7553 100644 --- a/src/OpenFOAM/primitives/Vector/vector/vector.H +++ b/src/OpenFOAM/primitives/Vector/vector/vector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector2D/Vector2D.H b/src/OpenFOAM/primitives/Vector2D/Vector2D.H index 369d1081708..a1080453409 100644 --- a/src/OpenFOAM/primitives/Vector2D/Vector2D.H +++ b/src/OpenFOAM/primitives/Vector2D/Vector2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector2D/Vector2DI.H b/src/OpenFOAM/primitives/Vector2D/Vector2DI.H index ea34143eab9..55ed4210eb1 100644 --- a/src/OpenFOAM/primitives/Vector2D/Vector2DI.H +++ b/src/OpenFOAM/primitives/Vector2D/Vector2DI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.C b/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.C index d3d2cf149e9..d52bbeaf00f 100644 --- a/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.C +++ b/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.H b/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.H index 76dfea2485a..b1da0966d85 100644 --- a/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.H +++ b/src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/VectorSpace/VectorSpace.C b/src/OpenFOAM/primitives/VectorSpace/VectorSpace.C index 9b80a495ff0..e27d856b519 100644 --- a/src/OpenFOAM/primitives/VectorSpace/VectorSpace.C +++ b/src/OpenFOAM/primitives/VectorSpace/VectorSpace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H b/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H index 3a48fab08c2..17257e875e3 100644 --- a/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H +++ b/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/VectorSpace/VectorSpaceI.H b/src/OpenFOAM/primitives/VectorSpace/VectorSpaceI.H index 714a89d68f3..1eff60d99be 100644 --- a/src/OpenFOAM/primitives/VectorSpace/VectorSpaceI.H +++ b/src/OpenFOAM/primitives/VectorSpace/VectorSpaceI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/VectorSpace/products.H b/src/OpenFOAM/primitives/VectorSpace/products.H index 4fc7a2bba43..faa419bce61 100644 --- a/src/OpenFOAM/primitives/VectorSpace/products.H +++ b/src/OpenFOAM/primitives/VectorSpace/products.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/chars/char/char.H b/src/OpenFOAM/primitives/chars/char/char.H index 400d8a6dd09..738f1edbf13 100644 --- a/src/OpenFOAM/primitives/chars/char/char.H +++ b/src/OpenFOAM/primitives/chars/char/char.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/chars/char/charIO.C b/src/OpenFOAM/primitives/chars/char/charIO.C index 1c8d6e48c0e..eea289bb3a8 100644 --- a/src/OpenFOAM/primitives/chars/char/charIO.C +++ b/src/OpenFOAM/primitives/chars/char/charIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/complex/complex.C b/src/OpenFOAM/primitives/complex/complex.C index 0b11cea2afe..3ab9f21ce0d 100644 --- a/src/OpenFOAM/primitives/complex/complex.C +++ b/src/OpenFOAM/primitives/complex/complex.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/complex/complex.H b/src/OpenFOAM/primitives/complex/complex.H index 507dde57545..05e4844a511 100644 --- a/src/OpenFOAM/primitives/complex/complex.H +++ b/src/OpenFOAM/primitives/complex/complex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/complex/complexI.H b/src/OpenFOAM/primitives/complex/complexI.H index 22294494b5e..3103b77a8a8 100644 --- a/src/OpenFOAM/primitives/complex/complexI.H +++ b/src/OpenFOAM/primitives/complex/complexI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/contiguous/contiguous.H b/src/OpenFOAM/primitives/contiguous/contiguous.H index 1f4076f08e8..ac3955bef2c 100644 --- a/src/OpenFOAM/primitives/contiguous/contiguous.H +++ b/src/OpenFOAM/primitives/contiguous/contiguous.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/direction/direction.H b/src/OpenFOAM/primitives/direction/direction.H index 4501c0812aa..355d1c23844 100644 --- a/src/OpenFOAM/primitives/direction/direction.H +++ b/src/OpenFOAM/primitives/direction/direction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.C b/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.C index 0a547341f4c..1e7b7aa6180 100644 --- a/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.C +++ b/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H b/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H index 243f29fbc74..cbfe0458032 100644 --- a/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H +++ b/src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/functions/Polynomial/PolynomialIO.C b/src/OpenFOAM/primitives/functions/Polynomial/PolynomialIO.C index 09de4d9d37f..f3fad20edd6 100644 --- a/src/OpenFOAM/primitives/functions/Polynomial/PolynomialIO.C +++ b/src/OpenFOAM/primitives/functions/Polynomial/PolynomialIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/Hash/Hash.H b/src/OpenFOAM/primitives/hashes/Hash/Hash.H index fd26ae8d501..86a52fb0813 100644 --- a/src/OpenFOAM/primitives/hashes/Hash/Hash.H +++ b/src/OpenFOAM/primitives/hashes/Hash/Hash.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C b/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C index eb76b6211a3..dddd523d36c 100644 --- a/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C +++ b/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H b/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H index 84ac44b04a4..1fa68d49193 100644 --- a/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H +++ b/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H b/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H index 7cf07583438..96be6188a98 100644 --- a/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H +++ b/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C b/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C index 34a30af3ed7..d6c99831854 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,7 +60,13 @@ inline uint32_t Foam::SHA1::swapBytes(uint32_t n) # if (__BYTE_ORDER == __BIG_ENDIAN) return n; # else - return (((n) << 24) | (((n) & 0xff00) << 8) | (((n) >> 8) & 0xff00) | ((n) >> 24)); + return + ( + ((n) << 24) + | (((n) & 0xff00) << 8) + | (((n) >> 8) & 0xff00) + | ((n) >> 24) + ); # endif #else @@ -74,7 +80,13 @@ inline uint32_t Foam::SHA1::swapBytes(uint32_t n) } else { - return (((n) << 24) | (((n) & 0xff00) << 8) | (((n) >> 8) & 0xff00) | ((n) >> 24)); + return + ( + ((n) << 24) + | (((n) & 0xff00) << 8) + | (((n) >> 8) & 0xff00) + | ((n) >> 24) + ); } #endif } @@ -119,7 +131,8 @@ void Foam::SHA1::processBytes(const void *data, size_t len) processBlock(buffer_, bufLen_ & ~63); bufLen_ &= 63; - // The regions in the following copy operation do not (cannot) overlap + // The regions in the following copy operation do not + // (cannot) overlap memcpy(buffer_, &bufp[(remaining + add) & ~63], bufLen_); } diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1.H b/src/OpenFOAM/primitives/hashes/SHA1/SHA1.H index 133e95ba75e..4b7080e3df0 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1.H +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C b/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C index 49543d96661..be53153b095 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H b/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H index 70dab0c516a..06aba6c8613 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H b/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H index a05cb79cec9..e1715bc4c13 100644 --- a/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H +++ b/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/int/int.H b/src/OpenFOAM/primitives/ints/int/int.H index 44220efd8cd..8038c75a652 100644 --- a/src/OpenFOAM/primitives/ints/int/int.H +++ b/src/OpenFOAM/primitives/ints/int/int.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/int/intIO.C b/src/OpenFOAM/primitives/ints/int/intIO.C index 2f2ecf76081..9d742e408d4 100644 --- a/src/OpenFOAM/primitives/ints/int/intIO.C +++ b/src/OpenFOAM/primitives/ints/int/intIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/long/long.H b/src/OpenFOAM/primitives/ints/long/long.H index 574052706a7..431fd6caa98 100644 --- a/src/OpenFOAM/primitives/ints/long/long.H +++ b/src/OpenFOAM/primitives/ints/long/long.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/long/longIO.C b/src/OpenFOAM/primitives/ints/long/longIO.C index b79a0cbf77d..58055c1fbf5 100644 --- a/src/OpenFOAM/primitives/ints/long/longIO.C +++ b/src/OpenFOAM/primitives/ints/long/longIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/longLong/longLong.H b/src/OpenFOAM/primitives/ints/longLong/longLong.H index 8eaaa0fef3b..4e301f9cfbc 100644 --- a/src/OpenFOAM/primitives/ints/longLong/longLong.H +++ b/src/OpenFOAM/primitives/ints/longLong/longLong.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/longLong/longLongIO.C b/src/OpenFOAM/primitives/ints/longLong/longLongIO.C index cb3350f2b02..363d0a494df 100644 --- a/src/OpenFOAM/primitives/ints/longLong/longLongIO.C +++ b/src/OpenFOAM/primitives/ints/longLong/longLongIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/uLabel/uLabel.C b/src/OpenFOAM/primitives/ints/uLabel/uLabel.C index d74f6ac5679..e3d1f5b6299 100644 --- a/src/OpenFOAM/primitives/ints/uLabel/uLabel.C +++ b/src/OpenFOAM/primitives/ints/uLabel/uLabel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/uint/uint.H b/src/OpenFOAM/primitives/ints/uint/uint.H index 42d3ee8de2b..9e294e577df 100644 --- a/src/OpenFOAM/primitives/ints/uint/uint.H +++ b/src/OpenFOAM/primitives/ints/uint/uint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/uint/uintIO.C b/src/OpenFOAM/primitives/ints/uint/uintIO.C index d2b3b359584..1f3ad27cf4d 100644 --- a/src/OpenFOAM/primitives/ints/uint/uintIO.C +++ b/src/OpenFOAM/primitives/ints/uint/uintIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/ulong/ulong.H b/src/OpenFOAM/primitives/ints/ulong/ulong.H index 97e11f9b969..f0132653915 100644 --- a/src/OpenFOAM/primitives/ints/ulong/ulong.H +++ b/src/OpenFOAM/primitives/ints/ulong/ulong.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ints/ulong/ulongIO.C b/src/OpenFOAM/primitives/ints/ulong/ulongIO.C index b43db70c899..e285124db4f 100644 --- a/src/OpenFOAM/primitives/ints/ulong/ulongIO.C +++ b/src/OpenFOAM/primitives/ints/ulong/ulongIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/nil/nil.H b/src/OpenFOAM/primitives/nil/nil.H index f813821237d..2188c736ce8 100644 --- a/src/OpenFOAM/primitives/nil/nil.H +++ b/src/OpenFOAM/primitives/nil/nil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/one/one.H b/src/OpenFOAM/primitives/one/one.H index f130f18b516..a8631ad334b 100644 --- a/src/OpenFOAM/primitives/one/one.H +++ b/src/OpenFOAM/primitives/one/one.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/ops/ops.H b/src/OpenFOAM/primitives/ops/ops.H index 47781186f7f..217fe8db6eb 100644 --- a/src/OpenFOAM/primitives/ops/ops.H +++ b/src/OpenFOAM/primitives/ops/ops.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/quaternion/quaternion.C b/src/OpenFOAM/primitives/quaternion/quaternion.C index f978c3bcf92..b95c8f2942e 100644 --- a/src/OpenFOAM/primitives/quaternion/quaternion.C +++ b/src/OpenFOAM/primitives/quaternion/quaternion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/quaternion/quaternion.H b/src/OpenFOAM/primitives/quaternion/quaternion.H index 89509c8a192..738c19881b8 100644 --- a/src/OpenFOAM/primitives/quaternion/quaternion.H +++ b/src/OpenFOAM/primitives/quaternion/quaternion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/quaternion/quaternionI.H b/src/OpenFOAM/primitives/quaternion/quaternionI.H index fb4bffc9af8..2901739fb96 100644 --- a/src/OpenFOAM/primitives/quaternion/quaternionI.H +++ b/src/OpenFOAM/primitives/quaternion/quaternionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/random/Random.C b/src/OpenFOAM/primitives/random/Random.C index 063f8641436..c0150ed0816 100644 --- a/src/OpenFOAM/primitives/random/Random.C +++ b/src/OpenFOAM/primitives/random/Random.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/random/Random.H b/src/OpenFOAM/primitives/random/Random.H index 2f0c5f1a121..da54b775c28 100644 --- a/src/OpenFOAM/primitives/random/Random.H +++ b/src/OpenFOAM/primitives/random/Random.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/septernion/septernion.C b/src/OpenFOAM/primitives/septernion/septernion.C index 696122b637f..bd65c08402d 100644 --- a/src/OpenFOAM/primitives/septernion/septernion.C +++ b/src/OpenFOAM/primitives/septernion/septernion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/septernion/septernion.H b/src/OpenFOAM/primitives/septernion/septernion.H index 546f83c2b1d..2f29bab2cad 100644 --- a/src/OpenFOAM/primitives/septernion/septernion.H +++ b/src/OpenFOAM/primitives/septernion/septernion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/septernion/septernionI.H b/src/OpenFOAM/primitives/septernion/septernionI.H index 120fc9c7830..3be1ee8305b 100644 --- a/src/OpenFOAM/primitives/septernion/septernionI.H +++ b/src/OpenFOAM/primitives/septernion/septernionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/fileName/fileName.C b/src/OpenFOAM/primitives/strings/fileName/fileName.C index 90030b14cc6..ec47f43b278 100644 --- a/src/OpenFOAM/primitives/strings/fileName/fileName.C +++ b/src/OpenFOAM/primitives/strings/fileName/fileName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/fileName/fileName.H b/src/OpenFOAM/primitives/strings/fileName/fileName.H index 833e1639c67..dce6d6a9073 100644 --- a/src/OpenFOAM/primitives/strings/fileName/fileName.H +++ b/src/OpenFOAM/primitives/strings/fileName/fileName.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/fileName/fileNameI.H b/src/OpenFOAM/primitives/strings/fileName/fileNameI.H index 5c3ec6df034..eff64edf155 100644 --- a/src/OpenFOAM/primitives/strings/fileName/fileNameI.H +++ b/src/OpenFOAM/primitives/strings/fileName/fileNameI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/fileName/fileNameIO.C b/src/OpenFOAM/primitives/strings/fileName/fileNameIO.C index c768a4a77b2..cafe1b9b761 100644 --- a/src/OpenFOAM/primitives/strings/fileName/fileNameIO.C +++ b/src/OpenFOAM/primitives/strings/fileName/fileNameIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/keyType/keyType.H b/src/OpenFOAM/primitives/strings/keyType/keyType.H index 03a6b126ac5..8cf22f9473b 100644 --- a/src/OpenFOAM/primitives/strings/keyType/keyType.H +++ b/src/OpenFOAM/primitives/strings/keyType/keyType.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/keyType/keyTypeI.H b/src/OpenFOAM/primitives/strings/keyType/keyTypeI.H index 6140eeb11bc..653ea8786ef 100644 --- a/src/OpenFOAM/primitives/strings/keyType/keyTypeI.H +++ b/src/OpenFOAM/primitives/strings/keyType/keyTypeI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/keyType/keyTypeIO.C b/src/OpenFOAM/primitives/strings/keyType/keyTypeIO.C index 155e574fc7b..9ba61ee510d 100644 --- a/src/OpenFOAM/primitives/strings/keyType/keyTypeIO.C +++ b/src/OpenFOAM/primitives/strings/keyType/keyTypeIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/string/string.C b/src/OpenFOAM/primitives/strings/string/string.C index 83138f19211..d7237ac1609 100644 --- a/src/OpenFOAM/primitives/strings/string/string.C +++ b/src/OpenFOAM/primitives/strings/string/string.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/string/string.H b/src/OpenFOAM/primitives/strings/string/string.H index 67eee47942b..fe50c5b530f 100644 --- a/src/OpenFOAM/primitives/strings/string/string.H +++ b/src/OpenFOAM/primitives/strings/string/string.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -167,13 +167,13 @@ public: //- Expand initial tildes and all occurences of environment variables // Expansion includes: // -# environment variables - // - "$VAR", "${VAR}" + // - "$VAR", "${VAR}" // -# current directory - // - leading "./" : the current directory + // - leading "./" : the current directory // -# tilde expansion - // - leading "~/" : home directory - // - leading "~user" : home directory for specified user - // - leading "~OpenFOAM" : site/user OpenFOAM configuration directory + // - leading "~/" : home directory + // - leading "~user" : home directory for specified user + // - leading "~OpenFOAM" : site/user OpenFOAM configuration directory // // @sa // Foam::findEtcFile diff --git a/src/OpenFOAM/primitives/strings/string/stringI.H b/src/OpenFOAM/primitives/strings/string/stringI.H index 4744287553b..70a8b6f972d 100644 --- a/src/OpenFOAM/primitives/strings/string/stringI.H +++ b/src/OpenFOAM/primitives/strings/string/stringI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/string/stringIO.C b/src/OpenFOAM/primitives/strings/string/stringIO.C index a3c9423f180..ee5e301cf74 100644 --- a/src/OpenFOAM/primitives/strings/string/stringIO.C +++ b/src/OpenFOAM/primitives/strings/string/stringIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/word/word.C b/src/OpenFOAM/primitives/strings/word/word.C index ea8b65b08fd..c95f73daec1 100644 --- a/src/OpenFOAM/primitives/strings/word/word.C +++ b/src/OpenFOAM/primitives/strings/word/word.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/word/word.H b/src/OpenFOAM/primitives/strings/word/word.H index 4e0e9aea3c3..a30eb10d1bc 100644 --- a/src/OpenFOAM/primitives/strings/word/word.H +++ b/src/OpenFOAM/primitives/strings/word/word.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/word/wordI.H b/src/OpenFOAM/primitives/strings/word/wordI.H index 7c85d8c8578..c64391c5ccb 100644 --- a/src/OpenFOAM/primitives/strings/word/wordI.H +++ b/src/OpenFOAM/primitives/strings/word/wordI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/word/wordIO.C b/src/OpenFOAM/primitives/strings/word/wordIO.C index 030c7e1e813..ba433d5fc0d 100644 --- a/src/OpenFOAM/primitives/strings/word/wordIO.C +++ b/src/OpenFOAM/primitives/strings/word/wordIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/wordRe/wordRe.H b/src/OpenFOAM/primitives/strings/wordRe/wordRe.H index 5ec2883996a..99bfb1188a3 100644 --- a/src/OpenFOAM/primitives/strings/wordRe/wordRe.H +++ b/src/OpenFOAM/primitives/strings/wordRe/wordRe.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/wordRe/wordReI.H b/src/OpenFOAM/primitives/strings/wordRe/wordReI.H index e42cb2758a6..7cf6ff6e23a 100644 --- a/src/OpenFOAM/primitives/strings/wordRe/wordReI.H +++ b/src/OpenFOAM/primitives/strings/wordRe/wordReI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/strings/wordRe/wordReIO.C b/src/OpenFOAM/primitives/strings/wordRe/wordReIO.C index cca34cbfbff..eff08be77b0 100644 --- a/src/OpenFOAM/primitives/strings/wordRe/wordReIO.C +++ b/src/OpenFOAM/primitives/strings/wordRe/wordReIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/transform/symmTransform.H b/src/OpenFOAM/primitives/transform/symmTransform.H index 4274513d2e6..389672ebac3 100644 --- a/src/OpenFOAM/primitives/transform/symmTransform.H +++ b/src/OpenFOAM/primitives/transform/symmTransform.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/transform/transform.H b/src/OpenFOAM/primitives/transform/transform.H index 678d4e094f6..70e68216127 100644 --- a/src/OpenFOAM/primitives/transform/transform.H +++ b/src/OpenFOAM/primitives/transform/transform.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/zero/zero.H b/src/OpenFOAM/primitives/zero/zero.H index 3d3df3bec14..e6f8eff4a89 100644 --- a/src/OpenFOAM/primitives/zero/zero.H +++ b/src/OpenFOAM/primitives/zero/zero.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/primitives/zero/zeroI.H b/src/OpenFOAM/primitives/zero/zeroI.H index 00c5de85893..de4936836f7 100644 --- a/src/OpenFOAM/primitives/zero/zeroI.H +++ b/src/OpenFOAM/primitives/zero/zeroI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/dummy/UIPread.C b/src/Pstream/dummy/UIPread.C index a107f1e2f29..84ce8a71369 100644 --- a/src/Pstream/dummy/UIPread.C +++ b/src/Pstream/dummy/UIPread.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/dummy/UOPwrite.C b/src/Pstream/dummy/UOPwrite.C index a9a84a3b1f9..0d2c3c9f68a 100644 --- a/src/Pstream/dummy/UOPwrite.C +++ b/src/Pstream/dummy/UOPwrite.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/dummy/UPstream.C b/src/Pstream/dummy/UPstream.C index b8e93fda702..513e5576dea 100644 --- a/src/Pstream/dummy/UPstream.C +++ b/src/Pstream/dummy/UPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/gamma/IPread.C b/src/Pstream/gamma/IPread.C index 53dd83cff0b..b8ad1fb30c7 100644 --- a/src/Pstream/gamma/IPread.C +++ b/src/Pstream/gamma/IPread.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/gamma/OPwrite.C b/src/Pstream/gamma/OPwrite.C index 0f5e7814618..fb5ae7020cf 100644 --- a/src/Pstream/gamma/OPwrite.C +++ b/src/Pstream/gamma/OPwrite.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/gamma/Pstream.C b/src/Pstream/gamma/Pstream.C index f4b5f7b2add..0ddf449afe4 100644 --- a/src/Pstream/gamma/Pstream.C +++ b/src/Pstream/gamma/Pstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/gamma/PstreamGlobals.C b/src/Pstream/gamma/PstreamGlobals.C index c9af0672589..f9731489788 100644 --- a/src/Pstream/gamma/PstreamGlobals.C +++ b/src/Pstream/gamma/PstreamGlobals.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/gamma/PstreamGlobals.H b/src/Pstream/gamma/PstreamGlobals.H index 9c656cd66e4..9023cb55639 100644 --- a/src/Pstream/gamma/PstreamGlobals.H +++ b/src/Pstream/gamma/PstreamGlobals.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/mpi/PstreamGlobals.C b/src/Pstream/mpi/PstreamGlobals.C index 94a0487eab7..5a8b8108e30 100644 --- a/src/Pstream/mpi/PstreamGlobals.C +++ b/src/Pstream/mpi/PstreamGlobals.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/mpi/PstreamGlobals.H b/src/Pstream/mpi/PstreamGlobals.H index 06e5d82b147..41dc91c7be6 100644 --- a/src/Pstream/mpi/PstreamGlobals.H +++ b/src/Pstream/mpi/PstreamGlobals.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/mpi/UIPread.C b/src/Pstream/mpi/UIPread.C index a9056586728..ff28fafa9f5 100644 --- a/src/Pstream/mpi/UIPread.C +++ b/src/Pstream/mpi/UIPread.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/mpi/UOPwrite.C b/src/Pstream/mpi/UOPwrite.C index 0dd261458c2..de74612d918 100644 --- a/src/Pstream/mpi/UOPwrite.C +++ b/src/Pstream/mpi/UOPwrite.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/Pstream/mpi/UPstream.C b/src/Pstream/mpi/UPstream.C index 74de4d2d9a0..fa847391537 100644 --- a/src/Pstream/mpi/UPstream.C +++ b/src/Pstream/mpi/UPstream.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -350,8 +350,8 @@ void Foam::reduce(scalar& Value, const sumOp<scalar>& bop) << Foam::abort(FatalError); } - Value = bop(Value, value); - } + Value = bop(Value, value); + } level++; thisLevelOffset <<= 1; diff --git a/src/dummyThirdParty/MGridGen/mgridgen.h b/src/dummyThirdParty/MGridGen/mgridgen.h index f58639ed953..2e9e737600e 100644 --- a/src/dummyThirdParty/MGridGen/mgridgen.h +++ b/src/dummyThirdParty/MGridGen/mgridgen.h @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.C b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.C index 249a6433eaa..9e7b6b474d0 100644 --- a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.C +++ b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H index adfd30fb2cd..f5471ae2841 100644 --- a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H +++ b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMeshNew.C b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMeshNew.C index a37db88c690..9e16ab4ab43 100644 --- a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMeshNew.C +++ b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMeshNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.C b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.C index 18e4a32d78c..ac92490f7dc 100644 --- a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.C +++ b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -90,7 +90,11 @@ Foam::dynamicInkJetFvMesh::~dynamicInkJetFvMesh() bool Foam::dynamicInkJetFvMesh::update() { scalar scalingFunction = - 0.5*(::cos(constant::mathematical::twoPi*frequency_*time().value()) - 1.0); + 0.5* + ( + ::cos(constant::mathematical::twoPi*frequency_*time().value()) + - 1.0 + ); Info<< "Mesh scaling. Time = " << time().value() << " scaling: " << scalingFunction << endl; diff --git a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H index 90477072fe4..9e9bc8fc95e 100644 --- a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H +++ b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C index eb2eef6a81f..31ffe740c1a 100644 --- a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C +++ b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H index ae4de7f3d1f..5e3eafa5f8c 100644 --- a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H +++ b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C index 5e992af1017..4a3da9f7f32 100644 --- a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C +++ b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H index f230aceec7d..7b62e18018e 100644 --- a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H +++ b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/include/meshCourantNo.H b/src/dynamicFvMesh/include/meshCourantNo.H index e464bf62699..9ac0cb482fc 100644 --- a/src/dynamicFvMesh/include/meshCourantNo.H +++ b/src/dynamicFvMesh/include/meshCourantNo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C index 2db586ac655..fd9928066ce 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H index ada62f0aa51..d28795f84fa 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.C index 82d30091617..80f745e7ecf 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H index a7e138dce82..bc95c7f69fa 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.C index e0faabbfd7a..1e42e325550 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H index 9d009feffb5..91069cb5a91 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.C index 9d7237713cf..58f384c99e9 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,7 +59,8 @@ Foam::solidBodyMotionFunctions::oscillatingLinearMotion::oscillatingLinearMotion // * * * * * * * * * * * * * * * * Destructors * * * * * * * * * * * * * * * // -Foam::solidBodyMotionFunctions::oscillatingLinearMotion::~oscillatingLinearMotion() +Foam::solidBodyMotionFunctions::oscillatingLinearMotion:: +~oscillatingLinearMotion() {} @@ -75,7 +76,8 @@ Foam::solidBodyMotionFunctions::oscillatingLinearMotion::transformation() const quaternion R(0, 0, 0); septernion TR(septernion(displacement)*R); - Info<< "solidBodyMotionFunctions::oscillatingLinearMotion::transformation(): " + Info<< "solidBodyMotionFunctions::oscillatingLinearMotion::" + << "transformation(): " << "Time = " << t << " transformation: " << TR << endl; return TR; diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H index 13961ff91a5..857d4b0d6ae 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.C index c1e80c59572..b0bf9d68259 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -48,7 +48,8 @@ namespace solidBodyMotionFunctions // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // -Foam::solidBodyMotionFunctions::oscillatingRotatingMotion::oscillatingRotatingMotion +Foam::solidBodyMotionFunctions::oscillatingRotatingMotion:: +oscillatingRotatingMotion ( const dictionary& SBMFCoeffs, const Time& runTime @@ -62,14 +63,16 @@ Foam::solidBodyMotionFunctions::oscillatingRotatingMotion::oscillatingRotatingMo // * * * * * * * * * * * * * * * * Destructors * * * * * * * * * * * * * * * // -Foam::solidBodyMotionFunctions::oscillatingRotatingMotion::~oscillatingRotatingMotion() +Foam::solidBodyMotionFunctions::oscillatingRotatingMotion:: +~oscillatingRotatingMotion() {} // * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // Foam::septernion -Foam::solidBodyMotionFunctions::oscillatingRotatingMotion::transformation() const +Foam::solidBodyMotionFunctions::oscillatingRotatingMotion:: +transformation() const { scalar t = time_.value(); @@ -81,7 +84,8 @@ Foam::solidBodyMotionFunctions::oscillatingRotatingMotion::transformation() cons quaternion R(eulerAngles.x(), eulerAngles.y(), eulerAngles.z()); septernion TR(septernion(CofG_)*R*septernion(-CofG_)); - Info<< "solidBodyMotionFunctions::oscillatingRotatingMotion::transformation(): " + Info<< "solidBodyMotionFunctions::oscillatingRotatingMotion::" + << "transformation(): " << "Time = " << t << " transformation: " << TR << endl; return TR; diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H index 00c3e60f1b0..f1897eb37fc 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.C index 204692422e3..ec95e6ecdd1 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H index 071e980498b..7408876b318 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.C index 756f0c61914..29603e2f951 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H index 367649d0769..e4b501112dd 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunctionNew.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunctionNew.C index abc90561aee..60c3c77ffa4 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunctionNew.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunctionNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.C index 38ef552948f..a6924cc4a62 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H index 3ae08962728..685ec3eaf91 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.C b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.C index 88b7e521c05..a145a363578 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.C +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H index a82cec3ca0e..a916da949b8 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/staticFvMesh/staticFvMesh.C b/src/dynamicFvMesh/staticFvMesh/staticFvMesh.C index 01e74859909..24081fbe08e 100644 --- a/src/dynamicFvMesh/staticFvMesh/staticFvMesh.C +++ b/src/dynamicFvMesh/staticFvMesh/staticFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H b/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H index a25879fe9de..6f20633f977 100644 --- a/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H +++ b/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/attachDetach/attachDetach.C b/src/dynamicMesh/attachDetach/attachDetach.C index 8375afe947e..064b82a785e 100644 --- a/src/dynamicMesh/attachDetach/attachDetach.C +++ b/src/dynamicMesh/attachDetach/attachDetach.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/attachDetach/attachDetach.H b/src/dynamicMesh/attachDetach/attachDetach.H index 36c3d252524..1754f0f7d4b 100644 --- a/src/dynamicMesh/attachDetach/attachDetach.H +++ b/src/dynamicMesh/attachDetach/attachDetach.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/attachDetach/attachDetachPointMatchMap.C b/src/dynamicMesh/attachDetach/attachDetachPointMatchMap.C index 8cf5c6f3e65..a97f980e8d3 100644 --- a/src/dynamicMesh/attachDetach/attachDetachPointMatchMap.C +++ b/src/dynamicMesh/attachDetach/attachDetachPointMatchMap.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -108,7 +108,11 @@ void Foam::attachDetach::calcPointMatchMap() const != slaveMeshPoints[curSlavePoints[pointI]] ) { -// Pout << "Matching slave point " << slaveMeshPoints[curSlavePoints[pointI]] << " with " << masterMeshPoints[curMasterPoints[pointI]] << endl; + // Pout<< "Matching slave point " + // << slaveMeshPoints[curSlavePoints[pointI]] + // << " with " + // << masterMeshPoints[curMasterPoints[pointI]] + // << endl; // Grab the addressing removedPointMap.insert diff --git a/src/dynamicMesh/attachDetach/attachInterface.C b/src/dynamicMesh/attachDetach/attachInterface.C index 8217d549bef..dce90353a57 100644 --- a/src/dynamicMesh/attachDetach/attachInterface.C +++ b/src/dynamicMesh/attachDetach/attachInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -86,12 +86,12 @@ void Foam::attachDetach::attachInterface ref.setAction(polyRemovePoint(removedPoints[pointI])); } -// Pout << "Points to be mapped: " << removedPoints << endl; +// Pout<< "Points to be mapped: " << removedPoints << endl; // Remove all faces from the slave patch forAll(slavePatch, i) { ref.setAction(polyRemoveFace(i + slavePatchStart)); -// Pout << "Removing face " << i + slavePatchStart << endl; +// Pout<< "Removing face " << i + slavePatchStart << endl; } // Modify the faces from the master patch @@ -144,7 +144,7 @@ void Foam::attachDetach::attachInterface } // Renumber faces affected by point removal -// Pout << "slaveMeshPoints: " << slaveMeshPoints << endl; +// Pout<< "slaveMeshPoints: " << slaveMeshPoints << endl; // Make a map of faces that need to be renumbered labelHashSet facesToModifyMap ( @@ -192,7 +192,10 @@ void Foam::attachDetach::attachInterface } } -// Pout<< "face label: " << curFaceID << " old face: " << faces[curFaceID] << " new face: " << newFace << endl; + // Pout<< "face label: " << curFaceID + // << " old face: " << faces[curFaceID] + // << " new face: " << newFace + // << endl; // Get face zone and its flip label modifiedFaceZone = mesh.faceZones().whichZone(curFaceID); diff --git a/src/dynamicMesh/attachDetach/detachInterface.C b/src/dynamicMesh/attachDetach/detachInterface.C index 4e80d42e003..3369c1a11a2 100644 --- a/src/dynamicMesh/attachDetach/detachInterface.C +++ b/src/dynamicMesh/attachDetach/detachInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -146,7 +146,7 @@ void Foam::attachDetach::detachInterface addedPoints[e.end()] = mp[e.end()]; } } -// Pout << "addedPoints before point creation: " << addedPoints << endl; +// Pout<< "addedPoints before point creation: " << addedPoints << endl; // Create new points for face zone forAll(addedPoints, pointI) @@ -440,7 +440,13 @@ void Foam::attachDetach::detachInterface false // face zone flip ) ); -// Pout << "modifying stick-out face. Internal Old face: " << oldFace << " new face: " << newFace << " own: " << own[curFaceID] << " nei: " << nei[curFaceID] << endl; + + // Pout<< "modifying stick-out face. Internal Old face: " + // << oldFace + // << " new face: " << newFace + // << " own: " << own[curFaceID] + // << " nei: " << nei[curFaceID] + // << endl; } else { @@ -459,7 +465,14 @@ void Foam::attachDetach::detachInterface false // face zone flip ) ); -// Pout << "modifying stick-out face. Boundary Old face: " << oldFace << " new face: " << newFace << " own: " << own[curFaceID] << " patch: " << mesh.boundaryMesh().whichPatch(curFaceID) << endl; + + // Pout<< "modifying stick-out face. Boundary Old face: " + // << oldFace + // << " new face: " << newFace + // << " own: " << own[curFaceID] + // << " patch: " + // << mesh.boundaryMesh().whichPatch(curFaceID) + // << endl; } } } diff --git a/src/dynamicMesh/boundaryMesh/bMesh.H b/src/dynamicMesh/boundaryMesh/bMesh.H index af5c39880d6..b822f648eb7 100644 --- a/src/dynamicMesh/boundaryMesh/bMesh.H +++ b/src/dynamicMesh/boundaryMesh/bMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/boundaryMesh/boundaryMesh.C b/src/dynamicMesh/boundaryMesh/boundaryMesh.C index 877f10f80eb..1e64cfc20e2 100644 --- a/src/dynamicMesh/boundaryMesh/boundaryMesh.C +++ b/src/dynamicMesh/boundaryMesh/boundaryMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/boundaryMesh/boundaryMesh.H b/src/dynamicMesh/boundaryMesh/boundaryMesh.H index 4b1ef666341..f12e4c684da 100644 --- a/src/dynamicMesh/boundaryMesh/boundaryMesh.H +++ b/src/dynamicMesh/boundaryMesh/boundaryMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/boundaryPatch/boundaryPatch.C b/src/dynamicMesh/boundaryPatch/boundaryPatch.C index 7c416dfc752..86c6002917f 100644 --- a/src/dynamicMesh/boundaryPatch/boundaryPatch.C +++ b/src/dynamicMesh/boundaryPatch/boundaryPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/boundaryPatch/boundaryPatch.H b/src/dynamicMesh/boundaryPatch/boundaryPatch.H index 1b838716071..f06d10627be 100644 --- a/src/dynamicMesh/boundaryPatch/boundaryPatch.H +++ b/src/dynamicMesh/boundaryPatch/boundaryPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C b/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C index 5186ede1b45..9def86dc6ee 100644 --- a/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C +++ b/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H b/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H index 04af5db48bf..d54e6a242d3 100644 --- a/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H +++ b/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/fvMeshAdder/fvMeshAdderTemplates.C b/src/dynamicMesh/fvMeshAdder/fvMeshAdderTemplates.C index 4047da70ad7..7ca15505872 100644 --- a/src/dynamicMesh/fvMeshAdder/fvMeshAdderTemplates.C +++ b/src/dynamicMesh/fvMeshAdder/fvMeshAdderTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C b/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C index 7524a0723f4..f7d6d7fa8db 100644 --- a/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C +++ b/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -292,7 +292,10 @@ Foam::label Foam::fvMeshDistribute::findNonEmptyPatch() const // // if (polyPatches.findPatchID(patchName) != -1) // { -// FatalErrorIn("fvMeshDistribute::addProcPatch(const word&, const label)") +// FatalErrorIn +// ( +// "fvMeshDistribute::addProcPatch(const word&, const label)" +// ) // << "Cannot create patch " << patchName << " since already exists." // << nl // << "Current patch names:" << polyPatches.names() @@ -352,7 +355,8 @@ Foam::label Foam::fvMeshDistribute::addPatch(polyPatch* patchPtr) FatalErrorIn("fvMeshDistribute::addPatch(polyPatch*)") << "Cannot create patch " << patchPtr->name() << " since already exists." << nl - << "Current patch names:" << polyPatches.names() << exit(FatalError); + << "Current patch names:" << polyPatches.names() + << exit(FatalError); } @@ -1668,7 +1672,7 @@ Foam::autoPtr<Foam::mapDistributePolyMesh> Foam::fvMeshDistribute::distribute // ? sourceProc = proc // ? sourceNewNbrProc = distribution of coupled cell // ? sourceFace = face (on owner side) - // ? sourcePatch = patchID + // ? sourcePatch = patchID // processor-cyclic boundary: // sourceProc = proc (on owner side) // sourceNewNbrProc = distribution of coupled cell diff --git a/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H b/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H index f85e1b53acd..3e7397bee11 100644 --- a/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H +++ b/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C b/src/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C index 5d29abaf90c..786146209ec 100644 --- a/src/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C +++ b/src/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/layerAdditionRemoval/addCellLayer.C b/src/dynamicMesh/layerAdditionRemoval/addCellLayer.C index 70f3e29cb0c..bb18760e71f 100644 --- a/src/dynamicMesh/layerAdditionRemoval/addCellLayer.C +++ b/src/dynamicMesh/layerAdditionRemoval/addCellLayer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -143,14 +143,14 @@ void Foam::layerAdditionRemoval::addCellLayer ); } -// Pout << "mp: " << mp << " addedPoints: " << addedPoints << endl; + // Pout<< "mp: " << mp << " addedPoints: " << addedPoints << endl; // Create the cells const labelList& mc = mesh.faceZones()[faceZoneID_.index()].masterCells(); const labelList& sc = mesh.faceZones()[faceZoneID_.index()].slaveCells(); -// Pout << "mc: " << mc << " sc: " << sc << endl; + // Pout<< "mc: " << mc << " sc: " << sc << endl; const labelList& mf = mesh.faceZones()[faceZoneID_.index()]; const boolList& mfFlip = mesh.faceZones()[faceZoneID_.index()].flipMap(); @@ -228,13 +228,18 @@ void Foam::layerAdditionRemoval::addCellLayer ) ); -// Pout << "adding face: " << newFace << " own: " << mc[faceI] << " nei: " << addedCells[faceI] << endl; + // Pout<< "adding face: " << newFace + // << " own: " << mc[faceI] + // << " nei: " << addedCells[faceI] + // << endl; } // Modify the faces from the master zone for the new neighbour const faceList& faces = mesh.faces(); -// Pout << "mfFlip: " << mfFlip << endl; + + // Pout<< "mfFlip: " << mfFlip << endl; + forAll(mf, faceI) { const label curfaceID = mf[faceI]; @@ -258,7 +263,10 @@ void Foam::layerAdditionRemoval::addCellLayer mfFlip[faceI] // face flip in zone ) ); -// Pout << "Modifying a boundary face. Face: " << curfaceID << " flip: " << mfFlip[faceI] << endl; + + // Pout<< "Modifying a boundary face. Face: " << curfaceID + // << " flip: " << mfFlip[faceI] + // << endl; } // If slave cell is owner, the face remains the same (but with // a new neighbour - the newly created cell). Otherwise, the @@ -282,7 +290,10 @@ void Foam::layerAdditionRemoval::addCellLayer ) ); -// Pout << "modify face, no flip " << curfaceID << " own: " << own[curfaceID] << " nei: " << addedCells[faceI] << endl; + // Pout<< "modify face, no flip " << curfaceID + // << " own: " << own[curfaceID] + // << " nei: " << addedCells[faceI] + // << endl; } else { @@ -302,7 +313,11 @@ void Foam::layerAdditionRemoval::addCellLayer !mfFlip[faceI] // face flip in zone ) ); -// Pout << "modify face, with flip " << curfaceID << " own: " << own[curfaceID] << " nei: " << addedCells[faceI] << endl; + + // Pout<< "modify face, with flip " << curfaceID + // << " own: " << own[curfaceID] + // << " nei: " << addedCells[faceI] + // << endl; } } @@ -344,7 +359,10 @@ void Foam::layerAdditionRemoval::addCellLayer ) ); -// Pout << "Add internal face off edge: " << newFace << " own: " << addedCells[edgeFaces[curEdgeID][0]] << " nei: " << addedCells[edgeFaces[curEdgeID][1]] << endl; + // Pout<< "Add internal face off edge: " << newFace + // << " own: " << addedCells[edgeFaces[curEdgeID][0]] + // << " nei: " << addedCells[edgeFaces[curEdgeID][1]] + // << endl; } // Prepare creation of faces from boundary edges. @@ -426,7 +444,11 @@ void Foam::layerAdditionRemoval::addCellLayer false // zone face flip ) ); -// Pout << "add boundary face: " << newFace << " into patch " << patchID << " own: " << addedCells[edgeFaces[curEdgeID][0]] << endl; + + // Pout<< "add boundary face: " << newFace + // << " into patch " << patchID + // << " own: " << addedCells[edgeFaces[curEdgeID][0]] + // << endl; } // Modify the remaining faces of the master cells to reconnect to the new @@ -536,7 +558,13 @@ void Foam::layerAdditionRemoval::addCellLayer modifiedFaceZoneFlip // face flip in zone ) ); -// Pout << "modifying stick-out face. Internal Old face: " << oldFace << " new face: " << newFace << " own: " << own[curFaceID] << " nei: " << nei[curFaceID] << endl; + + // Pout<< "modifying stick-out face. Internal Old face: " + // << oldFace + // << " new face: " << newFace + // << " own: " << own[curFaceID] + // << " nei: " << nei[curFaceID] + // << endl; } else { @@ -549,13 +577,21 @@ void Foam::layerAdditionRemoval::addCellLayer own[curFaceID], // owner -1, // neighbour false, // face flip - mesh.boundaryMesh().whichPatch(curFaceID), // patch for face + mesh.boundaryMesh().whichPatch(curFaceID), + // patch for face false, // remove from zone modifiedFaceZone, // zone for face modifiedFaceZoneFlip // face flip in zone ) ); -// Pout << "modifying stick-out face. Boundary Old face: " << oldFace << " new face: " << newFace << " own: " << own[curFaceID] << " patch: " << mesh.boundaryMesh().whichPatch(curFaceID) << endl; + + // Pout<< "modifying stick-out face. Boundary Old face: " + // << oldFace + // << " new face: " << newFace + // << " own: " << own[curFaceID] + // << " patch: " + // << mesh.boundaryMesh().whichPatch(curFaceID) + // << endl; } } } diff --git a/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.C b/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.C index ea79578a507..e25877a3e6b 100644 --- a/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.C +++ b/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -283,7 +283,7 @@ bool Foam::layerAdditionRemoval::changeTopology() const { if (debug) { - Pout << "First step. No addition/removal" << endl; + Pout<< "First step. No addition/removal" << endl; } // No topological changes allowed before first mesh motion @@ -414,11 +414,11 @@ void Foam::layerAdditionRemoval::updateMesh(const mapPolyMesh&) if (pointsPairingPtr_ || facesPairingPtr_) { - Pout << "Pointers set." << endl; + Pout<< "Pointers set." << endl; } else { - Pout << "Pointers not set." << endl; + Pout<< "Pointers not set." << endl; } } diff --git a/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H b/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H index ce715257292..b5d489198b2 100644 --- a/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H +++ b/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C b/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C index d8645b18a83..9516bb95e0e 100644 --- a/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C +++ b/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -46,7 +46,7 @@ bool Foam::layerAdditionRemoval::validCollapse() const if (debug) { - Pout << "Checking layer collapse for object " << name() << endl; + Pout<< "Checking layer collapse for object " << name() << endl; } // Grab the face collapse mapping @@ -102,7 +102,7 @@ void Foam::layerAdditionRemoval::removeCellLayer // the equivalent point in the master face zone. if (debug) { - Pout << "Removing the cell layer for object " << name() << endl; + Pout<< "Removing the cell layer for object " << name() << endl; } const polyMesh& mesh = topoChanger().mesh(); @@ -195,7 +195,7 @@ void Foam::layerAdditionRemoval::removeCellLayer labelList ftm = facesToModify.toc(); -//Pout << "faces to modify: " << ftm << endl; +//Pout<< "faces to modify: " << ftm << endl; forAll(ftm, faceI) { diff --git a/src/dynamicMesh/layerAdditionRemoval/setLayerPairing.C b/src/dynamicMesh/layerAdditionRemoval/setLayerPairing.C index 766196f00e4..f401b664305 100644 --- a/src/dynamicMesh/layerAdditionRemoval/setLayerPairing.C +++ b/src/dynamicMesh/layerAdditionRemoval/setLayerPairing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -88,8 +88,10 @@ bool Foam::layerAdditionRemoval::setLayerPairing() const facesPairingPtr_ = new labelList(mf.size(), -1); labelList& ftc = *facesPairingPtr_; -// Pout << "meshPoints: " << meshPoints << nl -// << "localPoints: " << mesh.faceZones()[faceZoneID_.index()]().localPoints() << endl; + // Pout<< "meshPoints: " << meshPoints << nl + // << "localPoints: " + // << mesh.faceZones()[faceZoneID_.index()]().localPoints() + // << endl; // For all faces, create the mapping label nPointErrors = 0; @@ -153,7 +155,7 @@ bool Foam::layerAdditionRemoval::setLayerPairing() const } } } -// Pout << "ptc: " << ptc << endl; +// Pout<< "ptc: " << ptc << endl; } reduce(nPointErrors, sumOp<label>()); @@ -218,7 +220,7 @@ void Foam::layerAdditionRemoval::modifyMotionPoints if (debug) { - Pout << "No motion point adjustment" << endl; + Pout<< "No motion point adjustment" << endl; } } diff --git a/src/dynamicMesh/meshCut/cellCuts/cellCuts.C b/src/dynamicMesh/meshCut/cellCuts/cellCuts.C index 0a856360c48..06e083ec5ae 100644 --- a/src/dynamicMesh/meshCut/cellCuts/cellCuts.C +++ b/src/dynamicMesh/meshCut/cellCuts/cellCuts.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellCuts/cellCuts.H b/src/dynamicMesh/meshCut/cellCuts/cellCuts.H index be45a3c70d4..c2f7f1aefe1 100644 --- a/src/dynamicMesh/meshCut/cellCuts/cellCuts.H +++ b/src/dynamicMesh/meshCut/cellCuts/cellCuts.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/cellLooper.C b/src/dynamicMesh/meshCut/cellLooper/cellLooper.C index 84848977614..68b1f5348b7 100644 --- a/src/dynamicMesh/meshCut/cellLooper/cellLooper.C +++ b/src/dynamicMesh/meshCut/cellLooper/cellLooper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/cellLooper.H b/src/dynamicMesh/meshCut/cellLooper/cellLooper.H index 37defc1d639..37756c37326 100644 --- a/src/dynamicMesh/meshCut/cellLooper/cellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/cellLooper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.C b/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.C index 9ee93ed58e0..4ebd678da90 100644 --- a/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.C +++ b/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H index eb6b24e429d..8cdbebf05a2 100644 --- a/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.C b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.C index 0fe0595c35f..49ecabaabaa 100644 --- a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.C +++ b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H index 8e869e9287b..53772da904f 100644 --- a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.C b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.C index 91cd5a5fad8..2fc7358b2ad 100644 --- a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.C +++ b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H index e747be6470f..26aeaa4cd8d 100644 --- a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.C b/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.C index 092bc53fe38..1d77ff45ee3 100644 --- a/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.C +++ b/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H b/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H index 87b1182e891..814e89a16e7 100644 --- a/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H +++ b/src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H b/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H index c46c351e884..1f174e4bf3b 100644 --- a/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H +++ b/src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/directions/directions.C b/src/dynamicMesh/meshCut/directions/directions.C index c404504326a..793323e54dd 100644 --- a/src/dynamicMesh/meshCut/directions/directions.C +++ b/src/dynamicMesh/meshCut/directions/directions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/directions/directions.H b/src/dynamicMesh/meshCut/directions/directions.H index f2bedabb545..9f363488413 100644 --- a/src/dynamicMesh/meshCut/directions/directions.H +++ b/src/dynamicMesh/meshCut/directions/directions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.C b/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.C index e56d7a9c90e..972769c1ed7 100644 --- a/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.C +++ b/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H b/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H index 11a5c5650a2..948c4ba2f11 100644 --- a/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H +++ b/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.C b/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.C index e8d6f41720e..2b99a56aa93 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.C +++ b/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H b/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H index ca49c74f9bc..b02d6d5cdbc 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H +++ b/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C b/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C index fc344448a73..040a5af0472 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C +++ b/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -133,7 +133,10 @@ Foam::label Foam::meshCutAndRemove::findInternalFacePoint if (pointLabels.empty()) { - FatalErrorIn("meshCutAndRemove::findInternalFacePoint(const labelList&)") + FatalErrorIn + ( + "meshCutAndRemove::findInternalFacePoint(const labelList&)" + ) << "Empty pointLabels" << abort(FatalError); } diff --git a/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H b/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H index e0f9c8a7934..32c3cb314b6 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H +++ b/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C b/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C index 00d0afd67b5..d075a05de97 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C +++ b/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H b/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H index 981430e33ff..9b8e784ca16 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H +++ b/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C b/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C index bcad8bef915..922783e9b07 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C +++ b/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H b/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H index 4785738ed21..f0544436ed2 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H +++ b/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.C b/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.C index 422a98d57ae..3d0025c4532 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.C +++ b/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H b/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H index a0e8fa03f0f..d0730694692 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H +++ b/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C b/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C index ef2ece26b15..c690f10e74e 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C +++ b/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H b/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H index 648d6461a6c..07a9ec96580 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H +++ b/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/refineCell/refineCell.C b/src/dynamicMesh/meshCut/refineCell/refineCell.C index e4db55b3209..f319de87ae2 100644 --- a/src/dynamicMesh/meshCut/refineCell/refineCell.C +++ b/src/dynamicMesh/meshCut/refineCell/refineCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/refineCell/refineCell.H b/src/dynamicMesh/meshCut/refineCell/refineCell.H index 2d561dad64a..2b3464e8b4d 100644 --- a/src/dynamicMesh/meshCut/refineCell/refineCell.H +++ b/src/dynamicMesh/meshCut/refineCell/refineCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/splitCell/splitCell.C b/src/dynamicMesh/meshCut/splitCell/splitCell.C index 65409e0d579..640e36dd26e 100644 --- a/src/dynamicMesh/meshCut/splitCell/splitCell.C +++ b/src/dynamicMesh/meshCut/splitCell/splitCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/splitCell/splitCell.H b/src/dynamicMesh/meshCut/splitCell/splitCell.H index 6595908a7f8..78e35a64dcd 100644 --- a/src/dynamicMesh/meshCut/splitCell/splitCell.H +++ b/src/dynamicMesh/meshCut/splitCell/splitCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.C b/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.C index bdd1b7df43a..0f82f6777ff 100644 --- a/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.C +++ b/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.H b/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.H index d99112919db..bbef0c733e6 100644 --- a/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.H +++ b/src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.C b/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.C index 7c6a41f9b32..abb1dfc951e 100644 --- a/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.C +++ b/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H b/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H index cc632bf6a9e..dfdf9bd8c9b 100644 --- a/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H +++ b/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H b/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H index c015be62888..91569e3239f 100644 --- a/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H +++ b/src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/motionSmoother/motionSmoother.H b/src/dynamicMesh/motionSmoother/motionSmoother.H index 729cbb28a55..45bc3913863 100644 --- a/src/dynamicMesh/motionSmoother/motionSmoother.H +++ b/src/dynamicMesh/motionSmoother/motionSmoother.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/motionSmoother/motionSmootherCheck.C b/src/dynamicMesh/motionSmoother/motionSmootherCheck.C index 04e55be86c4..4823c3a429d 100644 --- a/src/dynamicMesh/motionSmoother/motionSmootherCheck.C +++ b/src/dynamicMesh/motionSmoother/motionSmootherCheck.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C b/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C index a444276c195..f578374665c 100644 --- a/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C +++ b/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C b/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C index b79089bf044..fb9ccb9631f 100644 --- a/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C +++ b/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -1741,8 +1741,8 @@ bool Foam::polyMeshGeometry::checkFaceTwist ", const pointField&, const pointField&, const pointField&" ", const labelList&, labelHashSet*)" ) << nWarped << " faces with severe warpage " - << "(cosine of the angle between triangle normal and face normal" - << " < " << minTwist << ") found.\n" + << "(cosine of the angle between triangle normal and " + << "face normal < " << minTwist << ") found.\n" << endl; } diff --git a/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H b/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H index 5915d7aceb9..4a8178b8f60 100644 --- a/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H +++ b/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/motionSolver/motionSolver.C b/src/dynamicMesh/motionSolver/motionSolver.C index a225c4430ee..220c5a89481 100644 --- a/src/dynamicMesh/motionSolver/motionSolver.C +++ b/src/dynamicMesh/motionSolver/motionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/motionSolver/motionSolver.H b/src/dynamicMesh/motionSolver/motionSolver.H index 44889d937f3..5b46a4b3264 100644 --- a/src/dynamicMesh/motionSolver/motionSolver.H +++ b/src/dynamicMesh/motionSolver/motionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/perfectInterface/perfectInterface.C b/src/dynamicMesh/perfectInterface/perfectInterface.C index 27370c56cec..2f2add96300 100644 --- a/src/dynamicMesh/perfectInterface/perfectInterface.C +++ b/src/dynamicMesh/perfectInterface/perfectInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/perfectInterface/perfectInterface.H b/src/dynamicMesh/perfectInterface/perfectInterface.H index f133842b3f7..ab0e8bc7260 100644 --- a/src/dynamicMesh/perfectInterface/perfectInterface.H +++ b/src/dynamicMesh/perfectInterface/perfectInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C index b9425d1d82a..b10d6ac40b7 100644 --- a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C +++ b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H index d2fbdf3ec5a..079b9f7ffcf 100644 --- a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H +++ b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -301,9 +301,9 @@ class faceCoupleInfo const faceList& patchFaces, const bool sameOrientation, - labelList& patchToCutPoints, // patch to (uncompacted) cut points - labelList& cutToCompact, // compaction list - labelList& compactToCut // compaction list + labelList& patchToCutPoints,// patch to (uncompacted) cut points + labelList& cutToCompact, // compaction list + labelList& compactToCut // compaction list ); //- Returns max distance to masterF of any point on cutF. diff --git a/src/dynamicMesh/polyMeshAdder/faceCoupleInfoTemplates.C b/src/dynamicMesh/polyMeshAdder/faceCoupleInfoTemplates.C index eea0e17bc5c..18d2b6d2290 100644 --- a/src/dynamicMesh/polyMeshAdder/faceCoupleInfoTemplates.C +++ b/src/dynamicMesh/polyMeshAdder/faceCoupleInfoTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C b/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C index 80b3ab92986..d5041792f17 100644 --- a/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C +++ b/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyMeshAdder/polyMeshAdder.H b/src/dynamicMesh/polyMeshAdder/polyMeshAdder.H index 1283da8b577..9812a974aa7 100644 --- a/src/dynamicMesh/polyMeshAdder/polyMeshAdder.H +++ b/src/dynamicMesh/polyMeshAdder/polyMeshAdder.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.C b/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.C index f9da5b125f4..4828aa193df 100644 --- a/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.C +++ b/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -71,7 +71,7 @@ void Foam::attachPolyTopoChanger::attach(const bool removeEmptyPatches) if (debug) { - Pout << "Clearing mesh." << endl; + Pout<< "Clearing mesh." << endl; } if (removeEmptyPatches) diff --git a/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H b/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H index b39ebd3bd40..c9229ff1b55 100644 --- a/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H +++ b/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.C b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.C index 68b523b8a75..b8c6e99d7c5 100644 --- a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.C +++ b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H index ad083ee42a4..2dfb6dde185 100644 --- a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H +++ b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifierNew.C b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifierNew.C index 4a34685eba5..9c25a2963b3 100644 --- a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifierNew.C +++ b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifierNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddCell.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddCell.H index cceefc81af1..578ceb7c99f 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddCell.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H index 4a21cc7e924..01104f3cbcc 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddPoint.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddPoint.H index bf841de0cfb..9e2622cbf87 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddPoint.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C index 5ed3a5e9ea3..3583afd144f 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -976,7 +976,8 @@ void Foam::addPatchCellLayer::setRefinement -1, // master point -1, // master edge -1, // master face - (addToMesh_ ? mesh_.faceOwner()[meshFaceI] : -1),//master + (addToMesh_ ? mesh_.faceOwner()[meshFaceI] : -1), + //master ownZoneI // zone for cell ) ); diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H index 59edd676422..78bdc2b6e53 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -73,22 +73,22 @@ Description E.g. 3 boundary faces on patches a,b. b gets extruded, a doesn't. @verbatim - a b b <- patch of boundary face + a b b <- patch of boundary face +------+------+------+ - | | | | <- cells + | | | | <- cells +------+------+------+ - ^ ^ <- wanted extrusion vector (none at far right) - a | b | b <- patch of boundary face + ^ ^ <- wanted extrusion vector (none at far right) + a | b | b <- patch of boundary face +------+------+------+ - | | | | <- cells + | | | | <- cells +------+------+------+ b - +------+\ b 1. prism cell added onto second b face since + +------+\ b 1. prism cell added onto second b face since a a| | ----\ only one side gets extruded. - +------+------+------+ 2. side-face gets patch a, not b. + +------+------+------+ 2. side-face gets patch a, not b. | | | | +------+------+------+ @endverbatim @@ -294,8 +294,9 @@ public: //- Play commands into polyTopoChange to create layers on top // of indirectPrimitivePatch (have to be outside faces). // Gets displacement per patch point. - // - exposedPatchID : only used if creating a new mesh (addToMesh=false) - // gives per pp face the patch the exposed face should get. + // - exposedPatchID : only used if creating a new mesh + // (addToMesh=false) gives per pp face the patch the + // exposed face should get. // - nPointLayers : number of layers per (patch)point. // - nFaceLayers : number of layers per (patch) face. // - firstDisplacement : displacement per point for first diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.C index 83414d1c98c..9e1f1c14660 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.H index 31ae14c95f0..f48a563aff5 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C index c89fe884283..23e192a76c1 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H index 1561e0b91a3..dbcbaf7a1c2 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C index 0c4d73b7e11..9242d1aac00 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H index 196b3c8dc4c..679c36a32ce 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C index c180f59b767..23734a99863 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H index 4676a144939..67fa488fe9c 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C index ea2479c07ed..9482861bded 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -5320,7 +5320,11 @@ void Foam::hexRef8::setUnrefinement { FatalErrorIn ( - "hexRef8::setUnrefinement(const labelList&, polyTopoChange&)" + "hexRef8::setUnrefinement" + "(" + "const labelList&, " + "polyTopoChange&" + ")" ) << "Illegal cell level " << cellLevel_[cellI] << " for cell " << cellI << abort(FatalError); diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H index 5c1cd7b0612..869e0afd7db 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.C index e7028e64240..a6f26df7c03 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.H index 7a7472611e6..e126c0c08f3 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyCell.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyCell.H index 0925fd16484..be476758c18 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyCell.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyFace.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyFace.H index 25806e20137..cc6219c1b2f 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyFace.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyPoint.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyPoint.H index 01b05b00bce..bc79e5c7536 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyPoint.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C index 1c1b32cced6..aaf1ce61449 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H index 7578bf2b2b6..8a153deceeb 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeI.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeI.H index baf50a59b83..c25a91eafed 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeI.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C index 2891ed54574..ef9a847adc3 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.C index 0f9a761b4f7..c76042beb95 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H index 5ed4fdf9ea6..5473ce04d22 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H index 4de9db4ab4a..c8ddde62231 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.C index 8d78bcf1d00..07275371f2e 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H index 89d9e803111..39a6d3721b1 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H index 46fa3cfac01..d5d9afb45e7 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C index 9450b2c7170..abf477e2091 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H index 2c6e5c6b605..3a75e605ef3 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C index 23f47dfe0ab..b963fb12bdb 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H index dce167d8f9b..9f0ec2812aa 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C index e6eebc5c3f1..0baf0839113 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H index 343c81d2f86..66ee4b0ccb5 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveCell.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveCell.H index 57d60143e80..d58e04f2d57 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveCell.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveFace.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveFace.H index 24e420da157..28e51f75a6f 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveFace.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemovePoint.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemovePoint.H index a8745698cb4..acc7e054f66 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemovePoint.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemovePoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.C index e793d9ea33c..f934cdd74f2 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H index f44e57684d0..6dfbed71715 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H index 09af23ae962..8d27cd9b707 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoActions.C b/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoActions.C index 303eaf5726a..a569fd8b400 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoActions.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoActions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C b/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C index dcb95344175..b389dae144d 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C +++ b/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H b/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H index 8f9ad50a00a..6a116ed9ae3 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C b/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C index f5040a0d8ed..813ec04c46e 100644 --- a/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C +++ b/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H b/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H index 0353c4b0c2d..053674e4d06 100644 --- a/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H +++ b/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/setUpdater/setUpdater.C b/src/dynamicMesh/setUpdater/setUpdater.C index ab50ba957f3..e2d806c1e79 100644 --- a/src/dynamicMesh/setUpdater/setUpdater.C +++ b/src/dynamicMesh/setUpdater/setUpdater.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/setUpdater/setUpdater.H b/src/dynamicMesh/setUpdater/setUpdater.H index 648155b9154..6ce5bb7f757 100644 --- a/src/dynamicMesh/setUpdater/setUpdater.H +++ b/src/dynamicMesh/setUpdater/setUpdater.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/setUpdater/setUpdaterTemplates.C b/src/dynamicMesh/setUpdater/setUpdaterTemplates.C index 083adae774f..3ccb16e75e3 100644 --- a/src/dynamicMesh/setUpdater/setUpdaterTemplates.C +++ b/src/dynamicMesh/setUpdater/setUpdaterTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/slidingInterface/coupleSlidingInterface.C b/src/dynamicMesh/slidingInterface/coupleSlidingInterface.C index 410bb1d7105..3c63d653db8 100644 --- a/src/dynamicMesh/slidingInterface/coupleSlidingInterface.C +++ b/src/dynamicMesh/slidingInterface/coupleSlidingInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -161,7 +161,10 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const { if (slavePointPointHits[pointI] >= 0) { -// Pout << "Inserting point merge pair: " << slaveMeshPoints[pointI] << " : " << masterMeshPoints[slavePointPointHits[pointI]] << endl; + // Pout<< "Inserting point merge pair: " << slaveMeshPoints[pointI] + // << " : " << masterMeshPoints[slavePointPointHits[pointI]] + // << endl; + pointMergeMap.insert ( slaveMeshPoints[pointI], @@ -229,11 +232,13 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } } -// Pout << "used edges: " << endl; -// forAll(usedMasterEdges, edgeI) -// { -// Pout << "edge: " << edgeI << " used: " << usedMasterEdges[edgeI].toc() << endl; -// } + // Pout<< "used edges: " << endl; + // forAll(usedMasterEdges, edgeI) + // { + // Pout<< "edge: " << edgeI + // << " used: " << usedMasterEdges[edgeI].toc() + // << endl; + // } // For every master and slave edge make a list of points to be added into // that edge. @@ -264,7 +269,14 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const true // supports a cell ) ); -// Pout << "Inserting merge pair off edge: " << slaveMeshPoints[pointI] << " " << newPoint << " cut point: " << edgeCutPoint << " orig: " << slaveLocalPoints[pointI] << " proj: " << projectedSlavePoints[pointI] << endl; + + // Pout<< "Inserting merge pair off edge: " + // << slaveMeshPoints[pointI] << " " << newPoint + // << " cut point: " << edgeCutPoint + // << " orig: " << slaveLocalPoints[pointI] + // << " proj: " << projectedSlavePoints[pointI] + // << endl; + // Add the new edge point into the merge map pointMergeMap.insert(slaveMeshPoints[pointI], newPoint); @@ -283,7 +295,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { Pout<< "e"; -// Pout<< newPoint << " = " << edgeCutPoint << endl; + // Pout<< newPoint << " = " << edgeCutPoint << endl; } } } @@ -314,7 +326,12 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const true // supports a cell ) ); -// Pout << "Inserting merge pair off face: " << slaveMeshPoints[pointI] << " " << newPoint << endl; + + // Pout<< "Inserting merge pair off face: " + // << slaveMeshPoints[pointI] + // << " " << newPoint + // << endl; + // Add the new edge point into the merge map pointMergeMap.insert(slaveMeshPoints[pointI], newPoint); @@ -376,7 +393,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // if (debug) { - Pout << "Processing slave edges " << endl; + Pout<< "Processing slave edges " << endl; } if (!cutPointEdgePairMapPtr_) @@ -413,7 +430,12 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const ) { labelHashSet& curUme = usedMasterEdges[edgeI]; -// Pout<< "Doing edge " << edgeI << " curEdge: " << curEdge << " curUme: " << curUme << endl; + + // Pout<< "Doing edge " << edgeI + // << " curEdge: " << curEdge + // << " curUme: " << curUme + // << endl; + // Clear the maps curFaceMap.clear(); addedFaces.clear(); @@ -422,11 +444,17 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const const label startFace = slavePointFaceHits[curEdge.start()].hitObject(); const label endFace = slavePointFaceHits[curEdge.end()].hitObject(); -// Pout << "startFace: " << slavePointFaceHits[curEdge.start()] << " endFace: " << slavePointFaceHits[curEdge.end()] << endl; + + // Pout<< "startFace: " << slavePointFaceHits[curEdge.start()] + // << " endFace: " << slavePointFaceHits[curEdge.end()] + // << endl; + // Insert the start face into the list curFaceMap.insert(startFace); addedFaces.insert(startFace); -// Pout << "curFaceMap: " << curFaceMap.toc() << endl; + + // Pout<< "curFaceMap: " << curFaceMap.toc() << endl; + label nSweeps = 0; bool completed = false; @@ -461,7 +489,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { - Pout << "."; + Pout<< "."; } } @@ -469,7 +497,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const { if (debug) { - Pout << "x"; + Pout<< "x"; } // It is impossible to reach the end from the start, probably @@ -511,7 +539,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { - Pout << "."; + Pout<< "."; } } } @@ -520,14 +548,14 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const { if (debug) { - Pout << "+ "; + Pout<< "+ "; } } else { if (debug) { - Pout << "z "; + Pout<< "z "; } } @@ -540,14 +568,17 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const ); const labelList curFaces = curFaceMap.toc(); -// Pout << "curFaces: " << curFaces << endl; + + // Pout<< "curFaces: " << curFaces << endl; + forAll(curFaces, faceI) { -// Pout<< "face: " << curFaces[faceI] << " " -// << masterPatch[curFaces[faceI]] -// << " local: " -// << masterPatch.localFaces()[curFaces[faceI]] -// << endl; + // Pout<< "face: " << curFaces[faceI] << " " + // << masterPatch[curFaces[faceI]] + // << " local: " + // << masterPatch.localFaces()[curFaces[faceI]] + // << endl; + const labelList& me = masterFaceEdges[curFaces[faceI]]; forAll(me, meI) @@ -583,11 +614,18 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // Create the plane plane cutPlane(a, b, c); -// Pout << "a: " << a << " b: " << b << " c: " << c << " plane: " << cutPlane << endl; + + // Pout<< "a: " << a + // << " b: " << b + // << " c: " << c + // << " plane: " << cutPlane + // << endl; linePointRef curSlaveLine = curEdge.line(projectedSlavePoints); const scalar curSlaveLineMag = curSlaveLine.mag(); -// Pout << "curSlaveLine: " << curSlaveLine << endl; + + // Pout<< "curSlaveLine: " << curSlaveLine << endl; + forAll(curMasterEdges, masterEdgeI) { if (!curUme.found(curMasterEdges[masterEdgeI])) @@ -595,12 +633,17 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // New edge if (debug) { - Pout << "n"; + Pout<< "n"; } const label cmeIndex = curMasterEdges[masterEdgeI]; const edge& cme = masterEdges[cmeIndex]; -// Pout<< "Edge " << cmeIndex << " cme: " << cme << " line: " << cme.line(masterLocalPoints) << endl; + + // Pout<< "Edge " << cmeIndex + // << " cme: " << cme + // << " line: " << cme.line(masterLocalPoints) + // << endl; + scalar cutOnMaster = cutPlane.lineIntersect ( @@ -635,9 +678,20 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // Calculate merge tolerance from the // target edge length - scalar mergeTol = - edgeCoPlanarTol_*mag(b - a); -// Pout << "cutOnMaster: " << cutOnMaster << " masterCutPoint: " << masterCutPoint << " slaveCutPoint: " << slaveCut.hitPoint() << " slaveCut.distance(): " << slaveCut.distance() << " slave length: " << mag(b - a) << " mergeTol: " << mergeTol << " 1: " << mag(b - a) << " 2: " << cme.line(masterLocalPoints).mag() << endl; + scalar mergeTol = edgeCoPlanarTol_*mag(b - a); + + // Pout<< "cutOnMaster: " << cutOnMaster + // << " masterCutPoint: " << masterCutPoint + // << " slaveCutPoint: " << slaveCut.hitPoint() + // << " slaveCut.distance(): " + // << slaveCut.distance() + // << " slave length: " << mag(b - a) + // << " mergeTol: " << mergeTol + // << " 1: " << mag(b - a) + // << " 2: " + // << cme.line(masterLocalPoints).mag() + // << endl; + if ( cutOnSlave > edgeEndCutoffTol_ @@ -660,9 +714,20 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const true // active ) ); -// Pout << "Inserting point: " << newPoint << " as edge to edge intersection. Slave edge: " << edgeI << " " << curEdge << " master edge: " << cmeIndex << " " << cme << endl; + + // Pout<< "Inserting point: " << newPoint + // << " as edge to edge intersection. " + // << "Slave edge: " + // << edgeI << " " << curEdge + // << " master edge: " + // << cmeIndex << " " << cme + // << endl; + pointsIntoSlaveEdges[edgeI].append(newPoint); - pointsIntoMasterEdges[cmeIndex].append(newPoint); + pointsIntoMasterEdges[cmeIndex].append + ( + newPoint + ); // Add the point into the enriched patch map pointMap.insert @@ -702,7 +767,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { // Intersection exists but it is too far - Pout << "t"; + Pout<< "t"; } } } @@ -711,7 +776,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { // Missed slave edge - Pout << "x"; + Pout<< "x"; } } } @@ -720,7 +785,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { // Missed master edge - Pout << "-"; + Pout<< "-"; } } } @@ -728,20 +793,20 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const { if (debug) { - Pout << "u"; + Pout<< "u"; } } } if (debug) { - Pout << endl; + Pout<< endl; } } // End if both ends missing } // End for all slave edges -// Pout << "pointsIntoMasterEdges: " << pointsIntoMasterEdges << endl; -// Pout << "pointsIntoSlaveEdges: " << pointsIntoSlaveEdges << endl; +// Pout<< "pointsIntoMasterEdges: " << pointsIntoMasterEdges << endl; +// Pout<< "pointsIntoSlaveEdges: " << pointsIntoSlaveEdges << endl; // Re-pack the points into edges lists labelListList pime(pointsIntoMasterEdges.size()); @@ -794,7 +859,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const const label curMaster = cutFaceMaster[faceI]; const label curSlave = cutFaceSlave[faceI]; -// Pout << "Doing insertion of face " << faceI << ": "; +// Pout<< "Doing insertion of face " << faceI << ": "; // Check if the face has changed topologically bool insertedFace = false; @@ -805,7 +870,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (curCutFace == masterPatch[curMaster]) { // Face is equal to master. Modify master face. -// Pout << "Face is equal to master and is "; +// Pout<< "Face is equal to master and is "; // If the face has got both master and slave, it is an // internal face; otherwise it is a patch face in the @@ -813,7 +878,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (curSlave >= 0) { -// Pout << "internal" << endl; +// Pout<< "internal" << endl; if (masterFc[curMaster] < slaveFc[curSlave]) { // Cut face should point into slave. @@ -833,7 +898,12 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const masterPatchFlip[curMaster] // zone flip ) ); -// Pout << "modifying master face. Old master: " << masterPatch[curMaster] << " new face: " << curCutFace.reverseFace() << " own: " << masterFc[curMaster] << " nei: " << slaveFc[curSlave] << endl; + + // Pout<< "modifying master face. Old master: " + // << masterPatch[curMaster] + // << " new face: " << curCutFace.reverseFace() + // << " own: " << masterFc[curMaster] + // << " nei: " << slaveFc[curSlave] << endl; } else { @@ -861,7 +931,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } else { -// Pout << "master boundary" << endl; +// Pout<< "master boundary" << endl; ref.setAction ( polyModifyFace @@ -902,11 +972,11 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (curCutFace == rsf) { // Face is equal to slave. Modify slave face. -// Pout << "Face is equal to slave and is "; + // Pout<< "Face is equal to slave and is "; if (curMaster >= 0) { -// Pout << "regular internal" << endl; + // Pout<< "regular internal" << endl; if (masterFc[curMaster] < slaveFc[curSlave]) { ref.setAction @@ -929,7 +999,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const { // Cut face should point into master. // Be careful about flips in zone! -// Pout << "flipped internal" << endl; + // Pout<< "flipped internal" << endl; ref.setAction ( polyModifyFace @@ -952,7 +1022,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } else { -// Pout << "slave boundary" << endl; + // Pout<< "slave boundary" << endl; ref.setAction ( polyModifyFace @@ -987,7 +1057,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (!insertedFace) { // Face is different from both master and slave -// Pout << "Face different from both master and slave" << endl; + // Pout<< "Face different from both master and slave" << endl; if (curMaster >= 0) { @@ -996,7 +1066,12 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // Add internal face if (masterFc[curMaster] < slaveFc[curSlave]) { -// Pout << "Adding internal face " << curCutFace << " owner: " << masterFc[curMaster] << " slave: " << slaveFc[curSlave] << " master face: " << masterPatchAddr[curMaster] << endl; + // Pout<< "Adding internal face " << curCutFace + // << " owner: " << masterFc[curMaster] + // << " slave: " << slaveFc[curSlave] + // << " master face: " << masterPatchAddr[curMaster] + // << endl; + // Cut face should point into slave. ref.setAction ( @@ -1041,7 +1116,11 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } else { -// Pout << "Adding solo master face " << curCutFace << " owner: " << masterFc[curMaster] << " master face: " << masterPatchAddr[curMaster] << endl; + // Pout<< "Adding solo master face " << curCutFace + // << " owner: " << masterFc[curMaster] + // << " master face: " << masterPatchAddr[curMaster] + // << endl; + // Add master patch face ref.setAction ( @@ -1066,7 +1145,11 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } else if (curSlave >= 0) { -// Pout << "Adding solo slave face " << curCutFace << " owner: " << slaveFc[curSlave] << " master face: " << slavePatchAddr[curSlave] << endl; + // Pout<< "Adding solo slave face " << curCutFace + // << " owner: " << slaveFc[curSlave] + // << " master face: " << slavePatchAddr[curSlave] + // << endl; + // Add slave patch face ref.setAction ( @@ -1102,8 +1185,8 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } // Move the orphaned faces into the face zone -// Pout << "Orphaned master faces: " << orphanedMaster << endl; -// Pout << "Orphaned slave faces: " << orphanedSlave << endl; + // Pout<< "Orphaned master faces: " << orphanedMaster << endl; + // Pout<< "Orphaned slave faces: " << orphanedSlave << endl; label nOrphanedMasters = 0; @@ -1194,7 +1277,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // Grab the list of faces in the layer const labelList& masterStickOuts = masterStickOutFaces(); -// Pout << "masterStickOuts: " << masterStickOuts << endl; + // Pout<< "masterStickOuts: " << masterStickOuts << endl; // Re-create the master stick-out faces forAll(masterStickOuts, faceI) @@ -1227,7 +1310,10 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const oldFace.setSize(nOldFace); -// Pout << "old rich master face: " << oldRichFace << " old face: " << oldFace << endl; + // Pout<< "old rich master face: " << oldRichFace + // << " old face: " << oldFace + // << endl; + DynamicList<label> newFaceLabels(2*oldFace.size()); forAll(oldFace, pointI) @@ -1269,7 +1355,8 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (mmpmIter != masterMeshPointMap.end()) { -// Pout << "found label pair " << oldFace[pointI] << " and " << nextLabel; + // Pout<< "found label pair " << oldFace[pointI] + // << " and " << nextLabel; // Find the points on the edge between them const label localNextLabel = mmpmIter(); @@ -1284,7 +1371,8 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const == localNextLabel ) { -// Pout << " found edge: " << curEdges[curEdgeI] << endl; + // Pout<< " found edge: " << curEdges[curEdgeI] + // << endl; // Get points on current edge const labelList& curPime = pime[curEdges[curEdgeI]]; @@ -1292,7 +1380,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (curPime.size()) { changed = true; - // Pout << "curPime: " << curPime << endl; + // Pout<< "curPime: " << curPime << endl; // Insert the edge points into the face // in the correct order const point& startPoint = @@ -1412,8 +1500,10 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const face newFace; newFace.transfer(newFaceLabels); - //Pout << "Modifying master stick-out face " << curFaceID - // << " old face: " << oldFace << " new face: " << newFace << endl; + // Pout<< "Modifying master stick-out face " << curFaceID + // << " old face: " << oldFace + // << " new face: " << newFace + // << endl; // Modify the face if (mesh.isInternalFace(curFaceID)) @@ -1445,7 +1535,8 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const own[curFaceID], // owner -1, // neighbour false, // face flip - mesh.boundaryMesh().whichPatch(curFaceID), // patch for face + mesh.boundaryMesh().whichPatch(curFaceID), + // patch for face false, // remove from zone modifiedFaceZone, // zone for face modifiedFaceZoneFlip // face flip in zone @@ -1455,14 +1546,14 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const } } -// Pout << "Finished master side" << endl; + // Pout<< "Finished master side" << endl; // Slave side // Grab the list of faces in the layer const labelList& slaveStickOuts = slaveStickOutFaces(); -// Pout << "slaveStickOuts: " << slaveStickOuts << endl; + // Pout<< "slaveStickOuts: " << slaveStickOuts << endl; const Map<label>& rpm = retiredPointMap(); @@ -1516,7 +1607,10 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const DynamicList<label> newFaceLabels(2*oldFace.size()); -// Pout << "old rich slave face: " << oldRichFace << " old face: " << oldFace << endl; + // Pout<< "old rich slave face: " << oldRichFace + // << " old face: " << oldFace + // << endl; + forAll(oldFace, pointI) { // Try to find the point in retired points @@ -1591,7 +1685,8 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const == localNextLabel ) { -// Pout << " found edge: " << curEdges[curEdgeI] << endl; + // Pout<< " found edge: " << curEdges[curEdgeI] + // << endl; // Get points on current edge const labelList& curPise = pise[curEdges[curEdgeI]]; @@ -1599,7 +1694,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (curPise.size()) { changed = true; -// Pout << "curPise: " << curPise << endl; + // Pout<< "curPise: " << curPise << endl; // Insert the edge points into the face // in the correct order const point& startPoint = @@ -1719,7 +1814,10 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const face newFace; newFace.transfer(newFaceLabels); -// Pout << "Modifying slave stick-out face " << curFaceID << " old face: " << oldFace << " new face: " << newFace << endl; + // Pout<< "Modifying slave stick-out face " << curFaceID + // << " old face: " << oldFace + // << " new face: " << newFace + // << endl; // Modify the face if (mesh.isInternalFace(curFaceID)) @@ -1751,7 +1849,8 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const own[curFaceID], // owner -1, // neighbour false, // face flip - mesh.boundaryMesh().whichPatch(curFaceID), // patch for face + mesh.boundaryMesh().whichPatch(curFaceID), + // patch for face false, // remove from zone modifiedFaceZone, // zone for face modifiedFaceZoneFlip // face flip in zone @@ -1790,17 +1889,18 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const // slave patch nRetiredPoints++; - //ref.setAction - //( + // ref.setAction + // ( // polyModifyPoint // ( // slaveMeshPoints[pointI], // point ID // points[slaveMeshPoints[pointI]], // point // false, // remove from zone - // mesh.pointZones().whichZone(slaveMeshPoints[pointI]),// zone + // mesh.pointZones().whichZone(slaveMeshPoints[pointI]), + // // zone // false // in a cell // ) - //); + // ); //Pout<< "MJ retire slave point " << slaveMeshPoints[pointI] // << " coord " << points[slaveMeshPoints[pointI]] // << endl; @@ -1836,7 +1936,7 @@ void Foam::slidingInterface::coupleInterface(polyTopoChange& ref) const if (debug) { - Pout << "Retired " << nRetiredPoints << " out of " + Pout<< "Retired " << nRetiredPoints << " out of " << slaveMeshPoints.size() << " points." << endl; } diff --git a/src/dynamicMesh/slidingInterface/decoupleSlidingInterface.C b/src/dynamicMesh/slidingInterface/decoupleSlidingInterface.C index 5271b4cdb38..7531a2acfcb 100644 --- a/src/dynamicMesh/slidingInterface/decoupleSlidingInterface.C +++ b/src/dynamicMesh/slidingInterface/decoupleSlidingInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -107,7 +107,13 @@ void Foam::slidingInterface::decoupleInterface false // zone flip. Face corrected ) ); -// Pout << "Modifying master patch face no " << masterPatchAddr[faceI] << " face: " << faces[masterPatchAddr[faceI]] << " old owner: " << own[masterPatchAddr[faceI]] << " new owner: " << masterFc[faceI] << endl; + + // Pout<< "Modifying master patch face no " + // << masterPatchAddr[faceI] + // << " face: " << faces[masterPatchAddr[faceI]] + // << " old owner: " << own[masterPatchAddr[faceI]] + // << " new owner: " << masterFc[faceI] + // << endl; } // Slave side @@ -145,7 +151,10 @@ void Foam::slidingInterface::decoupleInterface if (rpmIter != rpm.end()) { // Master of retired point; grab its original -// Pout << "Reinstating retired point: " << newFace[pointI] << " with old: " << rpm.find(newFace[pointI])() << endl; + // Pout<< "Reinstating retired point: " << newFace[pointI] + // << " with old: " << rpm.find(newFace[pointI])() + // << endl; + newFace[pointI] = rpmIter(); } } @@ -228,7 +237,10 @@ void Foam::slidingInterface::decoupleInterface face newFace; newFace.transfer(newFaceLabels); -// Pout << "Modifying master stick-out face " << curFaceID << " old face: " << oldFace << " new face: " << newFace << endl; + // Pout<< "Modifying master stick-out face " << curFaceID + // << " old face: " << oldFace + // << " new face: " << newFace + // << endl; // Modify the face ref.setAction @@ -302,7 +314,11 @@ void Foam::slidingInterface::decoupleInterface { // Master of retired point; grab its original changed = true; -// Pout << "Reinstating retired point: " << oldFace[pointI] << " with old: " << rpm.find(oldFace[pointI])() << endl; + + // Pout<< "Reinstating retired point: " << oldFace[pointI] + // << " with old: " << rpm.find(oldFace[pointI])() + // << endl; + newFaceLabels.append(rpm.find(oldFace[pointI])()); } else if (ref.pointRemoved(oldFace[pointI])) @@ -351,7 +367,10 @@ void Foam::slidingInterface::decoupleInterface face newFace; newFace.transfer(newFaceLabels); -// Pout << "Modifying slave stick-out face " << curFaceID << " old face: " << oldFace << " new face: " << newFace << endl; + // Pout<< "Modifying slave stick-out face " << curFaceID + // << " old face: " << oldFace + // << " new face: " << newFace + // << endl; // Modify the face ref.setAction diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.C b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.C index 56e70fbd350..41f0ae16d6c 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.C +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H index 7c3649aad73..1054b06a77e 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -198,9 +198,12 @@ public: ( const primitiveFacePatch& masterPatch, const primitiveFacePatch& slavePatch, - const labelList& slavePointPointHits,// -1 or common point snapped to - const labelList& slavePointEdgeHits, // -1 or common edge snapped to - const List<objectHit>& slavePointFaceHits // master face snapped to + const labelList& slavePointPointHits, + // -1 or common point snapped to + const labelList& slavePointEdgeHits, + // -1 or common edge snapped to + const List<objectHit>& slavePointFaceHits + // master face snapped to ); diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C index caee3a88c89..85c11da33c1 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -61,10 +61,10 @@ void Foam::enrichedPatch::calcCutFaces() const const faceList& lf = localFaces(); const pointField& lp = localPoints(); const labelListList& pp = pointPoints(); -// Pout << "enFaces: " << enFaces << endl; -// Pout << "lf: " << lf << endl; -// Pout << "lp: " << lp << endl; -// Pout << "pp: " << pp << endl; + // Pout<< "enFaces: " << enFaces << endl; + // Pout<< "lf: " << lf << endl; + // Pout<< "lp: " << lp << endl; + // Pout<< "pp: " << pp << endl; const Map<labelList>& masterPointFaceAddr = masterPointFaces(); // Prepare the storage @@ -104,28 +104,32 @@ void Foam::enrichedPatch::calcCutFaces() const const face& curLocalFace = lf[faceI]; const face& curGlobalFace = enFaces[faceI]; -// Pout<< "Doing face " << faceI << " local: " << curLocalFace << " or " << curGlobalFace << endl; -// if (faceI < slavePatch_.size()) -// { -// Pout<< "original slave: " << slavePatch_[faceI] -// << " local: " << slavePatch_.localFaces()[faceI] << endl; -// } -// else -// { -// Pout<< "original master: " -// << masterPatch_[faceI - slavePatch_.size()] << " " -// << masterPatch_.localFaces()[faceI - slavePatch_.size()] -// << endl; -// } -// { -// pointField facePoints = curLocalFace.points(lp); -// forAll(curLocalFace, pointI) -// { -// Pout << "v " << facePoints[pointI].x() << " " -// << facePoints[pointI].y() << " " -// << facePoints[pointI].z() << endl; -// } -// } + // Pout<< "Doing face " << faceI + // << " local: " << curLocalFace + // << " or " << curGlobalFace + // << endl; + + // if (faceI < slavePatch_.size()) + // { + // Pout<< "original slave: " << slavePatch_[faceI] + // << " local: " << slavePatch_.localFaces()[faceI] << endl; + // } + // else + // { + // Pout<< "original master: " + // << masterPatch_[faceI - slavePatch_.size()] << " " + // << masterPatch_.localFaces()[faceI - slavePatch_.size()] + // << endl; + // } + // { + // pointField facePoints = curLocalFace.points(lp); + // forAll(curLocalFace, pointI) + // { + // Pout<< "v " << facePoints[pointI].x() << " " + // << facePoints[pointI].y() << " " + // << facePoints[pointI].z() << endl; + // } + // } // Track the usage of face edges. When all edges are used, the // face decomposition is complete. @@ -152,7 +156,10 @@ void Foam::enrichedPatch::calcCutFaces() const while (edgeSeeds.size()) { -// Pout << "edgeSeeds.size(): " << edgeSeeds.size() << endl; + // Pout<< "edgeSeeds.size(): " + // << edgeSeeds.size() + // << endl; + const edge curEdge = edgeSeeds.removeHead(); // Locate the edge in current face @@ -175,7 +182,12 @@ void Foam::enrichedPatch::calcCutFaces() const // If the edge has already been used twice, skip it if (edgesUsedTwice.found(curEdge)) continue; -// Pout << "Trying new edge (" << mp[curEdge.start()] << ", " << mp[curEdge.end()] << ") seed: " << curEdge << " used: " << edgesUsedTwice.found(curEdge) << endl; + + // Pout<< "Trying new edge (" << mp[curEdge.start()] + // << ", " << mp[curEdge.end()] + // << ") seed: " << curEdge + // << " used: " << edgesUsedTwice.found(curEdge) + // << endl; // Estimate the size of cut face as twice the size of original face DynamicList<label> cutFaceGlobalPoints(2*curLocalFace.size()); @@ -185,7 +197,7 @@ void Foam::enrichedPatch::calcCutFaces() const label prevPointLabel = curEdge.start(); cutFaceGlobalPoints.append(mp[prevPointLabel]); cutFaceLocalPoints.append(prevPointLabel); -// Pout << "prevPointLabel: " << mp[prevPointLabel] << endl; + // Pout<< "prevPointLabel: " << mp[prevPointLabel] << endl; // Grab current point and append it to the list label curPointLabel = curEdge.end(); point curPoint = lp[curPointLabel]; @@ -199,9 +211,15 @@ void Foam::enrichedPatch::calcCutFaces() const do { // Grab the next point options -// Pout << "curPointLabel: " << mp[curPointLabel] << endl; + + // Pout<< "curPointLabel: " << mp[curPointLabel] << endl; + const labelList& nextPoints = pp[curPointLabel]; -// Pout << "nextPoints: " << UIndirectList<label>(mp, nextPoints) << endl; + + // Pout<< "nextPoints: " + // << UIndirectList<label>(mp, nextPoints) + // << endl; + // Get the vector along the edge and the right vector vector ahead = curPoint - lp[prevPointLabel]; ahead -= normal*(normal & ahead); @@ -209,7 +227,11 @@ void Foam::enrichedPatch::calcCutFaces() const vector right = normal ^ ahead; right /= mag(right); -// Pout<< "normal: " << normal << " ahead: " << ahead << " right: " << right << endl; + + // Pout<< "normal: " << normal + // << " ahead: " << ahead + // << " right: " << right + // << endl; scalar atanTurn = -GREAT; label bestAtanPoint = -1; @@ -220,12 +242,17 @@ void Foam::enrichedPatch::calcCutFaces() const // be more than one edge, so this is safe if (nextPoints[nextI] != prevPointLabel) { -// Pout << "cur point: " << curPoint << " trying for point: " << mp[nextPoints[nextI]] << " " << lp[nextPoints[nextI]]; + // Pout<< "cur point: " << curPoint + // << " trying for point: " + // << mp[nextPoints[nextI]] + // << " " << lp[nextPoints[nextI]]; vector newDir = lp[nextPoints[nextI]] - curPoint; -// Pout << " newDir: " << newDir << " mag: " << mag(newDir) << flush; + // Pout<< " newDir: " << newDir + // << " mag: " << mag(newDir) << flush; newDir -= normal*(normal & newDir); scalar magNewDir = mag(newDir); -// Pout << " corrected: " << newDir << " mag: " << mag(newDir) << flush; + // Pout<< " corrected: " << newDir + // << " mag: " << mag(newDir) << flush; if (magNewDir < SMALL) { @@ -246,7 +273,7 @@ void Foam::enrichedPatch::calcCutFaces() const scalar curAtanTurn = atan2(newDir & right, newDir & ahead); -// Pout << " atan: " << curAtanTurn << endl; + // Pout<< " atan: " << curAtanTurn << endl; if (curAtanTurn > atanTurn) { @@ -255,10 +282,17 @@ void Foam::enrichedPatch::calcCutFaces() const } } // end of prev point skip } // end of next point selection -// Pout<< " bestAtanPoint: " << bestAtanPoint << " or " -// << mp[bestAtanPoint] << endl; + + // Pout<< " bestAtanPoint: " << bestAtanPoint << " or " + // << mp[bestAtanPoint] + // << endl; + // Selected next best point. -// Pout << "cutFaceGlobalPoints: " << cutFaceGlobalPoints << endl; + + // Pout<< "cutFaceGlobalPoints: " + // << cutFaceGlobalPoints + // << endl; + // Check if the edge about to be added has been used // in the current face or twice in other faces. If // so, the face is bad. @@ -273,7 +307,10 @@ void Foam::enrichedPatch::calcCutFaces() const { // This edge is already used in current face // face cannot be good; start on a new one -// Pout << "Double usage in current face, cannot be good" << endl; + + // Pout<< "Double usage in current face, cannot be good" + // << endl; + completedCutFace = true; } @@ -283,7 +320,8 @@ void Foam::enrichedPatch::calcCutFaces() const // This edge is already used - // face cannot be good; start on a new one completedCutFace = true; -// Pout << "Double usage elsewhere, cannot be good" << endl; + + // Pout<< "Double usage elsewhere, cannot be good" << endl; } if (completedCutFace) continue; @@ -309,7 +347,11 @@ void Foam::enrichedPatch::calcCutFaces() const face cutFaceLocal; cutFaceLocal.transfer(cutFaceLocalPoints); -// Pout << "\ncutFaceLocal: " << cutFaceLocal.points(lp) << endl; + + // Pout<< "\ncutFaceLocal: " + // << cutFaceLocal.points(lp) + // << endl; + // Go through all edges of the cut faces. // If the edge corresponds to a starting face edge, // mark the starting face edge as true @@ -328,40 +370,57 @@ void Foam::enrichedPatch::calcCutFaces() const if (euoIter == edgesUsedOnce.end()) { -// Pout << "Found edge not used before: "<< curCutFaceEdge << endl; + // Pout<< "Found edge not used before: " + // << curCutFaceEdge + // << endl; edgesUsedOnce.insert(curCutFaceEdge); } else { -// Pout << "Found edge used once: " << curCutFaceEdge << endl; + // Pout<< "Found edge used once: " + // << curCutFaceEdge + // << endl; edgesUsedOnce.erase(euoIter); edgesUsedTwice.insert(curCutFaceEdge); } - const label curCutFaceEdgeWhich = curLocalFace.which(curCutFaceEdge.start()); + const label curCutFaceEdgeWhich = curLocalFace.which + ( + curCutFaceEdge.start() + ); if ( curCutFaceEdgeWhich > -1 - && curLocalFace.nextLabel(curCutFaceEdgeWhich) == curCutFaceEdge.end() + && curLocalFace.nextLabel(curCutFaceEdgeWhich) + == curCutFaceEdge.end() ) { // Found edge in original face -// Pout << "Found edge in orig face: " << curCutFaceEdge << ": " << curCutFaceEdgeWhich << endl; + + // Pout<< "Found edge in orig face: " + // << curCutFaceEdge << ": " + // << curCutFaceEdgeWhich + // << endl; + usedFaceEdges[curCutFaceEdgeWhich] = true; } else { // Edge not in original face. Add it to seeds -// Pout << "Found new edge seed: " << curCutFaceEdge << endl; + + // Pout<< "Found new edge seed: " + // << curCutFaceEdge + // << endl; + edgeSeeds.append(curCutFaceEdge.reverseEdge()); } } - // Find out what the other side is // Algorithm + // If the face is in the slave half of the // enrichedFaces lists, it may be matched against // the master face. It can be recognised by the @@ -478,7 +537,7 @@ void Foam::enrichedPatch::calcCutFaces() const { if (debug) { - Pout << " solo slave A" << endl; + Pout<< " solo slave A" << endl; } cfMaster.append(-1); @@ -490,7 +549,7 @@ void Foam::enrichedPatch::calcCutFaces() const // First point not in master patch if (debug) { - Pout << " solo slave B" << endl; + Pout<< " solo slave B" << endl; } cfMaster.append(-1); @@ -501,7 +560,7 @@ void Foam::enrichedPatch::calcCutFaces() const { if (debug) { - Pout << " master side" << endl; + Pout<< " master side" << endl; } cfMaster.append(faceI - slavePatch_.size()); @@ -588,7 +647,7 @@ void Foam::enrichedPatch::calcCutFaces() const if (debug) { - Pout << " Finished face " << faceI << endl; + Pout<< " Finished face " << faceI << endl; } } // end of local faces diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchFaces.C b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchFaces.C index 1bc7f633ddb..2912d5e9bb7 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchFaces.C +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -130,7 +130,11 @@ void Foam::enrichedPatch::calcEnrichedFaces const labelList& slavePointsOnEdge = pointsIntoSlaveEdges[curEdges[i]]; -// Info<< "slavePointsOnEdge for " << curEdges[i] << ": " << slavePointsOnEdge << endl; + + // Info<< "slavePointsOnEdge for " + // << curEdges[i] << ": " << slavePointsOnEdge + // << endl; + // If there are no points on the edge, skip everything // If there is only one point, no need for sorting if (slavePointsOnEdge.size()) diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchMasterPoints.C b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchMasterPoints.C index 3a2d6b2aeb9..3f3160e86ad 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchMasterPoints.C +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchMasterPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -59,7 +59,7 @@ void Foam::enrichedPatch::calcMasterPointFaces() const forAll(masterPatch_, faceI) { const face& curFace = ef[faceI + slavePatch_.size()]; -// Pout << "Cur face in pfAddr: " << curFace << endl; +// Pout<< "Cur face in pfAddr: " << curFace << endl; forAll(curFace, pointI) { Map<DynamicList<label> >::iterator mpfIter = diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointMap.C b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointMap.C index 0fb7b206736..30bbfa4528d 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointMap.C +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointMap.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointPoints.C b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointPoints.C index a24586b754a..acf67e75ecf 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointPoints.C +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/slidingInterface/slidingInterface.C b/src/dynamicMesh/slidingInterface/slidingInterface.C index 0382b5a5c67..0e02af13073 100644 --- a/src/dynamicMesh/slidingInterface/slidingInterface.C +++ b/src/dynamicMesh/slidingInterface/slidingInterface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -474,7 +474,7 @@ void Foam::slidingInterface::modifyMotionPoints(pointField& motionPoints) const { if (debug) { - Pout << "p"; + Pout<< "p"; } // Cut point is a retired point @@ -491,7 +491,10 @@ void Foam::slidingInterface::modifyMotionPoints(pointField& motionPoints) const if (cpepmIter != cpepm.end()) { -// Pout << "Need to re-create hit for point " << cutPoints[pointI] << " lookup: " << cpepmIter() << endl; + // Pout<< "Need to re-create hit for point " + // << cutPoints[pointI] + // << " lookup: " << cpepmIter() + // << endl; // Note. // The edge cutting code is repeated in @@ -518,7 +521,11 @@ void Foam::slidingInterface::modifyMotionPoints(pointField& motionPoints) const ); const edge& cme = masterEdges[curMasterEdgeIndex]; -// Pout << "curMasterEdgeIndex: " << curMasterEdgeIndex << " cme: " << cme << endl; + + // Pout<< "curMasterEdgeIndex: " << curMasterEdgeIndex + // << " cme: " << cme + // << endl; + const edge& globalSlaveEdge = cpepmIter().second(); const label curSlaveEdgeIndex = @@ -538,7 +545,9 @@ void Foam::slidingInterface::modifyMotionPoints(pointField& motionPoints) const ); const edge& curSlaveEdge = slaveEdges[curSlaveEdgeIndex]; -// Pout << "curSlaveEdgeIndex: " << curSlaveEdgeIndex << " curSlaveEdge: " << curSlaveEdge << endl; + // Pout<< "curSlaveEdgeIndex: " << curSlaveEdgeIndex + // << " curSlaveEdge: " << curSlaveEdge + // << endl; const point& a = projectedSlavePoints[curSlaveEdge.start()]; const point& b = projectedSlavePoints[curSlaveEdge.end()]; @@ -646,7 +655,7 @@ void Foam::slidingInterface::modifyMotionPoints(pointField& motionPoints) const } if (debug) { - Pout << endl; + Pout<< endl; } } } diff --git a/src/dynamicMesh/slidingInterface/slidingInterface.H b/src/dynamicMesh/slidingInterface/slidingInterface.H index 8058d5d4a49..47f4bcfb57f 100644 --- a/src/dynamicMesh/slidingInterface/slidingInterface.H +++ b/src/dynamicMesh/slidingInterface/slidingInterface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/slidingInterface/slidingInterfaceAttachedAddressing.C b/src/dynamicMesh/slidingInterface/slidingInterfaceAttachedAddressing.C index e43b23c9847..b9656b14edd 100644 --- a/src/dynamicMesh/slidingInterface/slidingInterfaceAttachedAddressing.C +++ b/src/dynamicMesh/slidingInterface/slidingInterfaceAttachedAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -111,7 +111,7 @@ void Foam::slidingInterface::calcAttachedAddressing() const { if (mfc[faceI] < 0) { - Pout << "No cell next to master patch face " << faceI + Pout<< "No cell next to master patch face " << faceI << ". Global face no: " << mfc[faceI] << " own: " << own[masterPatchFaces[faceI]] << " nei: " << nei[masterPatchFaces[faceI]] @@ -123,7 +123,7 @@ void Foam::slidingInterface::calcAttachedAddressing() const { if (sfc[faceI] < 0) { - Pout << "No cell next to slave patch face " << faceI + Pout<< "No cell next to slave patch face " << faceI << ". Global face no: " << sfc[faceI] << " own: " << own[slavePatchFaces[faceI]] << " nei: " << nei[slavePatchFaces[faceI]] @@ -334,7 +334,7 @@ void Foam::slidingInterface::renumberAttachedAddressing newMsof[faceI] = newFaceI; } } -// Pout << "newMsof: " << newMsof << endl; +// Pout<< "newMsof: " << newMsof << endl; // Slave side const labelList& ssof = slaveStickOutFaces(); @@ -350,7 +350,7 @@ void Foam::slidingInterface::renumberAttachedAddressing newSsof[faceI] = newFaceI; } } -// Pout << "newSsof: " << newSsof << endl; +// Pout<< "newSsof: " << newSsof << endl; if (debug) { // Check if all the mapped cells are live diff --git a/src/dynamicMesh/slidingInterface/slidingInterfaceClearCouple.C b/src/dynamicMesh/slidingInterface/slidingInterfaceClearCouple.C index b89bfbe0e79..5125a8f8e80 100644 --- a/src/dynamicMesh/slidingInterface/slidingInterfaceClearCouple.C +++ b/src/dynamicMesh/slidingInterface/slidingInterfaceClearCouple.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/dynamicMesh/slidingInterface/slidingInterfaceProjectPoints.C b/src/dynamicMesh/slidingInterface/slidingInterfaceProjectPoints.C index 74ab080d2a0..bd0c3d405cb 100644 --- a/src/dynamicMesh/slidingInterface/slidingInterfaceProjectPoints.C +++ b/src/dynamicMesh/slidingInterface/slidingInterfaceProjectPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -36,7 +36,8 @@ const Foam::label Foam::slidingInterface::nFacesPerSlaveEdgeDefault_ = 5; const Foam::label Foam::slidingInterface::edgeFaceEscapeLimitDefault_ = 10; const Foam::scalar Foam::slidingInterface::integralAdjTolDefault_ = 0.05; -const Foam::scalar Foam::slidingInterface::edgeMasterCatchFractionDefault_ = 0.4; +const Foam::scalar + Foam::slidingInterface::edgeMasterCatchFractionDefault_ = 0.4; const Foam::scalar Foam::slidingInterface::edgeEndCutoffTolDefault_ = 0.0001; @@ -161,7 +162,7 @@ bool Foam::slidingInterface::projectPoints() const } } -// Pout << "min length for master points: " << minMasterPointLength << endl +// Pout<< "min length for master points: " << minMasterPointLength << endl // << "min length for master faces: " << minMasterFaceLength << endl; // Calculate min edge length for the points and faces of slave patch @@ -204,7 +205,7 @@ bool Foam::slidingInterface::projectPoints() const } } -// Pout << "min length for slave points: " << minSlavePointLength << endl +// Pout<< "min length for slave points: " << minSlavePointLength << endl // << "min length for slave faces: " << minSlaveFaceLength << endl; // Project slave points onto the master patch @@ -218,7 +219,7 @@ bool Foam::slidingInterface::projectPoints() const projectionAlgo_ ); -// Pout << "USING N-SQAURED!!!" << endl; +// Pout<< "USING N-SQAURED!!!" << endl; // List<objectHit> slavePointFaceHits = // projectPointsNSquared<face, List, const pointField&> // ( @@ -308,7 +309,7 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "a"; + Pout<< "a"; } // Pout<< "Moving slave point in integral adjustment " @@ -330,7 +331,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "n"; + Pout<< "n"; } } } @@ -338,7 +339,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << " done." << endl; + Pout<< " done." << endl; } } else if (matchType_ == PARTIAL) @@ -413,7 +414,7 @@ bool Foam::slidingInterface::projectPoints() const } else { - Pout << " ... projection OK." << endl; + Pout<< " ... projection OK." << endl; } } // scalarField magDiffs(mag(slaveLocalPoints - projectedSlavePoints)); @@ -530,7 +531,7 @@ bool Foam::slidingInterface::projectPoints() const } else { - Pout << " ... point merge OK." << endl; + Pout<< " ... point merge OK." << endl; } } @@ -695,7 +696,7 @@ bool Foam::slidingInterface::projectPoints() const } } -// Pout << "slavePointEdgeHits: " << slavePointEdgeHits << endl; +// Pout<< "slavePointEdgeHits: " << slavePointEdgeHits << endl; // Insert the master points into closest slave edge if appropriate @@ -747,7 +748,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "Processing slave edges " << endl; + Pout<< "Processing slave edges " << endl; } // Create a map of faces the edge can interact with @@ -783,7 +784,14 @@ bool Foam::slidingInterface::projectPoints() const curFaceMap.insert(startFace); addedFaces.insert(startFace); -// Pout << "Doing edge " << edgeI << " or " << curEdge << " start: " << slavePointFaceHits[curEdge.start()].hitObject() << " end " << slavePointFaceHits[curEdge.end()].hitObject() << endl; + // Pout<< "Doing edge " << edgeI + // << " or " << curEdge + // << " start: " + // << slavePointFaceHits[curEdge.start()].hitObject() + // << " end " + // << slavePointFaceHits[curEdge.end()].hitObject() + // << endl; + // If the end face is on the list, the face collection is finished label nSweeps = 0; bool completed = false; @@ -819,7 +827,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "."; + Pout<< "."; } } @@ -827,7 +835,7 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "x"; + Pout<< "x"; } // It is impossible to reach the end from the start, probably @@ -870,7 +878,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "."; + Pout<< "."; } } } @@ -879,14 +887,14 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "+ "; + Pout<< "+ "; } } else { if (debug) { - Pout << "z "; + Pout<< "z "; } } @@ -899,7 +907,7 @@ bool Foam::slidingInterface::projectPoints() const ); const labelList curFaces = curFaceMap.toc(); -// Pout << "curFaces: " << curFaces << endl; +// Pout<< "curFaces: " << curFaces << endl; forAll(curFaces, faceI) { const face& f = masterLocalFaces[curFaces[faceI]]; @@ -969,7 +977,7 @@ bool Foam::slidingInterface::projectPoints() const || masterPointPointHits[cmp] > -1 ) { -// Pout << "Edge already snapped to point. Skipping." << endl; +// Pout<< "Edge already snapped to point. Skipping." << endl; continue; } @@ -1002,7 +1010,7 @@ bool Foam::slidingInterface::projectPoints() const & edgeNormalInPlane ) ); -// Pout << "master point: " << cmp +// Pout<< "master point: " << cmp // << " cutOnSlave " << cutOnSlave // << " distInEdgePlane: " << distInEdgePlane // << " tol1: " << pointMergeTol_*edgeMag @@ -1033,12 +1041,12 @@ bool Foam::slidingInterface::projectPoints() const if (masterPointEdgeHits[cmp] == -1) { // First hit - Pout << "m"; + Pout<< "m"; } else { // Repeat hit - Pout << "M"; + Pout<< "M"; } } @@ -1072,9 +1080,9 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << endl; + Pout<< endl; } -// Pout << "masterPointEdgeHits: " << masterPointEdgeHits << endl; +// Pout<< "masterPointEdgeHits: " << masterPointEdgeHits << endl; if (debug) { @@ -1120,7 +1128,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "(Detached interface) changing." << endl; + Pout<< "(Detached interface) changing." << endl; } } else @@ -1152,7 +1160,7 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "(Attached interface restart) changing." << endl; + Pout<< "(Attached interface restart) changing." << endl; } trigger_ = true; @@ -1163,7 +1171,7 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "(Point projection) "; + Pout<< "(Point projection) "; } trigger_ = true; @@ -1173,7 +1181,7 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "(Edge projection) "; + Pout<< "(Edge projection) "; } trigger_ = true; @@ -1207,7 +1215,7 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "(Face projection) "; + Pout<< "(Face projection) "; } trigger_ = true; @@ -1218,7 +1226,7 @@ bool Foam::slidingInterface::projectPoints() const { if (debug) { - Pout << "(Master point projection) "; + Pout<< "(Master point projection) "; } trigger_ = true; @@ -1242,14 +1250,14 @@ bool Foam::slidingInterface::projectPoints() const if (debug) { - Pout << "changing." << endl; + Pout<< "changing." << endl; } } else { if (debug) { - Pout << "preserved." << endl; + Pout<< "preserved." << endl; } } } diff --git a/src/edgeMesh/edgeFormats/edgeFormatsCore.C b/src/edgeMesh/edgeFormats/edgeFormatsCore.C index 10b4913bebc..543c941f88a 100644 --- a/src/edgeMesh/edgeFormats/edgeFormatsCore.C +++ b/src/edgeMesh/edgeFormats/edgeFormatsCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/edgeFormatsCore.H b/src/edgeMesh/edgeFormats/edgeFormatsCore.H index 9279171a1b8..1088f72d32f 100644 --- a/src/edgeMesh/edgeFormats/edgeFormatsCore.H +++ b/src/edgeMesh/edgeFormats/edgeFormatsCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -83,17 +83,21 @@ public: const word& functionName ); -// //- Return the local file name (within time directory) -// // NEEDS FIXING -// static fileName localMeshFileName(const word& edgeName=""); -// -// //- Find instance with edgeName -// // NEEDS FIXING -// static fileName findMeshInstance(const Time&, const word& edgeName=""); -// -// //- Find mesh file with edgeName -// // NEEDS FIXING -// static fileName findMeshFile(const Time&, const word& edgeName=""); + // //- Return the local file name (within time directory) + // // NEEDS FIXING + // static fileName localMeshFileName(const word& edgeName=""); + + // //- Find instance with edgeName + // // NEEDS FIXING + // static fileName findMeshInstance + // ( + // const Time&, + // const word& edgeName="" + // ); + + // //- Find mesh file with edgeName + // // NEEDS FIXING + // static fileName findMeshFile(const Time&, const word& edgeName=""); // Constructors diff --git a/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.C b/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.C index 9da765d4ab4..77c4d7c54a4 100644 --- a/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.C +++ b/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.H b/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.H index 61424ff1f17..cd4691c8943 100644 --- a/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.H +++ b/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormatRunTime.C b/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormatRunTime.C index f54b6a68426..1f10cff005f 100644 --- a/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormatRunTime.C +++ b/src/edgeMesh/edgeFormats/emesh/EMESHedgeFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/nas/NASedgeFormat.C b/src/edgeMesh/edgeFormats/nas/NASedgeFormat.C index ff6eb804c4b..8c33076e295 100644 --- a/src/edgeMesh/edgeFormats/nas/NASedgeFormat.C +++ b/src/edgeMesh/edgeFormats/nas/NASedgeFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H b/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H index bf834be3da4..75cfa745d3d 100644 --- a/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H +++ b/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/nas/NASedgeFormatRunTime.C b/src/edgeMesh/edgeFormats/nas/NASedgeFormatRunTime.C index 7c75bf67acd..cafd875f92b 100644 --- a/src/edgeMesh/edgeFormats/nas/NASedgeFormatRunTime.C +++ b/src/edgeMesh/edgeFormats/nas/NASedgeFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.C b/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.C index 9874aa985a9..a349e71c554 100644 --- a/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.C +++ b/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H b/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H index dec85d6cd9f..81fcd99058f 100644 --- a/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H +++ b/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/obj/OBJedgeFormatRunTime.C b/src/edgeMesh/edgeFormats/obj/OBJedgeFormatRunTime.C index 1876f5035c1..4c42524a9f0 100644 --- a/src/edgeMesh/edgeFormats/obj/OBJedgeFormatRunTime.C +++ b/src/edgeMesh/edgeFormats/obj/OBJedgeFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/starcd/STARCDedgeFormatRunTime.C b/src/edgeMesh/edgeFormats/starcd/STARCDedgeFormatRunTime.C index d11be9ebbc7..be712f1d606 100644 --- a/src/edgeMesh/edgeFormats/starcd/STARCDedgeFormatRunTime.C +++ b/src/edgeMesh/edgeFormats/starcd/STARCDedgeFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.C b/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.C index 877de99b906..12f43bb967f 100644 --- a/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.C +++ b/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H b/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H index cd8859ab0fa..3a55e37f35b 100644 --- a/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H +++ b/src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeFormats/vtk/VTKedgeFormatRunTime.C b/src/edgeMesh/edgeFormats/vtk/VTKedgeFormatRunTime.C index 9220eb2dd9b..35ffd7018b2 100644 --- a/src/edgeMesh/edgeFormats/vtk/VTKedgeFormatRunTime.C +++ b/src/edgeMesh/edgeFormats/vtk/VTKedgeFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeMesh.C b/src/edgeMesh/edgeMesh.C index 2745648fb34..d5c8f12ef8f 100644 --- a/src/edgeMesh/edgeMesh.C +++ b/src/edgeMesh/edgeMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeMesh.H b/src/edgeMesh/edgeMesh.H index 88df10f1acf..12eafe48915 100644 --- a/src/edgeMesh/edgeMesh.H +++ b/src/edgeMesh/edgeMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeMeshI.H b/src/edgeMesh/edgeMeshI.H index 668c70e9eb5..d5e38343ec4 100644 --- a/src/edgeMesh/edgeMeshI.H +++ b/src/edgeMesh/edgeMeshI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeMeshIO.C b/src/edgeMesh/edgeMeshIO.C index 82883a3473c..e84a008aa72 100644 --- a/src/edgeMesh/edgeMeshIO.C +++ b/src/edgeMesh/edgeMeshIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/edgeMeshNew.C b/src/edgeMesh/edgeMeshNew.C index c212758c12f..e256542e780 100644 --- a/src/edgeMesh/edgeMeshNew.C +++ b/src/edgeMesh/edgeMeshNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C index d8637404cb9..34bcd4388e4 100644 --- a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C +++ b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H index 75c3e7704a3..613c9bdd94b 100644 --- a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H +++ b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/engineMesh/engineMesh.C b/src/engine/engineMesh/engineMesh/engineMesh.C index 64300c5bf04..d04c39b1c76 100644 --- a/src/engine/engineMesh/engineMesh/engineMesh.C +++ b/src/engine/engineMesh/engineMesh/engineMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/engineMesh/engineMesh.H b/src/engine/engineMesh/engineMesh/engineMesh.H index 7eaa3afb292..86bb86b53b9 100644 --- a/src/engine/engineMesh/engineMesh/engineMesh.H +++ b/src/engine/engineMesh/engineMesh/engineMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/engineMesh/engineMeshNew.C b/src/engine/engineMesh/engineMesh/engineMeshNew.C index d34b881cc9c..c4c093a4714 100644 --- a/src/engine/engineMesh/engineMesh/engineMeshNew.C +++ b/src/engine/engineMesh/engineMesh/engineMeshNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.C b/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.C index a9dc31ff229..4f43e0d8220 100644 --- a/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.C +++ b/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H b/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H index 343295b6fc9..2706067e494 100644 --- a/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H +++ b/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.C b/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.C index e3caab294d6..41285ea67af 100644 --- a/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.C +++ b/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H b/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H index 2d32a7944ce..d0149b2a60b 100644 --- a/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H +++ b/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.C b/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.C index 9787d974f66..b21183f68f8 100644 --- a/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.C +++ b/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H b/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H index 9dd9b50f2c3..317cf22776a 100644 --- a/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H +++ b/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/enginePiston/enginePiston.C b/src/engine/enginePiston/enginePiston.C index 2aacfee247b..6bcbb9aa0c5 100644 --- a/src/engine/enginePiston/enginePiston.C +++ b/src/engine/enginePiston/enginePiston.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/enginePiston/enginePiston.H b/src/engine/enginePiston/enginePiston.H index 7773cb984b4..87ae7fb3931 100644 --- a/src/engine/enginePiston/enginePiston.H +++ b/src/engine/enginePiston/enginePiston.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineTime/engineTime.C b/src/engine/engineTime/engineTime.C index 2f9ec62313d..0d8f8e67f5d 100644 --- a/src/engine/engineTime/engineTime.C +++ b/src/engine/engineTime/engineTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineTime/engineTime.H b/src/engine/engineTime/engineTime.H index fd349c7ae2c..3132fc38e6a 100644 --- a/src/engine/engineTime/engineTime.H +++ b/src/engine/engineTime/engineTime.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineValve/engineValve.C b/src/engine/engineValve/engineValve.C index b01e54dd17f..ad6ab17dc29 100644 --- a/src/engine/engineValve/engineValve.C +++ b/src/engine/engineValve/engineValve.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineValve/engineValve.H b/src/engine/engineValve/engineValve.H index dabab0b6ae0..26f1a9b0b87 100644 --- a/src/engine/engineValve/engineValve.H +++ b/src/engine/engineValve/engineValve.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/engineValve/valveBank.H b/src/engine/engineValve/valveBank.H index 4a4199eaeb9..44020a6c903 100644 --- a/src/engine/engineValve/valveBank.H +++ b/src/engine/engineValve/valveBank.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/ignition/ignition.C b/src/engine/ignition/ignition.C index 0d87e3287ea..7f866959d27 100644 --- a/src/engine/ignition/ignition.C +++ b/src/engine/ignition/ignition.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/ignition/ignition.H b/src/engine/ignition/ignition.H index cc9b89c0132..f7e4ac18383 100644 --- a/src/engine/ignition/ignition.H +++ b/src/engine/ignition/ignition.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/ignition/ignitionIO.C b/src/engine/ignition/ignitionIO.C index 8013bce29d7..25d444de816 100644 --- a/src/engine/ignition/ignitionIO.C +++ b/src/engine/ignition/ignitionIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/ignition/ignitionSite.C b/src/engine/ignition/ignitionSite.C index 39a2000ff2b..818517daf17 100644 --- a/src/engine/ignition/ignitionSite.C +++ b/src/engine/ignition/ignitionSite.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/ignition/ignitionSite.H b/src/engine/ignition/ignitionSite.H index 69fa2c8c97d..3e54df6a7c5 100644 --- a/src/engine/ignition/ignitionSite.H +++ b/src/engine/ignition/ignitionSite.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/engine/ignition/ignitionSiteIO.C b/src/engine/ignition/ignitionSiteIO.C index ea1410638bf..67a55679242 100644 --- a/src/engine/ignition/ignitionSiteIO.C +++ b/src/engine/ignition/ignitionSiteIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C index c47d330f524..e7c08e25af6 100644 --- a/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C +++ b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -232,7 +232,8 @@ void Foam::errorDrivenRefinement::modifyMotionPoints { if (debug) { - Info<< "errorDrivenRefinement::modifyMotionPoints(*pointField&)" << endl; + Info<< "errorDrivenRefinement::modifyMotionPoints(*pointField&)" + << endl; } } diff --git a/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H index 1cf3a7b8533..cbb2fc399a1 100644 --- a/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H +++ b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/errorEstimate.C b/src/errorEstimation/errorEstimate/errorEstimate.C index 2a0db1990ac..5654e359b8a 100644 --- a/src/errorEstimation/errorEstimate/errorEstimate.C +++ b/src/errorEstimation/errorEstimate/errorEstimate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -270,7 +270,10 @@ void Foam::errorEstimate<Type>::operator-=(const errorEstimate<Type>& eev) template<class Type> -void Foam::errorEstimate<Type>::operator-=(const tmp<errorEstimate<Type> >& teev) +void Foam::errorEstimate<Type>::operator-= +( + const tmp<errorEstimate<Type> >& teev +) { operator-=(teev()); teev.clear(); diff --git a/src/errorEstimation/errorEstimate/errorEstimate.H b/src/errorEstimation/errorEstimate/errorEstimate.H index 9626b976291..7fcd804a93b 100644 --- a/src/errorEstimation/errorEstimate/errorEstimate.H +++ b/src/errorEstimation/errorEstimate/errorEstimate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resError.H b/src/errorEstimation/errorEstimate/resError.H index a15a12a7c57..0cac284df02 100644 --- a/src/errorEstimation/errorEstimate/resError.H +++ b/src/errorEstimation/errorEstimate/resError.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resErrorDiv.C b/src/errorEstimation/errorEstimate/resErrorDiv.C index c535a765833..74f3c1e5549 100644 --- a/src/errorEstimation/errorEstimate/resErrorDiv.C +++ b/src/errorEstimation/errorEstimate/resErrorDiv.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resErrorDiv.H b/src/errorEstimation/errorEstimate/resErrorDiv.H index be256384b48..e0bfce20b79 100644 --- a/src/errorEstimation/errorEstimate/resErrorDiv.H +++ b/src/errorEstimation/errorEstimate/resErrorDiv.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resErrorLaplacian.C b/src/errorEstimation/errorEstimate/resErrorLaplacian.C index 821218ee73d..aa6a521e74e 100644 --- a/src/errorEstimation/errorEstimate/resErrorLaplacian.C +++ b/src/errorEstimation/errorEstimate/resErrorLaplacian.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resErrorLaplacian.H b/src/errorEstimation/errorEstimate/resErrorLaplacian.H index 69bd2ad58a8..998b3c925ae 100644 --- a/src/errorEstimation/errorEstimate/resErrorLaplacian.H +++ b/src/errorEstimation/errorEstimate/resErrorLaplacian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resErrorSup.C b/src/errorEstimation/errorEstimate/resErrorSup.C index 0f80f1f67f4..587461716b0 100644 --- a/src/errorEstimation/errorEstimate/resErrorSup.C +++ b/src/errorEstimation/errorEstimate/resErrorSup.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/errorEstimate/resErrorSup.H b/src/errorEstimation/errorEstimate/resErrorSup.H index 9f0ac57fa80..524d0dbe5e9 100644 --- a/src/errorEstimation/errorEstimate/resErrorSup.H +++ b/src/errorEstimation/errorEstimate/resErrorSup.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/evaluateError/evaluateError.C b/src/errorEstimation/evaluateError/evaluateError.C index c223cbb0bed..1b721c3c96f 100644 --- a/src/errorEstimation/evaluateError/evaluateError.C +++ b/src/errorEstimation/evaluateError/evaluateError.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/errorEstimation/evaluateError/evaluateError.H b/src/errorEstimation/evaluateError/evaluateError.H index af69259aa66..2e0a0ec54cb 100644 --- a/src/errorEstimation/evaluateError/evaluateError.H +++ b/src/errorEstimation/evaluateError/evaluateError.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fileFormats/nas/NASCore.C b/src/fileFormats/nas/NASCore.C index abbbefa6864..15f7ce2a821 100644 --- a/src/fileFormats/nas/NASCore.C +++ b/src/fileFormats/nas/NASCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/compressible/compressibleContinuityErrs.H b/src/finiteVolume/cfdTools/compressible/compressibleContinuityErrs.H index 354c95ec73e..a647c5e7491 100644 --- a/src/finiteVolume/cfdTools/compressible/compressibleContinuityErrs.H +++ b/src/finiteVolume/cfdTools/compressible/compressibleContinuityErrs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/compressible/compressibleCourantNo.H b/src/finiteVolume/cfdTools/compressible/compressibleCourantNo.H index 5a4be5e399e..b618efbd0d2 100644 --- a/src/finiteVolume/cfdTools/compressible/compressibleCourantNo.H +++ b/src/finiteVolume/cfdTools/compressible/compressibleCourantNo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H b/src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H index a8a90b4b2c4..2ab498b582e 100644 --- a/src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H +++ b/src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/compressible/rhoEqn.H b/src/finiteVolume/cfdTools/compressible/rhoEqn.H index 7048ebeffd5..d9acb90574d 100644 --- a/src/finiteVolume/cfdTools/compressible/rhoEqn.H +++ b/src/finiteVolume/cfdTools/compressible/rhoEqn.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/MRF/MRFZoneTemplates.C b/src/finiteVolume/cfdTools/general/MRF/MRFZoneTemplates.C index 79873fed2ba..3a357601f33 100644 --- a/src/finiteVolume/cfdTools/general/MRF/MRFZoneTemplates.C +++ b/src/finiteVolume/cfdTools/general/MRF/MRFZoneTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.C b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.C index e753196cdea..c714c6a83d6 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.C +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H index b8bfefa28f3..8056e9ac937 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModelNew.C b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModelNew.C index 20d358235b1..094680110f0 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModelNew.C +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.C b/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.C index 2c676128212..b02658f2003 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.C +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H b/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H index c2959275b31..9f5a489bace 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C index ddcbfa85eed..c697e5b9a7b 100644 --- a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C +++ b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H index 241bc81662c..cac2cfcace5 100644 --- a/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H +++ b/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C b/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C index 55a0e3d9156..9607e6febbe 100644 --- a/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C +++ b/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.H b/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.H index 8c88e4abe30..809d5abf0fd 100644 --- a/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.H +++ b/src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C b/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C index b4351f34c70..c08ded14a2d 100644 --- a/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C +++ b/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.H b/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.H index ed1c5aed00b..1a9d81e6eb5 100644 --- a/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.H +++ b/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/include/initContinuityErrs.H b/src/finiteVolume/cfdTools/general/include/initContinuityErrs.H index d61c8aebbef..bcacf6c946c 100644 --- a/src/finiteVolume/cfdTools/general/include/initContinuityErrs.H +++ b/src/finiteVolume/cfdTools/general/include/initContinuityErrs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/include/setDeltaT.H b/src/finiteVolume/cfdTools/general/include/setDeltaT.H index 403c1565824..07aac6d0b8f 100644 --- a/src/finiteVolume/cfdTools/general/include/setDeltaT.H +++ b/src/finiteVolume/cfdTools/general/include/setDeltaT.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H b/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H index 3c111fae270..663a2a90cf3 100644 --- a/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H +++ b/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.C b/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.C index fc50db8d5c5..1bb5a0954a8 100644 --- a/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.C +++ b/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.H b/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.H index 681ed44e330..5395b90355b 100644 --- a/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.H +++ b/src/finiteVolume/cfdTools/general/porousMedia/PorousZones.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/porousMedia/porousZones.C b/src/finiteVolume/cfdTools/general/porousMedia/porousZones.C index 3b418c1842f..9bbdfa8c663 100644 --- a/src/finiteVolume/cfdTools/general/porousMedia/porousZones.C +++ b/src/finiteVolume/cfdTools/general/porousMedia/porousZones.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/general/porousMedia/porousZones.H b/src/finiteVolume/cfdTools/general/porousMedia/porousZones.H index 7518c1540f1..c493b60b457 100644 --- a/src/finiteVolume/cfdTools/general/porousMedia/porousZones.H +++ b/src/finiteVolume/cfdTools/general/porousMedia/porousZones.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/incompressible/CourantNo.H b/src/finiteVolume/cfdTools/incompressible/CourantNo.H index 7e70e3a94ee..83bc8765aca 100644 --- a/src/finiteVolume/cfdTools/incompressible/CourantNo.H +++ b/src/finiteVolume/cfdTools/incompressible/CourantNo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/incompressible/continuityErrs.H b/src/finiteVolume/cfdTools/incompressible/continuityErrs.H index 907cd4a4a59..181cd251eb7 100644 --- a/src/finiteVolume/cfdTools/incompressible/continuityErrs.H +++ b/src/finiteVolume/cfdTools/incompressible/continuityErrs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/incompressible/createPhi.H b/src/finiteVolume/cfdTools/incompressible/createPhi.H index fd87e80d1a5..9829c9be903 100644 --- a/src/finiteVolume/cfdTools/incompressible/createPhi.H +++ b/src/finiteVolume/cfdTools/incompressible/createPhi.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/incompressible/createPhiv.H b/src/finiteVolume/cfdTools/incompressible/createPhiv.H index 08cc94a8ac3..d35cbce1498 100644 --- a/src/finiteVolume/cfdTools/incompressible/createPhiv.H +++ b/src/finiteVolume/cfdTools/incompressible/createPhiv.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/incompressible/movingMeshContinuityErrs.H b/src/finiteVolume/cfdTools/incompressible/movingMeshContinuityErrs.H index b2c69c0a13b..c8eb88854d8 100644 --- a/src/finiteVolume/cfdTools/incompressible/movingMeshContinuityErrs.H +++ b/src/finiteVolume/cfdTools/incompressible/movingMeshContinuityErrs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/cfdTools/incompressible/movingMeshRhoUContinuityErrs.H b/src/finiteVolume/cfdTools/incompressible/movingMeshRhoUContinuityErrs.H index a6d0a826f4b..6b8d7dad60e 100644 --- a/src/finiteVolume/cfdTools/incompressible/movingMeshRhoUContinuityErrs.H +++ b/src/finiteVolume/cfdTools/incompressible/movingMeshRhoUContinuityErrs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.C index 5e0b63c27f1..b300f4354da 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.H index 1dfc537dd08..75c3e677e32 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.C index 76b60c22687..577ef560331 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.H index 042199f932d..dd8ea508642 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchScalarField.C index e55295e1977..9217f50f339 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C index eb08f40e12a..489d235ae1e 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H index 884e1d5c275..2204bbd78b5 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.C index 70a8685a4b8..46d33ed92c9 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.H index 8ecaf1e1850..d115909f663 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFieldsFwd.H index 14839e731ac..e162ee1159f 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.C index 604e9482630..32ed5859430 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H index 9104c395f79..1066fdaa5a2 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.C index 29cf72f9802..4083c6605b8 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.H index bd79ead3942..0ee57d4c36e 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFieldsFwd.H index 938d40a9166..c4a049f24e4 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C index e402e4edcac..ebeb9e2b2d7 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H index 9f01b76a4c7..cfde935340d 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.C index 9bcaf63fe45..97ed9e05abb 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.H index 564f0f5cf9f..8a1c54b3dc7 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFieldsFwd.H index e6538e68714..9d8365e0655 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C index df56d4c45de..a3673eba13f 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H index d8f740777ab..ca3390b4ef9 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.C index a631356561d..346e526a2f3 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.H index ac1a406c361..08394bd3f85 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFieldsFwd.H index f2fad27af8d..7c1c25b91ec 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C index 145d78667c1..61b8ef06715 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.H index 238eadd5681..c8038e5012c 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.C index 5d80c1142fe..48e09fc14df 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.H index 8f555a98093..885b81c91d7 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFieldsFwd.H index 67cca9840c0..e79d157cdd6 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C index dfca00e1d3a..8eb65ad9aad 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H index 0f850823e48..0a5985776a0 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.C index c08245ccc67..e68eb991872 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.H index 33b43818263..badf13acb65 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFieldsFwd.H index 7708845ea3d..3086fe14bf4 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C index 716a5fb5df0..d2290d63e7c 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H index c991551b784..7b2fd3689ba 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.C index 074e343e96c..84633507ca1 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.H index db63fa41134..25c9a7fc070 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFieldsFwd.H index 11f565d333d..e4da05c1711 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.C index 6e89489c24e..80fbd994a70 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.H index 981f1e4dd18..30195355ef0 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.C index 090ee6d360c..7a6f730b2c4 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.H index 7ce11f0192e..652cbfa9b77 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFieldsFwd.H index 961d68764df..5963f9e7882 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchScalarField.C index 0bd9497daf0..890f668c816 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.C index 56a422d86aa..2e8bb945761 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.H index 58ea6b6cfd1..edc782e93e8 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.C index 5a6cb76b836..e456391cbe1 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.H index 4820d0bd3c4..949559484eb 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFieldsFwd.H index f47d19bfade..46201f7e3b5 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C index b0faf1caac3..0fc5dc0cc46 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.H index 76dd25ca03d..6efcc50b2ca 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.C index 1c3fab75082..e2d0c13b525 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.H index 78488152249..bc8985abfc6 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFieldsFwd.H index 11d2f6b7d71..91576b9219e 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.C index 413c3373a70..c67ded1a99d 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.H index 3b53f8f85a8..4f88dcc19c0 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.C index 8ce47fdbf78..61ace391f01 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.H index 760bd81b7bc..6219cea6da0 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFieldsFwd.H index 12acbfeffcf..38dac19e557 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.C index 1c4d5f84a39..0ebe40ee01b 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.H index 7df617186d0..7c676a0818c 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.C index 4dbd7b6e5d2..d3dda1431aa 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.H index 85be23a85e1..e23a4b2f776 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFieldsFwd.H index 73f58370938..69d455e2702 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.C index 9b287f8fa74..733654344f0 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H index 306dbeb438d..a8a3362b57f 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.C index d86e5dbb0a4..41726a9ec69 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.H index aae841ad373..69cf96a0ea8 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFieldsFwd.H index f02f5164539..7071e79baba 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C index c414bd46034..1171259fa04 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.H index 53460d864bd..072cfdeb7b1 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C index 5d79dcd95cf..17966708a8f 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.H index 8b177916b1a..1103841acf3 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.C index 5eeb1cd3cbb..749131e2b14 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.H index eefe41aa755..1f1caa91dcf 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFieldsFwd.H index 489f50ab1ba..4869041f186 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C index bea13788f28..632c985c66a 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H index cfd0770b9de..285cdc8c735 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.C index 054df68bdb6..1ec9e0ab80a 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.H index 014722ab9b2..47062e7419c 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFieldsFwd.H index d3e36967518..d6c546fe170 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchScalarField.C index c4c906ccb72..2db6bc36494 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C index c7288f621f1..2593c7ad1a8 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H index 2bc39eedefb..6534695071e 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C index 34b2e45917f..cb189094695 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H index 0f0a6bbf86f..31017eb973b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.C index 8c19717d7d5..cabaa410756 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.H index 2d754f816a7..77ecc775072 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFieldsFwd.H index f6a32627af5..f05202582f9 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.C index d05a75f613e..c8a37fef7aa 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.H index a1ab8661660..a354de23267 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C index f988a562ab6..2be7d3be5a7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H index 5121005b03d..e672c07e926 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.C index 2848b5e90e3..97936195498 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.H index 93213c11979..6215d226f31 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFieldsFwd.H index d6f7f0ea226..b5ad9e88cb1 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C index 402ec5ea569..2dde78acc0e 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H index 9a213786f60..95f3954a1ad 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C index e5bfc0c7f5d..56730e71666 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.H index 5fbd932690d..73014e048a2 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C index a27f526741b..881a0f6464f 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.H index af4e01e27a4..c2b35c941c1 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFieldsFwd.H index d3d5b080526..0c8e75bfc7a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C index 55e47759a97..ab52c306129 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H index 94aa510aad6..2b829dfe78e 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C index b80d737537e..7ec17345270 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.H index 98b4d2af917..15a264b0d35 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C index 269ff602515..ddd50ef33f7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.H index 4257456f3f9..9cdea47984d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C index 3f7df25fa2f..d2f5cdbb8dc 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H index d9f21ee7f70..8f69486f169 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.C index 055c912cb4e..5dbfd69a55c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.H index 5c24f1c06de..c8434881ea2 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFieldsFwd.H index a54dae8ead9..558c7dcc18a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C index 5ea15702389..f964748b182 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H index 4389d1f692e..205d3f695fd 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C index a0684b9618d..28b28fa221d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H index 690c7160b0a..9e47e8f96ad 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C index 9a344a93737..9bdb3924671 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H index bf250a96931..ec83691b3f3 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.C index 8153405f0ba..06f8037f01a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H index b2276bf5aeb..d26489b6e1e 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.C index d6321db4e06..fbdf1baf187 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.H index 2aa4ce6fb47..abf62180942 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFieldsFwd.H index 4fe8a743282..ec1dd2ea7ab 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.C index 66f4cdefdd6..65642a17a20 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.H index 7e28fbe323f..e80868fbbfd 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C index 7215b77e115..9587c380f55 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H index 8a177b4b320..86e68a8aa48 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.C index 7949f3699fc..a94ce4c45b7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.H index bf4d4c959d4..41b43e883e8 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFieldsFwd.H index e0e74d8e95e..b599bba389f 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C index f72d2339435..149f2442098 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H index 9bfa9aedb89..e6e8516b6e0 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.C index f86f51be515..6fbb2547f50 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H index c7ad7489982..f7d1d304618 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.C index d6dc329faba..261cc6acc86 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H index 935b7110d54..e317eab7fea 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C index 7f6ca1977d3..5e0ef1e5eda 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.H index 242cc9aae43..09b7a91862a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFieldsFwd.H index 4824a481d18..89fa288a0e5 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.C index f5b633f4c43..bb9b907c749 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.H index 5a530dde783..a6548229d3f 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.C index ede25ba01aa..99fb5ab35f5 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.H index 96448791c0b..8d348b75763 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFieldsFwd.H index 547d70ddf79..8cf536eaa4e 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C index 76c1a16e052..6ebeda2d55d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H index 3da3f0bb5d7..bde4a3e103b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.C index 583fb832abe..ea043647c93 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.H index c21825d79fb..e23b03274c9 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFieldsFwd.H index 0f45a174472..b76dd61177b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C index 8d3f3aeb14e..6046617e726 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H index 7f1d07a83f4..70ebb4265e7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C index 58238e06d83..6125ee41dee 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H index 59f8268e221..13d9ced6714 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C index 957e52b4f54..9d28b4796b6 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H index 803d5f0239f..04d163059eb 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C index 3800661b53c..46bd5d107f8 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.H index 069cef4a1ca..fe675c3359f 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C index 14f95f646b5..84513de9f9c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H index 48fbbba7fc4..be013c75fc6 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C index 365a76f89bb..4ac7f309f23 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H index 0e983168604..50832d6026b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C index f639c91d60f..6b9d4efb123 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H index 7f96c714e53..aa8042ca034 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C index 0b2d34e5ee4..11debd36208 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H index 90c1946b849..a1b658afa78 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C index 0e2d4d57fdd..202ce95118d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H index fc417b8e80a..4c747deb5b7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.C index 779c7e15eca..cd6698a9ef5 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.H index 70ae9cbb8a1..f69f53d8052 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.C index bccc8cca9b0..0da7c10bf63 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.H index 3e6c2b6d8ef..afbec1c427b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFieldsFwd.H index 80b0756d186..63f28f3ab99 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C index 0bb3230ffd6..9f78e1f2f36 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H index 1261b2b9e1d..f5d5a0b8963 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C index aea7c2a56f7..59edbe9b99d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H index 0e72d1191bb..3af40bff0ee 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.C index e207c39056a..f2ce5d6ec93 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H index 522d259e6fd..6b5fcf8cbbe 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C index 24d112a8c5a..b00a713b56b 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H index 4b192163817..b054ccf124a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOFields.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOFields.C index 40beaa47d44..b1cabf1777c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C index 0f2f46b834b..ae44316ef05 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H index a949b8e5a31..dce9488afdf 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C index 31e4b13fe9f..298ae9fc385 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.H index 6b5b9b697c6..5fdd235a3bb 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFieldsFwd.H index 93a69b92274..82f01dbdf64 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C index fef7d87e69f..281560aa039 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H index 754cafcb6ce..d53c5a66291 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C index 105e87345dc..7b02c06661c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.H index 6c5981930f1..e0d613eae69 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFieldsFwd.H index df3d68d3c88..c4b5c0fcd69 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C index d2c6cd923ec..a0f03b4c6ba 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H index 802e16c2595..54940046615 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.C index d3124115cb7..c9890487fe3 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H index aeec6c1e2b6..751d5e1b1b9 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.C index 49efd48b74c..5a3b0e4e1c9 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H index e685ac9f8ae..4bf134cf4cd 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C index 8880143a1ce..a0b85e0fed1 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H index b4088328012..1683888fdb6 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C index 708d6a60c58..f1d438a4532 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H index 101ca73bb1f..dbde76913be 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.C index 05c9899cc13..f67117ddfe2 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.H index 18b84af7256..15cada3ec62 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFieldsFwd.H index b88b9a912b4..bd1a2ef68ea 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C index f9420b63201..4c53ea8f95a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H index 3b560dacd84..a8614eae6c6 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C index 0fe4bb15d2c..564771b84c4 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H index c937a59da9a..b1b16a3c0a2 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.C index 2c5f7ded23e..bdfc745c3a5 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H index f43362c2db3..3dd022336ab 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.C index 3ee466f6976..e667495c819 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.H index f04026ce2d1..327cbf39be7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFieldsFwd.H index 7ebabf0346b..900ede9bd35 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C index 1d99f09857b..477bb6f22c7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H index e022654b48f..40d5d9c41b3 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.C index e08b9aafbd5..26c7e387c9d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.H index eb65642ccb9..690ca8bf3f9 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFieldsFwd.H index cae9241923f..af1b9ab04e3 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C index aba51a34041..7dfc54cc748 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H index 69ee8517684..b4600841834 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldMapper.H b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldMapper.H index f62b7c8faec..db5d78b5b0b 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldMapper.H +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldNew.C b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldNew.C index 0e119e7d323..a1e4e0a2753 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldNew.C +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.C b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.C index 41279274a67..14fb4f4b38b 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.C +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H index d4df1d827f5..e0fe39db519 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldsFwd.H b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldsFwd.H index d7b321fd511..8560b2ec28c 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.C index e7aa597233f..e6d66ebac42 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.H index 928c92beb80..cc3df1df5ce 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.C index 483416d9627..df307adcda5 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.H index 826ca76032e..1652e968cf5 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFieldsFwd.H index b716a561720..9492537b177 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.C index 6e3ed18775a..aa1325b8021 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.H index b7eaadd2739..126966be2c6 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.C index a9a51b6270c..afa3afe3582 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.H index 1c8bcbc7940..e67037aceec 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFieldsFwd.H index a540d266fea..2c3950cf8f0 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.C index 000dba330e6..bc0230c94e2 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.H index 290a9d49b27..98a089d00cc 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.C index e8c6cb65458..5d04f3719bf 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.H index 31177b054f0..8c619beae1a 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFieldsFwd.H index b0ad7b1b540..f8083f740e1 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.C index fe0173923ec..b9b622a6b5c 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H index be3b7c37b6f..913d387338d 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.C index 5c6320a4db1..d6807e69334 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.H index 24fcb810ce5..3cde0559053 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFieldsFwd.H index f9c93522220..d81114db1cc 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.C index 907a2ffb427..5a9fadd441d 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.H index 5776de4599c..1af5ab1b3cf 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.C index 97f845cab4e..cf415aad6c5 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.H index 0fddb8e4b6a..25f85a74df7 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFieldsFwd.H index de1a775f038..f5a53d76e57 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.C index 21c6002a99b..388d32c61ad 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.H index ed3a35988cb..7838c5f3d6d 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.C index 5bfb67150c4..1e4e3dfb36c 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.H index 486fd93142a..19acf746a07 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFieldsFwd.H index f423bb4e23e..b7afaeba513 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.C index 2af459cf194..6f9fe13b3c3 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H index c77420531ad..86635616bba 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.C index 05890134857..043da5f1a93 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.H index f9593dc6222..3b77f81963a 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFieldsFwd.H index 6f0d7beb70e..72c610e66ca 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.C index 3dc1ae3b0c4..3bf7a5fa5ed 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.H index 04991a01099..270a25c97a5 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.C index 59a52c9c8ec..aba4ce20583 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.H index 7cbbf6c40ca..5ccedeb610c 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFieldsFwd.H index b60c89040ed..ee5541184af 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.C index a845864d918..83fe8e727e5 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.H index 7e06ea89ced..e91ab747405 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.C index 09c361a85b6..7e65d8734aa 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.H index 9ad5e70562d..e8c97fcce05 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFieldsFwd.H index c2423927a04..f1767a89b87 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.C b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.C index 2b0514a5de3..15d7ef2cf9f 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.C +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H index b5011eefcd5..ed17a864d02 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldNew.C b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldNew.C index dd9b25f1a42..b21a83de6c9 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldNew.C +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.C b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.C index 0ac0a311322..4b5b2aaca62 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.C +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.H b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.H index d597f08bb9f..d3403b06094 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.H +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldsFwd.H b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldsFwd.H index b0186a30df4..e7b158eb7df 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldsFwd.H +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/surfaceFields/slicedSurfaceFields.H b/src/finiteVolume/fields/surfaceFields/slicedSurfaceFields.H index e6d63a2db8e..d833d7debd8 100644 --- a/src/finiteVolume/fields/surfaceFields/slicedSurfaceFields.H +++ b/src/finiteVolume/fields/surfaceFields/slicedSurfaceFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -55,13 +55,25 @@ correctBoundaryConditions() template<> inline void -SlicedGeometricField<sphericalTensor, fvsPatchField, slicedFvsPatchField, surfaceMesh>:: +SlicedGeometricField +< + sphericalTensor, + fvsPatchField, + slicedFvsPatchField, + surfaceMesh +>:: correctBoundaryConditions() {} template<> inline void -SlicedGeometricField<symmTensor, fvsPatchField, slicedFvsPatchField, surfaceMesh>:: +SlicedGeometricField +< + symmTensor, + fvsPatchField, + slicedFvsPatchField, + surfaceMesh +>:: correctBoundaryConditions() {} diff --git a/src/finiteVolume/fields/surfaceFields/slicedSurfaceFieldsFwd.H b/src/finiteVolume/fields/surfaceFields/slicedSurfaceFieldsFwd.H index f690ef4c9c0..5877af9808e 100644 --- a/src/finiteVolume/fields/surfaceFields/slicedSurfaceFieldsFwd.H +++ b/src/finiteVolume/fields/surfaceFields/slicedSurfaceFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -64,11 +64,23 @@ SlicedGeometricField<vector, fvsPatchField, slicedFvsPatchField, surfaceMesh> slicedSurfaceVectorField; typedef -SlicedGeometricField<sphericalTensor, fvsPatchField, slicedFvsPatchField, surfaceMesh> +SlicedGeometricField +< + sphericalTensor, + fvsPatchField, + slicedFvsPatchField, + surfaceMesh +> slicedSurfaceSphericalTensorField; typedef -SlicedGeometricField<symmTensor, fvsPatchField, slicedFvsPatchField, surfaceMesh> +SlicedGeometricField +< + symmTensor, + fvsPatchField, + slicedFvsPatchField, + surfaceMesh +> slicedSurfaceSymmTensorField; typedef diff --git a/src/finiteVolume/fields/surfaceFields/surfaceFields.C b/src/finiteVolume/fields/surfaceFields/surfaceFields.C index b817eb79ee3..3030df61373 100644 --- a/src/finiteVolume/fields/surfaceFields/surfaceFields.C +++ b/src/finiteVolume/fields/surfaceFields/surfaceFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,8 +34,16 @@ namespace Foam defineTemplateTypeNameAndDebug(surfaceScalarField::DimensionedInternalField, 0); defineTemplateTypeNameAndDebug(surfaceVectorField::DimensionedInternalField, 0); -defineTemplateTypeNameAndDebug(surfaceSphericalTensorField::DimensionedInternalField, 0); -defineTemplateTypeNameAndDebug(surfaceSymmTensorField::DimensionedInternalField, 0); +defineTemplateTypeNameAndDebug +( + surfaceSphericalTensorField::DimensionedInternalField, + 0 +); +defineTemplateTypeNameAndDebug +( + surfaceSymmTensorField::DimensionedInternalField, + 0 +); defineTemplateTypeNameAndDebug(surfaceTensorField::DimensionedInternalField, 0); defineTemplateTypeNameAndDebug(surfaceScalarField, 0); diff --git a/src/finiteVolume/fields/surfaceFields/surfaceFields.H b/src/finiteVolume/fields/surfaceFields/surfaceFields.H index 89441af81cc..9ecabcca0e1 100644 --- a/src/finiteVolume/fields/surfaceFields/surfaceFields.H +++ b/src/finiteVolume/fields/surfaceFields/surfaceFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H b/src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H index 8a596378c58..288457965cf 100644 --- a/src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H +++ b/src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/volFields/slicedVolFields.H b/src/finiteVolume/fields/volFields/slicedVolFields.H index 76b38eedc1d..bea41fd2c41 100644 --- a/src/finiteVolume/fields/volFields/slicedVolFields.H +++ b/src/finiteVolume/fields/volFields/slicedVolFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/volFields/slicedVolFieldsFwd.H b/src/finiteVolume/fields/volFields/slicedVolFieldsFwd.H index 2f8471e39a7..17dd3d1226b 100644 --- a/src/finiteVolume/fields/volFields/slicedVolFieldsFwd.H +++ b/src/finiteVolume/fields/volFields/slicedVolFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/volFields/volFields.C b/src/finiteVolume/fields/volFields/volFields.C index 0c87824ca92..d195bffe5e0 100644 --- a/src/finiteVolume/fields/volFields/volFields.C +++ b/src/finiteVolume/fields/volFields/volFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,7 +34,11 @@ namespace Foam defineTemplateTypeNameAndDebug(volScalarField::DimensionedInternalField, 0); defineTemplateTypeNameAndDebug(volVectorField::DimensionedInternalField, 0); -defineTemplateTypeNameAndDebug(volSphericalTensorField::DimensionedInternalField, 0); +defineTemplateTypeNameAndDebug +( + volSphericalTensorField::DimensionedInternalField, + 0 +); defineTemplateTypeNameAndDebug(volSymmTensorField::DimensionedInternalField, 0); defineTemplateTypeNameAndDebug(volTensorField::DimensionedInternalField, 0); diff --git a/src/finiteVolume/fields/volFields/volFields.H b/src/finiteVolume/fields/volFields/volFields.H index a24ab2c09b8..04db25e2920 100644 --- a/src/finiteVolume/fields/volFields/volFields.H +++ b/src/finiteVolume/fields/volFields/volFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fields/volFields/volFieldsFwd.H b/src/finiteVolume/fields/volFields/volFieldsFwd.H index a3dc5b12ed3..b601e1af0e1 100644 --- a/src/finiteVolume/fields/volFields/volFieldsFwd.H +++ b/src/finiteVolume/fields/volFields/volFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.C b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.C index f072f57001c..9b1eaee4118 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.C +++ b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H index 405a4da9ef8..2cc3faf2839 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H +++ b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionSchemes.C b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionSchemes.C index 5d793c399fc..a5f3a3e9c8c 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionSchemes.C +++ b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.C b/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.C index af86a9d60b9..74164d187ac 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.C +++ b/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.H b/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.H index 50fd0fcdb03..cf1989086fe 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.H +++ b/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionSchemes.C b/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionSchemes.C index b0bdbaea364..d1b63c448ed 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionSchemes.C +++ b/src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.C b/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.C index 0c26ecb71ad..3c752cdd5fa 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.C +++ b/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.H b/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.H index 21742345b3d..45f9ac3a345 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.H +++ b/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C b/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C index e25b4f92c53..33a46444fe5 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C +++ b/src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.C b/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.C index f6b992f0e53..cff3d4fd7d0 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.C +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H b/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H index 043d951145c..df874e17e40 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Schemes.C b/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Schemes.C index 557ef4d84ca..f363612a30e 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Schemes.C +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Schemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.C b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.C index 72c3b907cf3..c7ee1a0003a 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.C +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H index a5ab514607a..be34044931c 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Schemes.C b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Schemes.C index b28963f4212..858a14ec7bf 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Schemes.C +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Schemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.C b/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.C index 27e4d1bd236..a55990f2cae 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.C +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H b/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H index 9f89335919b..219faa9f4a3 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C b/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C index 24e8a95664d..6f2bdc0d379 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C index 912bd05e92b..88bc0b0afde 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H index 31a8b03c6c8..9cd2c9c0fbc 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtSchemes.C index 34cff75c3a4..046be6085f5 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.C index 75b0e0a3f93..8adf1fb4798 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.H index 5418f6d0aca..f0f137d4039 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C index c3c02d9f40a..011f0c277a9 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C index 5ac5c0e5a8e..faf64f83bf2 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H index d5e8f214b8a..f462a8a0d2c 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtSchemes.C index 44b171067ae..1e7a0ee1f19 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C index 81fd7892027..1c150a2cbd3 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H index c6988c94c65..1e9a2eacb7c 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtSchemes.C index eceaf3944c1..ed150d520a7 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C index c086a03027a..3166f9ab061 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H index ca21c1c3b8c..c9a43909937 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtSchemes.C index 731cb99d340..79861dc1386 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C index ac54bc0602a..8484a56063b 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.H index dd94565ed46..f8f0811bea6 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C index 065d08ec1c4..2e4628642ef 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.C index 260eaec08fa..677f44e381c 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H index 0d421572c99..54048ea2a50 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtSchemes.C index 138eecf4ab0..01ac51cce64 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C b/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C index 8386ed8adfa..11db4930cc3 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H index 504f83b182d..fb03ccb333c 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtSchemes.C b/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtSchemes.C index 3c69efd27c9..1a5b7b57c0c 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtSchemes.C +++ b/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.C b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.C index 9045e8b509c..b808d5094a5 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.C +++ b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H index affa31e39c4..fbfa27d6784 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H +++ b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divSchemes.C b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divSchemes.C index 7c1c760c7ce..79ba2e24754 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divSchemes.C +++ b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.C b/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.C index e8979ee628c..7c24f479d2d 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.C +++ b/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H b/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H index 7998f6201d4..39eab4f80f8 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H +++ b/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivSchemes.C b/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivSchemes.C index f9fa01811a8..f44372b1673 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivSchemes.C +++ b/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fv/fv.C b/src/finiteVolume/finiteVolume/fv/fv.C index 4ba2504ff73..67d985ac550 100644 --- a/src/finiteVolume/finiteVolume/fv/fv.C +++ b/src/finiteVolume/finiteVolume/fv/fv.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fv/fv.H b/src/finiteVolume/finiteVolume/fv/fv.H index 9b9401033c7..7d466bf9262 100644 --- a/src/finiteVolume/finiteVolume/fv/fv.H +++ b/src/finiteVolume/finiteVolume/fv/fv.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.C b/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.C index 37b09def99f..33ad9d6e013 100644 --- a/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.C +++ b/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H b/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H index a00d9763b34..79a04b39f61 100644 --- a/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H +++ b/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvSolution/fvSolution.H b/src/finiteVolume/finiteVolume/fvSolution/fvSolution.H index 4feb77cb0d5..42c706dec37 100644 --- a/src/finiteVolume/finiteVolume/fvSolution/fvSolution.H +++ b/src/finiteVolume/finiteVolume/fvSolution/fvSolution.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvc.H b/src/finiteVolume/finiteVolume/fvc/fvc.H index f8127d0197f..c99c9bef2bf 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvc.H +++ b/src/finiteVolume/finiteVolume/fvc/fvc.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcAverage.C b/src/finiteVolume/finiteVolume/fvc/fvcAverage.C index 29ec39d45fd..d7d764e9a78 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcAverage.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcAverage.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcAverage.H b/src/finiteVolume/finiteVolume/fvc/fvcAverage.H index eac1f332416..2c0052ba644 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcAverage.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcAverage.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcCurl.C b/src/finiteVolume/finiteVolume/fvc/fvcCurl.C index a910eb96593..0e8acc90ad8 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcCurl.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcCurl.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcCurl.H b/src/finiteVolume/finiteVolume/fvc/fvcCurl.H index 23aac6b4198..6eb73d1408b 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcCurl.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcCurl.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.C b/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.C index 8c238549424..86bd60b8d6a 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.H b/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.H index 0462a994f76..678d639b607 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcD2dt2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcDDt.C b/src/finiteVolume/finiteVolume/fvc/fvcDDt.C index 2ad0ded5125..f8a8b151923 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcDDt.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcDDt.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcDDt.H b/src/finiteVolume/finiteVolume/fvc/fvcDDt.H index f2cc0410ef8..2c7525f776c 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcDDt.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcDDt.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcDdt.C b/src/finiteVolume/finiteVolume/fvc/fvcDdt.C index 1231dfe75af..c1cae26c4be 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcDdt.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcDdt.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcDdt.H b/src/finiteVolume/finiteVolume/fvc/fvcDdt.H index 05de353ee32..24b7b7cd3a8 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcDdt.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcDdt.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcDiv.C b/src/finiteVolume/finiteVolume/fvc/fvcDiv.C index 8402727d24e..0d0b4c0a28c 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcDiv.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcDiv.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcDiv.H b/src/finiteVolume/finiteVolume/fvc/fvcDiv.H index f8b01211dbb..ab61c4134d2 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcDiv.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcDiv.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcFlux.C b/src/finiteVolume/finiteVolume/fvc/fvcFlux.C index dfa44b117c0..072e0bfede4 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcFlux.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcFlux.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcFlux.H b/src/finiteVolume/finiteVolume/fvc/fvcFlux.H index e5fc8e5e5e0..0f51190d26e 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcFlux.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcFlux.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcGrad.C b/src/finiteVolume/finiteVolume/fvc/fvcGrad.C index 63b449456ba..317f6e578da 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcGrad.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcGrad.H b/src/finiteVolume/finiteVolume/fvc/fvcGrad.H index 181116995de..891ce405dc6 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcGrad.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.C b/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.C index d29b4c9462a..b70bf386cc6 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.H b/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.H index 202f3638794..84d704a4224 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcLaplacian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.C b/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.C index fba4e6f5cbf..90d406d2a30 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H b/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H index 295f203e135..d9c8137188c 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C b/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C index 452eb936538..fd1a6aef9c1 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H b/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H index df65476fc69..808576967fa 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.C b/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.C index ff194cfc862..6c394a48e5e 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.H b/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.H index d62cf0210d1..3c40f4c0800 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcReconstruct.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.C b/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.C index 924d2226645..18055967e4e 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.H b/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.H index 3ee3b8e99f5..a43f871a9d6 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcSnGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSup.C b/src/finiteVolume/finiteVolume/fvc/fvcSup.C index a2259538ae8..ccd4b2f6a82 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSup.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcSup.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSup.H b/src/finiteVolume/finiteVolume/fvc/fvcSup.H index f3ab64840d8..99c64a9b781 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSup.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcSup.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.C b/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.C index e779d282ecf..595d59dcbac 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.H b/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.H index 572c7f72a92..7d195e667aa 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.C b/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.C index 9cec7dcb466..1501dcd4e6b 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.C +++ b/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.H b/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.H index 886082a76d1..6ff45fa8833 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvm.H b/src/finiteVolume/finiteVolume/fvm/fvm.H index 202cca4e662..500e0eca8c9 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvm.H +++ b/src/finiteVolume/finiteVolume/fvm/fvm.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.C b/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.C index 64e13cae300..23e90e01ffa 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.C +++ b/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.H b/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.H index e0e170e1241..c19fae1f7e4 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.H +++ b/src/finiteVolume/finiteVolume/fvm/fvmD2dt2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmDdt.C b/src/finiteVolume/finiteVolume/fvm/fvmDdt.C index 08a199f89b4..7cc23c0139c 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmDdt.C +++ b/src/finiteVolume/finiteVolume/fvm/fvmDdt.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmDdt.H b/src/finiteVolume/finiteVolume/fvm/fvmDdt.H index b86b1ef8147..bfc8d350699 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmDdt.H +++ b/src/finiteVolume/finiteVolume/fvm/fvmDdt.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmDiv.C b/src/finiteVolume/finiteVolume/fvm/fvmDiv.C index 363bf10498c..72ab1d131a3 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmDiv.C +++ b/src/finiteVolume/finiteVolume/fvm/fvmDiv.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmDiv.H b/src/finiteVolume/finiteVolume/fvm/fvmDiv.H index d5c73cbd3cb..69405e9b8b1 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmDiv.H +++ b/src/finiteVolume/finiteVolume/fvm/fvmDiv.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.C b/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.C index e538bb21d53..26ba7144d15 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.C +++ b/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.H b/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.H index e88c2420202..525198a43db 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.H +++ b/src/finiteVolume/finiteVolume/fvm/fvmLaplacian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmSup.C b/src/finiteVolume/finiteVolume/fvm/fvmSup.C index ca03bcac8e5..53a4732b577 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmSup.C +++ b/src/finiteVolume/finiteVolume/fvm/fvmSup.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/fvm/fvmSup.H b/src/finiteVolume/finiteVolume/fvm/fvmSup.H index 38c7fe23f5b..8ce74b8ad8f 100644 --- a/src/finiteVolume/finiteVolume/fvm/fvmSup.H +++ b/src/finiteVolume/finiteVolume/fvm/fvmSup.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.C b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.C index e9ee533d43b..70434b69e23 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.H index 589cf0875eb..8d1dcddadc4 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C index 6cc577b546a..db502e741da 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C index 0eb7683d4e2..5ac9121284c 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H index 785f1c4a510..17356e18f02 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.C b/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.C index 1ec8d4984c9..faa7fe5be26 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.H index 962f10b4b9c..045d62fa864 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrads.C index f592fcc467c..e94345e8558 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.C b/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.C index fd0fae07149..cbc140a6bb1 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H index 50dcff2b0ea..3aeff97d94c 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrads.C index 6be6c243e39..bb315ab4e99 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.C b/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.C index faba3c984d0..1b58aca6d11 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.H b/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.H index d360742f7b9..55f6e5c4cb5 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradSchemes.C b/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradSchemes.C index 094791f9229..b1d7f3d8611 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradSchemes.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C index 1a6c68be80f..4cb697e9db6 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H index 5e1b2be29fc..507d583222b 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrads.C index 256af0faf46..592c3b1caaa 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C index 4239c522a6d..ac721ce8a23 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H index bc98a619df2..b6fbe74a3ce 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrad.H index a17601ae8bf..04b05d0a4cc 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrads.C index 9a2bfc4b52e..6db9c0faf0e 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrad.H index 786ef6e932e..ebe34346bdd 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrads.C index 45466885624..e5d1881f843 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrad.H index 0413b485a5c..1040ddcc84c 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrads.C index 13c3019ad4a..eaad2c97a22 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrad.H b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrad.H index d46aa32a6fb..6cb2085c847 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrad.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrads.C b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrads.C index accdb8d2f44..0d557ba44db 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrads.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.C b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.C index f6947832b31..f9a49efdaf6 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.C +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H index 7dea92b4d51..dda04896edc 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C index d9d47b48191..8e24bc22dbd 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.C b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.C index fa55b32dbd9..6775cc6b4bd 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.C +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H index 0033c3f96bd..3dba85b115e 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianSchemes.C b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianSchemes.C index 24a65be713e..245db92c82b 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianSchemes.C +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C index d8c81bed70e..312f5c3ef32 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H index a4ce5131537..f80ffdf0c7e 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrads.C b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrads.C index 87e9abe18b3..48a989a58e3 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrads.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.C b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.C index dadefa4ce28..2ae13959924 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H index fdbc29855d9..901e1d481e8 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrads.C b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrads.C index bea32e9e19e..bb197523f1b 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrads.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H index e837cd22e36..41328ac3348 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.C b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.C index dc93fbbfc1d..4d84b19c08a 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H index 45cda211070..cb5fef203f5 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrads.C b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrads.C index 44c0a562497..750f4cf46ef 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrads.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C index 4c0cf42e7fd..bba48999f0b 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H index fef3c418324..c6e43bce823 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradSchemes.C b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradSchemes.C index 070c227c81d..9682394c3c6 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradSchemes.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.C b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.C index 892eb241be8..a17b9035e81 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H index 5ea58581967..a1ded942ab3 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrads.C b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrads.C index f38505c1582..d113635a065 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrads.C +++ b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrads.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/fvMatrices.C b/src/finiteVolume/fvMatrices/fvMatrices.C index 20003c78515..397a4c0db20 100644 --- a/src/finiteVolume/fvMatrices/fvMatrices.C +++ b/src/finiteVolume/fvMatrices/fvMatrices.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/fvMatrices.H b/src/finiteVolume/fvMatrices/fvMatrices.H index b156c8aeb9a..f150157ff07 100644 --- a/src/finiteVolume/fvMatrices/fvMatrices.H +++ b/src/finiteVolume/fvMatrices/fvMatrices.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/fvMatricesFwd.H b/src/finiteVolume/fvMatrices/fvMatricesFwd.H index 70f7f0e57b8..2240130f48e 100644 --- a/src/finiteVolume/fvMatrices/fvMatricesFwd.H +++ b/src/finiteVolume/fvMatrices/fvMatricesFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C index fcf1a6a4b9f..f86c0c9aba0 100644 --- a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C +++ b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C b/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C index e1a7ba578b7..e877b51af54 100644 --- a/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C +++ b/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.H b/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.H index 5866dc5f25a..b0606ed2da7 100644 --- a/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.H +++ b/src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C b/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C index 94c003c62d6..2c3f0e3d4b4 100644 --- a/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C +++ b/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.H b/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.H index ead82b15687..643729d514c 100644 --- a/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.H +++ b/src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.C index eb0f4303e17..7612de35e30 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.H index 516b2da4e88..6e8c48165f9 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.C index c5d0eaec92c..fe9edd868b1 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.H index 7e3e7d30f7a..e552f8e4a39 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.C index a4f75750540..652308fa456 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.H index f74bfcae456..b23b9a215de 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C index b7a0531a425..caf3c64f6e0 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H index 53e51a3829a..458caa0a2c9 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.C index 5deb26daf37..0c5d4444b14 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H index 6a9ed1427c1..87daa487304 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.C index 9390b37a07f..839175000f5 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.H index 21ea9b0b3b9..78d587f8a5d 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.C index a8fdc4c0438..3e955dfbf34 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H index 30e0f47f5ec..67d21d083d4 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.C index 186ce1e4dd5..dc78b94bb98 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H index 91c78f07475..e5a4011f344 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C index 46b4f4798df..a15c868e3da 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H index 51262a1d9df..b09ef35c77f 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.C index 3586fc85a8b..21e9352e28c 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H index 4c11e0c4fea..12c0aa658cb 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.C index 0bb47ccb9e1..7402a71570c 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H index 921b165b2c3..5ad0f018e3d 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.C index 5f24ca3165c..bffd49b8780 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H index 68de8643f22..7a3aa15195e 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.C index 4f2f615eded..eaa94dbba07 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H index e91c7b06aba..bbe69305f67 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.C index cf5854c260c..c82c81e7ab3 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.H index 88c113c7e08..374366d00ad 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C index e37d17f60ac..c357bb59f72 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.C index 34a4b8f85ef..3fd5f7c911a 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.H index dbe37558766..ec4e0f26fe5 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C index 82e91bcd4e6..e647da82240 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H index 6f77ea43848..f23d408b1c1 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C index 9ba34e22827..283b6547d5c 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.C index 174554b9022..65bcfd50271 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H index e3907e70fee..a47dc528909 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.C index b6ddf5f65b7..9a9df2881c3 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H index e49ca7f1c26..3fe614cb8d0 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.C index 6c83b0546f9..e0efc5b6f59 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H index 0eaad809476..a9f7fc6c660 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.C index 52a7ad6a57c..7630b30f871 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H index 23f15112949..b7dbc24dc94 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C index e6d68f87dc9..1d2308999d5 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H index e82b9fa0754..eed39fbacd8 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.C index f43e84007a0..8edf92b2884 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.H index 9662a3b4c34..2eb784cd5c6 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.C index dd9698afa19..d241b34343c 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.H index 137ac8413a3..027249b82d8 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.C index 49ce220f6b1..6eda5dfab18 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.H index f13cc347f8a..fe5b2ff87d1 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C index c641904cea3..d7bede746b3 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.C index 12a46a28e79..6cb25cb0649 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H index bb908b368bf..5bc993d1c8d 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.C b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.C index d997ad07e53..29b354a4702 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.C +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.H b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.H index 934f98d3892..c89f9577559 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.H +++ b/src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H b/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H index 13707bf0a50..07a466031f1 100644 --- a/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H +++ b/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMesh.C b/src/finiteVolume/fvMesh/fvMesh.C index 601c1a30e05..c2fa5c117d0 100644 --- a/src/finiteVolume/fvMesh/fvMesh.C +++ b/src/finiteVolume/fvMesh/fvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMesh.H b/src/finiteVolume/fvMesh/fvMesh.H index 3348915e564..dae61ddc4ca 100644 --- a/src/finiteVolume/fvMesh/fvMesh.H +++ b/src/finiteVolume/fvMesh/fvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open So \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshGeometry.C b/src/finiteVolume/fvMesh/fvMeshGeometry.C index e02595a99c4..8380194567d 100644 --- a/src/finiteVolume/fvMesh/fvMeshGeometry.C +++ b/src/finiteVolume/fvMesh/fvMeshGeometry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshLduAddressing.H b/src/finiteVolume/fvMesh/fvMeshLduAddressing.H index 803a568ead8..6ecc9a17aec 100644 --- a/src/finiteVolume/fvMesh/fvMeshLduAddressing.H +++ b/src/finiteVolume/fvMesh/fvMeshLduAddressing.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvBoundaryMeshMapper.H b/src/finiteVolume/fvMesh/fvMeshMapper/fvBoundaryMeshMapper.H index 6349467b93c..ee9835b4cd5 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvBoundaryMeshMapper.H +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvBoundaryMeshMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvMeshMapper.H b/src/finiteVolume/fvMesh/fvMeshMapper/fvMeshMapper.H index 96ef51ea169..91f3472c440 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvMeshMapper.H +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvMeshMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C b/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C index 97fa0b64a31..2bb3a98955e 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H b/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H index 3cf3baad24f..82212c5a91d 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.C b/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.C index 7baa5836e69..eb171967203 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.C +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H b/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H index 5260c91032d..564874194ef 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C index bb5ac175064..1170068a077 100644 --- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C +++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -550,9 +550,9 @@ void Foam::fvMeshSubset::setCellSubset globalPointMap[pointMap_[pointI]] = pointI; } - Pout << "Number of cells in new mesh: " << nCellsInSet << endl; - Pout << "Number of faces in new mesh: " << globalFaceMap.size() << endl; - Pout << "Number of points in new mesh: " << globalPointMap.size() << endl; + Pout<< "Number of cells in new mesh: " << nCellsInSet << endl; + Pout<< "Number of faces in new mesh: " << globalFaceMap.size() << endl; + Pout<< "Number of points in new mesh: " << globalPointMap.size() << endl; // Make a new mesh pointField newPoints(globalPointMap.size()); diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H index 1c881f8deab..dea6f81a4a7 100644 --- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H +++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C index 4fa17952ece..7192b6be29d 100644 --- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C +++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.C index 06dc815c956..60637ac7eb7 100644 --- a/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H index 899bebc9ac0..62315f66970 100644 --- a/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.C index e5f5c3aab54..fd5ffe8d647 100644 --- a/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.H index 834959b20d5..9dfdce453d6 100644 --- a/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C index e6fe565f5c1..2e0a07a787c 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H index ca2654c30ff..187e2143103 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C index ee61f01a60d..12fd10ad458 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H index 9b7f410156c..eee1837cbbc 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C index 18c5827eec4..2d1a23c806d 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H index 68bff0e7e1e..0f203177535 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.C index 8fa21946342..0877232f78e 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.H index ce437832677..e992b147746 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.C index b71bae6a0a0..bd865fc7232 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.H index 39c7586a5a8..d7623a777ec 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.C index 754195a7587..61c9c1fddbb 100644 --- a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.H index 290eb75b548..24d61958e53 100644 --- a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.C index 5ddd77934d6..811ab085ab3 100644 --- a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.H index a812bf049cb..e609d9fa316 100644 --- a/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.C index 3bcd077e084..28f77fbc11c 100644 --- a/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H index 891df5e4c86..3e883c15c09 100644 --- a/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchFvMeshTemplates.C b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchFvMeshTemplates.C index 674617442b2..127ea953487 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchFvMeshTemplates.C +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchFvMeshTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchList.H b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchList.H index 4653fe1f0d4..fbc0c6b09b2 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchList.H +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchNew.C b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchNew.C index 7cac8a003d3..454e844bdf2 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchNew.C +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C index 5ea01c4fbb8..398fba0170d 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C index 86a60d8a7a7..4955f49007d 100644 --- a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C +++ b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H index 28376118b94..184be0a5660 100644 --- a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H +++ b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMeshInterpolate.C b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMeshInterpolate.C index 1312d3e8be4..b0d8c64ab0f 100644 --- a/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMeshInterpolate.C +++ b/src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMeshInterpolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDist.C b/src/finiteVolume/fvMesh/wallDist/nearWallDist.C index d4009a578fc..a5fffd975be 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDist.C +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDist.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDist.H b/src/finiteVolume/fvMesh/wallDist/nearWallDist.H index 205adb71ae4..c5fb70d3f68 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDist.H +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDist.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.C b/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.C index 0c4b06394d7..e1961582947 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.C +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H b/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H index 30e7abfd520..7c66b0fe132 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/reflectionVectors.C b/src/finiteVolume/fvMesh/wallDist/reflectionVectors.C index f31dbfcca76..071297e6410 100644 --- a/src/finiteVolume/fvMesh/wallDist/reflectionVectors.C +++ b/src/finiteVolume/fvMesh/wallDist/reflectionVectors.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/reflectionVectors.H b/src/finiteVolume/fvMesh/wallDist/reflectionVectors.H index 569b41ab38f..655cc40c1dd 100644 --- a/src/finiteVolume/fvMesh/wallDist/reflectionVectors.H +++ b/src/finiteVolume/fvMesh/wallDist/reflectionVectors.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallDist.C b/src/finiteVolume/fvMesh/wallDist/wallDist.C index 0c91ebda04d..412b369680c 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDist.C +++ b/src/finiteVolume/fvMesh/wallDist/wallDist.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallDist.H b/src/finiteVolume/fvMesh/wallDist/wallDist.H index 55287077807..e20b8c9a116 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDist.H +++ b/src/finiteVolume/fvMesh/wallDist/wallDist.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallDistData.C b/src/finiteVolume/fvMesh/wallDist/wallDistData.C index f194694cc56..038180d7902 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDistData.C +++ b/src/finiteVolume/fvMesh/wallDist/wallDistData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallDistData.H b/src/finiteVolume/fvMesh/wallDist/wallDistData.H index 102a76998bf..5ec81acbd53 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDistData.H +++ b/src/finiteVolume/fvMesh/wallDist/wallDistData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallDistReflection.C b/src/finiteVolume/fvMesh/wallDist/wallDistReflection.C index 565a5882bb1..6796d90dbb8 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDistReflection.C +++ b/src/finiteVolume/fvMesh/wallDist/wallDistReflection.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallDistReflection.H b/src/finiteVolume/fvMesh/wallDist/wallDistReflection.H index 11b3370d4d7..dcf7b9a9959 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDistReflection.H +++ b/src/finiteVolume/fvMesh/wallDist/wallDistReflection.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.C b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.C index 4ca6c31f1f9..cb8a48daf43 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.C +++ b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H index 9fff7168d04..3c2ccce7cd6 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H +++ b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlusI.H b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlusI.H index bdf092d38d6..51f53d3edc1 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlusI.H +++ b/src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlusI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.C b/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.C index 4a58469a7d2..3f90ac81722 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.C +++ b/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H b/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H index c82eadbe874..ef200b354a8 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H +++ b/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolation/interpolationNew.C b/src/finiteVolume/interpolation/interpolation/interpolation/interpolationNew.C index 55eddc7bed5..65fe51f6dfd 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolation/interpolationNew.C +++ b/src/finiteVolume/interpolation/interpolation/interpolation/interpolationNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolation/interpolations.C b/src/finiteVolume/interpolation/interpolation/interpolation/interpolations.C index fe4fd15e404..56eaac4720d 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolation/interpolations.C +++ b/src/finiteVolume/interpolation/interpolation/interpolation/interpolations.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C b/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C index 4ecdb9fb1ef..fbf1bfa14ac 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H b/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H index c16d234613c..3c852da8679 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCell/makeInterpolationCell.C b/src/finiteVolume/interpolation/interpolation/interpolationCell/makeInterpolationCell.C index b2230c6d064..4fbd2ea77cd 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCell/makeInterpolationCell.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCell/makeInterpolationCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C index d4c167d4039..52ce6ba21e6 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H index 6c439ea166f..bb3647ac309 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.C index 72c644ff961..9b76c5bb213 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H index ab37149b145..e3424f3c4ce 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPointI.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPointI.H index 0c382689996..16c555224ce 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPointI.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPointI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/makeInterpolationCellPoint.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/makeInterpolationCellPoint.C index 11a41c104c5..9a3260a085e 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/makeInterpolationCellPoint.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/makeInterpolationCellPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/findCellPointFaceTet.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/findCellPointFaceTet.H index ac4dbb38472..c5747996267 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/findCellPointFaceTet.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/findCellPointFaceTet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.C index dc54ccbc124..e075cb90143 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -97,7 +97,8 @@ Type interpolationCellPointFace<Type>::interpolate scalar multiplierNumerator = (faceCentreTmp - cellCentre) & normal; scalar multiplierDenominator = projection & normal; - // if normal and projection are not orthogonal this could be the one... + // if normal and projection are not orthogonal this could + // be the one... if (mag(multiplierDenominator) > SMALL) { scalar multiplier = multiplierNumerator/multiplierDenominator; @@ -216,14 +217,20 @@ Type interpolationCellPointFace<Type>::interpolate } else { - label patchi = this->pMesh_.boundaryMesh().whichPatch(closestFace); + label patchi = + this->pMesh_.boundaryMesh().whichPatch(closestFace); // If the boundary patch is not empty use the face value // else use the cell value if (this->psi_.boundaryField()[patchi].size()) { ts[2] = this->psi_.boundaryField()[patchi] - [this->pMesh_.boundaryMesh()[patchi].whichFace(closestFace)]; + [ + this->pMesh_.boundaryMesh()[patchi].whichFace + ( + closestFace + ) + ]; } else { @@ -255,14 +262,20 @@ Type interpolationCellPointFace<Type>::interpolate } else { - label patchi = this->pMesh_.boundaryMesh().whichPatch(closestFace); + label patchi = + this->pMesh_.boundaryMesh().whichPatch(closestFace); // If the boundary patch is not empty use the face value // else use the cell value if (this->psi_.boundaryField()[patchi].size()) { t = this->psi_.boundaryField()[patchi] - [this->pMesh_.boundaryMesh()[patchi].whichFace(closestFace)]; + [ + this->pMesh_.boundaryMesh()[patchi].whichFace + ( + closestFace + ) + ]; } else { diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H index f87c1cc8a68..e32b2ad68bb 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/makeInterpolationCellPointFace.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/makeInterpolationCellPointFace.C index 29b217c6d75..5c530ad9083 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/makeInterpolationCellPointFace.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/makeInterpolationCellPointFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C index d5ec55184c2..5448de2dafe 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H index b436970cd93..db4e35575d8 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C index 5106e219d9c..629bd9d1039 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H index 82bd2e7c47f..d7b35c9a383 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H index 3895772c0fe..d0284f0b0f5 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C index 027e0ffab6e..91d0c1075ad 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C +++ b/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvFields.H b/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvFields.H index f15bde5c9a7..bb4aa11afd4 100644 --- a/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvFields.H +++ b/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvSurfaceField.H b/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvSurfaceField.H index aeaaaf020a0..19f7c40ec2d 100644 --- a/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvSurfaceField.H +++ b/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvSurfaceField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvVolField.H b/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvVolField.H index cec8e8998ec..a79a7434cf7 100644 --- a/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvVolField.H +++ b/src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvVolField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.C index 8fcaee19749..cf931340268 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H index 5d56dc6d336..93c269cde44 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited/Limited.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited/Limited.H index 883a2dc7072..19449c5bfee 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited/Limited.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited/Limited.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited01/Limited01.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited01/Limited01.H index 9c4b850df27..dc3448ecac0 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited01/Limited01.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited01/Limited01.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.C index 07068f00be5..cdcabd8dc98 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H index b654a0f6175..3ea1feb5102 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.C index fff6b4b6a43..8dacd9545e4 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.H index 01a358592c5..5bfbe712536 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -140,7 +140,14 @@ public: // Add the patch constructor functions to the hash tables -#define makeLimitedSurfaceInterpolationTypeScheme(SS, LIMITER, NVDTVD, LIMFUNC, TYPE) \ +#define makeLimitedSurfaceInterpolationTypeScheme\ +( \ + SS, \ + LIMITER, \ + NVDTVD, \ + LIMFUNC, \ + TYPE \ +) \ \ typedef LimitedScheme<TYPE, LIMITER<NVDTVD>, limitFuncs::LIMFUNC> \ LimitedScheme##TYPE##LIMITER##NVDTVD##LIMFUNC##_; \ @@ -168,7 +175,14 @@ limitedSurfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \ \ makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDTVD,magSqr,scalar) \ makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDTVD,magSqr,vector) \ -makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDTVD,magSqr,sphericalTensor) \ +makeLimitedSurfaceInterpolationTypeScheme \ +( \ + SS, \ + LIMITER, \ + NVDTVD, \ + magSqr, \ + sphericalTensor \ +) \ makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDTVD,magSqr,symmTensor)\ makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDTVD,magSqr,tensor) @@ -177,7 +191,15 @@ makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDTVD,magSqr,tensor) makeLimitedSurfaceInterpolationTypeScheme(SS,LIMITER,NVDVTVDV,null,vector) -#define makeLLimitedSurfaceInterpolationTypeScheme(SS, LLIMITER, LIMITER, NVDTVD, LIMFUNC, TYPE) \ +#define makeLLimitedSurfaceInterpolationTypeScheme\ +( \ + SS, \ + LLIMITER, \ + LIMITER, \ + NVDTVD, \ + LIMFUNC, \ + TYPE \ +) \ \ typedef LimitedScheme<TYPE, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> \ LimitedScheme##TYPE##LLIMITER##LIMITER##NVDTVD##LIMFUNC##_; \ diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDTVD.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDTVD.H index 5c38321d1f2..5ebbff920ef 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDTVD.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDTVD.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDVTVDV.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDVTVDV.H index e338480feae..9546a297913 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDVTVDV.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDVTVDV.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C index b8f6b8304fe..ecb49860c59 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H index e9a8a99b5a9..4bf332c0f52 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.C index db3eacf18f2..ebd1ada7ac9 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H index 87ddebe577a..98d107ff91d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.C index fd1b365ed4d..3c94565190c 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H index c86d22b83c2..05c76a386c6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.C index ef6963461d7..4242d35ae8f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H index aee4387d347..a0f8ce24fbc 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.C index 62e06d4d2cc..f2ad61bfb2c 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.H index 0d8ed04b5a9..33d49024a0b 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.C index e73b0c08093..3a9dc1a94dd 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H index 6fa73130e20..e0745c498b6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H index 1127e68746b..7a6ba881fc7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.C index f84a8e71b54..522a11b6840 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H index 508e149c45d..291d9525e84 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.C index 9d58067f453..8c16ddb2d2c 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H index d87996701ae..96f4152ba4d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.C index a0abb2f0eee..41bb0262328 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H index 05a3afc4fa9..67df88c3e02 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.C index 1e728daa6ec..3e19a29c515 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.H index 33b7077008f..56b8b729f01 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.C index e02f2a7aff5..d502a8c97c5 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H index bf1502f4e15..6d1b1ca8204 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.C index 1821f14dba5..255b16d3527 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H index ef3d33edc05..e449994d0b7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H index 9bd1a8405ba..f2f95d71ea0 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.C index 8bf4f8628de..84f34c0abe6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H index 304a9d15242..c565a1e77b7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H index d7803ae300e..023e240a96f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.C index 68ef8e60063..ea7cdb232b7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.H index 05042ea186f..83689baa09e 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.C index 0ccb9b67cde..130cc623c49 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H index e4a32b06465..0d79d0ada84 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H index a828f54c282..b5034b04c03 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.C index 74c1d587949..151d6f1a0e7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H index 59bf17c073a..381ada1e5fb 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C index 313f6ad1d8f..22ced8af737 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H index d945c8864ae..f735bae5328 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -213,7 +213,8 @@ surfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type> > \ limitedSurfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type> > \ add##SS##Type##MeshConstructorToLimitedTable_; \ \ -limitedSurfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type> >\ +limitedSurfaceInterpolationScheme<Type>:: \ + addMeshFluxConstructorToTable<SS<Type> > \ add##SS##Type##MeshFluxConstructorToLimitedTable_; #define makelimitedSurfaceInterpolationScheme(SS) \ diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C index 2c87d02c028..ce959a842df 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,7 +34,11 @@ namespace Foam #define makeBaseLimitedSurfaceInterpolationScheme(Type) \ \ -defineNamedTemplateTypeNameAndDebug(limitedSurfaceInterpolationScheme<Type>, 0);\ +defineNamedTemplateTypeNameAndDebug \ +( \ + limitedSurfaceInterpolationScheme<Type>, \ + 0 \ +); \ \ defineTemplateRunTimeSelectionTable \ ( \ diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C index a1e98c2acd1..467614652a9 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.H index c143124b1ac..397cf73e8ef 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C index c4e51bd9ad6..781384f92a6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.H index 32cd4787c48..8f16734da1a 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.C index 8ef49e80e85..0379eeead9f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.H index e215b34b445..726e4f97ad7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.C index 355a21c2bbb..718d7837e4c 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H index e7dc6781788..6314bb393f4 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.C b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.C index 00d72fe43e8..43a85750de5 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H index 66470ce2eb3..76e664e8a3d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Gamma/multivariateGamma.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Gamma/multivariateGamma.C index 5b4847e23e6..8b1fe1106ca 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Gamma/multivariateGamma.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Gamma/multivariateGamma.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/MUSCL/multivariateMUSCL.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/MUSCL/multivariateMUSCL.C index 008d1951ede..dff0275a57f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/MUSCL/multivariateMUSCL.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/MUSCL/multivariateMUSCL.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Minmod/multivariateMinmod.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Minmod/multivariateMinmod.C index 58d1915ee9e..dce259233c3 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Minmod/multivariateMinmod.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Minmod/multivariateMinmod.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/SuperBee/multivariateSuperBee.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/SuperBee/multivariateSuperBee.C index 9abc69ce376..c901a39d869 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/SuperBee/multivariateSuperBee.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/SuperBee/multivariateSuperBee.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedCubic/multivariateLimitedCubic.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedCubic/multivariateLimitedCubic.C index 8a349eb12f8..d3409390bc6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedCubic/multivariateLimitedCubic.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedCubic/multivariateLimitedCubic.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedLinear/multivariateLimitedLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedLinear/multivariateLimitedLinear.C index 0a46381fe4d..f90b0a4cc22 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedLinear/multivariateLimitedLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedLinear/multivariateLimitedLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.C index 3c131bba28e..a11c25efe6d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.H index d55061e1c3d..36731248c68 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -150,23 +150,55 @@ public: // Add the patch constructor functions to the hash tables -#define makeLimitedMultivariateSurfaceInterpolationScheme(SS, LIMITER) \ -typedef multivariateScheme<scalar, LimitedScheme<scalar, LIMITER<NVDTVD>, limitFuncs::magSqr> > \ +#define makeLimitedMultivariateSurfaceInterpolationScheme(SS, LIMITER) \ +typedef multivariateScheme \ +< \ + scalar, \ + LimitedScheme<scalar, LIMITER<NVDTVD>, limitFuncs::magSqr> \ +> \ multivariateScheme##LIMITER_; \ defineTemplateTypeNameAndDebugWithName(multivariateScheme##LIMITER_, #SS, 0); \ \ multivariateSurfaceInterpolationScheme<scalar>::addIstreamConstructorToTable \ -<multivariateScheme<scalar, LimitedScheme<scalar, LIMITER<NVDTVD>, limitFuncs::magSqr> > > \ +< \ + multivariateScheme \ + < \ + scalar, \ + LimitedScheme<scalar, LIMITER<NVDTVD>, limitFuncs::magSqr> \ + > \ +> \ addMultivariate##SS##ConstructorToTable_; -#define makeLLimitedMultivariateSurfaceInterpolationScheme(SS, LLIMITER, LIMITER, NVDTVD, LIMFUNC) \ -typedef multivariateScheme<scalar, LimitedScheme<scalar, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> > \ +#define makeLLimitedMultivariateSurfaceInterpolationScheme\ +( \ + SS, \ + LLIMITER, \ + LIMITER, \ + NVDTVD, \ + LIMFUNC \ +) \ +typedef multivariateScheme \ +< \ + scalar, \ + LimitedScheme<scalar, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> \ +> \ multivariateScheme##LLIMITER##LIMITER##NVDTVD##LIMFUNC##_; \ -defineTemplateTypeNameAndDebugWithName(multivariateScheme##LLIMITER##LIMITER##NVDTVD##LIMFUNC##_, #SS, 0); \ +defineTemplateTypeNameAndDebugWithName \ +( \ + multivariateScheme##LLIMITER##LIMITER##NVDTVD##LIMFUNC##_, \ + #SS, \ + 0 \ +); \ \ multivariateSurfaceInterpolationScheme<scalar>::addIstreamConstructorToTable \ -<multivariateScheme<scalar, LimitedScheme<scalar, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> > > \ +< \ + multivariateScheme \ + < \ + scalar, \ + LimitedScheme<scalar, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> \ + > \ +> \ addMultivariate##SS##ConstructorToTable_; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.C index 68fba35c6aa..0387966fc36 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.H index 09e47c7d4a0..e15fe000dd7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionSchemes.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionSchemes.C index e75ab23a14c..34549e70906 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionSchemes.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C index c7d3cfb451e..6797abca149 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H index 45cd10d3dbe..3aae3ea0f95 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C index f4e329d579c..8b3168ed5ce 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.C index 60cdf2cfa1e..0caf7029fd5 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.H b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.H index d07d9e35a28..d883ee8f7f8 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/vanLeer/multivariateVanLeer.C b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/vanLeer/multivariateVanLeer.C index 7a5ddd6ca88..57b9596e7d4 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/vanLeer/multivariateVanLeer.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/vanLeer/multivariateVanLeer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.C index a10c1cc22be..306416f6a09 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.H index 39940e28c2b..b86455e2614 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -51,7 +51,12 @@ class extendedCentredCellToFaceStencil; template<class Polynomial> class CentredFitData : - public FitData<CentredFitData<Polynomial>, extendedCentredCellToFaceStencil, Polynomial> + public FitData + < + CentredFitData<Polynomial>, + extendedCentredCellToFaceStencil, + Polynomial + > { // Private data diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitScheme.H index df483d270cb..d10695ac83f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -147,7 +147,13 @@ public: // Add the patch constructor functions to the hash tables -#define makeCentredFitSurfaceInterpolationTypeScheme(SS, POLYNOMIAL, STENCIL, TYPE) \ +#define makeCentredFitSurfaceInterpolationTypeScheme\ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + TYPE \ +) \ \ typedef CentredFitScheme<TYPE, POLYNOMIAL, STENCIL> \ CentredFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \ @@ -166,7 +172,13 @@ surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \ \ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \ -makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,sphericalTensor) \ +makeCentredFitSurfaceInterpolationTypeScheme \ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + sphericalTensor \ +) \ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,symmTensor)\ makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,tensor) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C index 053c08b2f96..4a1743fc54a 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -248,8 +248,8 @@ void Foam::FitData<FitDataType, ExtendedStencil, Polynomial>::calcFit // << " sing vals " << svd.S() << endl; // } - if (!goodFit) // (not good fit so increase weight in the centre and weight - // for constant and linear terms) + if (!goodFit) // (not good fit so increase weight in the centre and + // weight for constant and linear terms) { // if (iIt == 7) // { diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H index 69903996eca..6ae9c07b82b 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/PureUpwindFitScheme/PureUpwindFitScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/PureUpwindFitScheme/PureUpwindFitScheme.H index 8358636a809..067ecabe41d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/PureUpwindFitScheme/PureUpwindFitScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/PureUpwindFitScheme/PureUpwindFitScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -154,27 +154,45 @@ public: // Add the patch constructor functions to the hash tables -#define makePureUpwindFitSurfaceInterpolationTypeScheme(SS, POLYNOMIAL, STENCIL, TYPE) \ +#define makePureUpwindFitSurfaceInterpolationTypeScheme\ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + TYPE \ +) \ \ -typedef PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> \ - PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \ +typedef PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> \ + PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \ defineTemplateTypeNameAndDebugWithName \ - (PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_, #SS, 0); \ + (PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_, #SS, 0); \ \ surfaceInterpolationScheme<TYPE>::addMeshConstructorToTable \ -<PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> > \ +<PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> > \ add##SS##STENCIL##TYPE##MeshConstructorToTable_; \ \ surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \ -<PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> > \ +<PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> > \ add##SS##STENCIL##TYPE##MeshFluxConstructorToTable_; -#define makePureUpwindFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL) \ +#define makePureUpwindFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL) \ \ -makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \ -makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \ -makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,sphericalTensor) \ -makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,symmTensor) \ +makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \ +makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \ +makePureUpwindFitSurfaceInterpolationTypeScheme \ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + sphericalTensor \ +) \ +makePureUpwindFitSurfaceInterpolationTypeScheme \ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + symmTensor \ +) \ makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,tensor) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.C index b28ec8d4a8a..011b7925122 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H index 321837491e0..fefff649b12 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitScheme.H index 079c5ce0369..e51e348f875 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -158,7 +158,13 @@ public: // Add the patch constructor functions to the hash tables -#define makeUpwindFitSurfaceInterpolationTypeScheme(SS, POLYNOMIAL, STENCIL, TYPE) \ +#define makeUpwindFitSurfaceInterpolationTypeScheme\ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + TYPE \ +) \ \ typedef UpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> \ UpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \ @@ -177,7 +183,13 @@ surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \ \ makeUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \ makeUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \ -makeUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,sphericalTensor) \ +makeUpwindFitSurfaceInterpolationTypeScheme \ +( \ + SS, \ + POLYNOMIAL, \ + STENCIL, \ + sphericalTensor \ +) \ makeUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,symmTensor) \ makeUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,tensor) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFit.C index a7093695eb3..22f18fcbb38 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFitPolynomial.H index b7cfc88a310..340e6248e63 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.C index 767c4061a30..0c5c78c1d85 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.H index 525b63a6e1d..59dc530a9ad 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.C index ae75c896005..6314ad5e99f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H index 934f3739c40..ab8f8a30cbb 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -141,7 +141,8 @@ public: ) ); - GeometricField<Type, fvsPatchField, surfaceMesh>& sfCorr = tsfCorr(); + GeometricField<Type, fvsPatchField, surfaceMesh>& sfCorr = + tsfCorr(); for (direction cmpt=0; cmpt<pTraits<Type>::nComponents; cmpt++) { diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFit.C index 0099f1f8dc0..62296fec19f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFitPolynomial.H index cc0f2bab5ba..bb84e726fa9 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.C index 573127a8cf1..76493f64b54 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.H index fec8f1eeeb0..0c254d7d31c 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.C index 7921db8ea3e..7cd8e567762 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.H index 715d82a0ff0..fdb6432f8ce 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.C index 9b4addbb3bd..b276518f831 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H index cf631223c30..66750c216a3 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.C index c7dadb8b78b..5822e05d3ff 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H index e909eae48ac..2d07ef538e5 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFit.C index 2577036c503..7769b27a273 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFitPolynomial.H index 8ee35c869d4..578dadd38bb 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearPureUpwindFit/linearPureUpwindFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearPureUpwindFit/linearPureUpwindFit.C index 20021cfb098..8dd38811c28 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearPureUpwindFit/linearPureUpwindFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearPureUpwindFit/linearPureUpwindFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.C index c71655cabc6..20a1cca9134 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H index 97cfc9cac90..1c6500e54c9 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.C index e54b9679d4b..2a35e012128 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H index bf6f2fbe0ed..32bca7b54cd 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.C index bf22aae3216..ca5d3c1ea74 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H index 586d6292471..e6fa28cbaf4 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.C index ac02d809f04..ff247559367 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H index c396218b6e4..4e6e26c6ea7 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C index 8e4880ae893..82d83513762 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H index 0745ebbf72b..024ace5d744 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -191,7 +191,8 @@ public: tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > tcorr = tScheme_().correction(vf); - GeometricField<Type, fvsPatchField, surfaceMesh>& corr = tcorr(); + GeometricField<Type, fvsPatchField, surfaceMesh>& corr = + tcorr(); const fvMesh& mesh_ = this->mesh(); const cellList& cells = mesh_.cells(); @@ -231,8 +232,10 @@ public: } else { - return - tmp<GeometricField<Type, fvsPatchField, surfaceMesh> >(NULL); + return tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > + ( + NULL + ); } } }; diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFit.C index b8ecf1d181b..174cbc22da3 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFitPolynomial.H index c19cf2e6254..e4eb18abd0f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFit.C index 8490ddbe0de..438a49440fd 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFitPolynomial.H index 6f524e799cb..0c49b328647 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C index a49cb33fdee..3bdbec24bc8 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C index 60511f1a866..98f627b8e47 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFitPolynomial.H index e57a75c31fd..76967bc0311 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFit.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFit.C index b802c68cd51..a5a9b220ae2 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFit.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFitPolynomial.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFitPolynomial.H index 5d3d878e456..9283e00ee59 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFitPolynomial.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFitPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.C index 41f8999084b..876e6a526fe 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H index 23b12d051f9..6efa6d00d87 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.C index 8c7e803e278..cf2a5ea664c 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.H index 3b4f1036805..f9543e978ec 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -207,7 +207,10 @@ public: else { return - tmp<GeometricField<Type, fvsPatchField, surfaceMesh> >(NULL); + tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > + ( + NULL + ); } } }; diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.C index 715b487e88d..0da3c4c6382 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H index c20ae3ab149..cf5d902b034 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.C b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.C index 62d50624e51..0f02a348cbb 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H index 0500b49e9c4..6e540fee3a8 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C index 3f1866099e2..01b4776479f 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H index 9c4f50d09a4..79e6e9482b6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C index b434dd752de..068f9947e28 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H index 3acac2b2d6e..303746873f3 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C index 43f52f271bf..89e3523435a 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H index 90cd007b637..da6add4a862 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationSchemes.C b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationSchemes.C index 93c8c7fc9a6..2e8ee094c05 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationSchemes.C +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationSchemes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C index 1e99baec4cb..a66f49792ab 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.C b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.C index 36a92ca66b9..e9e0e59bbf1 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.C +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H index d850c1b68d5..16fd48a5749 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/surfaceMesh/surfaceMesh.H b/src/finiteVolume/surfaceMesh/surfaceMesh.H index cbde1294de2..2e00d8a8751 100644 --- a/src/finiteVolume/surfaceMesh/surfaceMesh.H +++ b/src/finiteVolume/surfaceMesh/surfaceMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/finiteVolume/volMesh/volMesh.H b/src/finiteVolume/volMesh/volMesh.H index bdb9dbdec5d..e171d120b9e 100644 --- a/src/finiteVolume/volMesh/volMesh.H +++ b/src/finiteVolume/volMesh/volMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomerate.C b/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomerate.C index f310615f82f..456eaedbc69 100644 --- a/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomerate.C +++ b/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomerate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.C b/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.C index 54512ba7e07..8558f204779 100644 --- a/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.C +++ b/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.H b/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.H index 8d439b3fc26..6e33bc4d29d 100644 --- a/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.H +++ b/src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C index 4a288986a95..a975995f967 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H index ffa53341275..f107ff744f8 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.C index 1430a7938a3..fe658f9fc5b 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H index 7aac7096da6..1c793561b9b 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.C index 142cff22cbe..abfb994822e 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H index 14b2bd19869..13d1bfb2927 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C index e1613e584d9..38fee1fb4fd 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H index 3c4f626889a..1aac6081ce0 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C index 0805791ab5c..ddafba04aad 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H index 55cd442b95a..e33871e1e11 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.C index bcc694c3854..9c37edb2d4e 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H index 0fa540d3dd8..e222a02c183 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.C b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.C index 87eaaeef355..8e09c0e8858 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.C +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.H b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.H index cae6b468818..55d003a16a1 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalk.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H index 6427ba2e623..d60e9b52f7c 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/pointEdgeStructuredWalkI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.C index 18ea52cb0de..37c07305d2b 100644 --- a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H index 6cc71bf355c..50c077e9acc 100644 --- a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolverTemplates.C b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolverTemplates.C index 98ecf596dd0..40d016a2bca 100644 --- a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolverTemplates.C +++ b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolverTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.C index 3b024749611..8a629371701 100644 --- a/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H index f20423e9327..aed8d0b7519 100644 --- a/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.C b/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.C index 6678e1bd856..c0506d9cc1f 100644 --- a/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.C +++ b/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H index bab48d1db2a..49df2df2e80 100644 --- a/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.C b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.C index 26e38c5e34f..b01da6b6211 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.C +++ b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.H b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.H index 754c14bd230..be210d5a2b8 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.H +++ b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.C b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.C index 5fe257f63a4..70a6b8fb101 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.C +++ b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.H b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.H index 0c0855eed29..316ca9f6cf9 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.H +++ b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFieldsFwd.H b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFieldsFwd.H index 48bb495c9dd..79658624f45 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFieldsFwd.H +++ b/src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchField.H b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchField.H index a857b6bd4e5..bbca45cfd62 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchField.H +++ b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.C b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.C index 21dcdebaf36..c87be66c1cb 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.C +++ b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.H b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.H index 7575199231d..a67169c9b7f 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.H +++ b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFieldsFwd.H b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFieldsFwd.H index e5f223b8fd3..30e9ca9cbee 100644 --- a/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFieldsFwd.H +++ b/src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C index df28f2beb9e..6fbc3faea92 100644 --- a/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H index 789f51987ce..ffeb84da1b4 100644 --- a/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.C index b660f48ea68..92cd18180ce 100644 --- a/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H index c22170b0451..91fc311ed3d 100644 --- a/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C index 9438c1b947a..31fa83656d1 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H index 6fc24af870f..ecdd27573e6 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C index 583ef450b1c..72531d5cfd1 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H index 11aee5a4002..90600da2b70 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C index 8cd891ea1f1..ff49bc7dbb6 100644 --- a/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H index f874a4edbfd..6ee9fe5758e 100644 --- a/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C index ce3ed106c9a..b973a06d81e 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H index 5d5918f6817..02c0c50aaf6 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.C index 07d30dd0aad..c0e02b5395c 100644 --- a/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H index 387d4f23b9b..533ff7696bb 100644 --- a/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.C index 3e5daa44a33..95f1b2d89ba 100644 --- a/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H index 5706c282507..10a60b63dbf 100644 --- a/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.C index ed4c2930ba6..18ce217a251 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H index 68b0d5d67c8..6c9f23d9d4a 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.C index b2f64aecc74..ea48bda7645 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H index 912166b94db..ea4ea775cd9 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.C b/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.C index a0e8ad8bbef..f2d9ab6c855 100644 --- a/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.C +++ b/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H index fe3125be2e8..af9c01fc183 100644 --- a/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C index bbabebfd0b1..000677aa207 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C +++ b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H index b51f420ad83..369542139d7 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C index 02e0fee9d4a..27123ccf4e2 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C +++ b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H index 92a410f39d3..393d7a8b6d8 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C b/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C index fa84634b2bb..aa0674683dd 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C +++ b/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H index 7ccd2f66273..9c1327eab24 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C b/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C index 82a7f21cbbc..b9cbac6460a 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C +++ b/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H index 71ba97c61e7..154286422f4 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C b/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C index 5188b7bc138..57c288aa2c9 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C +++ b/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H index b3a67a27a23..ea156db6f0f 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C b/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C index cd75617b9b7..2c5edb340ab 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C +++ b/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H b/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H index 68c1e4e6bc1..4800fcd23b7 100644 --- a/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H +++ b/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C b/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C index aeddeb7ddd4..0ac9872d64f 100644 --- a/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C +++ b/src/genericPatchFields/genericFvPatchField/genericFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericFvPatchField/genericFvPatchField.H b/src/genericPatchFields/genericFvPatchField/genericFvPatchField.H index 34d5ceeea83..5efe10196ae 100644 --- a/src/genericPatchFields/genericFvPatchField/genericFvPatchField.H +++ b/src/genericPatchFields/genericFvPatchField/genericFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.C b/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.C index 8ec307cd83e..441379c7a5d 100644 --- a/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.C +++ b/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.H b/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.H index 93eb157d6cf..aaed1964030 100644 --- a/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.H +++ b/src/genericPatchFields/genericFvPatchField/genericFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C b/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C index ce09fbef75d..ecb4648dc7a 100644 --- a/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C +++ b/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericPointPatchField/genericPointPatchField.H b/src/genericPatchFields/genericPointPatchField/genericPointPatchField.H index be4b7a7f4cb..1dc63bc0f2b 100644 --- a/src/genericPatchFields/genericPointPatchField/genericPointPatchField.H +++ b/src/genericPatchFields/genericPointPatchField/genericPointPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.C b/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.C index 5403ad847b9..09e9e91eb41 100644 --- a/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.C +++ b/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.H b/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.H index 39b040db8a1..b903e13ed5e 100644 --- a/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.H +++ b/src/genericPatchFields/genericPointPatchField/genericPointPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C index 469484a7a6d..48e0ad37aac 100644 --- a/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C +++ b/src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C @@ -163,7 +163,7 @@ Foam::scalar Foam::COxidationMurphyShaddix<CloudType>::calculate if (debug) { - Pout << "qCsLim = " << qCsLim << endl; + Pout<< "qCsLim = " << qCsLim << endl; } label iter = 0; diff --git a/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModelNew.C b/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModelNew.C index c541bda2ec5..1512443ef0f 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModelNew.C +++ b/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModelNew.C b/src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModelNew.C index c3491dcefb1..228d12e659c 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModelNew.C +++ b/src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C index b5085a465ab..2d12064c972 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H index a233d20e813..5637fe966b6 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C index 20a7e76b66b..be138e9d905 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -192,13 +192,14 @@ Foam::label Foam::autoLayerDriver::mergePatchFacesUndo motionDict, errorFaces ); - //if (checkEdgeConnectivity) - //{ + + // if (checkEdgeConnectivity) + // { // Info<< "Checking edge-face connectivity (duplicate faces" // << " or non-consecutive shared vertices)" << endl; - // + // label nOldSize = errorFaces.size(); - // + // hasErrors = // mesh.checkFaceFaces // ( @@ -206,12 +207,16 @@ Foam::label Foam::autoLayerDriver::mergePatchFacesUndo // &errorFaces // ) // || hasErrors; - // + // Info<< "Detected additional " - // << returnReduce(errorFaces.size()-nOldSize, sumOp<label>()) + // << returnReduce + // ( + // errorFaces.size() - nOldSize, + // sumOp<label>() + // ) // << " faces with illegal face-face connectivity" // << endl; - //} + // } if (!hasErrors) { diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H index 915614aad91..64268bd69ef 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C index ae0a2d724d0..d8eb6832acd 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverTemplates.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverTemplates.C index 73f797dd8a2..b29e1df4acf 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverTemplates.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C index 17dc38bca03..1808db7f453 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.H index 00fe91ab680..1cdcfeb781f 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C index 0801f4de3e3..b41c1b631d0 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H index 8e5c9f81c7e..5e103b81921 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.C index 99b231f2345..5da9e316e18 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.H index 6229b29fb13..6979c60b511 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.C index 1b0b8498948..6d97d1cd00e 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H index 7b1649628fc..050b9d92c76 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H index 9e5d32b8396..a04038c247f 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.C index d54159de371..dd7f07d480a 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.H index f81e3f746c0..b5bdfc12347 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.C index 20e27b8db3d..f64b56ad2dc 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.H index 2e556d39e1d..58df8e17c21 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C index 43d1c740609..d43beaa856e 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H index 26439490575..29b0f43bb03 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C index 0eabd33adc2..6c78a67f0d3 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementMerge.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementMerge.C index fafa8043f98..98dfe5aed57 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementMerge.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementMerge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C index 2074814ac5a..216aae8de1a 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C index 7a1968500f2..1c867ba760f 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C index a73b502a9cf..dc6c15850f1 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C b/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C index f10b815b9d5..8bbc0bd52e5 100644 --- a/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C +++ b/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H b/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H index c83fe2fbbf5..8191f8cc428 100644 --- a/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H +++ b/src/mesh/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C b/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C index c957f32f642..aac7936a935 100644 --- a/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C +++ b/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H b/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H index 1ba42eca2db..73b433db1d5 100644 --- a/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H +++ b/src/mesh/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.C b/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.C index 7feaa9b2c45..8efba5dc0cc 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.C +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H b/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H index 83f3a71533d..5965815d02f 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.C b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.C index 9ef936b0666..ad4a5079d57 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.C +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H index c9ccf170dea..ef0c2695e4b 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticleCloud.C b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticleCloud.C index a10264c7637..043d3db8b63 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticleCloud.C +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticleCloud.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/block/block.C b/src/mesh/blockMesh/block/block.C index 37f3b09518b..ebcdf4e1239 100644 --- a/src/mesh/blockMesh/block/block.C +++ b/src/mesh/blockMesh/block/block.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/block/block.H b/src/mesh/blockMesh/block/block.H index dcac3e9501b..735cd526b6e 100644 --- a/src/mesh/blockMesh/block/block.H +++ b/src/mesh/blockMesh/block/block.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/block/blockCreate.C b/src/mesh/blockMesh/block/blockCreate.C index 85fc2a28c29..2069bd435ee 100644 --- a/src/mesh/blockMesh/block/blockCreate.C +++ b/src/mesh/blockMesh/block/blockCreate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/block/blockList.H b/src/mesh/blockMesh/block/blockList.H index f495c451e0b..bc6b0d2eccd 100644 --- a/src/mesh/blockMesh/block/blockList.H +++ b/src/mesh/blockMesh/block/blockList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.C b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.C index dc9b5e7c649..3e337b56039 100644 --- a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.C +++ b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H index 799383de3a6..716ca9d98da 100644 --- a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H +++ b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C b/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C index 2d2ee2b82d7..6c5a9ed3615 100644 --- a/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C +++ b/src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockMesh/blockMesh.C b/src/mesh/blockMesh/blockMesh/blockMesh.C index 8641c44a717..c0c6041f4c2 100644 --- a/src/mesh/blockMesh/blockMesh/blockMesh.C +++ b/src/mesh/blockMesh/blockMesh/blockMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockMesh/blockMesh.H b/src/mesh/blockMesh/blockMesh/blockMesh.H index fa91e40b689..eb43c80d83b 100644 --- a/src/mesh/blockMesh/blockMesh/blockMesh.H +++ b/src/mesh/blockMesh/blockMesh/blockMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockMesh/blockMeshCheck.C b/src/mesh/blockMesh/blockMesh/blockMeshCheck.C index f227e2fa971..ad66a362d14 100644 --- a/src/mesh/blockMesh/blockMesh/blockMeshCheck.C +++ b/src/mesh/blockMesh/blockMesh/blockMeshCheck.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockMesh/blockMeshCreate.C b/src/mesh/blockMesh/blockMesh/blockMeshCreate.C index 72360ee496d..895efb2bd57 100644 --- a/src/mesh/blockMesh/blockMesh/blockMeshCreate.C +++ b/src/mesh/blockMesh/blockMesh/blockMeshCreate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/blockMesh/blockMeshMerge.C b/src/mesh/blockMesh/blockMesh/blockMeshMerge.C index a60058d2756..a6f2c72876f 100644 --- a/src/mesh/blockMesh/blockMesh/blockMeshMerge.C +++ b/src/mesh/blockMesh/blockMesh/blockMeshMerge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/BSpline.C b/src/mesh/blockMesh/curvedEdges/BSpline.C index ec8271b9eba..fbcc1e46003 100644 --- a/src/mesh/blockMesh/curvedEdges/BSpline.C +++ b/src/mesh/blockMesh/curvedEdges/BSpline.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/BSpline.H b/src/mesh/blockMesh/curvedEdges/BSpline.H index 4cd9014479d..122d6e8a8c1 100644 --- a/src/mesh/blockMesh/curvedEdges/BSpline.H +++ b/src/mesh/blockMesh/curvedEdges/BSpline.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C b/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C index 93f404c332f..648b6993316 100644 --- a/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C +++ b/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H b/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H index 282072938b4..3726346f0fc 100644 --- a/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H +++ b/src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/arcEdge.C b/src/mesh/blockMesh/curvedEdges/arcEdge.C index e4838e1ab9c..071ae1d441d 100644 --- a/src/mesh/blockMesh/curvedEdges/arcEdge.C +++ b/src/mesh/blockMesh/curvedEdges/arcEdge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/arcEdge.H b/src/mesh/blockMesh/curvedEdges/arcEdge.H index 567431f510e..a819c64ce8a 100644 --- a/src/mesh/blockMesh/curvedEdges/arcEdge.H +++ b/src/mesh/blockMesh/curvedEdges/arcEdge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/curvedEdge.C b/src/mesh/blockMesh/curvedEdges/curvedEdge.C index 091a7412269..b0f0eb36fb2 100644 --- a/src/mesh/blockMesh/curvedEdges/curvedEdge.C +++ b/src/mesh/blockMesh/curvedEdges/curvedEdge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/curvedEdge.H b/src/mesh/blockMesh/curvedEdges/curvedEdge.H index c7cf157e89b..2482267c70e 100644 --- a/src/mesh/blockMesh/curvedEdges/curvedEdge.H +++ b/src/mesh/blockMesh/curvedEdges/curvedEdge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/curvedEdgeI.H b/src/mesh/blockMesh/curvedEdges/curvedEdgeI.H index 8a4b8a85805..135fe4c724c 100644 --- a/src/mesh/blockMesh/curvedEdges/curvedEdgeI.H +++ b/src/mesh/blockMesh/curvedEdges/curvedEdgeI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/curvedEdgeList.H b/src/mesh/blockMesh/curvedEdges/curvedEdgeList.H index 0b9f6fecb2c..fd6b22c9b16 100644 --- a/src/mesh/blockMesh/curvedEdges/curvedEdgeList.H +++ b/src/mesh/blockMesh/curvedEdges/curvedEdgeList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/lineDivide.C b/src/mesh/blockMesh/curvedEdges/lineDivide.C index cdb456e9166..7035149a73f 100644 --- a/src/mesh/blockMesh/curvedEdges/lineDivide.C +++ b/src/mesh/blockMesh/curvedEdges/lineDivide.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/lineDivide.H b/src/mesh/blockMesh/curvedEdges/lineDivide.H index 6ac8bcdbc40..e30c611f420 100644 --- a/src/mesh/blockMesh/curvedEdges/lineDivide.H +++ b/src/mesh/blockMesh/curvedEdges/lineDivide.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/lineEdge.C b/src/mesh/blockMesh/curvedEdges/lineEdge.C index e88a4d450c7..7b325cbc60e 100644 --- a/src/mesh/blockMesh/curvedEdges/lineEdge.C +++ b/src/mesh/blockMesh/curvedEdges/lineEdge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/lineEdge.H b/src/mesh/blockMesh/curvedEdges/lineEdge.H index 8f30f4dc46c..f445e85f562 100644 --- a/src/mesh/blockMesh/curvedEdges/lineEdge.H +++ b/src/mesh/blockMesh/curvedEdges/lineEdge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/polyLine.C b/src/mesh/blockMesh/curvedEdges/polyLine.C index 1f0e39bf091..8d69a74e30b 100644 --- a/src/mesh/blockMesh/curvedEdges/polyLine.C +++ b/src/mesh/blockMesh/curvedEdges/polyLine.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/polyLine.H b/src/mesh/blockMesh/curvedEdges/polyLine.H index c27556b066f..4014939e97b 100644 --- a/src/mesh/blockMesh/curvedEdges/polyLine.H +++ b/src/mesh/blockMesh/curvedEdges/polyLine.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/polyLineEdge.C b/src/mesh/blockMesh/curvedEdges/polyLineEdge.C index 93fb588b6cb..288fc24479b 100644 --- a/src/mesh/blockMesh/curvedEdges/polyLineEdge.C +++ b/src/mesh/blockMesh/curvedEdges/polyLineEdge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/polyLineEdge.H b/src/mesh/blockMesh/curvedEdges/polyLineEdge.H index deb5251fed4..568e9c0dbc7 100644 --- a/src/mesh/blockMesh/curvedEdges/polyLineEdge.H +++ b/src/mesh/blockMesh/curvedEdges/polyLineEdge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/splineEdge.C b/src/mesh/blockMesh/curvedEdges/splineEdge.C index cb6f6153601..0745d7e11ed 100644 --- a/src/mesh/blockMesh/curvedEdges/splineEdge.C +++ b/src/mesh/blockMesh/curvedEdges/splineEdge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/mesh/blockMesh/curvedEdges/splineEdge.H b/src/mesh/blockMesh/curvedEdges/splineEdge.H index 578fced13a8..0b40bcdff63 100644 --- a/src/mesh/blockMesh/curvedEdges/splineEdge.H +++ b/src/mesh/blockMesh/curvedEdges/splineEdge.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/PointEdgeWave/PointEdgeWave.C b/src/meshTools/PointEdgeWave/PointEdgeWave.C index 7d42f0c75e6..bcb91804c40 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWave.C +++ b/src/meshTools/PointEdgeWave/PointEdgeWave.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/PointEdgeWave/PointEdgeWave.H b/src/meshTools/PointEdgeWave/PointEdgeWave.H index 1a8c7984aef..128885b0fdd 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWave.H +++ b/src/meshTools/PointEdgeWave/PointEdgeWave.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/PointEdgeWave/PointEdgeWaveName.C b/src/meshTools/PointEdgeWave/PointEdgeWaveName.C index bba92ec5b66..07f5a647bdc 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWaveName.C +++ b/src/meshTools/PointEdgeWave/PointEdgeWaveName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/PointEdgeWave/pointEdgePoint.C b/src/meshTools/PointEdgeWave/pointEdgePoint.C index 4fef37664f7..8dca9d544c3 100644 --- a/src/meshTools/PointEdgeWave/pointEdgePoint.C +++ b/src/meshTools/PointEdgeWave/pointEdgePoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/PointEdgeWave/pointEdgePoint.H b/src/meshTools/PointEdgeWave/pointEdgePoint.H index a1742873e5f..a876ab2e878 100644 --- a/src/meshTools/PointEdgeWave/pointEdgePoint.H +++ b/src/meshTools/PointEdgeWave/pointEdgePoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/PointEdgeWave/pointEdgePointI.H b/src/meshTools/PointEdgeWave/pointEdgePointI.H index e523fc9b365..38247e15833 100644 --- a/src/meshTools/PointEdgeWave/pointEdgePointI.H +++ b/src/meshTools/PointEdgeWave/pointEdgePointI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellClassification/cellClassification.H b/src/meshTools/cellClassification/cellClassification.H index a38ef1f58f8..6bc60becc1a 100644 --- a/src/meshTools/cellClassification/cellClassification.H +++ b/src/meshTools/cellClassification/cellClassification.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellClassification/cellInfo.C b/src/meshTools/cellClassification/cellInfo.C index 3890a27ef1e..87fa61fefda 100644 --- a/src/meshTools/cellClassification/cellInfo.C +++ b/src/meshTools/cellClassification/cellInfo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellClassification/cellInfo.H b/src/meshTools/cellClassification/cellInfo.H index 9a967f3b9a3..4fbf65176ca 100644 --- a/src/meshTools/cellClassification/cellInfo.H +++ b/src/meshTools/cellClassification/cellInfo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellClassification/cellInfoI.H b/src/meshTools/cellClassification/cellInfoI.H index 6d5c50655f3..8bdc6c8aacd 100644 --- a/src/meshTools/cellClassification/cellInfoI.H +++ b/src/meshTools/cellClassification/cellInfoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/cellDistFuncs.C b/src/meshTools/cellDist/cellDistFuncs.C index b60308abc11..2988c8c7988 100644 --- a/src/meshTools/cellDist/cellDistFuncs.C +++ b/src/meshTools/cellDist/cellDistFuncs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/cellDistFuncs.H b/src/meshTools/cellDist/cellDistFuncs.H index de86637b1c8..68b46466f86 100644 --- a/src/meshTools/cellDist/cellDistFuncs.H +++ b/src/meshTools/cellDist/cellDistFuncs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/cellDistFuncsTemplates.C b/src/meshTools/cellDist/cellDistFuncsTemplates.C index 6611ee5197e..0356d52b1b8 100644 --- a/src/meshTools/cellDist/cellDistFuncsTemplates.C +++ b/src/meshTools/cellDist/cellDistFuncsTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/patchWave/patchDataWave.C b/src/meshTools/cellDist/patchWave/patchDataWave.C index 44f96e634ec..bb6da1750dd 100644 --- a/src/meshTools/cellDist/patchWave/patchDataWave.C +++ b/src/meshTools/cellDist/patchWave/patchDataWave.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/patchWave/patchDataWave.H b/src/meshTools/cellDist/patchWave/patchDataWave.H index 548198b3b84..ec562f72294 100644 --- a/src/meshTools/cellDist/patchWave/patchDataWave.H +++ b/src/meshTools/cellDist/patchWave/patchDataWave.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/patchWave/patchWave.C b/src/meshTools/cellDist/patchWave/patchWave.C index e1975a41710..85118da58db 100644 --- a/src/meshTools/cellDist/patchWave/patchWave.C +++ b/src/meshTools/cellDist/patchWave/patchWave.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/patchWave/patchWave.H b/src/meshTools/cellDist/patchWave/patchWave.H index 371e7a2c120..b9e5dc50cd9 100644 --- a/src/meshTools/cellDist/patchWave/patchWave.H +++ b/src/meshTools/cellDist/patchWave/patchWave.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/wallPoint/wallPoint.C b/src/meshTools/cellDist/wallPoint/wallPoint.C index 962f08e706c..a2c4e88af80 100644 --- a/src/meshTools/cellDist/wallPoint/wallPoint.C +++ b/src/meshTools/cellDist/wallPoint/wallPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/wallPoint/wallPoint.H b/src/meshTools/cellDist/wallPoint/wallPoint.H index 4fa49d74e9f..5f2386828d3 100644 --- a/src/meshTools/cellDist/wallPoint/wallPoint.H +++ b/src/meshTools/cellDist/wallPoint/wallPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/wallPoint/wallPointData.C b/src/meshTools/cellDist/wallPoint/wallPointData.C index 94983ef895d..246cba03abe 100644 --- a/src/meshTools/cellDist/wallPoint/wallPointData.C +++ b/src/meshTools/cellDist/wallPoint/wallPointData.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/wallPoint/wallPointData.H b/src/meshTools/cellDist/wallPoint/wallPointData.H index 507a7f7dcbb..3f8d75f2b8f 100644 --- a/src/meshTools/cellDist/wallPoint/wallPointData.H +++ b/src/meshTools/cellDist/wallPoint/wallPointData.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/wallPoint/wallPointDataI.H b/src/meshTools/cellDist/wallPoint/wallPointDataI.H index 2c9fca814c3..f059f6b5e9f 100644 --- a/src/meshTools/cellDist/wallPoint/wallPointDataI.H +++ b/src/meshTools/cellDist/wallPoint/wallPointDataI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellDist/wallPoint/wallPointI.H b/src/meshTools/cellDist/wallPoint/wallPointI.H index e776c54046c..b999790e766 100644 --- a/src/meshTools/cellDist/wallPoint/wallPointI.H +++ b/src/meshTools/cellDist/wallPoint/wallPointI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellFeatures/cellFeatures.C b/src/meshTools/cellFeatures/cellFeatures.C index 65681da984a..758094cc876 100644 --- a/src/meshTools/cellFeatures/cellFeatures.C +++ b/src/meshTools/cellFeatures/cellFeatures.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellFeatures/cellFeatures.H b/src/meshTools/cellFeatures/cellFeatures.H index 84c8580a564..4221e0e0bdc 100644 --- a/src/meshTools/cellFeatures/cellFeatures.H +++ b/src/meshTools/cellFeatures/cellFeatures.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellQuality/cellQuality.C b/src/meshTools/cellQuality/cellQuality.C index 99afc591810..a5ea0c6b5bc 100644 --- a/src/meshTools/cellQuality/cellQuality.C +++ b/src/meshTools/cellQuality/cellQuality.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/cellQuality/cellQuality.H b/src/meshTools/cellQuality/cellQuality.H index 9a2ed494979..00b5ef07392 100644 --- a/src/meshTools/cellQuality/cellQuality.H +++ b/src/meshTools/cellQuality/cellQuality.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.C b/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.C index 68f3c272bf5..a69391a8024 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.C +++ b/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H b/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H index 37d6e205a31..b5dfb70206e 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H +++ b/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C b/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C index 7bea35f466e..8addf12b69d 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C +++ b/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H b/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H index 2de226b43e1..72b05305a22 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H +++ b/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.C b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.C index 43af02a76ff..b75ccfe47ec 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.C +++ b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H index 9f477498828..0c7a679da14 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H +++ b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/coordinateSystemNew.C b/src/meshTools/coordinateSystems/coordinateSystemNew.C index d1f47de396c..39fba6a3f0f 100644 --- a/src/meshTools/coordinateSystems/coordinateSystemNew.C +++ b/src/meshTools/coordinateSystems/coordinateSystemNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/cylindricalCS.C b/src/meshTools/coordinateSystems/cylindricalCS.C index 372e06cfc77..70f93790811 100644 --- a/src/meshTools/coordinateSystems/cylindricalCS.C +++ b/src/meshTools/coordinateSystems/cylindricalCS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/cylindricalCS.H b/src/meshTools/coordinateSystems/cylindricalCS.H index 16134aa48fe..1c2f1a78e68 100644 --- a/src/meshTools/coordinateSystems/cylindricalCS.H +++ b/src/meshTools/coordinateSystems/cylindricalCS.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/parabolicCylindricalCS.C b/src/meshTools/coordinateSystems/parabolicCylindricalCS.C index d292da333d0..4945089d2ff 100644 --- a/src/meshTools/coordinateSystems/parabolicCylindricalCS.C +++ b/src/meshTools/coordinateSystems/parabolicCylindricalCS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/parabolicCylindricalCS.H b/src/meshTools/coordinateSystems/parabolicCylindricalCS.H index 72dc29a4abf..f8a906b1084 100644 --- a/src/meshTools/coordinateSystems/parabolicCylindricalCS.H +++ b/src/meshTools/coordinateSystems/parabolicCylindricalCS.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/sphericalCS.C b/src/meshTools/coordinateSystems/sphericalCS.C index 9aa8343407d..1bc0b10790f 100644 --- a/src/meshTools/coordinateSystems/sphericalCS.C +++ b/src/meshTools/coordinateSystems/sphericalCS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/sphericalCS.H b/src/meshTools/coordinateSystems/sphericalCS.H index d953268a449..fcaad461ced 100644 --- a/src/meshTools/coordinateSystems/sphericalCS.H +++ b/src/meshTools/coordinateSystems/sphericalCS.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/toroidalCS.C b/src/meshTools/coordinateSystems/toroidalCS.C index a7ffcc1c46d..d0463acaca6 100644 --- a/src/meshTools/coordinateSystems/toroidalCS.C +++ b/src/meshTools/coordinateSystems/toroidalCS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/coordinateSystems/toroidalCS.H b/src/meshTools/coordinateSystems/toroidalCS.H index a061d6b6f56..d2f85b86eae 100644 --- a/src/meshTools/coordinateSystems/toroidalCS.H +++ b/src/meshTools/coordinateSystems/toroidalCS.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.C b/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.C index f6a07b6566a..2b1324c30b6 100644 --- a/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.C +++ b/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.H b/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.H index bd5fd40268f..e5e23790239 100644 --- a/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.H +++ b/src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.C b/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.C index 5f2be11311d..98ca286f48e 100644 --- a/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.C +++ b/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.H b/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.H index 758ac21fdcf..367bad236f3 100644 --- a/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.H +++ b/src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H index dc5512d817a..9d3fd3a6229 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C index 9483397a420..3d751e17fef 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H index e1af4dfcb46..d31abbe063a 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C b/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C index 30eba9a1926..78143b912c1 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H b/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H index dd232b7b8e8..4fff29f7528 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.C b/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.C index 9a392164d30..109d59991d0 100644 --- a/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.C +++ b/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H b/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H index 8ecc0813a3f..b9dddeb73cf 100644 --- a/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H +++ b/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H b/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H index 8c04f926a98..8334d9048c9 100644 --- a/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H +++ b/src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/indexedOctreeName.C b/src/meshTools/indexedOctree/indexedOctreeName.C index 1020950e4eb..1ae5d6fd286 100644 --- a/src/meshTools/indexedOctree/indexedOctreeName.C +++ b/src/meshTools/indexedOctree/indexedOctreeName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/labelBits.H b/src/meshTools/indexedOctree/labelBits.H index fd35a1e09f1..d25ab4ab23f 100644 --- a/src/meshTools/indexedOctree/labelBits.H +++ b/src/meshTools/indexedOctree/labelBits.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataEdge.C b/src/meshTools/indexedOctree/treeDataEdge.C index e6f4287bbd5..0adc3b781cc 100644 --- a/src/meshTools/indexedOctree/treeDataEdge.C +++ b/src/meshTools/indexedOctree/treeDataEdge.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataFace.C b/src/meshTools/indexedOctree/treeDataFace.C index 13eb10be344..bf2bd722e5b 100644 --- a/src/meshTools/indexedOctree/treeDataFace.C +++ b/src/meshTools/indexedOctree/treeDataFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataFace.H b/src/meshTools/indexedOctree/treeDataFace.H index 888003a5656..4337f1b78d2 100644 --- a/src/meshTools/indexedOctree/treeDataFace.H +++ b/src/meshTools/indexedOctree/treeDataFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataPoint.C b/src/meshTools/indexedOctree/treeDataPoint.C index 02a03c71f00..db5f61e0010 100644 --- a/src/meshTools/indexedOctree/treeDataPoint.C +++ b/src/meshTools/indexedOctree/treeDataPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataPoint.H b/src/meshTools/indexedOctree/treeDataPoint.H index bc084bc54b2..c2522120f7c 100644 --- a/src/meshTools/indexedOctree/treeDataPoint.H +++ b/src/meshTools/indexedOctree/treeDataPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataPrimitivePatch.C b/src/meshTools/indexedOctree/treeDataPrimitivePatch.C index 851f021ba59..ec4bcb54374 100644 --- a/src/meshTools/indexedOctree/treeDataPrimitivePatch.C +++ b/src/meshTools/indexedOctree/treeDataPrimitivePatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataPrimitivePatch.H b/src/meshTools/indexedOctree/treeDataPrimitivePatch.H index f815e408917..cf7b0cb1eb8 100644 --- a/src/meshTools/indexedOctree/treeDataPrimitivePatch.H +++ b/src/meshTools/indexedOctree/treeDataPrimitivePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataPrimitivePatchName.C b/src/meshTools/indexedOctree/treeDataPrimitivePatchName.C index 5746417ba8f..a4b2b271023 100644 --- a/src/meshTools/indexedOctree/treeDataPrimitivePatchName.C +++ b/src/meshTools/indexedOctree/treeDataPrimitivePatchName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataTriSurface.C b/src/meshTools/indexedOctree/treeDataTriSurface.C index f228e9b298b..e0afe06906a 100644 --- a/src/meshTools/indexedOctree/treeDataTriSurface.C +++ b/src/meshTools/indexedOctree/treeDataTriSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/indexedOctree/treeDataTriSurface.H b/src/meshTools/indexedOctree/treeDataTriSurface.H index a505894d11c..88f92c0ba4e 100644 --- a/src/meshTools/indexedOctree/treeDataTriSurface.H +++ b/src/meshTools/indexedOctree/treeDataTriSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/meshTools/meshTools.C b/src/meshTools/meshTools/meshTools.C index 74ce62daf67..253c04ccbb0 100644 --- a/src/meshTools/meshTools/meshTools.C +++ b/src/meshTools/meshTools/meshTools.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/meshTools/meshTools.H b/src/meshTools/meshTools/meshTools.H index 1aba09d0188..9adf07dabcf 100644 --- a/src/meshTools/meshTools/meshTools.H +++ b/src/meshTools/meshTools/meshTools.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/momentOfInertia/momentOfInertia.C b/src/meshTools/momentOfInertia/momentOfInertia.C index ef891a15064..af3265a5ecf 100644 --- a/src/meshTools/momentOfInertia/momentOfInertia.C +++ b/src/meshTools/momentOfInertia/momentOfInertia.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/momentOfInertia/momentOfInertia.H b/src/meshTools/momentOfInertia/momentOfInertia.H index 06dc234d00f..8ff6209f0b1 100644 --- a/src/meshTools/momentOfInertia/momentOfInertia.H +++ b/src/meshTools/momentOfInertia/momentOfInertia.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/PointIndexHit.H b/src/meshTools/octree/PointIndexHit.H index 370edb366b0..a49e3e10fc1 100644 --- a/src/meshTools/octree/PointIndexHit.H +++ b/src/meshTools/octree/PointIndexHit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octree.C b/src/meshTools/octree/octree.C index 71656d069d2..390f130660c 100644 --- a/src/meshTools/octree/octree.C +++ b/src/meshTools/octree/octree.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octree.H b/src/meshTools/octree/octree.H index 5bf0a9a69c1..f95b083c026 100644 --- a/src/meshTools/octree/octree.H +++ b/src/meshTools/octree/octree.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataCell.C b/src/meshTools/octree/octreeDataCell.C index 2087f30f9d6..6c37e77fc96 100644 --- a/src/meshTools/octree/octreeDataCell.C +++ b/src/meshTools/octree/octreeDataCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataCell.H b/src/meshTools/octree/octreeDataCell.H index 58fa8ecb888..8b93d230128 100644 --- a/src/meshTools/octree/octreeDataCell.H +++ b/src/meshTools/octree/octreeDataCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataEdges.C b/src/meshTools/octree/octreeDataEdges.C index dd925969ab7..dc7dfbbc9fd 100644 --- a/src/meshTools/octree/octreeDataEdges.C +++ b/src/meshTools/octree/octreeDataEdges.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataEdges.H b/src/meshTools/octree/octreeDataEdges.H index 07f3acea04e..56aa82df051 100644 --- a/src/meshTools/octree/octreeDataEdges.H +++ b/src/meshTools/octree/octreeDataEdges.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataFace.C b/src/meshTools/octree/octreeDataFace.C index 23d0664ff78..b7b35c743d2 100644 --- a/src/meshTools/octree/octreeDataFace.C +++ b/src/meshTools/octree/octreeDataFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataFace.H b/src/meshTools/octree/octreeDataFace.H index 8f041c7349d..71fbecea49a 100644 --- a/src/meshTools/octree/octreeDataFace.H +++ b/src/meshTools/octree/octreeDataFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataPoint.C b/src/meshTools/octree/octreeDataPoint.C index 011378a09b9..5d75aba3149 100644 --- a/src/meshTools/octree/octreeDataPoint.C +++ b/src/meshTools/octree/octreeDataPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataPoint.H b/src/meshTools/octree/octreeDataPoint.H index 25d6dc5aef9..4724da8ea1f 100644 --- a/src/meshTools/octree/octreeDataPoint.H +++ b/src/meshTools/octree/octreeDataPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataPointTreeLeaf.C b/src/meshTools/octree/octreeDataPointTreeLeaf.C index d55973b3408..0e4b3c9f44d 100644 --- a/src/meshTools/octree/octreeDataPointTreeLeaf.C +++ b/src/meshTools/octree/octreeDataPointTreeLeaf.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeDataPointTreeLeaf.H b/src/meshTools/octree/octreeDataPointTreeLeaf.H index 86bd6de77d4..d84f449bf9b 100644 --- a/src/meshTools/octree/octreeDataPointTreeLeaf.H +++ b/src/meshTools/octree/octreeDataPointTreeLeaf.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeLine.C b/src/meshTools/octree/octreeLine.C index bb9325dd5fa..cd3ee2d9f86 100644 --- a/src/meshTools/octree/octreeLine.C +++ b/src/meshTools/octree/octreeLine.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeLine.H b/src/meshTools/octree/octreeLine.H index 99473aeac45..75c608f7913 100644 --- a/src/meshTools/octree/octreeLine.H +++ b/src/meshTools/octree/octreeLine.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/octreeName.C b/src/meshTools/octree/octreeName.C index 99e3df6f22c..f87f1916363 100644 --- a/src/meshTools/octree/octreeName.C +++ b/src/meshTools/octree/octreeName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/pointHitSort.H b/src/meshTools/octree/pointHitSort.H index b948c718f41..47a22d98457 100644 --- a/src/meshTools/octree/pointHitSort.H +++ b/src/meshTools/octree/pointHitSort.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/pointIndexHit.H b/src/meshTools/octree/pointIndexHit.H index 8a2d7ecaf28..b8587ce7f2b 100644 --- a/src/meshTools/octree/pointIndexHit.H +++ b/src/meshTools/octree/pointIndexHit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/pointIndexHitIOList.C b/src/meshTools/octree/pointIndexHitIOList.C index 3b895862a42..759bf6f9b5e 100644 --- a/src/meshTools/octree/pointIndexHitIOList.C +++ b/src/meshTools/octree/pointIndexHitIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/pointIndexHitIOList.H b/src/meshTools/octree/pointIndexHitIOList.H index d47cd807d51..ced3d736327 100644 --- a/src/meshTools/octree/pointIndexHitIOList.H +++ b/src/meshTools/octree/pointIndexHitIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeBoundBox.C b/src/meshTools/octree/treeBoundBox.C index 40fa8c70fa2..e4f4c145435 100644 --- a/src/meshTools/octree/treeBoundBox.C +++ b/src/meshTools/octree/treeBoundBox.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeBoundBox.H b/src/meshTools/octree/treeBoundBox.H index fa0350c529c..fff34115927 100644 --- a/src/meshTools/octree/treeBoundBox.H +++ b/src/meshTools/octree/treeBoundBox.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeBoundBoxI.H b/src/meshTools/octree/treeBoundBoxI.H index 0b5ab6577d8..543e4e02563 100644 --- a/src/meshTools/octree/treeBoundBoxI.H +++ b/src/meshTools/octree/treeBoundBoxI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeBoundBoxList.H b/src/meshTools/octree/treeBoundBoxList.H index 9ea54d39647..0520c7966ea 100644 --- a/src/meshTools/octree/treeBoundBoxList.H +++ b/src/meshTools/octree/treeBoundBoxList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeElem.H b/src/meshTools/octree/treeElem.H index b04b21eb6d8..51b0d6fbc3e 100644 --- a/src/meshTools/octree/treeElem.H +++ b/src/meshTools/octree/treeElem.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeLeaf.C b/src/meshTools/octree/treeLeaf.C index 9f672f73fa0..a582b5ab147 100644 --- a/src/meshTools/octree/treeLeaf.C +++ b/src/meshTools/octree/treeLeaf.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeLeaf.H b/src/meshTools/octree/treeLeaf.H index f5f3eb7cd14..86495b9b3ea 100644 --- a/src/meshTools/octree/treeLeaf.H +++ b/src/meshTools/octree/treeLeaf.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeLeafName.C b/src/meshTools/octree/treeLeafName.C index aed26aba6bf..b20d0c73135 100644 --- a/src/meshTools/octree/treeLeafName.C +++ b/src/meshTools/octree/treeLeafName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeNode.C b/src/meshTools/octree/treeNode.C index 01a8529afa3..eefd0272dfd 100644 --- a/src/meshTools/octree/treeNode.C +++ b/src/meshTools/octree/treeNode.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeNode.H b/src/meshTools/octree/treeNode.H index af888118e21..388d4f7547a 100644 --- a/src/meshTools/octree/treeNode.H +++ b/src/meshTools/octree/treeNode.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeNodeI.H b/src/meshTools/octree/treeNodeI.H index 4de7476dd36..69bfb5daace 100644 --- a/src/meshTools/octree/treeNodeI.H +++ b/src/meshTools/octree/treeNodeI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/octree/treeNodeName.C b/src/meshTools/octree/treeNodeName.C index 6bd19d838e6..144ae6e9ce5 100644 --- a/src/meshTools/octree/treeNodeName.C +++ b/src/meshTools/octree/treeNodeName.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C b/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C index 029d85d6a47..de78e0fd938 100644 --- a/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C +++ b/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -690,7 +690,13 @@ bool Foam::polyMeshZipUpCells(polyMesh& mesh) { if (newFace[checkI] == newFace[checkJ]) { - WarningIn("void polyMeshZipUpCells(polyMesh& mesh)") + WarningIn + ( + "void polyMeshZipUpCells" + "(" + "polyMesh& mesh" + ")" + ) << "Duplicate point found " << "in the new face. " << nl << "Point: " diff --git a/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.H b/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.H index 477375237c1..78cdf16f222 100644 --- a/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.H +++ b/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C b/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C index d4011bd8e2a..425cef97ae5 100644 --- a/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C +++ b/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -942,8 +942,8 @@ bool Foam::primitiveMeshGeometry::checkFaceAngles // { // const point& fc = faceCentres[faceI]; // -// // Calculate the sum of magnitude of areas and compare to magnitude -// // of sum of areas. +// // Calculate the sum of magnitude of areas and compare to +// // magnitude of sum of areas. // // scalar sumA = 0.0; // @@ -1134,8 +1134,8 @@ bool Foam::primitiveMeshGeometry::checkFaceTwist "(const bool, const scalar, const primitiveMesh&" ", const pointField&, const labelList&, labelHashSet*)" ) << nWarped << " faces with severe warpage " - << "(cosine of the angle between triangle normal and face normal" - << " < " << minTwist << ") found.\n" + << "(cosine of the angle between triangle normal and " + << "face normal < " << minTwist << ") found.\n" << endl; } diff --git a/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H b/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H index 110ae91db4b..d90a24b44b2 100644 --- a/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H +++ b/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/regionSplit/regionSplit.C b/src/meshTools/regionSplit/regionSplit.C index d1645ae9ae7..df183475a52 100644 --- a/src/meshTools/regionSplit/regionSplit.C +++ b/src/meshTools/regionSplit/regionSplit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/regionSplit/regionSplit.H b/src/meshTools/regionSplit/regionSplit.H index b46ae9cdebf..7955493ec19 100644 --- a/src/meshTools/regionSplit/regionSplit.H +++ b/src/meshTools/regionSplit/regionSplit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C b/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C index e736ec8945e..80d9c43651a 100644 --- a/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C +++ b/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H b/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H index e061389f135..229afdad624 100644 --- a/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H +++ b/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/distributedTriSurfaceMeshTemplates.C b/src/meshTools/searchableSurface/distributedTriSurfaceMeshTemplates.C index 955a7734591..dca179bb72d 100644 --- a/src/meshTools/searchableSurface/distributedTriSurfaceMeshTemplates.C +++ b/src/meshTools/searchableSurface/distributedTriSurfaceMeshTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableBox.C b/src/meshTools/searchableSurface/searchableBox.C index f33c422d497..af6c6566a48 100644 --- a/src/meshTools/searchableSurface/searchableBox.C +++ b/src/meshTools/searchableSurface/searchableBox.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableBox.H b/src/meshTools/searchableSurface/searchableBox.H index c4afd2bb4e6..b46c3c98e0e 100644 --- a/src/meshTools/searchableSurface/searchableBox.H +++ b/src/meshTools/searchableSurface/searchableBox.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableCylinder.C b/src/meshTools/searchableSurface/searchableCylinder.C index 7ad44f60d88..d7dc1405bc6 100644 --- a/src/meshTools/searchableSurface/searchableCylinder.C +++ b/src/meshTools/searchableSurface/searchableCylinder.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableCylinder.H b/src/meshTools/searchableSurface/searchableCylinder.H index c08c4a828e5..857e2c44e9f 100644 --- a/src/meshTools/searchableSurface/searchableCylinder.H +++ b/src/meshTools/searchableSurface/searchableCylinder.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchablePlane.C b/src/meshTools/searchableSurface/searchablePlane.C index f7f3c0917fa..031aad8d864 100644 --- a/src/meshTools/searchableSurface/searchablePlane.C +++ b/src/meshTools/searchableSurface/searchablePlane.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchablePlane.H b/src/meshTools/searchableSurface/searchablePlane.H index 686a1bfcfec..348f4dcac95 100644 --- a/src/meshTools/searchableSurface/searchablePlane.H +++ b/src/meshTools/searchableSurface/searchablePlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchablePlate.C b/src/meshTools/searchableSurface/searchablePlate.C index 9256737767a..8cd485c58a0 100644 --- a/src/meshTools/searchableSurface/searchablePlate.C +++ b/src/meshTools/searchableSurface/searchablePlate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchablePlate.H b/src/meshTools/searchableSurface/searchablePlate.H index 4b3dd4f737e..d9127fe9d26 100644 --- a/src/meshTools/searchableSurface/searchablePlate.H +++ b/src/meshTools/searchableSurface/searchablePlate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSphere.C b/src/meshTools/searchableSurface/searchableSphere.C index bc8e022d371..5611d4d22ec 100644 --- a/src/meshTools/searchableSurface/searchableSphere.C +++ b/src/meshTools/searchableSurface/searchableSphere.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSphere.H b/src/meshTools/searchableSurface/searchableSphere.H index 1765d1c698a..3419df2c5b4 100644 --- a/src/meshTools/searchableSurface/searchableSphere.H +++ b/src/meshTools/searchableSurface/searchableSphere.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurface.C b/src/meshTools/searchableSurface/searchableSurface.C index 6624c199d7d..2d73ad861d9 100644 --- a/src/meshTools/searchableSurface/searchableSurface.C +++ b/src/meshTools/searchableSurface/searchableSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurface.H b/src/meshTools/searchableSurface/searchableSurface.H index a6ac99a71a1..266d49ea6cb 100644 --- a/src/meshTools/searchableSurface/searchableSurface.H +++ b/src/meshTools/searchableSurface/searchableSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurfaceCollection.C b/src/meshTools/searchableSurface/searchableSurfaceCollection.C index 96396aaa1fd..a182841060b 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceCollection.C +++ b/src/meshTools/searchableSurface/searchableSurfaceCollection.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurfaceCollection.H b/src/meshTools/searchableSurface/searchableSurfaceCollection.H index ef5419927c8..0c8c689db6e 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceCollection.H +++ b/src/meshTools/searchableSurface/searchableSurfaceCollection.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.C b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.C index 9647e66e157..d00e0a5e1c2 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.C +++ b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H index 3ff95dd5f3f..0c25189ebf5 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H +++ b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurfacesQueries.C b/src/meshTools/searchableSurface/searchableSurfacesQueries.C index 966d9eec9af..1b7f1546675 100644 --- a/src/meshTools/searchableSurface/searchableSurfacesQueries.C +++ b/src/meshTools/searchableSurface/searchableSurfacesQueries.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/searchableSurfacesQueries.H b/src/meshTools/searchableSurface/searchableSurfacesQueries.H index 26261c943f6..58eb368a4c8 100644 --- a/src/meshTools/searchableSurface/searchableSurfacesQueries.H +++ b/src/meshTools/searchableSurface/searchableSurfacesQueries.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/triSurfaceMesh.C b/src/meshTools/searchableSurface/triSurfaceMesh.C index 634c003129b..bc01d8d40ee 100644 --- a/src/meshTools/searchableSurface/triSurfaceMesh.C +++ b/src/meshTools/searchableSurface/triSurfaceMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/searchableSurface/triSurfaceMesh.H b/src/meshTools/searchableSurface/triSurfaceMesh.H index db9b139cbea..01ac5864ead 100644 --- a/src/meshTools/searchableSurface/triSurfaceMesh.H +++ b/src/meshTools/searchableSurface/triSurfaceMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/boxToCell/boxToCell.C b/src/meshTools/sets/cellSources/boxToCell/boxToCell.C index 8012312d700..2b1c4658286 100644 --- a/src/meshTools/sets/cellSources/boxToCell/boxToCell.C +++ b/src/meshTools/sets/cellSources/boxToCell/boxToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/boxToCell/boxToCell.H b/src/meshTools/sets/cellSources/boxToCell/boxToCell.H index 38df2e703e0..e7061070f8d 100644 --- a/src/meshTools/sets/cellSources/boxToCell/boxToCell.H +++ b/src/meshTools/sets/cellSources/boxToCell/boxToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/cellToCell/cellToCell.C b/src/meshTools/sets/cellSources/cellToCell/cellToCell.C index cc45e3976d4..9c5fc8d249a 100644 --- a/src/meshTools/sets/cellSources/cellToCell/cellToCell.C +++ b/src/meshTools/sets/cellSources/cellToCell/cellToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/cellToCell/cellToCell.H b/src/meshTools/sets/cellSources/cellToCell/cellToCell.H index 85a0f1af721..7660c4bb83d 100644 --- a/src/meshTools/sets/cellSources/cellToCell/cellToCell.H +++ b/src/meshTools/sets/cellSources/cellToCell/cellToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H index 879297cbe67..1581e8dcdfc 100644 --- a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H +++ b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/faceToCell/faceToCell.C b/src/meshTools/sets/cellSources/faceToCell/faceToCell.C index a1ab4a26998..db7cb5269f2 100644 --- a/src/meshTools/sets/cellSources/faceToCell/faceToCell.C +++ b/src/meshTools/sets/cellSources/faceToCell/faceToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/faceToCell/faceToCell.H b/src/meshTools/sets/cellSources/faceToCell/faceToCell.H index c3f6777d8ae..4b1673d35ce 100644 --- a/src/meshTools/sets/cellSources/faceToCell/faceToCell.H +++ b/src/meshTools/sets/cellSources/faceToCell/faceToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.C b/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.C index 6cc9a669205..da2feb7e04f 100644 --- a/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.C +++ b/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H b/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H index a7227a64792..7ee8b3d6da1 100644 --- a/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H +++ b/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C index b934db15efc..dd5a540f69f 100644 --- a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C +++ b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H index 3ab18bdc5f7..a0a89221159 100644 --- a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H +++ b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/labelToCell/labelToCell.C b/src/meshTools/sets/cellSources/labelToCell/labelToCell.C index 94ff3c2f2d1..739c2a4abe9 100644 --- a/src/meshTools/sets/cellSources/labelToCell/labelToCell.C +++ b/src/meshTools/sets/cellSources/labelToCell/labelToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/labelToCell/labelToCell.H b/src/meshTools/sets/cellSources/labelToCell/labelToCell.H index 2604cbb6ba6..8704f543672 100644 --- a/src/meshTools/sets/cellSources/labelToCell/labelToCell.H +++ b/src/meshTools/sets/cellSources/labelToCell/labelToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.C b/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.C index 3961927005e..fe967cd12ec 100644 --- a/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.C +++ b/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H b/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H index 7aeadce4487..8a604f45bfe 100644 --- a/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H +++ b/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.C b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.C index 9b1e062fe59..c01ae776bb9 100644 --- a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.C +++ b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H index 24e566432fa..8c3555b0468 100644 --- a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H +++ b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/pointToCell/pointToCell.C b/src/meshTools/sets/cellSources/pointToCell/pointToCell.C index 42faac845b9..359f82fae3d 100644 --- a/src/meshTools/sets/cellSources/pointToCell/pointToCell.C +++ b/src/meshTools/sets/cellSources/pointToCell/pointToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/pointToCell/pointToCell.H b/src/meshTools/sets/cellSources/pointToCell/pointToCell.H index 572fb5a3eb4..6e1a596a45e 100644 --- a/src/meshTools/sets/cellSources/pointToCell/pointToCell.H +++ b/src/meshTools/sets/cellSources/pointToCell/pointToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/regionToCell/regionToCell.C b/src/meshTools/sets/cellSources/regionToCell/regionToCell.C index 56ee4e493b4..8fea1488a55 100644 --- a/src/meshTools/sets/cellSources/regionToCell/regionToCell.C +++ b/src/meshTools/sets/cellSources/regionToCell/regionToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/regionToCell/regionToCell.H b/src/meshTools/sets/cellSources/regionToCell/regionToCell.H index 370781d7978..07ebb502555 100644 --- a/src/meshTools/sets/cellSources/regionToCell/regionToCell.H +++ b/src/meshTools/sets/cellSources/regionToCell/regionToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C index bcbb6e36668..c7687e33f13 100644 --- a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C +++ b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H index 977c011d3d0..7fef8788640 100644 --- a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H +++ b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.C b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.C index 7068c172c28..5e7e0ef1edb 100644 --- a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.C +++ b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H index bf3524c085c..3a7294cebd9 100644 --- a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H +++ b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.C b/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.C index 89821378c1c..fecdef100f5 100644 --- a/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.C +++ b/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H b/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H index 66f4e029696..553e6a29d3e 100644 --- a/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H +++ b/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H b/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H index 376f98f95e5..e91e04f1ae3 100644 --- a/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H +++ b/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.C b/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.C index 1c07b7856e6..c87e552ac12 100644 --- a/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.C +++ b/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H b/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H index b17a4108801..bb5504a1771 100644 --- a/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H +++ b/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.C b/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.C index 7d05cdf2152..43569f6e373 100644 --- a/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.C +++ b/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H b/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H index 50bc04377b2..bbe2b656a12 100644 --- a/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H +++ b/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.C b/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.C index 2f8d4929e02..a8c43f0d31f 100644 --- a/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.C +++ b/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H b/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H index 4432b0d7647..95afaa8ab00 100644 --- a/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H +++ b/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/boxToFace/boxToFace.C b/src/meshTools/sets/faceSources/boxToFace/boxToFace.C index eeb71aea825..39f79e3ef8d 100644 --- a/src/meshTools/sets/faceSources/boxToFace/boxToFace.C +++ b/src/meshTools/sets/faceSources/boxToFace/boxToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/boxToFace/boxToFace.H b/src/meshTools/sets/faceSources/boxToFace/boxToFace.H index 575d53c7392..63a5c93ad4b 100644 --- a/src/meshTools/sets/faceSources/boxToFace/boxToFace.H +++ b/src/meshTools/sets/faceSources/boxToFace/boxToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/cellToFace/cellToFace.C b/src/meshTools/sets/faceSources/cellToFace/cellToFace.C index 9a0fcc78798..a7e5b8c2854 100644 --- a/src/meshTools/sets/faceSources/cellToFace/cellToFace.C +++ b/src/meshTools/sets/faceSources/cellToFace/cellToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/cellToFace/cellToFace.H b/src/meshTools/sets/faceSources/cellToFace/cellToFace.H index d01e25eb348..91302c3d7ba 100644 --- a/src/meshTools/sets/faceSources/cellToFace/cellToFace.H +++ b/src/meshTools/sets/faceSources/cellToFace/cellToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/faceToFace/faceToFace.C b/src/meshTools/sets/faceSources/faceToFace/faceToFace.C index bad3a1f01db..47afcfe23ab 100644 --- a/src/meshTools/sets/faceSources/faceToFace/faceToFace.C +++ b/src/meshTools/sets/faceSources/faceToFace/faceToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/faceToFace/faceToFace.H b/src/meshTools/sets/faceSources/faceToFace/faceToFace.H index c18be1df054..90bbc1d33af 100644 --- a/src/meshTools/sets/faceSources/faceToFace/faceToFace.H +++ b/src/meshTools/sets/faceSources/faceToFace/faceToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/labelToFace/labelToFace.C b/src/meshTools/sets/faceSources/labelToFace/labelToFace.C index 59263b35ceb..a4bed324977 100644 --- a/src/meshTools/sets/faceSources/labelToFace/labelToFace.C +++ b/src/meshTools/sets/faceSources/labelToFace/labelToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/labelToFace/labelToFace.H b/src/meshTools/sets/faceSources/labelToFace/labelToFace.H index 6f923554a4a..2434e39c9a9 100644 --- a/src/meshTools/sets/faceSources/labelToFace/labelToFace.H +++ b/src/meshTools/sets/faceSources/labelToFace/labelToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/normalToFace/normalToFace.C b/src/meshTools/sets/faceSources/normalToFace/normalToFace.C index 8a1a18a051b..48c81162b9a 100644 --- a/src/meshTools/sets/faceSources/normalToFace/normalToFace.C +++ b/src/meshTools/sets/faceSources/normalToFace/normalToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/normalToFace/normalToFace.H b/src/meshTools/sets/faceSources/normalToFace/normalToFace.H index c131dbd8dab..3c287a1b69e 100644 --- a/src/meshTools/sets/faceSources/normalToFace/normalToFace.H +++ b/src/meshTools/sets/faceSources/normalToFace/normalToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/patchToFace/patchToFace.C b/src/meshTools/sets/faceSources/patchToFace/patchToFace.C index 15ec5b902d1..0a6b0605686 100644 --- a/src/meshTools/sets/faceSources/patchToFace/patchToFace.C +++ b/src/meshTools/sets/faceSources/patchToFace/patchToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/patchToFace/patchToFace.H b/src/meshTools/sets/faceSources/patchToFace/patchToFace.H index 0853fbbd375..12a1ff170b8 100644 --- a/src/meshTools/sets/faceSources/patchToFace/patchToFace.H +++ b/src/meshTools/sets/faceSources/patchToFace/patchToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/pointToFace/pointToFace.C b/src/meshTools/sets/faceSources/pointToFace/pointToFace.C index 92dd4701499..51c7fb13512 100644 --- a/src/meshTools/sets/faceSources/pointToFace/pointToFace.C +++ b/src/meshTools/sets/faceSources/pointToFace/pointToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/pointToFace/pointToFace.H b/src/meshTools/sets/faceSources/pointToFace/pointToFace.H index 1893307621b..c8a2439e6a2 100644 --- a/src/meshTools/sets/faceSources/pointToFace/pointToFace.H +++ b/src/meshTools/sets/faceSources/pointToFace/pointToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.C b/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.C index ff79df44e6a..602e52fd146 100644 --- a/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.C +++ b/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H b/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H index 98b2e891ab6..9e04ef45a88 100644 --- a/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H +++ b/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.C b/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.C index b2afe4a0edf..9ea3416d3b7 100644 --- a/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.C +++ b/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H b/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H index 41ad8b2fca0..8cfcb5066f3 100644 --- a/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H +++ b/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.C b/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.C index 759b1f2d35e..0e4ed831044 100644 --- a/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.C +++ b/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H b/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H index 377c279ae13..b062f440e56 100644 --- a/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H +++ b/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.C b/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.C index a1ff123f82a..502ba026864 100644 --- a/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.C +++ b/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H b/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H index 306110730d5..f326ec06018 100644 --- a/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H +++ b/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C index 3c7c11de60d..1f33e4a4a05 100644 --- a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C +++ b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H index 06c5e5ff233..b403d851e11 100644 --- a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H +++ b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.C b/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.C index bd727589fe7..aaa74c84932 100644 --- a/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.C +++ b/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H b/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H index 0d5e693120d..6306ee5a0bc 100644 --- a/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H +++ b/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C b/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C index a4fff893dc5..ff1161b8208 100644 --- a/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C +++ b/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H b/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H index 61d865d14fb..b8a966b07fa 100644 --- a/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H +++ b/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.C b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.C index 4796372e870..aba1ae9eb68 100644 --- a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.C +++ b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H index bdc8e6be3b1..0b809b69edd 100644 --- a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H +++ b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.C b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.C index bc06c491e06..4596f0ca5e1 100644 --- a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.C +++ b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H index 040cf64c2ca..5c746890b80 100644 --- a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H +++ b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.C b/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.C index 5061990fc2a..a17b26bbf70 100644 --- a/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.C +++ b/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H b/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H index 5efea5328f4..b76332d7845 100644 --- a/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H +++ b/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H b/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H index f7ef86ef578..56e786fe61c 100644 --- a/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H +++ b/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.C b/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.C index 3895c8aa401..8f6692caaa8 100644 --- a/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.C +++ b/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H b/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H index f4f2548535a..58ca2b2cf40 100644 --- a/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H +++ b/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.C b/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.C index 3a6a8b3bddb..6fc8cc87658 100644 --- a/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.C +++ b/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H b/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H index 320ac8250c3..5226f708ac7 100644 --- a/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H +++ b/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSetSource/topoSetSource.C b/src/meshTools/sets/topoSetSource/topoSetSource.C index f499b10f30e..bb68be7e9ca 100644 --- a/src/meshTools/sets/topoSetSource/topoSetSource.C +++ b/src/meshTools/sets/topoSetSource/topoSetSource.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSetSource/topoSetSource.H b/src/meshTools/sets/topoSetSource/topoSetSource.H index 15071da67c5..5bbe71eb745 100644 --- a/src/meshTools/sets/topoSetSource/topoSetSource.H +++ b/src/meshTools/sets/topoSetSource/topoSetSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/cellSet.C b/src/meshTools/sets/topoSets/cellSet.C index 384c12f5891..9351e84a2dc 100644 --- a/src/meshTools/sets/topoSets/cellSet.C +++ b/src/meshTools/sets/topoSets/cellSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/cellSet.H b/src/meshTools/sets/topoSets/cellSet.H index 61daf2af67b..e3a7099a9e3 100644 --- a/src/meshTools/sets/topoSets/cellSet.H +++ b/src/meshTools/sets/topoSets/cellSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/cellZoneSet.C b/src/meshTools/sets/topoSets/cellZoneSet.C index 70de4a799c6..4e7b6eea1a3 100644 --- a/src/meshTools/sets/topoSets/cellZoneSet.C +++ b/src/meshTools/sets/topoSets/cellZoneSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/cellZoneSet.H b/src/meshTools/sets/topoSets/cellZoneSet.H index af0b6bb878d..9ed0ce21bc5 100644 --- a/src/meshTools/sets/topoSets/cellZoneSet.H +++ b/src/meshTools/sets/topoSets/cellZoneSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/faceSet.C b/src/meshTools/sets/topoSets/faceSet.C index 0569591704b..c9eea1f22e4 100644 --- a/src/meshTools/sets/topoSets/faceSet.C +++ b/src/meshTools/sets/topoSets/faceSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/faceSet.H b/src/meshTools/sets/topoSets/faceSet.H index 582c8ff05ac..083b9ecb20c 100644 --- a/src/meshTools/sets/topoSets/faceSet.H +++ b/src/meshTools/sets/topoSets/faceSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/faceZoneSet.C b/src/meshTools/sets/topoSets/faceZoneSet.C index 00669101c8a..b84170e1147 100644 --- a/src/meshTools/sets/topoSets/faceZoneSet.C +++ b/src/meshTools/sets/topoSets/faceZoneSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/faceZoneSet.H b/src/meshTools/sets/topoSets/faceZoneSet.H index c863a7c8d07..6a7c18b1a5f 100644 --- a/src/meshTools/sets/topoSets/faceZoneSet.H +++ b/src/meshTools/sets/topoSets/faceZoneSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/pointSet.C b/src/meshTools/sets/topoSets/pointSet.C index 53e7c635915..04cf724c10c 100644 --- a/src/meshTools/sets/topoSets/pointSet.C +++ b/src/meshTools/sets/topoSets/pointSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/pointSet.H b/src/meshTools/sets/topoSets/pointSet.H index 57534258830..2dd4b17b483 100644 --- a/src/meshTools/sets/topoSets/pointSet.H +++ b/src/meshTools/sets/topoSets/pointSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/pointZoneSet.C b/src/meshTools/sets/topoSets/pointZoneSet.C index 00870ee652b..a88d7a7f984 100644 --- a/src/meshTools/sets/topoSets/pointZoneSet.C +++ b/src/meshTools/sets/topoSets/pointZoneSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/pointZoneSet.H b/src/meshTools/sets/topoSets/pointZoneSet.H index 1f184db68d0..56867f6c3af 100644 --- a/src/meshTools/sets/topoSets/pointZoneSet.H +++ b/src/meshTools/sets/topoSets/pointZoneSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/topoSet.C b/src/meshTools/sets/topoSets/topoSet.C index b4530e5b6ec..890bf56efae 100644 --- a/src/meshTools/sets/topoSets/topoSet.C +++ b/src/meshTools/sets/topoSets/topoSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/sets/topoSets/topoSet.H b/src/meshTools/sets/topoSets/topoSet.H index 466af052bc5..c36f095a914 100644 --- a/src/meshTools/sets/topoSets/topoSet.H +++ b/src/meshTools/sets/topoSets/topoSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/surfaceSets/surfaceSets.C b/src/meshTools/surfaceSets/surfaceSets.C index ae286bd0dba..8e53c6f3e95 100644 --- a/src/meshTools/surfaceSets/surfaceSets.C +++ b/src/meshTools/surfaceSets/surfaceSets.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -167,8 +167,9 @@ License //} -//// Select all points out of pointSet where the distance to the surface is less -//// than a factor times a local length scale (minimum length of connected edges) +//// Select all points out of pointSet where the distance to the surface +//// is less than a factor times a local length scale (minimum length of +//// connected edges) //void Foam::surfaceSets::getNearPoints //( // const primitiveMesh& mesh, diff --git a/src/meshTools/surfaceSets/surfaceSets.H b/src/meshTools/surfaceSets/surfaceSets.H index 068eb5ad3b2..3fd75716fac 100644 --- a/src/meshTools/surfaceSets/surfaceSets.H +++ b/src/meshTools/surfaceSets/surfaceSets.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -76,7 +76,11 @@ class surfaceSets // Static ////- Min length of connected mesh edges - //static scalar minEdgeLen(const primitiveMesh& mesh, const label pointI); + //static scalar minEdgeLen + //( + // const primitiveMesh& mesh, + // const label pointI + //); // ////- Returns true if cell uses at least one selected point //static bool usesPoint @@ -97,8 +101,8 @@ class surfaceSets // labelHashSet& internalCells //); - ////- Select all points out of pointSet where the distance to the surface - //// is less + ////- Select all points out of pointSet where the distance to + //// the surface is less //// than a factor times a local length scale (minimum length of //// connected edges) //static void getNearPoints diff --git a/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H index de1a81b75db..2dcefae524b 100644 --- a/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H +++ b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.C b/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.C index faf68b30bdf..7959db634b6 100644 --- a/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.C +++ b/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H b/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H index bdd28849a44..f7b2d93bbb5 100644 --- a/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H +++ b/src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C b/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C index 7ae4cffe8c6..672b9efe6cf 100644 --- a/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C +++ b/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H b/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H index 918ac9d5b74..b15608e7fe9 100644 --- a/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H +++ b/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -123,7 +123,8 @@ private: Ostream& os ); - //- Debug:Dump selected edges to stream. Renumbers vertices to local ordering. + //- Debug:Dump selected edges to stream. Renumbers vertices to + // local ordering. static void writeLocalOBJ ( const pointField& points, diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.C b/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.C index 36059fdb54a..110f9dcd661 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.C +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H b/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H index c403ff1959b..57415df0156 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C index 10c1b1ff75b..9e164f73feb 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H index af7069b06a2..da5a97bf85b 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C index 0f80c88f505..ec9f3705539 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionTemplates.C b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionTemplates.C index 1f1a8d13383..05a5842bbe3 100644 --- a/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionTemplates.C +++ b/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C b/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C index 7b4ad456737..c80991819ea 100644 --- a/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C +++ b/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/octreeData/octreeDataTriSurface.H b/src/meshTools/triSurface/octreeData/octreeDataTriSurface.H index 152b2efa608..5a9cb2dfb64 100644 --- a/src/meshTools/triSurface/octreeData/octreeDataTriSurface.H +++ b/src/meshTools/triSurface/octreeData/octreeDataTriSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.C b/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.C index 26eacbc4cd4..0db26aabb2d 100644 --- a/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.C +++ b/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.H b/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.H index b5cc8973ade..0f2e88e3fcd 100644 --- a/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.H +++ b/src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/orientedSurface/orientedSurface.C b/src/meshTools/triSurface/orientedSurface/orientedSurface.C index dbdfdd83f51..6462df4cb31 100644 --- a/src/meshTools/triSurface/orientedSurface/orientedSurface.C +++ b/src/meshTools/triSurface/orientedSurface/orientedSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/orientedSurface/orientedSurface.H b/src/meshTools/triSurface/orientedSurface/orientedSurface.H index b5e0980aaf3..c4f15e0dc6e 100644 --- a/src/meshTools/triSurface/orientedSurface/orientedSurface.H +++ b/src/meshTools/triSurface/orientedSurface/orientedSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C index ed171db033e..acfb6749144 100644 --- a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C +++ b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H index 8edc074553a..60e9c470859 100644 --- a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H +++ b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/surfaceLocation/surfaceLocation.C b/src/meshTools/triSurface/surfaceLocation/surfaceLocation.C index bb9e5998585..ecafff58881 100644 --- a/src/meshTools/triSurface/surfaceLocation/surfaceLocation.C +++ b/src/meshTools/triSurface/surfaceLocation/surfaceLocation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/surfaceLocation/surfaceLocation.H b/src/meshTools/triSurface/surfaceLocation/surfaceLocation.H index f9305dd4b8b..df560e7edda 100644 --- a/src/meshTools/triSurface/surfaceLocation/surfaceLocation.H +++ b/src/meshTools/triSurface/surfaceLocation/surfaceLocation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C b/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C index 51c8d361cde..2555c75f82a 100644 --- a/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C +++ b/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H b/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H index 7e65b1cd039..660d8a2a2d2 100644 --- a/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H +++ b/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C index 1fd9d149788..5a0cc036234 100644 --- a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C +++ b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H index 348cd5c4c9f..62d66d031f0 100644 --- a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H +++ b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/triangleFuncs/triangleFuncs.C b/src/meshTools/triSurface/triangleFuncs/triangleFuncs.C index 26bb1a7d52a..a02941aae58 100644 --- a/src/meshTools/triSurface/triangleFuncs/triangleFuncs.C +++ b/src/meshTools/triSurface/triangleFuncs/triangleFuncs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/triSurface/triangleFuncs/triangleFuncs.H b/src/meshTools/triSurface/triangleFuncs/triangleFuncs.H index 89e64ed2466..b319f0091fb 100644 --- a/src/meshTools/triSurface/triangleFuncs/triangleFuncs.H +++ b/src/meshTools/triSurface/triangleFuncs/triangleFuncs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/meshTools/twoDPointCorrector/twoDPointCorrector.C b/src/meshTools/twoDPointCorrector/twoDPointCorrector.C index 916557e83d1..b89cd2efb2b 100644 --- a/src/meshTools/twoDPointCorrector/twoDPointCorrector.C +++ b/src/meshTools/twoDPointCorrector/twoDPointCorrector.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -66,7 +66,7 @@ void twoDPointCorrector::calcAddressing() const if (polyMesh::debug) { - Pout << "Found normal from wedge patch " << patchI; + Pout<< "Found normal from wedge patch " << patchI; } break; @@ -84,7 +84,7 @@ void twoDPointCorrector::calcAddressing() const if (polyMesh::debug) { - Pout << "Found normal from empty patch " << patchI; + Pout<< "Found normal from empty patch " << patchI; } break; @@ -109,7 +109,7 @@ void twoDPointCorrector::calcAddressing() const if (polyMesh::debug) { - Pout << " twoDPointCorrector normal: " << pn << endl; + Pout<< " twoDPointCorrector normal: " << pn << endl; } // Select edges to be included in check. diff --git a/src/meshTools/twoDPointCorrector/twoDPointCorrector.H b/src/meshTools/twoDPointCorrector/twoDPointCorrector.H index 3c61f57236b..93e34347d24 100644 --- a/src/meshTools/twoDPointCorrector/twoDPointCorrector.H +++ b/src/meshTools/twoDPointCorrector/twoDPointCorrector.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C b/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C index e68e31c7b97..d405e779cc6 100644 --- a/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C +++ b/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H b/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H index e57951a186e..e5995a403d5 100644 --- a/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H +++ b/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C b/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C index ab56aed04ac..c79baa8a414 100644 --- a/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C +++ b/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.H b/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.H index f10b5f7c6e6..dcc1bf13ed1 100644 --- a/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.H +++ b/src/parallel/decompose/decompositionMethods/geomDecomp/geomDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C index 3761d11b7fc..f49c7ba97af 100644 --- a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C +++ b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H index b82b9890da7..0ffe00ebd6d 100644 --- a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H +++ b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C index b0a1377e444..a776ebda539 100644 --- a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C +++ b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H index 9976b9c08d0..e4cc9fd4f22 100644 --- a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H +++ b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C b/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C index f4963e2e5ad..d7f45bb1e73 100644 --- a/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C +++ b/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H b/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H index 7336b3b85d1..bddc9fd8e52 100644 --- a/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H +++ b/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/metisDecomp/metisDecomp.C b/src/parallel/decompose/metisDecomp/metisDecomp.C index 0c24fc6ac79..95161a36f82 100644 --- a/src/parallel/decompose/metisDecomp/metisDecomp.C +++ b/src/parallel/decompose/metisDecomp/metisDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/metisDecomp/metisDecomp.H b/src/parallel/decompose/metisDecomp/metisDecomp.H index d6c7e26e411..29d0a2a364f 100644 --- a/src/parallel/decompose/metisDecomp/metisDecomp.H +++ b/src/parallel/decompose/metisDecomp/metisDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C index ce6882f0f5f..98f231cf485 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -285,7 +285,8 @@ Foam::label Foam::ptscotchDecomp::decompose 0, // baseval, c-style numbering xadj.size()-1, // vertlocnbr, nCells xadj.size()-1, // vertlocmax - const_cast<SCOTCH_Num*>(xadj.begin()), // vertloctab, start index per cell into + const_cast<SCOTCH_Num*>(xadj.begin()), + // vertloctab, start index per cell into // adjncy &xadj[1], // vendloctab, end index ,, @@ -322,7 +323,8 @@ Foam::label Foam::ptscotchDecomp::decompose { if (debug) { - Info<< "ptscotchDecomp : Using procesor weights " << processorWeights + Info<< "ptscotchDecomp : Using procesor weights " + << processorWeights << endl; } check diff --git a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H index d276137d4f4..7471f5ddd79 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/scotchDecomp/scotchDecomp.C b/src/parallel/decompose/scotchDecomp/scotchDecomp.C index 02ef29254be..1d3f91906d5 100644 --- a/src/parallel/decompose/scotchDecomp/scotchDecomp.C +++ b/src/parallel/decompose/scotchDecomp/scotchDecomp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/decompose/scotchDecomp/scotchDecomp.H b/src/parallel/decompose/scotchDecomp/scotchDecomp.H index 2cd376074cc..27601b19202 100644 --- a/src/parallel/decompose/scotchDecomp/scotchDecomp.H +++ b/src/parallel/decompose/scotchDecomp/scotchDecomp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.C b/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.C index f5fc0eaba0e..9a8138f5c8f 100644 --- a/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.C +++ b/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.H b/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.H index 0fb3c4c108b..f959738fd85 100644 --- a/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.H +++ b/src/parallel/reconstruct/reconstruct/fvFieldReconstructor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/fvFieldReconstructorReconstructFields.C b/src/parallel/reconstruct/reconstruct/fvFieldReconstructorReconstructFields.C index 5523e079f95..e01840cd7e0 100644 --- a/src/parallel/reconstruct/reconstruct/fvFieldReconstructorReconstructFields.C +++ b/src/parallel/reconstruct/reconstruct/fvFieldReconstructorReconstructFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.C b/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.C index e9bc8bd9277..7de433c8a91 100644 --- a/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.C +++ b/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H b/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H index 1da79fb2d25..f9e703cc932 100644 --- a/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H +++ b/src/parallel/reconstruct/reconstruct/pointFieldReconstructor.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/pointFieldReconstructorReconstructFields.C b/src/parallel/reconstruct/reconstruct/pointFieldReconstructorReconstructFields.C index 0d0e29913eb..22227f3dd74 100644 --- a/src/parallel/reconstruct/reconstruct/pointFieldReconstructorReconstructFields.C +++ b/src/parallel/reconstruct/reconstruct/pointFieldReconstructorReconstructFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/processorMeshes.C b/src/parallel/reconstruct/reconstruct/processorMeshes.C index 5e9b27ff447..0057ef91892 100644 --- a/src/parallel/reconstruct/reconstruct/processorMeshes.C +++ b/src/parallel/reconstruct/reconstruct/processorMeshes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/processorMeshes.H b/src/parallel/reconstruct/reconstruct/processorMeshes.H index ba6ba605f74..83c691f8594 100644 --- a/src/parallel/reconstruct/reconstruct/processorMeshes.H +++ b/src/parallel/reconstruct/reconstruct/processorMeshes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/reconstructLagrangian.H b/src/parallel/reconstruct/reconstruct/reconstructLagrangian.H index 56ad97ae4aa..95cda63b60c 100644 --- a/src/parallel/reconstruct/reconstruct/reconstructLagrangian.H +++ b/src/parallel/reconstruct/reconstruct/reconstructLagrangian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/reconstructLagrangianFields.C b/src/parallel/reconstruct/reconstruct/reconstructLagrangianFields.C index 753a21ccbe9..6642a5d9cc0 100644 --- a/src/parallel/reconstruct/reconstruct/reconstructLagrangianFields.C +++ b/src/parallel/reconstruct/reconstruct/reconstructLagrangianFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/parallel/reconstruct/reconstruct/reconstructLagrangianPositions.C b/src/parallel/reconstruct/reconstruct/reconstructLagrangianPositions.C index 683a976b157..d6e84638b99 100644 --- a/src/parallel/reconstruct/reconstruct/reconstructLagrangianPositions.C +++ b/src/parallel/reconstruct/reconstruct/reconstructLagrangianPositions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H b/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H index 63b0b6b142f..b7755425a60 100644 --- a/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H +++ b/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractField.C b/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractField.C index 86780118652..4cdec0905b0 100644 --- a/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractField.C +++ b/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractValue.C b/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractValue.C index 7506ef79d27..03964db1b84 100644 --- a/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractValue.C +++ b/src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractValue.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/calcType/calcType.C b/src/postProcessing/foamCalcFunctions/calcType/calcType.C index 073d1554d08..77c423e21fc 100644 --- a/src/postProcessing/foamCalcFunctions/calcType/calcType.C +++ b/src/postProcessing/foamCalcFunctions/calcType/calcType.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/calcType/calcType.H b/src/postProcessing/foamCalcFunctions/calcType/calcType.H index de6fbe17509..dcb6bd7cc23 100644 --- a/src/postProcessing/foamCalcFunctions/calcType/calcType.H +++ b/src/postProcessing/foamCalcFunctions/calcType/calcType.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/components/components.H b/src/postProcessing/foamCalcFunctions/field/components/components.H index 9f3650d3a8f..be5aff8f1aa 100644 --- a/src/postProcessing/foamCalcFunctions/field/components/components.H +++ b/src/postProcessing/foamCalcFunctions/field/components/components.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/components/writeComponentFields.C b/src/postProcessing/foamCalcFunctions/field/components/writeComponentFields.C index 13a95749016..9a35fb19e76 100644 --- a/src/postProcessing/foamCalcFunctions/field/components/writeComponentFields.C +++ b/src/postProcessing/foamCalcFunctions/field/components/writeComponentFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/div/div.H b/src/postProcessing/foamCalcFunctions/field/div/div.H index ce22a4ddeab..3c6c0e10f43 100644 --- a/src/postProcessing/foamCalcFunctions/field/div/div.H +++ b/src/postProcessing/foamCalcFunctions/field/div/div.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/div/writeDivField.C b/src/postProcessing/foamCalcFunctions/field/div/writeDivField.C index fb64e374260..02c67a8d1bc 100644 --- a/src/postProcessing/foamCalcFunctions/field/div/writeDivField.C +++ b/src/postProcessing/foamCalcFunctions/field/div/writeDivField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H b/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H index e4ed56a0b1a..ad84e38e9b8 100644 --- a/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H +++ b/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/interpolate/writeInterpolateField.C b/src/postProcessing/foamCalcFunctions/field/interpolate/writeInterpolateField.C index 299d90a9dba..08a37f1c156 100644 --- a/src/postProcessing/foamCalcFunctions/field/interpolate/writeInterpolateField.C +++ b/src/postProcessing/foamCalcFunctions/field/interpolate/writeInterpolateField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/mag/mag.H b/src/postProcessing/foamCalcFunctions/field/mag/mag.H index 8dc05514f26..4927fbf9607 100644 --- a/src/postProcessing/foamCalcFunctions/field/mag/mag.H +++ b/src/postProcessing/foamCalcFunctions/field/mag/mag.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/mag/writeMagField.C b/src/postProcessing/foamCalcFunctions/field/mag/writeMagField.C index 1e6d5b42915..69526dc8708 100644 --- a/src/postProcessing/foamCalcFunctions/field/mag/writeMagField.C +++ b/src/postProcessing/foamCalcFunctions/field/mag/writeMagField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H b/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H index b027a28b989..87c604d9aab 100644 --- a/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H +++ b/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/magGrad/writeMagGradField.C b/src/postProcessing/foamCalcFunctions/field/magGrad/writeMagGradField.C index 35b13e6df92..c6ca0e94f1f 100644 --- a/src/postProcessing/foamCalcFunctions/field/magGrad/writeMagGradField.C +++ b/src/postProcessing/foamCalcFunctions/field/magGrad/writeMagGradField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H b/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H index 2e1167d2ba9..079a92cd159 100644 --- a/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H +++ b/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/magSqr/writeMagSqrField.C b/src/postProcessing/foamCalcFunctions/field/magSqr/writeMagSqrField.C index 39f3be22e16..32d9b0d620b 100644 --- a/src/postProcessing/foamCalcFunctions/field/magSqr/writeMagSqrField.C +++ b/src/postProcessing/foamCalcFunctions/field/magSqr/writeMagSqrField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H b/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H index 446d1731d2f..992b170b444 100644 --- a/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H +++ b/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/foamCalcFunctions/field/randomise/writeRandomField.C b/src/postProcessing/foamCalcFunctions/field/randomise/writeRandomField.C index 4dbc58420b0..eb5c23bdfcf 100644 --- a/src/postProcessing/foamCalcFunctions/field/randomise/writeRandomField.C +++ b/src/postProcessing/foamCalcFunctions/field/randomise/writeRandomField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/IO/writeRegisteredObject/IOwriteRegisteredObject.H b/src/postProcessing/functionObjects/IO/writeRegisteredObject/IOwriteRegisteredObject.H index 21390d26cd3..07e1f19e76f 100644 --- a/src/postProcessing/functionObjects/IO/writeRegisteredObject/IOwriteRegisteredObject.H +++ b/src/postProcessing/functionObjects/IO/writeRegisteredObject/IOwriteRegisteredObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.C b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.C index b2d58502623..bc1e79b5aa2 100644 --- a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.C +++ b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H index b454e0c2697..8ea166e14cf 100644 --- a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H +++ b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.C b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.C index fa56cb89140..ddf07d3ad84 100644 --- a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.C +++ b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.H b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.H index 3e2e8444eb2..6d5bc27d235 100644 --- a/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.H +++ b/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H index 4e4911dd947..4a672d80030 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.C b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.C index f27a3f8f490..1d6792a2663 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.C +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H index 92badfaadd0..9cc5452c4bd 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverageTemplates.C b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverageTemplates.C index 22bedef8888..e4d7a87f157 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverageTemplates.C +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverageTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C index 7dadc4036a4..2fc88ee608d 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.H b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.H index 5d1c5a4399c..4a1651faf62 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.H +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.C b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.C index 96033321841..591bc36229c 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.C +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H index ef3eff439b6..1b3e31a2033 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItemIO.C b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItemIO.C index 84cf778733f..763c41ab07e 100644 --- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItemIO.C +++ b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItemIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H b/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H index 8b59ad3fdd6..c5917c59983 100644 --- a/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H +++ b/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.C b/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.C index 235e9e2e359..74c55c994d2 100644 --- a/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.C +++ b/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.H b/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.H index d93e9d3790c..9780f85d941 100644 --- a/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.H +++ b/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H index 1a71e6e155d..8072a5e1de5 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C index 51f08c461e0..1f6cc537e11 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H index c3a033f6442..d6c1cae9981 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.C b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.C index e89efc152d4..9bd202a8d9b 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.C +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.H index ae90348bc8e..75d368f7dc8 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceI.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceI.H index c4fba612d7e..09da057c97a 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceI.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C index beda8dd6b00..a04be6c0ba2 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSourceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H index 13d434524e5..443e4aa52ea 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C index bc0639b28bb..f30d80f7160 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H index dc3d0923343..3789aaadb45 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.C b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.C index 1362f5979c7..1fba8ba7079 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.C +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.H index 1539a537aed..3518a77b1a2 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceI.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceI.H index 2ef320febba..58eb523a04d 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceI.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceTemplates.C b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceTemplates.C index dfa293a0828..3f6c9bd3c9b 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceTemplates.C +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSourceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.C b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.C index 1bf513e6eab..1c5af36ad7b 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.C +++ b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H index cc418e59a5b..ab32927dc92 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H +++ b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueI.H b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueI.H index d381311f42b..faf0fdbfcfc 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueI.H +++ b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueTemplates.C b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueTemplates.C index 3689988e0a0..0aff19c8aff 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueTemplates.C +++ b/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValueTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLine.C b/src/postProcessing/functionObjects/field/streamLine/streamLine.C index 52190869fc0..ebe01f1e8b4 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLine.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLine.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLine.H b/src/postProcessing/functionObjects/field/streamLine/streamLine.H index 0b8dd20eada..55edc7efe09 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLine.H +++ b/src/postProcessing/functionObjects/field/streamLine/streamLine.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.C b/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.C index adc352326a5..438dc487ad0 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.H b/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.H index b70423859fe..3d035630606 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.H +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C index 1d874d3889a..01d092c5ada 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H index 2ed481c60c3..eceb8a3f88e 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.C b/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.C index 095b08ee42d..3c6f2f5eb6b 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.H b/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.H index c247d38853d..618e3c8115c 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.H +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticleCloud.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H b/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H index 76deae7b55d..eaf3036f31a 100644 --- a/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H +++ b/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.C b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.C index d7acd9ad4cf..43c0d9c7f1d 100644 --- a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.C +++ b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H index d61b14b5af5..ba36a575cfc 100644 --- a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H +++ b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.C b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.C index c5d246ab48c..f10a8303408 100644 --- a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.C +++ b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.H b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.H index beb665b4196..c2aa3f17ab1 100644 --- a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.H +++ b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forces/IOforces.H b/src/postProcessing/functionObjects/forces/forces/IOforces.H index ba8bf8e3f91..a2bb30de784 100644 --- a/src/postProcessing/functionObjects/forces/forces/IOforces.H +++ b/src/postProcessing/functionObjects/forces/forces/IOforces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forces/forces.C b/src/postProcessing/functionObjects/forces/forces/forces.C index 844366eefba..c04659c92ae 100644 --- a/src/postProcessing/functionObjects/forces/forces/forces.C +++ b/src/postProcessing/functionObjects/forces/forces/forces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forces/forces.H b/src/postProcessing/functionObjects/forces/forces/forces.H index 7d6a70dfc32..f37ec3b4401 100644 --- a/src/postProcessing/functionObjects/forces/forces/forces.H +++ b/src/postProcessing/functionObjects/forces/forces/forces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -76,7 +76,8 @@ public: // pressure/viscous forces Tuples. typedef Tuple2<pressureViscous, pressureViscous> forcesMoments; - //- Sum operation class to accumulate the pressure, viscous forces and moments + //- Sum operation class to accumulate the pressure, viscous forces + // and moments class sumOp { public: diff --git a/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.C b/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.C index 39cc6be9516..832fc1f90ac 100644 --- a/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.C +++ b/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.H b/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.H index 74a5a434a49..d398470a9f4 100644 --- a/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.H +++ b/src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C index 3fa91022272..1049650cb24 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H index ca1a3715e49..4cf31eee06f 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.C index 9f602618dff..ea47c95736e 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H index 8e7d44ec84c..a26c2378d1f 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C index 85ce177bcb6..e63319cfb82 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H index c068bea3005..6cfbe769559 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C index cfa2f99762b..69c77228245 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H index e574769cd7b..697fbb0f147 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C index b6eefaee11d..88d0bbb4af1 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H index 5cdbcf99a39..cef152219dd 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C index 004f6f152c2..ce5d81cb04f 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H index a16b3211ee3..3925c75532a 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C index 13a06991f25..5bd3d0a1dbd 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H index d680f873844..3ec1f627d74 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.C index 5fac7e5c998..1e4c29f9be4 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H index c6cbc3c11fe..2b05256dcbf 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraintNew.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraintNew.C index 19d639eaf27..dcc0fe7ff85 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraintNew.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraintNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H index 77d23b397e4..c56d2d71a42 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionIO.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionIO.C index 35aeacdad46..0312f396fe3 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionIO.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C index 2374097adc2..b38073d6c0a 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H index 8f009c23f4d..22a6998bf2e 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C index 999d1118e6b..ffab7cc17e2 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H index a80d3cbc57b..5a51dc9afb9 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.C index f2f286ac74b..346cc71bf58 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H index 545b17db8de..f26a60e3944 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraintNew.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraintNew.C index 3060f14d2db..86e8671db16 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraintNew.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraintNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C index df10f1e8efa..d30858e3ed2 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H index f13394499e6..d91835baf76 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C index 7151a8671b2..157649fa7c4 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H index 4f270dfa8c4..e413bce315f 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.C index 427144f26ff..0b7ce4ab1ea 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H index 33b94d8611b..593d8e5519c 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateI.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateI.H index 782cad839f4..24a0330aeec 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateI.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateIO.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateIO.C index 689da8d6b79..0e180017a50 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateIO.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionStateIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.C b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.C index 7b7537eec3b..4ae7651f631 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.C +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H index d5a17c09c77..707e1422f76 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/jobControl/abortCalculation/IOabortCalculation.H b/src/postProcessing/functionObjects/jobControl/abortCalculation/IOabortCalculation.H index 39dcc800d14..24bddfe3e48 100644 --- a/src/postProcessing/functionObjects/jobControl/abortCalculation/IOabortCalculation.H +++ b/src/postProcessing/functionObjects/jobControl/abortCalculation/IOabortCalculation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculation.H b/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculation.H index 677c262dc19..a463a077438 100644 --- a/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculation.H +++ b/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.C b/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.C index ec42bc87742..abc1194fe00 100644 --- a/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.C +++ b/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.H b/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.H index d1626176526..a53050c3dcc 100644 --- a/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.H +++ b/src/postProcessing/functionObjects/jobControl/abortCalculation/abortCalculationFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/systemCall/IOsystemCall.H b/src/postProcessing/functionObjects/systemCall/IOsystemCall.H index 17e0b03d6d7..ec33f4d22d6 100644 --- a/src/postProcessing/functionObjects/systemCall/IOsystemCall.H +++ b/src/postProcessing/functionObjects/systemCall/IOsystemCall.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/systemCall/systemCall.C b/src/postProcessing/functionObjects/systemCall/systemCall.C index 7d477cb4134..5f12e9689ce 100644 --- a/src/postProcessing/functionObjects/systemCall/systemCall.C +++ b/src/postProcessing/functionObjects/systemCall/systemCall.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/systemCall/systemCall.H b/src/postProcessing/functionObjects/systemCall/systemCall.H index aa8a5989898..cee45123e51 100644 --- a/src/postProcessing/functionObjects/systemCall/systemCall.H +++ b/src/postProcessing/functionObjects/systemCall/systemCall.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.C b/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.C index dd119459c26..ba91ed88cb7 100644 --- a/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.C +++ b/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.H b/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.H index 7d96748504d..77433e2b90c 100644 --- a/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.H +++ b/src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C b/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C index f5044c79f3e..9c9e87e9c24 100644 --- a/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C +++ b/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C index 99d825fdcdb..6d9dec61efc 100644 --- a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C +++ b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H index adc29dfe8b7..34afc2f8eb6 100644 --- a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H +++ b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.C b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.C index 2336df900ef..92cbea8effe 100644 --- a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.C +++ b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.H b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.H index 990aaf13d9d..6dbcf4ee02e 100644 --- a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.H +++ b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/staticPressure/IOstaticPressure.H b/src/postProcessing/functionObjects/utilities/staticPressure/IOstaticPressure.H index 077bb8a30da..60d33670e37 100644 --- a/src/postProcessing/functionObjects/utilities/staticPressure/IOstaticPressure.H +++ b/src/postProcessing/functionObjects/utilities/staticPressure/IOstaticPressure.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C index 94c62f968b3..7f6b94d5bc4 100644 --- a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C +++ b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H index 79f37f62230..2da9eca8a8d 100644 --- a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H +++ b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.C b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.C index da7e3887a6c..e7251706136 100644 --- a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.C +++ b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.H b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.H index 51a67cf085f..c643e8a7830 100644 --- a/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.H +++ b/src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H index f38c569fdd5..765530f4ab2 100644 --- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H +++ b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.C b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.C index c7d7b5006fb..fe22ad516b4 100644 --- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.C +++ b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H index 78838141700..d2acacfdac4 100644 --- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H +++ b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.C b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.C index 1e0e5530b6c..d6ddbbff11c 100644 --- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.C +++ b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.H b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.H index 79bb016be61..b6ff582b4b0 100644 --- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.H +++ b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdateFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/postProcessing/postCalc/calc.H b/src/postProcessing/postCalc/calc.H index 6cce5e8c0c0..47249e63e21 100644 --- a/src/postProcessing/postCalc/calc.H +++ b/src/postProcessing/postCalc/calc.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/Kmesh/Kmesh.C b/src/randomProcesses/Kmesh/Kmesh.C index a8bdac63415..bf84becc1c3 100644 --- a/src/randomProcesses/Kmesh/Kmesh.C +++ b/src/randomProcesses/Kmesh/Kmesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/Kmesh/Kmesh.H b/src/randomProcesses/Kmesh/Kmesh.H index 6bde854c26e..91b153ef60e 100644 --- a/src/randomProcesses/Kmesh/Kmesh.H +++ b/src/randomProcesses/Kmesh/Kmesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/fft/fft.C b/src/randomProcesses/fft/fft.C index 0f08543dc0e..9f5a59a311c 100644 --- a/src/randomProcesses/fft/fft.C +++ b/src/randomProcesses/fft/fft.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/fft/fft.H b/src/randomProcesses/fft/fft.H index 1e105b011a0..06feda93e49 100644 --- a/src/randomProcesses/fft/fft.H +++ b/src/randomProcesses/fft/fft.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/fft/fftRenumber.C b/src/randomProcesses/fft/fftRenumber.C index d18f19c6d69..21e1360e2c3 100644 --- a/src/randomProcesses/fft/fftRenumber.C +++ b/src/randomProcesses/fft/fftRenumber.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/fft/fftRenumber.H b/src/randomProcesses/fft/fftRenumber.H index 675ee364123..e1382cd2dca 100644 --- a/src/randomProcesses/fft/fftRenumber.H +++ b/src/randomProcesses/fft/fftRenumber.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/fft/kShellIntegration.C b/src/randomProcesses/fft/kShellIntegration.C index 6168711a7a8..dcfa4b4cfff 100644 --- a/src/randomProcesses/fft/kShellIntegration.C +++ b/src/randomProcesses/fft/kShellIntegration.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/fft/kShellIntegration.H b/src/randomProcesses/fft/kShellIntegration.H index ecc23c4cf45..47362341135 100644 --- a/src/randomProcesses/fft/kShellIntegration.H +++ b/src/randomProcesses/fft/kShellIntegration.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/noise/noiseFFT.C b/src/randomProcesses/noise/noiseFFT.C index a68a88d457e..d5b8200a147 100644 --- a/src/randomProcesses/noise/noiseFFT.C +++ b/src/randomProcesses/noise/noiseFFT.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/noise/noiseFFT.H b/src/randomProcesses/noise/noiseFFT.H index b085290351c..4ffefa5dc26 100644 --- a/src/randomProcesses/noise/noiseFFT.H +++ b/src/randomProcesses/noise/noiseFFT.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/processes/UOprocess/UOprocess.C b/src/randomProcesses/processes/UOprocess/UOprocess.C index b7118da7398..a9852fbfa19 100644 --- a/src/randomProcesses/processes/UOprocess/UOprocess.C +++ b/src/randomProcesses/processes/UOprocess/UOprocess.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/processes/UOprocess/UOprocess.H b/src/randomProcesses/processes/UOprocess/UOprocess.H index 8dc88bacfdb..3994425fc55 100644 --- a/src/randomProcesses/processes/UOprocess/UOprocess.H +++ b/src/randomProcesses/processes/UOprocess/UOprocess.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/turbulence/turbGen.C b/src/randomProcesses/turbulence/turbGen.C index cb2006e2073..5b02dbfc2ba 100644 --- a/src/randomProcesses/turbulence/turbGen.C +++ b/src/randomProcesses/turbulence/turbGen.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/randomProcesses/turbulence/turbGen.H b/src/randomProcesses/turbulence/turbGen.H index 5a688e056c3..f5c796615bc 100644 --- a/src/randomProcesses/turbulence/turbGen.H +++ b/src/randomProcesses/turbulence/turbGen.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/cuttingPlane/cuttingPlane.C b/src/sampling/cuttingPlane/cuttingPlane.C index 38ae618576e..30b7de9bf62 100644 --- a/src/sampling/cuttingPlane/cuttingPlane.C +++ b/src/sampling/cuttingPlane/cuttingPlane.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/cuttingPlane/cuttingPlane.H b/src/sampling/cuttingPlane/cuttingPlane.H index 96a8ed98d8c..22ef553bd91 100644 --- a/src/sampling/cuttingPlane/cuttingPlane.H +++ b/src/sampling/cuttingPlane/cuttingPlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/cuttingPlane/cuttingPlaneTemplates.C b/src/sampling/cuttingPlane/cuttingPlaneTemplates.C index 8cc5ce0d1eb..71efcc6339f 100644 --- a/src/sampling/cuttingPlane/cuttingPlaneTemplates.C +++ b/src/sampling/cuttingPlane/cuttingPlaneTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/graphField/makeGraph.C b/src/sampling/graphField/makeGraph.C index 83e09c6e2db..970692fe2a7 100644 --- a/src/sampling/graphField/makeGraph.C +++ b/src/sampling/graphField/makeGraph.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/graphField/makeGraph.H b/src/sampling/graphField/makeGraph.H index a7684cceeba..9ba3edda823 100644 --- a/src/sampling/graphField/makeGraph.H +++ b/src/sampling/graphField/makeGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/graphField/writeCellGraph.H b/src/sampling/graphField/writeCellGraph.H index 0977608dd48..e9aacab873a 100644 --- a/src/sampling/graphField/writeCellGraph.H +++ b/src/sampling/graphField/writeCellGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/graphField/writePatchGraph.H b/src/sampling/graphField/writePatchGraph.H index 413b6f47bb0..03bdaa71118 100644 --- a/src/sampling/graphField/writePatchGraph.H +++ b/src/sampling/graphField/writePatchGraph.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C b/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C index cfdbc526814..372ba4a1c63 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshWeights.C b/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshWeights.C index 9a942408c0b..e661f221229 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshWeights.C +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshWeights.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C index e341fef90b4..f633de3ec02 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H index 9398821b2aa..1edd13866ce 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C index bcaec6d0ff4..dbc4281cc86 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/IOprobes.H b/src/sampling/probes/IOprobes.H index 65c349d6ef9..e0c7b2e5ae2 100644 --- a/src/sampling/probes/IOprobes.H +++ b/src/sampling/probes/IOprobes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/probes.C b/src/sampling/probes/probes.C index d4beb67f2c4..22c352825b8 100644 --- a/src/sampling/probes/probes.C +++ b/src/sampling/probes/probes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/probes.H b/src/sampling/probes/probes.H index 3576493d8ce..51e714cafcd 100644 --- a/src/sampling/probes/probes.H +++ b/src/sampling/probes/probes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/probesFunctionObject/probesFunctionObject.C b/src/sampling/probes/probesFunctionObject/probesFunctionObject.C index 634806403f2..2b4594c33b8 100644 --- a/src/sampling/probes/probesFunctionObject/probesFunctionObject.C +++ b/src/sampling/probes/probesFunctionObject/probesFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/probesFunctionObject/probesFunctionObject.H b/src/sampling/probes/probesFunctionObject/probesFunctionObject.H index 076e05ff420..11d0b27c189 100644 --- a/src/sampling/probes/probesFunctionObject/probesFunctionObject.H +++ b/src/sampling/probes/probesFunctionObject/probesFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/probesGrouping.C b/src/sampling/probes/probesGrouping.C index 3cd1cb96830..a31f63058bb 100644 --- a/src/sampling/probes/probesGrouping.C +++ b/src/sampling/probes/probesGrouping.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/probes/probesTemplates.C b/src/sampling/probes/probesTemplates.C index 5aafc64915e..112dff6780f 100644 --- a/src/sampling/probes/probesTemplates.C +++ b/src/sampling/probes/probesTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/cloud/cloudSet.C b/src/sampling/sampledSet/cloud/cloudSet.C index dddf730fab8..b5090bcf7da 100644 --- a/src/sampling/sampledSet/cloud/cloudSet.C +++ b/src/sampling/sampledSet/cloud/cloudSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/cloud/cloudSet.H b/src/sampling/sampledSet/cloud/cloudSet.H index 40c451d1c1d..dc366d716dd 100644 --- a/src/sampling/sampledSet/cloud/cloudSet.H +++ b/src/sampling/sampledSet/cloud/cloudSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/coordSet/coordSet.C b/src/sampling/sampledSet/coordSet/coordSet.C index 7df0286c704..bc1237f3108 100644 --- a/src/sampling/sampledSet/coordSet/coordSet.C +++ b/src/sampling/sampledSet/coordSet/coordSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/coordSet/coordSet.H b/src/sampling/sampledSet/coordSet/coordSet.H index c8fd066ec78..16629732839 100644 --- a/src/sampling/sampledSet/coordSet/coordSet.H +++ b/src/sampling/sampledSet/coordSet/coordSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/face/faceOnlySet.C b/src/sampling/sampledSet/face/faceOnlySet.C index d814258dbaf..6e57ff528d4 100644 --- a/src/sampling/sampledSet/face/faceOnlySet.C +++ b/src/sampling/sampledSet/face/faceOnlySet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/face/faceOnlySet.H b/src/sampling/sampledSet/face/faceOnlySet.H index c02eecb55bc..fc9ecb34382 100644 --- a/src/sampling/sampledSet/face/faceOnlySet.H +++ b/src/sampling/sampledSet/face/faceOnlySet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/midPoint/midPointSet.C b/src/sampling/sampledSet/midPoint/midPointSet.C index 4b25485afa3..778b8b1852c 100644 --- a/src/sampling/sampledSet/midPoint/midPointSet.C +++ b/src/sampling/sampledSet/midPoint/midPointSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/midPoint/midPointSet.H b/src/sampling/sampledSet/midPoint/midPointSet.H index 1092b494bfc..c9e3da20c3a 100644 --- a/src/sampling/sampledSet/midPoint/midPointSet.H +++ b/src/sampling/sampledSet/midPoint/midPointSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.C b/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.C index 59dde9db300..fa8d9b3d0ee 100644 --- a/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.C +++ b/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H b/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H index 993418d02b5..64f365d6c33 100644 --- a/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H +++ b/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSet/sampledSet.C b/src/sampling/sampledSet/sampledSet/sampledSet.C index 780b38d6bfb..5f3bc85210b 100644 --- a/src/sampling/sampledSet/sampledSet/sampledSet.C +++ b/src/sampling/sampledSet/sampledSet/sampledSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSet/sampledSet.H b/src/sampling/sampledSet/sampledSet/sampledSet.H index b1671054c27..398d1154346 100644 --- a/src/sampling/sampledSet/sampledSet/sampledSet.H +++ b/src/sampling/sampledSet/sampledSet/sampledSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSets/IOsampledSets.H b/src/sampling/sampledSet/sampledSets/IOsampledSets.H index 88dc0290475..a67adb09ac0 100644 --- a/src/sampling/sampledSet/sampledSets/IOsampledSets.H +++ b/src/sampling/sampledSet/sampledSets/IOsampledSets.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSets/sampledSets.C b/src/sampling/sampledSet/sampledSets/sampledSets.C index bc2c6a7dc4e..3cd621bb765 100644 --- a/src/sampling/sampledSet/sampledSets/sampledSets.C +++ b/src/sampling/sampledSet/sampledSets/sampledSets.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -253,9 +253,9 @@ void Foam::sampledSets::read(const dictionary& dict) forAll(*this, si) { - Pout << " " << operator[](si) << endl; + Pout<< " " << operator[](si) << endl; } - Pout << ")" << endl; + Pout<< ")" << endl; } } diff --git a/src/sampling/sampledSet/sampledSets/sampledSets.H b/src/sampling/sampledSet/sampledSets/sampledSets.H index 95fd360726a..da1a95907de 100644 --- a/src/sampling/sampledSet/sampledSets/sampledSets.H +++ b/src/sampling/sampledSet/sampledSets/sampledSets.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSets/sampledSetsGrouping.C b/src/sampling/sampledSet/sampledSets/sampledSetsGrouping.C index 0e44b187209..4c67c9e7359 100644 --- a/src/sampling/sampledSet/sampledSets/sampledSetsGrouping.C +++ b/src/sampling/sampledSet/sampledSets/sampledSetsGrouping.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C b/src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C index ec5d192a6ec..8b5d4b8fb74 100644 --- a/src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C +++ b/src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.C b/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.C index 36aac44f744..63666296236 100644 --- a/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.C +++ b/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.H b/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.H index 1ec00ecff9c..043a89e8b08 100644 --- a/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.H +++ b/src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H b/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H index 40775427503..b43c7feeacc 100644 --- a/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H +++ b/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/uniform/uniformSet.C b/src/sampling/sampledSet/uniform/uniformSet.C index 02e731e3e5f..8487c9b886d 100644 --- a/src/sampling/sampledSet/uniform/uniformSet.C +++ b/src/sampling/sampledSet/uniform/uniformSet.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/uniform/uniformSet.H b/src/sampling/sampledSet/uniform/uniformSet.H index 9c0fab33352..4fc4d3fcb43 100644 --- a/src/sampling/sampledSet/uniform/uniformSet.H +++ b/src/sampling/sampledSet/uniform/uniformSet.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.C b/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.C index 0e9c88a92d9..b9c5466b6c7 100644 --- a/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.C +++ b/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.H b/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.H index 5b3141859dc..0fe6ecce0a4 100644 --- a/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.H +++ b/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriterRunTime.C b/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriterRunTime.C index 7889f554085..5957d35f0bc 100644 --- a/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriterRunTime.C +++ b/src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/jplot/jplotSetWriter.C b/src/sampling/sampledSet/writers/jplot/jplotSetWriter.C index ea9016c02d9..55533ac9f28 100644 --- a/src/sampling/sampledSet/writers/jplot/jplotSetWriter.C +++ b/src/sampling/sampledSet/writers/jplot/jplotSetWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/jplot/jplotSetWriter.H b/src/sampling/sampledSet/writers/jplot/jplotSetWriter.H index 5c799e4822c..c6182c75a1f 100644 --- a/src/sampling/sampledSet/writers/jplot/jplotSetWriter.H +++ b/src/sampling/sampledSet/writers/jplot/jplotSetWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/jplot/jplotSetWriterRunTime.C b/src/sampling/sampledSet/writers/jplot/jplotSetWriterRunTime.C index 30a9ca5016d..443b08376ab 100644 --- a/src/sampling/sampledSet/writers/jplot/jplotSetWriterRunTime.C +++ b/src/sampling/sampledSet/writers/jplot/jplotSetWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/raw/rawSetWriter.C b/src/sampling/sampledSet/writers/raw/rawSetWriter.C index 4d1669de0b7..81e77e84b9d 100644 --- a/src/sampling/sampledSet/writers/raw/rawSetWriter.C +++ b/src/sampling/sampledSet/writers/raw/rawSetWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/raw/rawSetWriter.H b/src/sampling/sampledSet/writers/raw/rawSetWriter.H index 81c6089050c..f3fd534fb5a 100644 --- a/src/sampling/sampledSet/writers/raw/rawSetWriter.H +++ b/src/sampling/sampledSet/writers/raw/rawSetWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/raw/rawSetWriterRunTime.C b/src/sampling/sampledSet/writers/raw/rawSetWriterRunTime.C index 60a2ffa7bc2..77ac5186dd2 100644 --- a/src/sampling/sampledSet/writers/raw/rawSetWriterRunTime.C +++ b/src/sampling/sampledSet/writers/raw/rawSetWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/vtk/vtkSetWriter.C b/src/sampling/sampledSet/writers/vtk/vtkSetWriter.C index ac7c92c600a..64b2cb56efa 100644 --- a/src/sampling/sampledSet/writers/vtk/vtkSetWriter.C +++ b/src/sampling/sampledSet/writers/vtk/vtkSetWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/vtk/vtkSetWriter.H b/src/sampling/sampledSet/writers/vtk/vtkSetWriter.H index b5db1568df4..f57f5e1147b 100644 --- a/src/sampling/sampledSet/writers/vtk/vtkSetWriter.H +++ b/src/sampling/sampledSet/writers/vtk/vtkSetWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/vtk/vtkSetWriterRunTime.C b/src/sampling/sampledSet/writers/vtk/vtkSetWriterRunTime.C index 4049f703f63..6d061890dc4 100644 --- a/src/sampling/sampledSet/writers/vtk/vtkSetWriterRunTime.C +++ b/src/sampling/sampledSet/writers/vtk/vtkSetWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/writer.C b/src/sampling/sampledSet/writers/writer.C index 2626abfbc41..4fb73f7cf53 100644 --- a/src/sampling/sampledSet/writers/writer.C +++ b/src/sampling/sampledSet/writers/writer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/writer.H b/src/sampling/sampledSet/writers/writer.H index 1d9ace15d30..e26064330ff 100644 --- a/src/sampling/sampledSet/writers/writer.H +++ b/src/sampling/sampledSet/writers/writer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/writers.C b/src/sampling/sampledSet/writers/writers.C index 7459d04124b..acb28757044 100644 --- a/src/sampling/sampledSet/writers/writers.C +++ b/src/sampling/sampledSet/writers/writers.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/writers.H b/src/sampling/sampledSet/writers/writers.H index bd0e6cb2d49..8fc7b242c74 100644 --- a/src/sampling/sampledSet/writers/writers.H +++ b/src/sampling/sampledSet/writers/writers.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.C b/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.C index 4a6109a68d5..1df98d17c6f 100644 --- a/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.C +++ b/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.H b/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.H index 2b086269d64..d845774e25b 100644 --- a/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.H +++ b/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriterRunTime.C b/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriterRunTime.C index cde8d30cdcd..fdeac3dbf16 100644 --- a/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriterRunTime.C +++ b/src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/distanceSurface/distanceSurface.C b/src/sampling/sampledSurface/distanceSurface/distanceSurface.C index 1a9872bdb1f..a3fe57cb4a9 100644 --- a/src/sampling/sampledSurface/distanceSurface/distanceSurface.C +++ b/src/sampling/sampledSurface/distanceSurface/distanceSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/distanceSurface/distanceSurface.H b/src/sampling/sampledSurface/distanceSurface/distanceSurface.H index 966496f089d..a5b7fe8bda5 100644 --- a/src/sampling/sampledSurface/distanceSurface/distanceSurface.H +++ b/src/sampling/sampledSurface/distanceSurface/distanceSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/distanceSurface/distanceSurfaceTemplates.C b/src/sampling/sampledSurface/distanceSurface/distanceSurfaceTemplates.C index 15e369a41bc..ffbe8d8e842 100644 --- a/src/sampling/sampledSurface/distanceSurface/distanceSurfaceTemplates.C +++ b/src/sampling/sampledSurface/distanceSurface/distanceSurfaceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/isoSurface.C b/src/sampling/sampledSurface/isoSurface/isoSurface.C index 82a8c80185a..5c86652f5d1 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurface.C +++ b/src/sampling/sampledSurface/isoSurface/isoSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/isoSurface.H b/src/sampling/sampledSurface/isoSurface/isoSurface.H index 85cdc148b00..b3236d5c721 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurface.H +++ b/src/sampling/sampledSurface/isoSurface/isoSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C b/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C index 72837ffd699..9ac2a1d0e09 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C +++ b/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H b/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H index a652d74f899..cb1c6586fd9 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H +++ b/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C b/src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C index 4adcf703e70..7aed13fa610 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C +++ b/src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/isoSurfaceTemplates.C b/src/sampling/sampledSurface/isoSurface/isoSurfaceTemplates.C index 72467ed2398..6f33f00f112 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurfaceTemplates.C +++ b/src/sampling/sampledSurface/isoSurface/isoSurfaceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C index b0df5966f88..b70461cef3f 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H index a6d5a85d46f..ef5e973f96e 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.C b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.C index 89cd6eedde7..e77d6f74c79 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.C +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -36,7 +36,13 @@ License namespace Foam { defineTypeNameAndDebug(sampledIsoSurfaceCell, 0); - addNamedToRunTimeSelectionTable(sampledSurface, sampledIsoSurfaceCell, word, isoSurfaceCell); + addNamedToRunTimeSelectionTable + ( + sampledSurface, + sampledIsoSurfaceCell, + word, + isoSurfaceCell + ); } // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H index 3f57adc6dfd..b779b65e035 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCellTemplates.C b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCellTemplates.C index 5b5de4f9054..fb21381360a 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCellTemplates.C +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCellTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceTemplates.C b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceTemplates.C index b8c36a07e2a..fb04415f044 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceTemplates.C +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.C b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.C index dc677cf823e..bfbb5293f78 100644 --- a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.C +++ b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H index 9ca4a2d057d..6c35bd497ce 100644 --- a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H +++ b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlaneTemplates.C b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlaneTemplates.C index 20855947efe..482478b6f77 100644 --- a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlaneTemplates.C +++ b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlaneTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledPatch/sampledPatch.C b/src/sampling/sampledSurface/sampledPatch/sampledPatch.C index aefa3038a5a..4dfd6351f1e 100644 --- a/src/sampling/sampledSurface/sampledPatch/sampledPatch.C +++ b/src/sampling/sampledSurface/sampledPatch/sampledPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -139,7 +139,7 @@ bool Foam::sampledPatch::update() if (debug) { print(Pout); - Pout << endl; + Pout<< endl; } needsUpdate_ = false; diff --git a/src/sampling/sampledSurface/sampledPatch/sampledPatch.H b/src/sampling/sampledSurface/sampledPatch/sampledPatch.H index e14f30ec760..8466197ca86 100644 --- a/src/sampling/sampledSurface/sampledPatch/sampledPatch.H +++ b/src/sampling/sampledSurface/sampledPatch/sampledPatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledPatch/sampledPatchTemplates.C b/src/sampling/sampledSurface/sampledPatch/sampledPatchTemplates.C index 71309b980a4..e68d2127f5d 100644 --- a/src/sampling/sampledSurface/sampledPatch/sampledPatchTemplates.C +++ b/src/sampling/sampledSurface/sampledPatch/sampledPatchTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledPlane/sampledPlane.C b/src/sampling/sampledSurface/sampledPlane/sampledPlane.C index 870a2cce8d4..3fb02e57c4b 100644 --- a/src/sampling/sampledSurface/sampledPlane/sampledPlane.C +++ b/src/sampling/sampledSurface/sampledPlane/sampledPlane.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -159,7 +159,7 @@ bool Foam::sampledPlane::update() if (debug) { print(Pout); - Pout << endl; + Pout<< endl; } needsUpdate_ = false; diff --git a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H index 0262860a945..ec530c0a2c3 100644 --- a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H +++ b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledPlane/sampledPlaneTemplates.C b/src/sampling/sampledSurface/sampledPlane/sampledPlaneTemplates.C index c57cbfde868..9a0c9c317af 100644 --- a/src/sampling/sampledSurface/sampledPlane/sampledPlaneTemplates.C +++ b/src/sampling/sampledSurface/sampledPlane/sampledPlaneTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurface/sampledSurface.C b/src/sampling/sampledSurface/sampledSurface/sampledSurface.C index 3a257eafd41..ec4a413ad79 100644 --- a/src/sampling/sampledSurface/sampledSurface/sampledSurface.C +++ b/src/sampling/sampledSurface/sampledSurface/sampledSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurface/sampledSurface.H b/src/sampling/sampledSurface/sampledSurface/sampledSurface.H index 511cc758c1a..c3967e29892 100644 --- a/src/sampling/sampledSurface/sampledSurface/sampledSurface.H +++ b/src/sampling/sampledSurface/sampledSurface/sampledSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurface/sampledSurfaceTemplates.C b/src/sampling/sampledSurface/sampledSurface/sampledSurfaceTemplates.C index ed08432fd3f..adc018a00e2 100644 --- a/src/sampling/sampledSurface/sampledSurface/sampledSurfaceTemplates.C +++ b/src/sampling/sampledSurface/sampledSurface/sampledSurfaceTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfaces/IOsampledSurfaces.H b/src/sampling/sampledSurface/sampledSurfaces/IOsampledSurfaces.H index c65b822957b..fbf306bdd4f 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/IOsampledSurfaces.H +++ b/src/sampling/sampledSurface/sampledSurfaces/IOsampledSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C index b97cd59135b..cfb7cb4d969 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H index e711b64d6cd..74cd62aab3b 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesGrouping.C b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesGrouping.C index b1ebb251418..e4d1ffe3dfb 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesGrouping.C +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesGrouping.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C index 1e8b9494ea5..4dd5deffa5b 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.C b/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.C index 122aa12e480..2aeb59abbc5 100644 --- a/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.C +++ b/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.H b/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.H index 58bd4390279..1105ef649e6 100644 --- a/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.H +++ b/src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMeshTemplates.C b/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMeshTemplates.C index 113ae6e49a7..ef73302507d 100644 --- a/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMeshTemplates.C +++ b/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMeshTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C index d670d7dfc93..20da502550b 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C +++ b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H index 247a78c101d..def4f084f70 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H +++ b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFacesTemplates.C b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFacesTemplates.C index 6aca74a6040..8de13427759 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFacesTemplates.C +++ b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFacesTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.C b/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.C index 03ba765cb17..40448897b8f 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.C +++ b/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.H b/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.H index 195c112b34b..17e91a8ef1a 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.H +++ b/src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.C b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.C index 4403d321e39..4950e37664d 100644 --- a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.C +++ b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H index 5102cd1bb6f..897133a005f 100644 --- a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriterRunTime.C b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriterRunTime.C index 752e2d416a0..b285f7491f4 100644 --- a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriterRunTime.C +++ b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.C b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.C index 045b8dd4327..887abdd7e42 100644 --- a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.C +++ b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H index 383f3515cde..8e1fb570623 100644 --- a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriterRunTime.C b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriterRunTime.C index 2fce258dfc5..abf604bbf96 100644 --- a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriterRunTime.C +++ b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.C b/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.C index 3fb25745235..6ae7a209337 100644 --- a/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.C +++ b/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H b/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H index a513bf17838..6b8b3f1fdeb 100644 --- a/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/null/nullSurfaceWriterRunTime.C b/src/sampling/sampledSurface/writers/null/nullSurfaceWriterRunTime.C index 9fccee9137e..1e9b42c99da 100644 --- a/src/sampling/sampledSurface/writers/null/nullSurfaceWriterRunTime.C +++ b/src/sampling/sampledSurface/writers/null/nullSurfaceWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.C b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.C index d0143d0065c..28a2558982e 100644 --- a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.C +++ b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H index 5ccf5ea92f9..3fdc991d54f 100644 --- a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriterRunTime.C b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriterRunTime.C index e6f843900fa..a497ab96fbe 100644 --- a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriterRunTime.C +++ b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.C b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.C index cf0f08e4107..1dc8ad80a55 100644 --- a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.C +++ b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H index 51fb5ecb9b2..0fc4478f42d 100644 --- a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriterRunTime.C b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriterRunTime.C index ebbe01e37ea..9e687e632d7 100644 --- a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriterRunTime.C +++ b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/surfaceWriter.C b/src/sampling/sampledSurface/writers/surfaceWriter.C index af92b0ba71d..5fc45a7a048 100644 --- a/src/sampling/sampledSurface/writers/surfaceWriter.C +++ b/src/sampling/sampledSurface/writers/surfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/surfaceWriter.H b/src/sampling/sampledSurface/writers/surfaceWriter.H index 89a8a444fbc..6fcf0f01330 100644 --- a/src/sampling/sampledSurface/writers/surfaceWriter.H +++ b/src/sampling/sampledSurface/writers/surfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/surfaceWriters.C b/src/sampling/sampledSurface/writers/surfaceWriters.C index abef03f98a3..9fdbe4aa0c3 100644 --- a/src/sampling/sampledSurface/writers/surfaceWriters.C +++ b/src/sampling/sampledSurface/writers/surfaceWriters.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/surfaceWriters.H b/src/sampling/sampledSurface/writers/surfaceWriters.H index 7daaa99d62a..be79b9a2432 100644 --- a/src/sampling/sampledSurface/writers/surfaceWriters.H +++ b/src/sampling/sampledSurface/writers/surfaceWriters.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C index f8137088668..61da515b40c 100644 --- a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C +++ b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H index 431d952cfa7..7524cb963c7 100644 --- a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriterRunTime.C b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriterRunTime.C index 74529fdceab..b9d0db68c14 100644 --- a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriterRunTime.C +++ b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriterRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurface.C b/src/surfMesh/MeshedSurface/MeshedSurface.C index 5cc6a1260d8..91f50409368 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurface.C +++ b/src/surfMesh/MeshedSurface/MeshedSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurface.H b/src/surfMesh/MeshedSurface/MeshedSurface.H index 3fb18124b2e..eb4021d3bc9 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurface.H +++ b/src/surfMesh/MeshedSurface/MeshedSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurfaceCore.C b/src/surfMesh/MeshedSurface/MeshedSurfaceCore.C index 8dd1d836a90..17362de3a7c 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfaceCore.C +++ b/src/surfMesh/MeshedSurface/MeshedSurfaceCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurfaceIO.C b/src/surfMesh/MeshedSurface/MeshedSurfaceIO.C index 790dfe430b6..d3c2fab9e1b 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfaceIO.C +++ b/src/surfMesh/MeshedSurface/MeshedSurfaceIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurfaceNew.C b/src/surfMesh/MeshedSurface/MeshedSurfaceNew.C index 39f1e6d65cf..68169388ebb 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfaceNew.C +++ b/src/surfMesh/MeshedSurface/MeshedSurfaceNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurfaceZones.C b/src/surfMesh/MeshedSurface/MeshedSurfaceZones.C index 915fae16093..b6846303027 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfaceZones.C +++ b/src/surfMesh/MeshedSurface/MeshedSurfaceZones.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurfaces.C b/src/surfMesh/MeshedSurface/MeshedSurfaces.C index a15f99bc3d7..b94af3e3f58 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfaces.C +++ b/src/surfMesh/MeshedSurface/MeshedSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,7 +35,13 @@ namespace Foam #define makeSurface(surfType, faceType) \ defineNamedTemplateTypeNameAndDebug(surfType<faceType>, 0); \ defineTemplatedRunTimeSelectionTable(surfType,fileExtension,faceType); \ - defineTemplatedMemberFunctionSelectionTable(surfType,write,fileExtension,faceType); + defineTemplatedMemberFunctionSelectionTable \ + ( \ + surfType, \ + write, \ + fileExtension, \ + faceType \ + ); makeSurface(MeshedSurface, face) diff --git a/src/surfMesh/MeshedSurface/MeshedSurfaces.H b/src/surfMesh/MeshedSurface/MeshedSurfaces.H index b368c3a7dc7..21b800bebd2 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfaces.H +++ b/src/surfMesh/MeshedSurface/MeshedSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurface/MeshedSurfacesFwd.H b/src/surfMesh/MeshedSurface/MeshedSurfacesFwd.H index f6d2462fd78..cb4fd482ebb 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurfacesFwd.H +++ b/src/surfMesh/MeshedSurface/MeshedSurfacesFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.C b/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.C index ae6a55d912d..009a2ad8a0d 100644 --- a/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.C +++ b/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H b/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H index 2cc663c6cc7..bf97ae0501e 100644 --- a/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H +++ b/src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.C b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.C index bc74a90a5ed..efe336e7929 100644 --- a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.C +++ b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H index 1d3f48dfa3f..9a11f197e8f 100644 --- a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H +++ b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxyCore.C b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxyCore.C index 6289cfa0ad5..ec5b8d64311 100644 --- a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxyCore.C +++ b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxyCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,7 +35,13 @@ namespace Foam #define makeSurface(surfType, faceType) \ defineNamedTemplateTypeNameAndDebug(surfType<faceType>, 0); \ - defineTemplatedMemberFunctionSelectionTable(surfType,write,fileExtension,faceType); + defineTemplatedMemberFunctionSelectionTable \ + ( \ + surfType, \ + write, \ + fileExtension, \ + faceType \ + ); makeSurface(MeshedSurfaceProxy, face) diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C index c3948469d28..a80c45bfdda 100644 --- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C +++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H index ba692ffee44..71db5183201 100644 --- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H +++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaceNew.C b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaceNew.C index b0adba80eaf..044f2654bdc 100644 --- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaceNew.C +++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaceNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.C b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.C index cd0893b5be8..334928e2f00 100644 --- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.C +++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,7 +35,13 @@ namespace Foam #define makeSurface(surfType, faceType) \ defineNamedTemplateTypeNameAndDebug(surfType<faceType>, 0); \ defineTemplatedRunTimeSelectionTable(surfType,fileExtension,faceType); \ - defineTemplatedMemberFunctionSelectionTable(surfType,write,fileExtension,faceType); + defineTemplatedMemberFunctionSelectionTable \ + ( \ + surfType, \ + write, \ + fileExtension, \ + faceType \ + ); makeSurface(UnsortedMeshedSurface, face) diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.H b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.H index 96debcb2705..09c25ad0383 100644 --- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.H +++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfacesFwd.H b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfacesFwd.H index e495650318b..e7aac1dce05 100644 --- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfacesFwd.H +++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfacesFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfFields/surfFields.C b/src/surfMesh/surfFields/surfFields/surfFields.C index 99d63b7a17d..00b07f738f2 100644 --- a/src/surfMesh/surfFields/surfFields/surfFields.C +++ b/src/surfMesh/surfFields/surfFields/surfFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfFields/surfFields.H b/src/surfMesh/surfFields/surfFields/surfFields.H index 1f0845029c8..2b7acced86c 100644 --- a/src/surfMesh/surfFields/surfFields/surfFields.H +++ b/src/surfMesh/surfFields/surfFields/surfFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfFields/surfFieldsFwd.H b/src/surfMesh/surfFields/surfFields/surfFieldsFwd.H index a2295b95eb6..f55504ddd45 100644 --- a/src/surfMesh/surfFields/surfFields/surfFieldsFwd.H +++ b/src/surfMesh/surfFields/surfFields/surfFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfFields/surfGeoMesh.H b/src/surfMesh/surfFields/surfFields/surfGeoMesh.H index bb90c405d99..7a49d041de2 100644 --- a/src/surfMesh/surfFields/surfFields/surfGeoMesh.H +++ b/src/surfMesh/surfFields/surfFields/surfGeoMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfPointFields/surfPointFields.C b/src/surfMesh/surfFields/surfPointFields/surfPointFields.C index 449b5506327..6e9d3c7d627 100644 --- a/src/surfMesh/surfFields/surfPointFields/surfPointFields.C +++ b/src/surfMesh/surfFields/surfPointFields/surfPointFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -42,7 +42,10 @@ template<> const word surfPointVectorField::typeName("surfPointVectorField"); template<> -const word surfPointSphericalTensorField::typeName("surfPointSphericalTensorField"); +const word surfPointSphericalTensorField::typeName +( + "surfPointSphericalTensorField" +); template<> const word surfPointSymmTensorField::typeName("surfPointSymmTensorField"); diff --git a/src/surfMesh/surfFields/surfPointFields/surfPointFields.H b/src/surfMesh/surfFields/surfPointFields/surfPointFields.H index 6b1a7835b65..271effcd0fd 100644 --- a/src/surfMesh/surfFields/surfPointFields/surfPointFields.H +++ b/src/surfMesh/surfFields/surfPointFields/surfPointFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfPointFields/surfPointFieldsFwd.H b/src/surfMesh/surfFields/surfPointFields/surfPointFieldsFwd.H index 962eb4ebc5f..7587100a88a 100644 --- a/src/surfMesh/surfFields/surfPointFields/surfPointFieldsFwd.H +++ b/src/surfMesh/surfFields/surfPointFields/surfPointFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfFields/surfPointFields/surfPointGeoMesh.H b/src/surfMesh/surfFields/surfPointFields/surfPointGeoMesh.H index d07c0a7c9db..ebe66ad3b41 100644 --- a/src/surfMesh/surfFields/surfPointFields/surfPointGeoMesh.H +++ b/src/surfMesh/surfFields/surfPointFields/surfPointGeoMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfMesh/surfMesh.C b/src/surfMesh/surfMesh/surfMesh.C index ac611649520..bd2f355c2ff 100644 --- a/src/surfMesh/surfMesh/surfMesh.C +++ b/src/surfMesh/surfMesh/surfMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfMesh/surfMesh.H b/src/surfMesh/surfMesh/surfMesh.H index 14496ca781a..26d3d7c3a2e 100644 --- a/src/surfMesh/surfMesh/surfMesh.H +++ b/src/surfMesh/surfMesh/surfMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfMesh/surfMeshClear.C b/src/surfMesh/surfMesh/surfMeshClear.C index 20150e6ed77..24b297b9b65 100644 --- a/src/surfMesh/surfMesh/surfMeshClear.C +++ b/src/surfMesh/surfMesh/surfMeshClear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfMesh/surfMeshIO.C b/src/surfMesh/surfMesh/surfMeshIO.C index 8487a115177..e0581d52d34 100644 --- a/src/surfMesh/surfMesh/surfMeshIO.C +++ b/src/surfMesh/surfMesh/surfMeshIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZone/surfZone.C b/src/surfMesh/surfZone/surfZone/surfZone.C index a46333c430c..01d6feb0e61 100644 --- a/src/surfMesh/surfZone/surfZone/surfZone.C +++ b/src/surfMesh/surfZone/surfZone/surfZone.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZone/surfZone.H b/src/surfMesh/surfZone/surfZone/surfZone.H index 616499b4be3..8bebc540e65 100644 --- a/src/surfMesh/surfZone/surfZone/surfZone.H +++ b/src/surfMesh/surfZone/surfZone/surfZone.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZone/surfZoneIOList.C b/src/surfMesh/surfZone/surfZone/surfZoneIOList.C index c5619801dc6..e9f44025abf 100644 --- a/src/surfMesh/surfZone/surfZone/surfZoneIOList.C +++ b/src/surfMesh/surfZone/surfZone/surfZoneIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZone/surfZoneIOList.H b/src/surfMesh/surfZone/surfZone/surfZoneIOList.H index 8a014add6ea..b8a48b89988 100644 --- a/src/surfMesh/surfZone/surfZone/surfZoneIOList.H +++ b/src/surfMesh/surfZone/surfZone/surfZoneIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZone/surfZoneList.H b/src/surfMesh/surfZone/surfZone/surfZoneList.H index d1ba1f35fc2..d4b3975622b 100644 --- a/src/surfMesh/surfZone/surfZone/surfZoneList.H +++ b/src/surfMesh/surfZone/surfZone/surfZoneList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.C b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.C index 42c69a2a99e..2ad4c95716d 100644 --- a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.C +++ b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H index c914164ccc9..b39dd3ac1d8 100644 --- a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H +++ b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifierList.H b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifierList.H index b8ee90b69a3..fa0acc8a3a7 100644 --- a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifierList.H +++ b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifierList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C index 56ed3cacdbf..6593d5ba3ec 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H index c74fd5060fc..75829e068d5 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.C index 2de5605bf33..d05729a5f41 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.H index 1dfdbfd5593..f0966b93883 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCoreTemplates.C b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCoreTemplates.C index ea123dc4bee..8fa8403ab31 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCoreTemplates.C +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCoreTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatRunTime.C index e07d8501859..fb5bbad4d5e 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.C b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.C index a6a23fc8707..09bb2ed3e25 100644 --- a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H index c536ff8b6f4..c25ff652ae2 100644 --- a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormatRunTime.C index 19df76f003b..21b8acf3142 100644 --- a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C b/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C index 73b68d73757..bce2ce5a081 100644 --- a/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H b/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H index cb62adb4fca..9d12f4b8485 100644 --- a/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormatRunTime.C index babe6e1a893..917e84f1aaf 100644 --- a/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C index 08383a0892e..6718e49be53 100644 --- a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H index e29263031b7..19267195808 100644 --- a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormatRunTime.C index c4df22f789e..97ae31507b3 100644 --- a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H b/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H index 87fdf9a2eb8..ce8eb5ec803 100644 --- a/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormatRunTime.C index 801587111de..85ad4330ad5 100644 --- a/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C b/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C index 99deb94e067..e31f2177728 100644 --- a/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H b/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H index 49585c32243..7ef9de3ad31 100644 --- a/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/off/OFFsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/off/OFFsurfaceFormatRunTime.C index 81fe624083b..6601aa79e06 100644 --- a/src/surfMesh/surfaceFormats/off/OFFsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/off/OFFsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C index 070ac502570..efec671db47 100644 --- a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H index f77e491aec1..7d282e92707 100644 --- a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C index 8221b4de001..f8229a7bc8a 100644 --- a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H index fb4b7fb52e6..756fe6eb3e8 100644 --- a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C index 781a67d357c..7c290ac5673 100644 --- a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H b/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H index f8b3fdb36ab..037904b9ab7 100644 --- a/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormatRunTime.C index eed9e1dd784..37baf1b4797 100644 --- a/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H index 45fe9f94ac9..4963368fff8 100644 --- a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.C index 906bcf340ec..399ed06c18e 100644 --- a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.H index cd8e2b7d1a9..3320c547316 100644 --- a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatRunTime.C index 27357f1f45b..ce0fc8c61cd 100644 --- a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLpoint.H b/src/surfMesh/surfaceFormats/stl/STLpoint.H index b4685cb22a2..688e4c11921 100644 --- a/src/surfMesh/surfaceFormats/stl/STLpoint.H +++ b/src/surfMesh/surfaceFormats/stl/STLpoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H index 1d36fc03c74..10561428557 100644 --- a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.C index 590adc0086b..c3645ed6f38 100644 --- a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H index 1ace3772350..4a6a5360125 100644 --- a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatRunTime.C index f13e895531e..27e76d1a64a 100644 --- a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLtriangle.H b/src/surfMesh/surfaceFormats/stl/STLtriangle.H index f3b2c74004f..ece7d39e9a0 100644 --- a/src/surfMesh/surfaceFormats/stl/STLtriangle.H +++ b/src/surfMesh/surfaceFormats/stl/STLtriangle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/stl/STLtriangleI.H b/src/surfMesh/surfaceFormats/stl/STLtriangleI.H index e3d16e0084d..a7d362da5e4 100644 --- a/src/surfMesh/surfaceFormats/stl/STLtriangleI.H +++ b/src/surfMesh/surfaceFormats/stl/STLtriangleI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/surfaceFormatsCore.C b/src/surfMesh/surfaceFormats/surfaceFormatsCore.C index 0b4f39180ea..e6ba574c587 100644 --- a/src/surfMesh/surfaceFormats/surfaceFormatsCore.C +++ b/src/surfMesh/surfaceFormats/surfaceFormatsCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/surfaceFormatsCore.H b/src/surfMesh/surfaceFormats/surfaceFormatsCore.H index dd773054dce..4aaf425437e 100644 --- a/src/surfMesh/surfaceFormats/surfaceFormatsCore.H +++ b/src/surfMesh/surfaceFormats/surfaceFormatsCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H index 9e27eb192e4..ade79dfe997 100644 --- a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.C index c3dff740528..d5ad43b1282 100644 --- a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H index 44632da6221..50a4962a4b2 100644 --- a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatRunTime.C index 0aa77b6c72c..95cab3421c3 100644 --- a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H index 3e88ddcdff5..39ec54a2b2d 100644 --- a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.C index 6cb7cdddae2..daaf9f3578d 100644 --- a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.H index 0f0972dbcaf..466b66f8f46 100644 --- a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatRunTime.C index e3c60d56aa8..dae643f1175 100644 --- a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H index c43d050ad97..527e0d0e466 100644 --- a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.C index 7dbdf7dd16b..ff73ac77ca6 100644 --- a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.H index 8b8bd81a2c4..1b4c9651382 100644 --- a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatRunTime.C index c7e45076c8c..7cc3382ecc8 100644 --- a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H index 0dae045cc1f..54bf15701d5 100644 --- a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.C b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.C index b378c68c2a0..aba74a2f082 100644 --- a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.C +++ b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -35,12 +35,14 @@ void Foam::fileFormats::X3DsurfaceFormatCore::writeHeader { os << "<?xml version='1.0' encoding='UTF-8'?>\n" - "<!DOCTYPE X3D PUBLIC \"ISO//Web3D//DTD X3D 3.0//EN\" \"http://www.web3d.org/specifications/x3d-3.0.dtd\">\n" + "<!DOCTYPE X3D PUBLIC \"ISO//Web3D//DTD X3D 3.0//EN\" " + "\"http://www.web3d.org/specifications/x3d-3.0.dtd\">\n" "<X3D\n" " version='3.0'\n" " profile='Immersive'\n" " xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'\n" - " xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.0.xsd'\n" + " xsd:noNamespaceSchemaLocation=" + "'http://www.web3d.org/specifications/x3d-3.0.xsd'\n" " >\n"; } diff --git a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.H index 2f3b70f65e1..ceb17f42bc7 100644 --- a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatRunTime.C b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatRunTime.C index 764accaf8cd..6a5ca6f6f23 100644 --- a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatRunTime.C +++ b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatRunTime.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceRegistry/surfaceRegistry.C b/src/surfMesh/surfaceRegistry/surfaceRegistry.C index a89034fadeb..2412064ab65 100644 --- a/src/surfMesh/surfaceRegistry/surfaceRegistry.C +++ b/src/surfMesh/surfaceRegistry/surfaceRegistry.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/surfMesh/surfaceRegistry/surfaceRegistry.H b/src/surfMesh/surfaceRegistry/surfaceRegistry.H index 04b5c7b6d83..fba492b13aa 100644 --- a/src/surfMesh/surfaceRegistry/surfaceRegistry.H +++ b/src/surfMesh/surfaceRegistry/surfaceRegistry.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.C b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.C index 0ced07eb883..a93fbfb8b0d 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.C +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H index da9f767b11d..20a537d69fe 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.C b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.C index 399deacfa04..e2e98f4bdc5 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.C +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H index 6c78260e634..4dc09f94951 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.C b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.C index f02c2c1089a..e101a5893f5 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.C +++ b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H index 017c71fd457..1b6b6357ce9 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModelNew.C b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModelNew.C index bf22d0cb731..ad032336617 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModelNew.C +++ b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.C b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.C index 617417285e3..adc38924532 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.C +++ b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H index 989bb384bdd..faed573b4d1 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/basicThermo/basicThermo.C b/src/thermophysicalModels/basic/basicThermo/basicThermo.C index 91c6be60fc7..307636e90c0 100644 --- a/src/thermophysicalModels/basic/basicThermo/basicThermo.C +++ b/src/thermophysicalModels/basic/basicThermo/basicThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/basicThermo/basicThermo.H b/src/thermophysicalModels/basic/basicThermo/basicThermo.H index 90d856f0a80..66db75bfc1b 100644 --- a/src/thermophysicalModels/basic/basicThermo/basicThermo.H +++ b/src/thermophysicalModels/basic/basicThermo/basicThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C index abc44cd5d1d..39a4013c02a 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.H index b28b65aecd2..11a7ccbe7f8 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C index e34c66764e1..33986878fd4 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.H index 0563111620e..0b29cefbdf2 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C index 1a524c065c9..c2bba9d1ca5 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.H index fb70dc65afd..924746359cb 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C index 14bbbdab755..9634ac1039e 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.H index b5a0cbf829e..ae00e3de876 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C index 39ab77ab92b..8fcca1ac28d 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.H index d8777c4c93d..2f70c2c6041 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C index 98da1a11df2..772d9fe6306 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.H index 91ccb0a92be..754ce87e20b 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C b/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C index 905bb304c32..5e16528b8ac 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H b/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H index 8e55d6a198f..3357be59115 100644 --- a/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H +++ b/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.C b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.C index 0636e9d20a7..54f4c08b921 100644 --- a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.C +++ b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.H b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.H index 66a40c0d908..c98e227fa7b 100644 --- a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.H +++ b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C index 0de4b2162a6..67170d73e9b 100644 --- a/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C +++ b/src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/mixtures/basicMixture/makeBasicMixture.H b/src/thermophysicalModels/basic/mixtures/basicMixture/makeBasicMixture.H index 6137c1fd3f6..5fa2840a843 100644 --- a/src/thermophysicalModels/basic/mixtures/basicMixture/makeBasicMixture.H +++ b/src/thermophysicalModels/basic/mixtures/basicMixture/makeBasicMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.C b/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.C index 000944ce666..2f4139cbc1b 100644 --- a/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.C +++ b/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H b/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H index 65129b71a07..e22a636ae9c 100644 --- a/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H +++ b/src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.C b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.C index cf5cc0515fb..39ab4b6b9f7 100644 --- a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.C +++ b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H index 52053470373..06d1db96a52 100644 --- a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H +++ b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermoNew.C b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermoNew.C index 93b88ad4c47..23f17f2b115 100644 --- a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermoNew.C +++ b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermoNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/makeBasicPsiThermo.H b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/makeBasicPsiThermo.H index 8b0d57b34ea..7544272df0a 100644 --- a/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/makeBasicPsiThermo.H +++ b/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/makeBasicPsiThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.C b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.C index b24fad6ded0..280abb8fee4 100644 --- a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.C +++ b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H index 365451a4be6..8620858d7c3 100644 --- a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H +++ b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermos.C b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermos.C index fc39529ff56..8dd60ddb1cb 100644 --- a/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermos.C +++ b/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C index 5c6f278523b..d867ea862fe 100644 --- a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C +++ b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H index e2446a0085c..6db9afc34b0 100644 --- a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H +++ b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermos.C b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermos.C index 2dafea6df10..03f326898e7 100644 --- a/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermos.C +++ b/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.C b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.C index cff9550a081..894249a5874 100644 --- a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.C +++ b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.H b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.H index dcc85aa8522..6aa826ae1c2 100644 --- a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.H +++ b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermoNew.C b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermoNew.C index 78423b0234a..8a47e0c3610 100644 --- a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermoNew.C +++ b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermoNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/makeBasicRhoThermo.H b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/makeBasicRhoThermo.H index 3b05c49302c..40e5d0d1a13 100644 --- a/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/makeBasicRhoThermo.H +++ b/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/makeBasicRhoThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C index 2cc45aaaf09..1e43d467eb4 100644 --- a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C +++ b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.H b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.H index 09f795a1e22..b815f18075f 100644 --- a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.H +++ b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C index 8667fa97877..965a8a0b78c 100644 --- a/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C +++ b/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C index a3da083706b..865757f4911 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H index 777daf1127b..eea2a830b24 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModelI.H b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModelI.H index a6ce27aef39..e97593e37b7 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModelI.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModelI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.C b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.C index 7aa4c2613e3..f8cf0750257 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H index 126898c31b1..cc01137462d 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModelI.H b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModelI.H index 48de2de98bd..b5ab0ce10f4 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModelI.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModelI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/makeChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/makeChemistryModel.H index 9bfea5aef93..29b021e4c20 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/makeChemistryModel.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/makeChemistryModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.C b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.C index 6e1184119f3..dfabd041932 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.H index c7b88f7ff6e..ea06f7c7459 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelI.H b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelI.H index afd90f8a471..4b58903b775 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelI.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelNew.C b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelNew.C index 59addc69aab..7c1d6b596a1 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelNew.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModels.C b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModels.C index 065bee7941d..f89258586c5 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModels.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModels.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.C b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.C index 7e1c4ea75eb..62627cbd39b 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.H index 776917a9fb2..59d237c6c8c 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelI.H b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelI.H index 4f7193a5546..786ab53278c 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelI.H +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelNew.C b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelNew.C index 89439028c93..f4dbc3a6715 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelNew.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModels.C b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModels.C index 15089755cc9..5b2edfb0041 100644 --- a/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModels.C +++ b/src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModels.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.C b/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.C index 007abf8647f..134c4ba33df 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.C +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.H b/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.H index 5450d84dfd4..42ea6c0b5d2 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.H +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.C b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.C index 38c7f9d8a82..700d1d2d220 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.C +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.H b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.H index 544020eac1f..ccfdc1d5633 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.H +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolverNew.C b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolverNew.C index ccae8f10de5..010d2cda544 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolverNew.C +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolverNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/makeChemistrySolvers.C b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/makeChemistrySolvers.C index fecdc6c0e37..5f4698fd515 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/makeChemistrySolvers.C +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/makeChemistrySolvers.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.C b/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.C index 8e4a0f2ed78..e1b4dfad507 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.C +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.H b/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.H index d2d8c9af8b9..317723b7857 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.H +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.C b/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.C index 5ce4dfac26c..e21729efe3e 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.C +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.H b/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.H index 0a97ff908d1..02e50025c6f 100644 --- a/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.H +++ b/src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.C b/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.C index 4b56bfedc66..a1cb76969e7 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.C +++ b/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.H b/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.H index 07d4f2344ad..cd06d86b694 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.H +++ b/src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.C b/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.C index a5a43035a75..18a909d3a05 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.C +++ b/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.H b/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.H index 6c0a9c4667d..7a85284a463 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.H +++ b/src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/constant/constant.C b/src/thermophysicalModels/laminarFlameSpeed/constant/constant.C index b3fe3d57c93..c572c476a43 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/constant/constant.C +++ b/src/thermophysicalModels/laminarFlameSpeed/constant/constant.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/constant/constant.H b/src/thermophysicalModels/laminarFlameSpeed/constant/constant.H index c4e949fcab2..5bb4e714df1 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/constant/constant.H +++ b/src/thermophysicalModels/laminarFlameSpeed/constant/constant.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.C b/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.C index 05612008ca8..66eca4cd31e 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.C +++ b/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.H b/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.H index 68e8c187dc0..8a78f103f5e 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.H +++ b/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeedNew.C b/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeedNew.C index ca85cac0da7..93bd2562ad9 100644 --- a/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeedNew.C +++ b/src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeedNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.C b/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.C index 19b88994d6b..4941eab5370 100644 --- a/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.C +++ b/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.H b/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.H index 6d2c0fda71c..a5ae1c3fbb4 100644 --- a/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.H +++ b/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -57,15 +57,19 @@ Description AIR AIR 1 28.96518 // specie: name/nMoles/MolWt 200 6000 1000 // low/high/common temperature - 3.0879272 0.0012459718 -4.2371895e-07 6.7477479e-11 -3.9707697e-15 -995.26275 5.9596093 // 7 upper Temp. coeffs - 3.5683962 -0.00067872943 1.5537148e-06 -3.2993706e-12 -4.6639539e-13 -1062.3466 3.7158296 // 7 lower Temp. coeffs + 3.0879272 0.0012459718 -4.2371895e-07 6.7477479e-11 + -3.9707697e-15 -995.26275 5.9596093 // 7 upper Temp. coeffs + 3.5683962 -0.00067872943 1.5537148e-06 -3.2993706e-12 + -4.6639539e-13 -1062.3466 3.7158296 // 7 lower Temp. coeffs 1.4792e-06 116 // sutherlandTransport for AIR (STAR-CD) ; H2O H2O 1 18.01528 // specie: name/nMoles/MolWt 200 6000 1000 // low/high/common temperature - 2.6770389 0.0029731816 -7.7376889e-07 9.4433514e-11 -4.2689991e-15 -29885.894 6.88255 // 7 upper Temp. coeffs - 4.1986352 -0.0020364017 6.5203416e-06 -5.4879269e-09 1.771968e-12 -30293.726 -0.84900901 // 7 lower Temp. coeffs + 2.6770389 0.0029731816 -7.7376889e-07 9.4433514e-11 + -4.2689991e-15 -29885.894 6.88255 // 7 upper Temp. coeffs + 4.1986352 -0.0020364017 6.5203416e-06 -5.4879269e-09 + 1.771968e-12 -30293.726 -0.84900901 // 7 lower Temp. coeffs 1.4792e-06 116 // sutherlandTransport for AIR (STAR-CD) ; diff --git a/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixtureIO.C b/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixtureIO.C index c92a2bb89c2..864e72dddd9 100644 --- a/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixtureIO.C +++ b/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixtureIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/Ar/Ar.C b/src/thermophysicalModels/liquids/Ar/Ar.C index 17e63b17b07..63faeb6fd77 100644 --- a/src/thermophysicalModels/liquids/Ar/Ar.C +++ b/src/thermophysicalModels/liquids/Ar/Ar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/Ar/Ar.H b/src/thermophysicalModels/liquids/Ar/Ar.H index 64c06a832cb..2459f395246 100644 --- a/src/thermophysicalModels/liquids/Ar/Ar.H +++ b/src/thermophysicalModels/liquids/Ar/Ar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/Ar/ArI.H b/src/thermophysicalModels/liquids/Ar/ArI.H index 16953d7349c..358c1195ffd 100644 --- a/src/thermophysicalModels/liquids/Ar/ArI.H +++ b/src/thermophysicalModels/liquids/Ar/ArI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C10H22/C10H22.C b/src/thermophysicalModels/liquids/C10H22/C10H22.C index b533e9f4c67..b1a8c744150 100644 --- a/src/thermophysicalModels/liquids/C10H22/C10H22.C +++ b/src/thermophysicalModels/liquids/C10H22/C10H22.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C10H22/C10H22.H b/src/thermophysicalModels/liquids/C10H22/C10H22.H index 3f20d33c3c4..edec8b851d7 100644 --- a/src/thermophysicalModels/liquids/C10H22/C10H22.H +++ b/src/thermophysicalModels/liquids/C10H22/C10H22.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C10H22/C10H22I.H b/src/thermophysicalModels/liquids/C10H22/C10H22I.H index 3f1db4f0c0f..8a22471a7fc 100644 --- a/src/thermophysicalModels/liquids/C10H22/C10H22I.H +++ b/src/thermophysicalModels/liquids/C10H22/C10H22I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C12H26/C12H26.C b/src/thermophysicalModels/liquids/C12H26/C12H26.C index 7c130a03de6..33dc38baa9f 100644 --- a/src/thermophysicalModels/liquids/C12H26/C12H26.C +++ b/src/thermophysicalModels/liquids/C12H26/C12H26.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C12H26/C12H26.H b/src/thermophysicalModels/liquids/C12H26/C12H26.H index 24c6b48ed85..74af5b0d0c1 100644 --- a/src/thermophysicalModels/liquids/C12H26/C12H26.H +++ b/src/thermophysicalModels/liquids/C12H26/C12H26.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C12H26/C12H26I.H b/src/thermophysicalModels/liquids/C12H26/C12H26I.H index 952e1c5efa7..adf5fc6801f 100644 --- a/src/thermophysicalModels/liquids/C12H26/C12H26I.H +++ b/src/thermophysicalModels/liquids/C12H26/C12H26I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C13H28/C13H28.C b/src/thermophysicalModels/liquids/C13H28/C13H28.C index 05e23ea442f..6788dc257a4 100644 --- a/src/thermophysicalModels/liquids/C13H28/C13H28.C +++ b/src/thermophysicalModels/liquids/C13H28/C13H28.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C13H28/C13H28.H b/src/thermophysicalModels/liquids/C13H28/C13H28.H index feaf27459d3..c9c1687fd66 100644 --- a/src/thermophysicalModels/liquids/C13H28/C13H28.H +++ b/src/thermophysicalModels/liquids/C13H28/C13H28.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C13H28/C13H28I.H b/src/thermophysicalModels/liquids/C13H28/C13H28I.H index 86c88c3ccac..243bf0d3a10 100644 --- a/src/thermophysicalModels/liquids/C13H28/C13H28I.H +++ b/src/thermophysicalModels/liquids/C13H28/C13H28I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C14H30/C14H30.C b/src/thermophysicalModels/liquids/C14H30/C14H30.C index 94163d0d8e5..e4366245f8c 100644 --- a/src/thermophysicalModels/liquids/C14H30/C14H30.C +++ b/src/thermophysicalModels/liquids/C14H30/C14H30.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C14H30/C14H30.H b/src/thermophysicalModels/liquids/C14H30/C14H30.H index 98e3451eb7a..ac6542120dc 100644 --- a/src/thermophysicalModels/liquids/C14H30/C14H30.H +++ b/src/thermophysicalModels/liquids/C14H30/C14H30.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C14H30/C14H30I.H b/src/thermophysicalModels/liquids/C14H30/C14H30I.H index 9ca69dd569f..3677e3c41d2 100644 --- a/src/thermophysicalModels/liquids/C14H30/C14H30I.H +++ b/src/thermophysicalModels/liquids/C14H30/C14H30I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C16H34/C16H34.C b/src/thermophysicalModels/liquids/C16H34/C16H34.C index 3444e42a70f..5f14b2fa854 100644 --- a/src/thermophysicalModels/liquids/C16H34/C16H34.C +++ b/src/thermophysicalModels/liquids/C16H34/C16H34.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C16H34/C16H34.H b/src/thermophysicalModels/liquids/C16H34/C16H34.H index dfbcf2113ab..e13e5abb0cb 100644 --- a/src/thermophysicalModels/liquids/C16H34/C16H34.H +++ b/src/thermophysicalModels/liquids/C16H34/C16H34.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C16H34/C16H34I.H b/src/thermophysicalModels/liquids/C16H34/C16H34I.H index e3c292341ef..48f9df84216 100644 --- a/src/thermophysicalModels/liquids/C16H34/C16H34I.H +++ b/src/thermophysicalModels/liquids/C16H34/C16H34I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.C b/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.C index f629c59fb0e..9f0db104891 100644 --- a/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.C +++ b/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.H b/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.H index c29b37b6ee9..9926cf454e4 100644 --- a/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.H +++ b/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H5OH/C2H5OHI.H b/src/thermophysicalModels/liquids/C2H5OH/C2H5OHI.H index 09d6f0a1f7b..d578dbf6deb 100644 --- a/src/thermophysicalModels/liquids/C2H5OH/C2H5OHI.H +++ b/src/thermophysicalModels/liquids/C2H5OH/C2H5OHI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H6/C2H6.C b/src/thermophysicalModels/liquids/C2H6/C2H6.C index 34d22b465fc..f66b1b3ed35 100644 --- a/src/thermophysicalModels/liquids/C2H6/C2H6.C +++ b/src/thermophysicalModels/liquids/C2H6/C2H6.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H6/C2H6.H b/src/thermophysicalModels/liquids/C2H6/C2H6.H index 7b5ed785194..53ac57dc4f8 100644 --- a/src/thermophysicalModels/liquids/C2H6/C2H6.H +++ b/src/thermophysicalModels/liquids/C2H6/C2H6.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H6/C2H6I.H b/src/thermophysicalModels/liquids/C2H6/C2H6I.H index df794aaadd1..b1f0cbe75f3 100644 --- a/src/thermophysicalModels/liquids/C2H6/C2H6I.H +++ b/src/thermophysicalModels/liquids/C2H6/C2H6I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H6O/C2H6O.C b/src/thermophysicalModels/liquids/C2H6O/C2H6O.C index 3c84ae13de2..723e7201dc4 100644 --- a/src/thermophysicalModels/liquids/C2H6O/C2H6O.C +++ b/src/thermophysicalModels/liquids/C2H6O/C2H6O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H6O/C2H6O.H b/src/thermophysicalModels/liquids/C2H6O/C2H6O.H index e6c950f2f50..f93a63a64e6 100644 --- a/src/thermophysicalModels/liquids/C2H6O/C2H6O.H +++ b/src/thermophysicalModels/liquids/C2H6O/C2H6O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C2H6O/C2H6OI.H b/src/thermophysicalModels/liquids/C2H6O/C2H6OI.H index 51801495fdb..6a73d4c5e25 100644 --- a/src/thermophysicalModels/liquids/C2H6O/C2H6OI.H +++ b/src/thermophysicalModels/liquids/C2H6O/C2H6OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C3H6O/C3H6O.C b/src/thermophysicalModels/liquids/C3H6O/C3H6O.C index 446c0de0f93..6bc22d1ec20 100644 --- a/src/thermophysicalModels/liquids/C3H6O/C3H6O.C +++ b/src/thermophysicalModels/liquids/C3H6O/C3H6O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C3H6O/C3H6O.H b/src/thermophysicalModels/liquids/C3H6O/C3H6O.H index cc74fb5802d..8a7c1049f67 100644 --- a/src/thermophysicalModels/liquids/C3H6O/C3H6O.H +++ b/src/thermophysicalModels/liquids/C3H6O/C3H6O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C3H6O/C3H6OI.H b/src/thermophysicalModels/liquids/C3H6O/C3H6OI.H index 1701721ad60..93d5b88664b 100644 --- a/src/thermophysicalModels/liquids/C3H6O/C3H6OI.H +++ b/src/thermophysicalModels/liquids/C3H6O/C3H6OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C3H8/C3H8.C b/src/thermophysicalModels/liquids/C3H8/C3H8.C index 265d7048360..436d4e79285 100644 --- a/src/thermophysicalModels/liquids/C3H8/C3H8.C +++ b/src/thermophysicalModels/liquids/C3H8/C3H8.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C3H8/C3H8.H b/src/thermophysicalModels/liquids/C3H8/C3H8.H index 52820f78bf7..c97a9b87f2b 100644 --- a/src/thermophysicalModels/liquids/C3H8/C3H8.H +++ b/src/thermophysicalModels/liquids/C3H8/C3H8.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C3H8/C3H8I.H b/src/thermophysicalModels/liquids/C3H8/C3H8I.H index af7b3639e87..b75b4c9e74b 100644 --- a/src/thermophysicalModels/liquids/C3H8/C3H8I.H +++ b/src/thermophysicalModels/liquids/C3H8/C3H8I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C4H10O/C4H10O.C b/src/thermophysicalModels/liquids/C4H10O/C4H10O.C index 937ad11d323..f6d8c8f083d 100644 --- a/src/thermophysicalModels/liquids/C4H10O/C4H10O.C +++ b/src/thermophysicalModels/liquids/C4H10O/C4H10O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C4H10O/C4H10O.H b/src/thermophysicalModels/liquids/C4H10O/C4H10O.H index 10f5bd33df5..64b89405758 100644 --- a/src/thermophysicalModels/liquids/C4H10O/C4H10O.H +++ b/src/thermophysicalModels/liquids/C4H10O/C4H10O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C4H10O/C4H10OI.H b/src/thermophysicalModels/liquids/C4H10O/C4H10OI.H index c3f54f2da99..263cac42541 100644 --- a/src/thermophysicalModels/liquids/C4H10O/C4H10OI.H +++ b/src/thermophysicalModels/liquids/C4H10O/C4H10OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C6H14/C6H14.C b/src/thermophysicalModels/liquids/C6H14/C6H14.C index eeb34ef658c..869c7eace0c 100644 --- a/src/thermophysicalModels/liquids/C6H14/C6H14.C +++ b/src/thermophysicalModels/liquids/C6H14/C6H14.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C6H14/C6H14.H b/src/thermophysicalModels/liquids/C6H14/C6H14.H index afe7cae8984..3c515d8e486 100644 --- a/src/thermophysicalModels/liquids/C6H14/C6H14.H +++ b/src/thermophysicalModels/liquids/C6H14/C6H14.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C6H14/C6H14I.H b/src/thermophysicalModels/liquids/C6H14/C6H14I.H index bd3242b1800..7f560fd9846 100644 --- a/src/thermophysicalModels/liquids/C6H14/C6H14I.H +++ b/src/thermophysicalModels/liquids/C6H14/C6H14I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C6H6/C6H6.C b/src/thermophysicalModels/liquids/C6H6/C6H6.C index e690a1bf561..ae06dc9a6d4 100644 --- a/src/thermophysicalModels/liquids/C6H6/C6H6.C +++ b/src/thermophysicalModels/liquids/C6H6/C6H6.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C6H6/C6H6.H b/src/thermophysicalModels/liquids/C6H6/C6H6.H index a9d050db941..6d9811ae032 100644 --- a/src/thermophysicalModels/liquids/C6H6/C6H6.H +++ b/src/thermophysicalModels/liquids/C6H6/C6H6.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C6H6/C6H6I.H b/src/thermophysicalModels/liquids/C6H6/C6H6I.H index f8bd6674bf5..40453d887bf 100644 --- a/src/thermophysicalModels/liquids/C6H6/C6H6I.H +++ b/src/thermophysicalModels/liquids/C6H6/C6H6I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C7H16/C7H16.C b/src/thermophysicalModels/liquids/C7H16/C7H16.C index 0dca6966d68..27bac6ac1e0 100644 --- a/src/thermophysicalModels/liquids/C7H16/C7H16.C +++ b/src/thermophysicalModels/liquids/C7H16/C7H16.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C7H16/C7H16.H b/src/thermophysicalModels/liquids/C7H16/C7H16.H index b442a7209f5..ebd03b5fec1 100644 --- a/src/thermophysicalModels/liquids/C7H16/C7H16.H +++ b/src/thermophysicalModels/liquids/C7H16/C7H16.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C7H16/C7H16I.H b/src/thermophysicalModels/liquids/C7H16/C7H16I.H index f5515cd3667..e71b5c57cd3 100644 --- a/src/thermophysicalModels/liquids/C7H16/C7H16I.H +++ b/src/thermophysicalModels/liquids/C7H16/C7H16I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C7H8/C7H8.C b/src/thermophysicalModels/liquids/C7H8/C7H8.C index 53ae02df2ac..5029ee89880 100644 --- a/src/thermophysicalModels/liquids/C7H8/C7H8.C +++ b/src/thermophysicalModels/liquids/C7H8/C7H8.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C7H8/C7H8.H b/src/thermophysicalModels/liquids/C7H8/C7H8.H index 6bf890ccb85..8046b872c20 100644 --- a/src/thermophysicalModels/liquids/C7H8/C7H8.H +++ b/src/thermophysicalModels/liquids/C7H8/C7H8.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C7H8/C7H8I.H b/src/thermophysicalModels/liquids/C7H8/C7H8I.H index 57ffbab0d34..217aeb33e99 100644 --- a/src/thermophysicalModels/liquids/C7H8/C7H8I.H +++ b/src/thermophysicalModels/liquids/C7H8/C7H8I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C8H10/C8H10.C b/src/thermophysicalModels/liquids/C8H10/C8H10.C index f7e1ec00c33..625d29b3cff 100644 --- a/src/thermophysicalModels/liquids/C8H10/C8H10.C +++ b/src/thermophysicalModels/liquids/C8H10/C8H10.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C8H10/C8H10.H b/src/thermophysicalModels/liquids/C8H10/C8H10.H index fa0389e65bd..db139b05895 100644 --- a/src/thermophysicalModels/liquids/C8H10/C8H10.H +++ b/src/thermophysicalModels/liquids/C8H10/C8H10.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C8H10/C8H10I.H b/src/thermophysicalModels/liquids/C8H10/C8H10I.H index 8be41f6a495..11f6933183f 100644 --- a/src/thermophysicalModels/liquids/C8H10/C8H10I.H +++ b/src/thermophysicalModels/liquids/C8H10/C8H10I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C8H18/C8H18.C b/src/thermophysicalModels/liquids/C8H18/C8H18.C index c1aceb9e0f5..f7844df53df 100644 --- a/src/thermophysicalModels/liquids/C8H18/C8H18.C +++ b/src/thermophysicalModels/liquids/C8H18/C8H18.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C8H18/C8H18.H b/src/thermophysicalModels/liquids/C8H18/C8H18.H index 31545251a3e..286cd409f6b 100644 --- a/src/thermophysicalModels/liquids/C8H18/C8H18.H +++ b/src/thermophysicalModels/liquids/C8H18/C8H18.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C8H18/C8H18I.H b/src/thermophysicalModels/liquids/C8H18/C8H18I.H index fb79373a7c1..a1a00bee10b 100644 --- a/src/thermophysicalModels/liquids/C8H18/C8H18I.H +++ b/src/thermophysicalModels/liquids/C8H18/C8H18I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C9H20/C9H20.C b/src/thermophysicalModels/liquids/C9H20/C9H20.C index 6463621a6be..8f4bd94b251 100644 --- a/src/thermophysicalModels/liquids/C9H20/C9H20.C +++ b/src/thermophysicalModels/liquids/C9H20/C9H20.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C9H20/C9H20.H b/src/thermophysicalModels/liquids/C9H20/C9H20.H index ab8d8ea140f..3d71b0efc4e 100644 --- a/src/thermophysicalModels/liquids/C9H20/C9H20.H +++ b/src/thermophysicalModels/liquids/C9H20/C9H20.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/C9H20/C9H20I.H b/src/thermophysicalModels/liquids/C9H20/C9H20I.H index 65509710e1a..9860a1a564f 100644 --- a/src/thermophysicalModels/liquids/C9H20/C9H20I.H +++ b/src/thermophysicalModels/liquids/C9H20/C9H20I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/CH3OH/CH3OH.C b/src/thermophysicalModels/liquids/CH3OH/CH3OH.C index 5a54bcf67cb..89ce2ac94fa 100644 --- a/src/thermophysicalModels/liquids/CH3OH/CH3OH.C +++ b/src/thermophysicalModels/liquids/CH3OH/CH3OH.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/CH3OH/CH3OH.H b/src/thermophysicalModels/liquids/CH3OH/CH3OH.H index ab0e587877f..b33e26dc7ce 100644 --- a/src/thermophysicalModels/liquids/CH3OH/CH3OH.H +++ b/src/thermophysicalModels/liquids/CH3OH/CH3OH.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/CH3OH/CH3OHI.H b/src/thermophysicalModels/liquids/CH3OH/CH3OHI.H index acd4617bee2..260d97b3de2 100644 --- a/src/thermophysicalModels/liquids/CH3OH/CH3OHI.H +++ b/src/thermophysicalModels/liquids/CH3OH/CH3OHI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.C b/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.C index 548e422bfd1..23ef4fa3696 100644 --- a/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.C +++ b/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.H b/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.H index 5cdfb00e9ec..a683cab080f 100644 --- a/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.H +++ b/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/CH4N2O/CH4N2OI.H b/src/thermophysicalModels/liquids/CH4N2O/CH4N2OI.H index 0640c315639..23b40c1a0bb 100644 --- a/src/thermophysicalModels/liquids/CH4N2O/CH4N2OI.H +++ b/src/thermophysicalModels/liquids/CH4N2O/CH4N2OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/H2O/H2O.C b/src/thermophysicalModels/liquids/H2O/H2O.C index 0272d999734..1df2d3cc414 100644 --- a/src/thermophysicalModels/liquids/H2O/H2O.C +++ b/src/thermophysicalModels/liquids/H2O/H2O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/H2O/H2O.H b/src/thermophysicalModels/liquids/H2O/H2O.H index 0fba4aecc1d..fcf8768a46b 100644 --- a/src/thermophysicalModels/liquids/H2O/H2O.H +++ b/src/thermophysicalModels/liquids/H2O/H2O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/H2O/H2OI.H b/src/thermophysicalModels/liquids/H2O/H2OI.H index 20f7eef98bb..d3e4683b683 100644 --- a/src/thermophysicalModels/liquids/H2O/H2OI.H +++ b/src/thermophysicalModels/liquids/H2O/H2OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/IC8H18/IC8H18.C b/src/thermophysicalModels/liquids/IC8H18/IC8H18.C index 9a74aabf2ab..e21713598c9 100644 --- a/src/thermophysicalModels/liquids/IC8H18/IC8H18.C +++ b/src/thermophysicalModels/liquids/IC8H18/IC8H18.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/IC8H18/IC8H18.H b/src/thermophysicalModels/liquids/IC8H18/IC8H18.H index 294e22ee5bc..f446e056df8 100644 --- a/src/thermophysicalModels/liquids/IC8H18/IC8H18.H +++ b/src/thermophysicalModels/liquids/IC8H18/IC8H18.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/IC8H18/IC8H18I.H b/src/thermophysicalModels/liquids/IC8H18/IC8H18I.H index 4693d9aa75a..2ff7b50602b 100644 --- a/src/thermophysicalModels/liquids/IC8H18/IC8H18I.H +++ b/src/thermophysicalModels/liquids/IC8H18/IC8H18I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/IDEA/IDEA.C b/src/thermophysicalModels/liquids/IDEA/IDEA.C index 8b6e28c405b..6e05117d05b 100644 --- a/src/thermophysicalModels/liquids/IDEA/IDEA.C +++ b/src/thermophysicalModels/liquids/IDEA/IDEA.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/IDEA/IDEA.H b/src/thermophysicalModels/liquids/IDEA/IDEA.H index e99eda7909f..755018343cb 100644 --- a/src/thermophysicalModels/liquids/IDEA/IDEA.H +++ b/src/thermophysicalModels/liquids/IDEA/IDEA.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/IDEA/IDEAI.H b/src/thermophysicalModels/liquids/IDEA/IDEAI.H index 40d7a84179d..9861b03c8eb 100644 --- a/src/thermophysicalModels/liquids/IDEA/IDEAI.H +++ b/src/thermophysicalModels/liquids/IDEA/IDEAI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/MB/MB.C b/src/thermophysicalModels/liquids/MB/MB.C index 07c2099f6b9..95c70866f42 100644 --- a/src/thermophysicalModels/liquids/MB/MB.C +++ b/src/thermophysicalModels/liquids/MB/MB.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/MB/MB.H b/src/thermophysicalModels/liquids/MB/MB.H index f09a9e95883..03a950f4a85 100644 --- a/src/thermophysicalModels/liquids/MB/MB.H +++ b/src/thermophysicalModels/liquids/MB/MB.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/MB/MBI.H b/src/thermophysicalModels/liquids/MB/MBI.H index 2a50abbe214..f08998b1c20 100644 --- a/src/thermophysicalModels/liquids/MB/MBI.H +++ b/src/thermophysicalModels/liquids/MB/MBI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/N2/N2.C b/src/thermophysicalModels/liquids/N2/N2.C index 48f854cf79c..2f3cb19939f 100644 --- a/src/thermophysicalModels/liquids/N2/N2.C +++ b/src/thermophysicalModels/liquids/N2/N2.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/N2/N2.H b/src/thermophysicalModels/liquids/N2/N2.H index 86999bb9040..3aeaea6c0b6 100644 --- a/src/thermophysicalModels/liquids/N2/N2.H +++ b/src/thermophysicalModels/liquids/N2/N2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/N2/N2I.H b/src/thermophysicalModels/liquids/N2/N2I.H index a8b15251040..d02df907a42 100644 --- a/src/thermophysicalModels/liquids/N2/N2I.H +++ b/src/thermophysicalModels/liquids/N2/N2I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.C b/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.C index 1e8d3bd19a3..9ad968dc5f8 100644 --- a/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.C +++ b/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.H b/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.H index 1ca23ba9e82..82c546003bf 100644 --- a/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.H +++ b/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3I.H b/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3I.H index ff7e45ab7b4..138bede0915 100644 --- a/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3I.H +++ b/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.C b/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.C index bb10977c9d8..fae58207443 100644 --- a/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.C +++ b/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.H b/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.H index b444967811a..3b6f6a5db4c 100644 --- a/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.H +++ b/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3I.H b/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3I.H index f2f3c0ff010..fd01df9d518 100644 --- a/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3I.H +++ b/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3I.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.C b/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.C index f879f87ee14..f1c6885d6b4 100644 --- a/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.C +++ b/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.H b/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.H index 19fc0c81548..4cd1d692cf2 100644 --- a/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.H +++ b/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/iC3H8O/iC3H8OI.H b/src/thermophysicalModels/liquids/iC3H8O/iC3H8OI.H index b66af4ea8d1..13b8bd2c9d8 100644 --- a/src/thermophysicalModels/liquids/iC3H8O/iC3H8OI.H +++ b/src/thermophysicalModels/liquids/iC3H8O/iC3H8OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/liquid/liquid.C b/src/thermophysicalModels/liquids/liquid/liquid.C index 3da16191f29..3b6b0b2e03d 100644 --- a/src/thermophysicalModels/liquids/liquid/liquid.C +++ b/src/thermophysicalModels/liquids/liquid/liquid.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/liquid/liquid.H b/src/thermophysicalModels/liquids/liquid/liquid.H index 07990499b9f..4203fca0422 100644 --- a/src/thermophysicalModels/liquids/liquid/liquid.H +++ b/src/thermophysicalModels/liquids/liquid/liquid.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/liquid/liquidI.H b/src/thermophysicalModels/liquids/liquid/liquidI.H index 807c9d93b91..f9094e546ab 100644 --- a/src/thermophysicalModels/liquids/liquid/liquidI.H +++ b/src/thermophysicalModels/liquids/liquid/liquidI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.C b/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.C index c52688274e3..8641ed6cf89 100644 --- a/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.C +++ b/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.H b/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.H index 5c945b4793a..3761939ffa2 100644 --- a/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.H +++ b/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/liquids/nC3H8O/nC3H8OI.H b/src/thermophysicalModels/liquids/nC3H8O/nC3H8OI.H index 3a5f9ff91f8..23738672b48 100644 --- a/src/thermophysicalModels/liquids/nC3H8O/nC3H8OI.H +++ b/src/thermophysicalModels/liquids/nC3H8O/nC3H8OI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C index 0f0fdd2aa92..9ae7b435caf 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.H b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.H index e6786ab7c83..1640f59d3ba 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.H +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.C b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.C index 327489cb16a..99b5c682675 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.C +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -174,7 +174,10 @@ void Foam::MarshakRadiationFixedTMixedFvPatchScalarField::updateCoeffs() } -void Foam::MarshakRadiationFixedTMixedFvPatchScalarField::write(Ostream& os) const +void Foam::MarshakRadiationFixedTMixedFvPatchScalarField::write +( + Ostream& os +) const { mixedFvPatchScalarField::write(os); Trad_.writeEntry("Trad", os); diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.H b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.H index fd6ddd06eeb..d33ce829367 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.H +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.C b/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.C index 8f4e9b87259..e51aab448f0 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.C +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H b/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H index 785b94d241b..a951362c840 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.C b/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.C index d97689cb21e..c3426967c55 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.C +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H b/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H index 51a81e46df1..8f5db7f8510 100644 --- a/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H +++ b/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/P1/P1.C b/src/thermophysicalModels/radiation/radiationModel/P1/P1.C index 74cf2165360..478512e2f88 100644 --- a/src/thermophysicalModels/radiation/radiationModel/P1/P1.C +++ b/src/thermophysicalModels/radiation/radiationModel/P1/P1.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/P1/P1.H b/src/thermophysicalModels/radiation/radiationModel/P1/P1.H index 7c03d5313e0..154ab1d7f6d 100644 --- a/src/thermophysicalModels/radiation/radiationModel/P1/P1.H +++ b/src/thermophysicalModels/radiation/radiationModel/P1/P1.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.C b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.C index 7431b4aaeee..4b62fd554a5 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.C +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H index 9bb61b361b6..378dda514a0 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffsI.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffsI.H index 50a6b535ba1..d971dda8d53 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffsI.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffsI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.C b/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.C index 69cc79377e6..d10678a6c87 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.C +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H index 732631fd4e2..93d39bfa713 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.C b/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.C index effd9cd6354..dca6315cb79 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.C +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H index 7e40ba374c2..1ae3a4c4b48 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOMI.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOMI.H index 9cc75fb023f..ae28b450a6c 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOMI.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOMI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C index 9150c19b8b2..155956a0d9d 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H index 15c57772b83..a795052305b 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRayI.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRayI.H index 7440533b4e3..3891ae9a7de 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRayI.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRayI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -23,13 +23,15 @@ License \*---------------------------------------------------------------------------*/ -inline const Foam::volScalarField& Foam::radiation::radiativeIntensityRay::I() const +inline const Foam::volScalarField& +Foam::radiation::radiativeIntensityRay::I() const { return I_; } -inline const Foam::volScalarField& Foam::radiation::radiativeIntensityRay::Qr() const +inline const Foam::volScalarField& +Foam::radiation::radiativeIntensityRay::Qr() const { return Qr_; } @@ -77,7 +79,8 @@ inline Foam::scalar Foam::radiation::radiativeIntensityRay::omega() const } -inline const Foam::volScalarField& Foam::radiation::radiativeIntensityRay::ILambda +inline const Foam::volScalarField& +Foam::radiation::radiativeIntensityRay::ILambda ( const label lambdaI ) const diff --git a/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.C b/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.C index 02230a2733c..827a1e1c574 100644 --- a/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.C +++ b/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H b/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H index cfd0ac9d126..0913694db4b 100644 --- a/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H +++ b/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.C b/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.C index d82e1ffe3e6..cfbb2b61455 100644 --- a/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.C +++ b/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.H b/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.H index a9adc00a1ee..4bf2fe378ea 100644 --- a/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.H +++ b/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModelNew.C b/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModelNew.C index 861708ebecb..8559b0b3f6f 100644 --- a/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModelNew.C +++ b/src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.C index 4a947eb2572..7c6402ab4b6 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.H index 9784cee36fb..85f370d9742 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModelNew.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModelNew.C index a18cee8129b..78f4666a899 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModelNew.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.C index 46328b9c98a..94eda64a8d3 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H index 7f36a0cd095..e5b24d5a31b 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.C index abcc347f2f2..8f6a0f36d2c 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H index e33afebba37..cad2ec86358 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.C index e7b4c739a2c..04ad376ee63 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H index 7b7c2a46805..deec87298df 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.C index 72354325d1f..70afeac3a73 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H index 7b3373ed831..d283e151a57 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C index 77ac0ea3f7d..0620ba27a9c 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H index d71842feeed..f1194b3f0cc 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.C b/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.C index 3e97b6ffb40..d81d23da300 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.C +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H b/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H index 336d9e19551..5ef929b8ab5 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C index 0a354753628..a951af58456 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H index 4d97e911bf0..179826f84aa 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModelNew.C b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModelNew.C index 4234e8e9b70..57b4fd72286 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModelNew.C +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.C b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.C index fca68606a0a..011d65d4496 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.C +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H index 895fede6281..72c42062b35 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/makeChemistryReaders.C b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/makeChemistryReaders.C index 4b6c1384c9b..70801f562a4 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/makeChemistryReaders.C +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/makeChemistryReaders.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C index 29717a7554a..80418cbc837 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -82,7 +82,11 @@ void Foam::chemkinReader::initReactionKeywordTable() { reactionKeywordTable_.insert("M", thirdBodyReactionType); reactionKeywordTable_.insert("LOW", unimolecularFallOffReactionType); - reactionKeywordTable_.insert("HIGH", chemicallyActivatedBimolecularReactionType); + reactionKeywordTable_.insert + ( + "HIGH", + chemicallyActivatedBimolecularReactionType + ); reactionKeywordTable_.insert("TROE", TroeReactionType); reactionKeywordTable_.insert("SRI", SRIReactionType); reactionKeywordTable_.insert("LT", LandauTellerReactionType); diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H index 23906265944..67906b18b37 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.C b/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.C index 4e871737e52..5e29a87a6e4 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.C +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H index b8fa6e1d8a8..5cba4d8b9fa 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.C index 5b4ca527769..126823c624c 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.H index c384e9540c5..c140a2703b8 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermoNew.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermoNew.C index aa1d03316d2..e8c4de99a83 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermoNew.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermoNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/makeCombustionThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/makeCombustionThermo.H index 19ed3892f86..2bb2a72d802 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/makeCombustionThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/makeCombustionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,7 +34,15 @@ InClass // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#define makeCombustionThermo(CThermo,MixtureThermo,Mixture,Transport,Thermo,EqnOfState) \ +#define makeCombustionThermo\ +( \ + CThermo, \ + MixtureThermo, \ + Mixture, \ + Transport, \ + Thermo, \ + EqnOfState \ +) \ \ typedef MixtureThermo \ <Mixture<Transport<specieThermo<Thermo<EqnOfState> > > > > \ diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.C index 299b4896230..5e84c835a3b 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.H index 22f3214352d..a05d6755719 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermoNew.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermoNew.C index 20117977aaa..de472462a03 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermoNew.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermoNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermos.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermos.C index 1067970eb01..aa8c2e7970b 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermos.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.C index 8e755a491de..437050d3037 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.H index 030691434b0..366e7cea737 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermoNew.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermoNew.C index 9edb9111c29..40bd2626fa3 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermoNew.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermoNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermos.C b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermos.C index effd32bdee1..7a4bc531f12 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermos.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/hsCombustionThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/makeHsCombustionThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/makeHsCombustionThermo.H index 2d438dfc389..c4f9adb598f 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/makeHsCombustionThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/hsCombustionThermo/makeHsCombustionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,7 +34,15 @@ InClass // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#define makeHsCombustionThermo(CThermo,MixtureThermo,Mixture,Transport,Thermo,EqnOfState) \ +#define makeHsCombustionThermo\ +( \ + CThermo, \ + MixtureThermo, \ + Mixture, \ + Transport, \ + Thermo, \ + EqnOfState \ +) \ \ typedef MixtureThermo \ <Mixture<Transport<specieThermo<Thermo<EqnOfState> > > > > \ @@ -63,7 +71,13 @@ addToRunTimeSelectionTable \ ) -#define makeHsCombustionMixtureThermo(CThermo,MixtureThermo,Mixture,ThermoPhys) \ +#define makeHsCombustionMixtureThermo\ +( \ + CThermo, \ + MixtureThermo, \ + Mixture, \ + ThermoPhys \ +) \ \ typedef MixtureThermo<Mixture<ThermoPhys> > \ MixtureThermo##Mixture##ThermoPhys; \ diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.C b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.C index d1e4936a9bb..58debe4bf0c 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H index 73994d4e489..526a2a20bf2 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C index 9a02953c601..6dfcab939cb 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H index 284ecb2ec8b..d3616de87cb 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.C b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.C index 3a907f9080b..fb01af1eeaa 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.C +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.H b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.H index d3f44c283b7..83a28ebbc2f 100644 --- a/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.H +++ b/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.C b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.C index 4352930af00..1755c8fb938 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.C +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H index 49db62de940..c3a444cab93 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.C b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.C index 1d40ca1f87c..9fcf936b387 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.C +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H index e05d176a4a3..11e01d53d9c 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.C b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.C index cd7f194baf0..08436a30cf1 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.C +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H index 8b3d7e5ee3a..0ffc5d4ca4f 100644 --- a/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H +++ b/src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.C index 7ebdc7663df..9535c6b9a1e 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H index 2495e10a5b1..f49bb2df804 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H index b80a4b51a47..30185bd4aa9 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.C index 66b06290bb2..d7d312735d7 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.H index 3d2d977b12b..b0b46a88cc6 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.C index a1fabe8b28c..7ba65975e82 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H index 6e411751524..0a9adf6aa72 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.C index 869bed41550..89878ed40cb 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H index dd2d16dc813..b03e63d7c73 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.C index 5d5886f6b28..743aeff98b9 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H index 3d48224f54b..b4f9fc5f38f 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.C index 617349840cc..a8575e037cf 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H index ae4ae6ad6eb..73d27f72cc0 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.C index b0fc748edc2..3e10336dbb8 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H index fd72340850d..e3fd9b64ac6 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.C b/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.C index 142fc7dd0c7..9781890b1ad 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.C +++ b/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H b/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H index d2c6b1f53cf..f58335f4e41 100644 --- a/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H +++ b/src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.C index 5f7ea0b38c5..c85db6ae0b1 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.C +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.H b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.H index d55ae046ae3..0c8845fb03f 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.H +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermoNew.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermoNew.C index df17d001f0a..65463813917 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermoNew.C +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermoNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C index 9ba99b0e334..f5e392578bc 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/makeReactionThermo.H b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/makeReactionThermo.H index 8872bf378cd..111dc94de06 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/makeReactionThermo.H +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/makeReactionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -34,7 +34,15 @@ InClass // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#define makeReactionThermo(CThermo,MixtureThermo,Mixture,Transport,Thermo,EqnOfState) \ +#define makeReactionThermo\ +( \ + CThermo, \ + MixtureThermo, \ + Mixture, \ + Transport, \ + Thermo, \ + EqnOfState \ +) \ \ typedef MixtureThermo \ <Mixture<Transport<specieThermo<Thermo<EqnOfState> > > > > \ diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.C b/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.C index 500783b9a72..50737f4131f 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.C +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.H b/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.H index d602d4f266f..52c4497f84d 100644 --- a/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.H +++ b/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.C b/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.C index 0b23ab7827b..55ccd4057f7 100644 --- a/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.C +++ b/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.H b/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.H index 18221b83a8e..50f8b54a6c2 100644 --- a/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.H +++ b/src/thermophysicalModels/solidMixture/solidMixture/solidMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/C/C.C b/src/thermophysicalModels/solids/C/C.C index 8bc8ea3cb30..317e3a3388e 100644 --- a/src/thermophysicalModels/solids/C/C.C +++ b/src/thermophysicalModels/solids/C/C.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/C/C.H b/src/thermophysicalModels/solids/C/C.H index fd205f16470..bab7f2cff20 100644 --- a/src/thermophysicalModels/solids/C/C.H +++ b/src/thermophysicalModels/solids/C/C.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/CaCO3/CaCO3.C b/src/thermophysicalModels/solids/CaCO3/CaCO3.C index ca74591511d..e7461a995bb 100644 --- a/src/thermophysicalModels/solids/CaCO3/CaCO3.C +++ b/src/thermophysicalModels/solids/CaCO3/CaCO3.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/CaCO3/CaCO3.H b/src/thermophysicalModels/solids/CaCO3/CaCO3.H index 232c910ddc1..f284b06b6ea 100644 --- a/src/thermophysicalModels/solids/CaCO3/CaCO3.H +++ b/src/thermophysicalModels/solids/CaCO3/CaCO3.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/ash/ash.C b/src/thermophysicalModels/solids/ash/ash.C index 016592ca512..e4b4f934e70 100644 --- a/src/thermophysicalModels/solids/ash/ash.C +++ b/src/thermophysicalModels/solids/ash/ash.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/ash/ash.H b/src/thermophysicalModels/solids/ash/ash.H index ef09664424e..06430e4f7e5 100644 --- a/src/thermophysicalModels/solids/ash/ash.H +++ b/src/thermophysicalModels/solids/ash/ash.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/solid/solid.C b/src/thermophysicalModels/solids/solid/solid.C index c0fd9834521..35776ea125b 100644 --- a/src/thermophysicalModels/solids/solid/solid.C +++ b/src/thermophysicalModels/solids/solid/solid.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/solid/solid.H b/src/thermophysicalModels/solids/solid/solid.H index bacdae17e44..6655c8b65a2 100644 --- a/src/thermophysicalModels/solids/solid/solid.H +++ b/src/thermophysicalModels/solids/solid/solid.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/solid/solidI.H b/src/thermophysicalModels/solids/solid/solidI.H index cab8bd643e9..d18d48087e5 100644 --- a/src/thermophysicalModels/solids/solid/solidI.H +++ b/src/thermophysicalModels/solids/solid/solidI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/solids/solid/solidNew.C b/src/thermophysicalModels/solids/solid/solidNew.C index 860e1e5d5a9..327c32af1dc 100644 --- a/src/thermophysicalModels/solids/solid/solidNew.C +++ b/src/thermophysicalModels/solids/solid/solidNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/atomicWeights/atomicWeights.C b/src/thermophysicalModels/specie/atomicWeights/atomicWeights.C index 439885e53e5..d1f912c4ca0 100644 --- a/src/thermophysicalModels/specie/atomicWeights/atomicWeights.C +++ b/src/thermophysicalModels/specie/atomicWeights/atomicWeights.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/atomicWeights/atomicWeights.H b/src/thermophysicalModels/specie/atomicWeights/atomicWeights.H index b91acc2c570..33e3e1978f8 100644 --- a/src/thermophysicalModels/specie/atomicWeights/atomicWeights.H +++ b/src/thermophysicalModels/specie/atomicWeights/atomicWeights.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.C b/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.C index 44286e5ee7a..95ab12629d5 100644 --- a/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.C +++ b/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H b/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H index f458188f07f..889837b8ad1 100644 --- a/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H +++ b/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomialI.H b/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomialI.H index 74809ce6319..e4a1699e207 100644 --- a/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomialI.H +++ b/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomialI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.C b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.C index 88c285a0613..04c85a13447 100644 --- a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.C +++ b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H index 811f837af54..10d42ad1642 100644 --- a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H +++ b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H index 73cf2421649..798e39343dd 100644 --- a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H +++ b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/include/reactionTypes.H b/src/thermophysicalModels/specie/include/reactionTypes.H index 289315321c1..11fb209d07b 100644 --- a/src/thermophysicalModels/specie/include/reactionTypes.H +++ b/src/thermophysicalModels/specie/include/reactionTypes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/include/thermoPhysicsTypes.H b/src/thermophysicalModels/specie/include/thermoPhysicsTypes.H index d8bfb771f4e..cd00566f194 100644 --- a/src/thermophysicalModels/specie/include/thermoPhysicsTypes.H +++ b/src/thermophysicalModels/specie/include/thermoPhysicsTypes.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C b/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C index 13447c215c5..7e810f12255 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C +++ b/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H b/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H index 4ff1606858a..46a6414e965 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.C b/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.C index 5690d8cc716..06befe7e8e7 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.C +++ b/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H b/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H index 983bdfff2cf..2cc66c430e4 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.C b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.C index 045c39b0bf0..87b8eb123c6 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.C +++ b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H index a42b8c90c0e..73a704935a0 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/ReactionI.H b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/ReactionI.H index d43387adc65..7a6f93119dd 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/ReactionI.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/ReactionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C b/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C index b8a247dd6d7..6456299ede4 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C +++ b/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H b/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H index 1c3672f04f0..b2f115957d8 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRate.H index 12989665739..a20955e15a1 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRateI.H index fa5da0f9c1f..25ad2db342b 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRate.H index 302d9351ae9..3930d3ec197 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRateI.H index 2cad8826069..b857aa4080f 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRate.H index 9582a71fade..fb62a4f56b5 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRateI.H index c3ac178e107..d69531116c3 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRate.H index e8c7e15524c..a497883e33e 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRateI.H index d7e95170b75..5a073c23631 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRate.H index fff84800b0d..46c6ced4633 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRateI.H index 6fb7ec8713b..2ef12e1868c 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRate.H index e4a01536251..93a6e70c021 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRateI.H index 3c0c51a47d6..3bc8d92b55f 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunction.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunction.H index babe36e706b..e992125f179 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunction.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunctionI.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunctionI.H index 8d5f5002dc7..65c9a35ac28 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunctionI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunctionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunction.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunction.H index c5a8130af16..580e0239144 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunction.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunctionI.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunctionI.H index 7404a10b4d5..de7b4970e74 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunctionI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunctionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H index 6a9900d3ddb..55fac55220b 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunctionI.H b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunctionI.H index 57163c63e5f..8350b674fb5 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunctionI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunctionI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRate.H index 43cc42cf8b0..0193b7f716b 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRateI.H index 0a36e690b8a..d9a3ea4f2a4 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRate.H b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRate.H index f6727608160..b462c742547 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRate.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRate.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRateI.H b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRateI.H index 0eb6912ffca..38bc148eac5 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRateI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRateI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -77,7 +77,11 @@ inline scalar thirdBodyArrheniusReactionRate::operator() } -inline Ostream& operator<<(Ostream& os, const thirdBodyArrheniusReactionRate& arr) +inline Ostream& operator<< +( + Ostream& os, + const thirdBodyArrheniusReactionRate& arr +) { os << token::BEGIN_LIST << static_cast<const ArrheniusReactionRate&>(arr) diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficiencies.H b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficiencies.H index 55d7a6ec706..0f46db8dd48 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficiencies.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficiencies.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficienciesI.H b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficienciesI.H index 1246fc4b362..8e8096fa718 100644 --- a/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficienciesI.H +++ b/src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficienciesI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactions/makeChemkinReactions.C b/src/thermophysicalModels/specie/reaction/reactions/makeChemkinReactions.C index 2c0c867c441..43b1ab45070 100644 --- a/src/thermophysicalModels/specie/reaction/reactions/makeChemkinReactions.C +++ b/src/thermophysicalModels/specie/reaction/reactions/makeChemkinReactions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactions/makeLangmuirHinshelwoodReactions.C b/src/thermophysicalModels/specie/reaction/reactions/makeLangmuirHinshelwoodReactions.C index 89a253b6ece..e82c940b398 100644 --- a/src/thermophysicalModels/specie/reaction/reactions/makeLangmuirHinshelwoodReactions.C +++ b/src/thermophysicalModels/specie/reaction/reactions/makeLangmuirHinshelwoodReactions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H b/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H index 77dd8a010c0..0837c28d03d 100644 --- a/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H +++ b/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,7 +69,7 @@ namespace Foam ( \ ReactionType::typeName_() \ + ReactionRate::type() \ - + Reaction##Thermo::typeName_() \ + + Reaction##Thermo::typeName_() \ ); \ \ addToRunTimeSelectionTable \ @@ -79,8 +79,14 @@ namespace Foam Istream \ ); - -#define makePressureDependentReaction(Thermo, Reaction, PressureDependentReactionRate, ReactionRate, FallOffFunction) \ +#define makePressureDependentReaction\ +( \ + Thermo, \ + Reaction, \ + PressureDependentReactionRate, \ + ReactionRate, \ + FallOffFunction \ +) \ \ typedef PressureDependentReactionRate<ReactionRate, FallOffFunction> \ PressureDependentReactionRate##ReactionRate##FallOffFunction; \ diff --git a/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermoReactions.C b/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermoReactions.C index 7e1811561a5..8974891b880 100644 --- a/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermoReactions.C +++ b/src/thermophysicalModels/specie/reaction/reactions/makeReactionThermoReactions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/specie/specie.C b/src/thermophysicalModels/specie/specie/specie.C index 5b72e864a3c..35ba05ea115 100644 --- a/src/thermophysicalModels/specie/specie/specie.C +++ b/src/thermophysicalModels/specie/specie/specie.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/specie/specie.H b/src/thermophysicalModels/specie/specie/specie.H index a3af7ac2c4a..e4cd6cf908b 100644 --- a/src/thermophysicalModels/specie/specie/specie.H +++ b/src/thermophysicalModels/specie/specie/specie.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/specie/specieI.H b/src/thermophysicalModels/specie/specie/specieI.H index 7ab01d14631..21892aba7db 100644 --- a/src/thermophysicalModels/specie/specie/specieI.H +++ b/src/thermophysicalModels/specie/specie/specieI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/speciesTable/speciesTable.C b/src/thermophysicalModels/specie/speciesTable/speciesTable.C index ed2929088d6..3c5b0cb176b 100644 --- a/src/thermophysicalModels/specie/speciesTable/speciesTable.C +++ b/src/thermophysicalModels/specie/speciesTable/speciesTable.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/speciesTable/speciesTable.H b/src/thermophysicalModels/specie/speciesTable/speciesTable.H index 273799ab163..4e7013d015e 100644 --- a/src/thermophysicalModels/specie/speciesTable/speciesTable.H +++ b/src/thermophysicalModels/specie/speciesTable/speciesTable.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/speciesTable/speciesTableI.H b/src/thermophysicalModels/specie/speciesTable/speciesTableI.H index f8221b477e0..8a8c85694a4 100644 --- a/src/thermophysicalModels/specie/speciesTable/speciesTableI.H +++ b/src/thermophysicalModels/specie/speciesTable/speciesTableI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.C b/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.C index ea02b84660e..fb7b8489da5 100644 --- a/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.C +++ b/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H b/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H index e058007ebe4..91dc5af60b8 100644 --- a/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H +++ b/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/eConst/eConstThermoI.H b/src/thermophysicalModels/specie/thermo/eConst/eConstThermoI.H index 6f4b1b9836f..c0357855a52 100644 --- a/src/thermophysicalModels/specie/thermo/eConst/eConstThermoI.H +++ b/src/thermophysicalModels/specie/thermo/eConst/eConstThermoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.C b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.C index cecdad99fb5..7c4e8216a93 100644 --- a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.C +++ b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H index 80263e94f93..d1acddd2c24 100644 --- a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H +++ b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/hConst/hConstThermoI.H b/src/thermophysicalModels/specie/thermo/hConst/hConstThermoI.H index 97a11b3baf3..3c596cc3f94 100644 --- a/src/thermophysicalModels/specie/thermo/hConst/hConstThermoI.H +++ b/src/thermophysicalModels/specie/thermo/hConst/hConstThermoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C index 5f193cb6af1..610b1192c2a 100644 --- a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C +++ b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H index bc2cfe74d50..587714496b1 100644 --- a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H +++ b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermoI.H b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermoI.H index eb4aea0a05e..b16ed5d0a6c 100644 --- a/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermoI.H +++ b/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/janaf/janafThermo.C b/src/thermophysicalModels/specie/thermo/janaf/janafThermo.C index 0f0e4b941a4..c635de1b6b6 100644 --- a/src/thermophysicalModels/specie/thermo/janaf/janafThermo.C +++ b/src/thermophysicalModels/specie/thermo/janaf/janafThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H b/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H index fa837e5d1ae..31036712722 100644 --- a/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H +++ b/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H b/src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H index e32a076078c..1379a9d8adc 100644 --- a/src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H +++ b/src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.C b/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.C index 35676a41fa1..9a5f5866f89 100644 --- a/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.C +++ b/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H b/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H index 29ed7cd97e1..3b235504c27 100644 --- a/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H +++ b/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/thermo/specieThermo/specieThermoI.H b/src/thermophysicalModels/specie/thermo/specieThermo/specieThermoI.H index 8818161320b..402103f38cb 100644 --- a/src/thermophysicalModels/specie/thermo/specieThermo/specieThermoI.H +++ b/src/thermophysicalModels/specie/thermo/specieThermo/specieThermoI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/const/constTransport.C b/src/thermophysicalModels/specie/transport/const/constTransport.C index 57f2df36165..3fabc785a86 100644 --- a/src/thermophysicalModels/specie/transport/const/constTransport.C +++ b/src/thermophysicalModels/specie/transport/const/constTransport.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/const/constTransport.H b/src/thermophysicalModels/specie/transport/const/constTransport.H index 1844f0d62a6..ae8d58e57d3 100644 --- a/src/thermophysicalModels/specie/transport/const/constTransport.H +++ b/src/thermophysicalModels/specie/transport/const/constTransport.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/const/constTransportI.H b/src/thermophysicalModels/specie/transport/const/constTransportI.H index 587c174832e..7cb5fa437c2 100644 --- a/src/thermophysicalModels/specie/transport/const/constTransportI.H +++ b/src/thermophysicalModels/specie/transport/const/constTransportI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.C b/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.C index b4a147946c3..df0c2fc410a 100644 --- a/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.C +++ b/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H b/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H index a34614ec386..7167d5c56c5 100644 --- a/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H +++ b/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/polynomial/polynomialTransportI.H b/src/thermophysicalModels/specie/transport/polynomial/polynomialTransportI.H index 348e20d2a84..ee94f6d0e7c 100644 --- a/src/thermophysicalModels/specie/transport/polynomial/polynomialTransportI.H +++ b/src/thermophysicalModels/specie/transport/polynomial/polynomialTransportI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.C b/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.C index 686656c88f5..9c1853b5f20 100644 --- a/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.C +++ b/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H b/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H index d6f467ca772..95ffc6ad670 100644 --- a/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H +++ b/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransportI.H b/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransportI.H index d9e3047606b..e3ac8f21895 100644 --- a/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransportI.H +++ b/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransportI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.C b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.C index f871599219a..aabacb72bc9 100644 --- a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.C +++ b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H index 4c0e40975da..72755607aaf 100644 --- a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H +++ b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransportI.H b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransportI.H index c821963a24f..ee1849655e7 100644 --- a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransportI.H +++ b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransportI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.C b/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.C index 9bf8df38e98..7466afb4c28 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.C +++ b/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H b/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H index 72f4c97e959..93ad9fb88d9 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H +++ b/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C index f36176c51e3..54696aba1ac 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H index 7e3ab87d25d..a924cb658ae 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C index 4387a161c76..88d3e10f4b4 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H index 9c9037687bc..291bdd5b0bc 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C index 55c0c3e69e0..3b9f9591209 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H index 451ced542d3..3e27776c7b8 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -110,7 +110,12 @@ public: scalar f(scalar, scalar T) const { scalar t = 1.0 - T/Tc_; - return a_*a_/t + b_ - t*(2.0*a_*c_ + t*(a_*d_ + t*(c_*c_/3.0 + t*(0.5*c_*d_ + 0.2*d_*d_*t)))); + return + a_*a_/t + b_ - t + *( + 2.0*a_*c_ + + t*(a_*d_ + t*(c_*c_/3.0 + t*(0.5*c_*d_ + 0.2*d_*d_*t))) + ); } diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C index 3f57471022b..fde6e6bce92 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H index 17f33e0b630..aa21385bea6 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C index c0e10651970..61724bd1d76 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H index 63f9454f54e..94e2c10374b 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C index fd507f1e35a..0520763dd24 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H index 5c1759d471f..a1323d40b82 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C index dd020b12e85..12f931f60a4 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H index e52579f4582..d1c9b87e0f4 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C index 12112b96813..0d4b1d2ccdb 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H index b4e5543316c..f538c744e97 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C index 6c7191ce210..b5b14a5161d 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H index 86ff5ffc229..ed70b6c90f3 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H +++ b/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.C b/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.C index dd454564583..aea12464bae 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.C +++ b/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H b/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H index 3baf8c52e36..84ab7beede7 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H +++ b/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.C b/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.C index 88ce5782ad3..758ffd74c11 100644 --- a/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.C +++ b/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -237,7 +237,8 @@ bool Foam::linearValveFvMesh::attached() const ) { FatalErrorIn("bool linearValveFvMesh::attached() const") - << "Slider " << modI << " named " << topoChanges[modI].name() + << "Slider " << modI + << " named " << topoChanges[modI].name() << " out of sync: Should be" << result << abort(FatalError); } diff --git a/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H b/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H index 2aca2ca6551..ddcdb9b70d4 100644 --- a/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H +++ b/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.C b/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.C index f82895bf3bd..3f0c89a130c 100644 --- a/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.C +++ b/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -37,7 +37,12 @@ License namespace Foam { defineTypeNameAndDebug(linearValveLayersFvMesh, 0); - addToRunTimeSelectionTable(topoChangerFvMesh, linearValveLayersFvMesh, IOobject); + addToRunTimeSelectionTable + ( + topoChangerFvMesh, + linearValveLayersFvMesh, + IOobject + ); } diff --git a/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H b/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H index 17b7618e3d4..debc5b6c8da 100644 --- a/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H +++ b/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C b/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C index e4049f988ab..7f6db90e452 100644 --- a/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C +++ b/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H b/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H index 3eecccd303c..f6f9d4ef57d 100644 --- a/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H +++ b/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C index b319e1807ae..a7d0241095a 100644 --- a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C +++ b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H index 88fca0b5d3d..dc944fd5a9d 100644 --- a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H +++ b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.C b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.C index 6e251e7750b..12531d148f3 100644 --- a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.C +++ b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H index 8fc09a4463e..320456a399e 100644 --- a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H +++ b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMeshTemplates.C b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMeshTemplates.C index 388487c5052..c380e501441 100644 --- a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMeshTemplates.C +++ b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMeshTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.C b/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.C index bf3b921cff9..fd8ac522ec0 100644 --- a/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.C +++ b/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H b/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H index fb419bef59e..e3a573a05bb 100644 --- a/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H +++ b/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.C b/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.C index 42b672bdc45..d7f49166e55 100644 --- a/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.C +++ b/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H b/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H index 1dbec9cbca5..f1718df1a74 100644 --- a/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H +++ b/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.C b/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.C index a964d4e117f..7675f5cf789 100644 --- a/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.C +++ b/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H b/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H index 238c39d0204..d1d2646f4e4 100644 --- a/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H +++ b/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/transportModel/transportModel.C b/src/transportModels/incompressible/transportModel/transportModel.C index e45e8206a92..1fe47cfd498 100644 --- a/src/transportModels/incompressible/transportModel/transportModel.C +++ b/src/transportModels/incompressible/transportModel/transportModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/transportModel/transportModel.H b/src/transportModels/incompressible/transportModel/transportModel.H index 3c2e220aa11..662bc897b2c 100644 --- a/src/transportModels/incompressible/transportModel/transportModel.H +++ b/src/transportModels/incompressible/transportModel/transportModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.C b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.C index faceb2d17c8..477c2eb529e 100644 --- a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.C +++ b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H index 514868fa733..32341f978ce 100644 --- a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H +++ b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.C b/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.C index c6351b0f46d..12c141ef7ca 100644 --- a/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.C +++ b/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H b/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H index 34b189ef3d6..3eef8882490 100644 --- a/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H +++ b/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.C b/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.C index 2ab616b0cb2..060e3cf35f1 100644 --- a/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.C +++ b/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H b/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H index 7ba0c5112c0..947fd72e934 100644 --- a/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H +++ b/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.C b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.C index dda56edbe3b..16293f4045a 100644 --- a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.C +++ b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H index e68d8c91191..0c1fcb909b7 100644 --- a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H +++ b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.C b/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.C index 3b9c52c18bf..ff9850e44f5 100644 --- a/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.C +++ b/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H b/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H index b9810b0e602..001f7cbd78e 100644 --- a/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H +++ b/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.C b/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.C index a0fca349018..62c5af0ed9b 100644 --- a/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.C +++ b/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.H b/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.H index e95774991c6..f854218d465 100644 --- a/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.H +++ b/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModelNew.C b/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModelNew.C index 0872496cf27..2d2c39bde7c 100644 --- a/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModelNew.C +++ b/src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModelNew.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.C b/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.C index 0d65d6d508c..c97d5d03839 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.C +++ b/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H b/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H index 7c82164e60b..91a13c2d0a1 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H +++ b/src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.C b/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.C index 85be3c38087..abe03fcc440 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.C +++ b/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H b/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H index 5bd5e8d1d41..1c3e987067f 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H +++ b/src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.C b/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.C index b98c66879a2..37d7e1d1380 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.C +++ b/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H b/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H index 5f345516993..f5e7f24b967 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H +++ b/src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.C b/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.C index 8fe0c2bf075..fb6af3d28bb 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.C +++ b/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.H b/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.H index 11cc5e020ae..d131a4e2c46 100644 --- a/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.H +++ b/src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -83,8 +83,9 @@ public: const dictionary& ); - //- Construct by mapping given timeVaryingAlphaContactAngleFvPatchScalarField - // onto a new patch + //- Construct by mapping given + // timeVaryingAlphaContactAngleFvPatchScalarField onto a new + // patch timeVaryingAlphaContactAngleFvPatchScalarField ( const timeVaryingAlphaContactAngleFvPatchScalarField&, diff --git a/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.C b/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.C index 23bed28ef7f..f6265b63039 100644 --- a/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.C +++ b/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H b/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H index b2c6018e61c..6398276bd94 100644 --- a/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H +++ b/src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.C b/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.C index 49ac5481990..85b3d144f86 100644 --- a/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.C +++ b/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H b/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H index 4aaaca3415b..15a66bcdb44 100644 --- a/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H +++ b/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/interfaceProperties.C b/src/transportModels/interfaceProperties/interfaceProperties.C index 6d119129f6e..df8ef91624d 100644 --- a/src/transportModels/interfaceProperties/interfaceProperties.C +++ b/src/transportModels/interfaceProperties/interfaceProperties.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/transportModels/interfaceProperties/interfaceProperties.H b/src/transportModels/interfaceProperties/interfaceProperties.H index b8bf11c8889..6cf4d9ecef9 100644 --- a/src/transportModels/interfaceProperties/interfaceProperties.H +++ b/src/transportModels/interfaceProperties/interfaceProperties.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/faceTriangulation/faceTriangulation.C b/src/triSurface/faceTriangulation/faceTriangulation.C index e07deec7296..a06b985ef95 100644 --- a/src/triSurface/faceTriangulation/faceTriangulation.C +++ b/src/triSurface/faceTriangulation/faceTriangulation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/faceTriangulation/faceTriangulation.H b/src/triSurface/faceTriangulation/faceTriangulation.H index e4605e73dbd..40d54afa9af 100644 --- a/src/triSurface/faceTriangulation/faceTriangulation.H +++ b/src/triSurface/faceTriangulation/faceTriangulation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/meshTriangulation/meshTriangulation.C b/src/triSurface/meshTriangulation/meshTriangulation.C index 94a868fedab..9817d7237d8 100644 --- a/src/triSurface/meshTriangulation/meshTriangulation.C +++ b/src/triSurface/meshTriangulation/meshTriangulation.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/meshTriangulation/meshTriangulation.H b/src/triSurface/meshTriangulation/meshTriangulation.H index 12c3377c31f..de12d613dd9 100644 --- a/src/triSurface/meshTriangulation/meshTriangulation.H +++ b/src/triSurface/meshTriangulation/meshTriangulation.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/tools/hashSignedLabel/hashSignedLabel.H b/src/triSurface/tools/hashSignedLabel/hashSignedLabel.H index b0dfd4a28b5..58ab6eb3e8e 100644 --- a/src/triSurface/tools/hashSignedLabel/hashSignedLabel.H +++ b/src/triSurface/tools/hashSignedLabel/hashSignedLabel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/tools/labelPair/labelPairLookup.H b/src/triSurface/tools/labelPair/labelPairLookup.H index cbf22fb3cdc..8ae6a6eb1eb 100644 --- a/src/triSurface/tools/labelPair/labelPairLookup.H +++ b/src/triSurface/tools/labelPair/labelPairLookup.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/tools/labelledTri/labelledTri.H b/src/triSurface/tools/labelledTri/labelledTri.H index 6b907a903ed..d8d57394be8 100644 --- a/src/triSurface/tools/labelledTri/labelledTri.H +++ b/src/triSurface/tools/labelledTri/labelledTri.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/tools/labelledTri/labelledTriI.H b/src/triSurface/tools/labelledTri/labelledTriI.H index c919c5f6466..91a2347f320 100644 --- a/src/triSurface/tools/labelledTri/labelledTriI.H +++ b/src/triSurface/tools/labelledTri/labelledTriI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/tools/labelledTri/sortLabelledTri.C b/src/triSurface/tools/labelledTri/sortLabelledTri.C index 66c3492ea6c..1b666ab063e 100644 --- a/src/triSurface/tools/labelledTri/sortLabelledTri.C +++ b/src/triSurface/tools/labelledTri/sortLabelledTri.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/tools/labelledTri/sortLabelledTri.H b/src/triSurface/tools/labelledTri/sortLabelledTri.H index fb5c2f68fb5..0b148b7504d 100644 --- a/src/triSurface/tools/labelledTri/sortLabelledTri.H +++ b/src/triSurface/tools/labelledTri/sortLabelledTri.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.C b/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.C index 7535dcc9d79..0a72b1ea33c 100644 --- a/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.C +++ b/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.H b/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.H index 0967c31ced0..3c5f51f3843 100644 --- a/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.H +++ b/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatchList.H b/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatchList.H index fff01eb91b0..919b2e77661 100644 --- a/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatchList.H +++ b/src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatchList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/AC3D/readAC.C b/src/triSurface/triSurface/interfaces/AC3D/readAC.C index 74b2259536d..4488760bc64 100644 --- a/src/triSurface/triSurface/interfaces/AC3D/readAC.C +++ b/src/triSurface/triSurface/interfaces/AC3D/readAC.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/AC3D/writeAC.C b/src/triSurface/triSurface/interfaces/AC3D/writeAC.C index 95a3ff53b4d..8be7289526d 100644 --- a/src/triSurface/triSurface/interfaces/AC3D/writeAC.C +++ b/src/triSurface/triSurface/interfaces/AC3D/writeAC.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/DX/writeDX.C b/src/triSurface/triSurface/interfaces/DX/writeDX.C index 8592cb2db4a..a7bc975a2ed 100644 --- a/src/triSurface/triSurface/interfaces/DX/writeDX.C +++ b/src/triSurface/triSurface/interfaces/DX/writeDX.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/GTS/readGTS.C b/src/triSurface/triSurface/interfaces/GTS/readGTS.C index ce4f12a9278..2b45baa8eb9 100644 --- a/src/triSurface/triSurface/interfaces/GTS/readGTS.C +++ b/src/triSurface/triSurface/interfaces/GTS/readGTS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/GTS/writeGTS.C b/src/triSurface/triSurface/interfaces/GTS/writeGTS.C index 294af9a417e..c4026c8f150 100644 --- a/src/triSurface/triSurface/interfaces/GTS/writeGTS.C +++ b/src/triSurface/triSurface/interfaces/GTS/writeGTS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/NAS/readNAS.C b/src/triSurface/triSurface/interfaces/NAS/readNAS.C index c4dc7ea1d74..e61982676f8 100644 --- a/src/triSurface/triSurface/interfaces/NAS/readNAS.C +++ b/src/triSurface/triSurface/interfaces/NAS/readNAS.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/OBJ/readOBJ.C b/src/triSurface/triSurface/interfaces/OBJ/readOBJ.C index dd3d087f9ca..f2aa25aca7f 100644 --- a/src/triSurface/triSurface/interfaces/OBJ/readOBJ.C +++ b/src/triSurface/triSurface/interfaces/OBJ/readOBJ.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/OBJ/writeOBJ.C b/src/triSurface/triSurface/interfaces/OBJ/writeOBJ.C index 101bb66a8a1..ee903fcf04b 100644 --- a/src/triSurface/triSurface/interfaces/OBJ/writeOBJ.C +++ b/src/triSurface/triSurface/interfaces/OBJ/writeOBJ.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/OFF/readOFF.C b/src/triSurface/triSurface/interfaces/OFF/readOFF.C index 8feef0c60c6..66e995c46bb 100644 --- a/src/triSurface/triSurface/interfaces/OFF/readOFF.C +++ b/src/triSurface/triSurface/interfaces/OFF/readOFF.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/OFF/writeOFF.C b/src/triSurface/triSurface/interfaces/OFF/writeOFF.C index eae00492a97..46eb691f47d 100644 --- a/src/triSurface/triSurface/interfaces/OFF/writeOFF.C +++ b/src/triSurface/triSurface/interfaces/OFF/writeOFF.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/SMESH/writeSMESH.C b/src/triSurface/triSurface/interfaces/SMESH/writeSMESH.C index e6b7122b09c..4382993d4d2 100644 --- a/src/triSurface/triSurface/interfaces/SMESH/writeSMESH.C +++ b/src/triSurface/triSurface/interfaces/SMESH/writeSMESH.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/STLpoint.H b/src/triSurface/triSurface/interfaces/STL/STLpoint.H index 3b39da670b7..bff2f498d35 100644 --- a/src/triSurface/triSurface/interfaces/STL/STLpoint.H +++ b/src/triSurface/triSurface/interfaces/STL/STLpoint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/STLpointI.H b/src/triSurface/triSurface/interfaces/STL/STLpointI.H index b29673941d1..a517437e85b 100644 --- a/src/triSurface/triSurface/interfaces/STL/STLpointI.H +++ b/src/triSurface/triSurface/interfaces/STL/STLpointI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/STLtriangle.H b/src/triSurface/triSurface/interfaces/STL/STLtriangle.H index a830879a626..833bc8aae17 100644 --- a/src/triSurface/triSurface/interfaces/STL/STLtriangle.H +++ b/src/triSurface/triSurface/interfaces/STL/STLtriangle.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/STLtriangleI.H b/src/triSurface/triSurface/interfaces/STL/STLtriangleI.H index e27eb391d4a..64442576734 100644 --- a/src/triSurface/triSurface/interfaces/STL/STLtriangleI.H +++ b/src/triSurface/triSurface/interfaces/STL/STLtriangleI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/readSTL.C b/src/triSurface/triSurface/interfaces/STL/readSTL.C index 9daeca9b673..dc8a88b064b 100644 --- a/src/triSurface/triSurface/interfaces/STL/readSTL.C +++ b/src/triSurface/triSurface/interfaces/STL/readSTL.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/readSTLBINARY.C b/src/triSurface/triSurface/interfaces/STL/readSTLBINARY.C index d2e00a6f684..6f153c4e3a3 100644 --- a/src/triSurface/triSurface/interfaces/STL/readSTLBINARY.C +++ b/src/triSurface/triSurface/interfaces/STL/readSTLBINARY.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/STL/writeSTL.C b/src/triSurface/triSurface/interfaces/STL/writeSTL.C index 27bd12a3acf..3abcb3dc9ad 100644 --- a/src/triSurface/triSurface/interfaces/STL/writeSTL.C +++ b/src/triSurface/triSurface/interfaces/STL/writeSTL.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/TRI/readTRI.C b/src/triSurface/triSurface/interfaces/TRI/readTRI.C index ebb1cffe9d6..3036671c924 100644 --- a/src/triSurface/triSurface/interfaces/TRI/readTRI.C +++ b/src/triSurface/triSurface/interfaces/TRI/readTRI.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/TRI/writeTRI.C b/src/triSurface/triSurface/interfaces/TRI/writeTRI.C index c41a8aec9e9..5994e583051 100644 --- a/src/triSurface/triSurface/interfaces/TRI/writeTRI.C +++ b/src/triSurface/triSurface/interfaces/TRI/writeTRI.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/interfaces/VTK/writeVTK.C b/src/triSurface/triSurface/interfaces/VTK/writeVTK.C index 32dde7dd142..c45657a4a6c 100644 --- a/src/triSurface/triSurface/interfaces/VTK/writeVTK.C +++ b/src/triSurface/triSurface/interfaces/VTK/writeVTK.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/stitchTriangles.C b/src/triSurface/triSurface/stitchTriangles.C index 00e57372ed2..f58e3d464fe 100644 --- a/src/triSurface/triSurface/stitchTriangles.C +++ b/src/triSurface/triSurface/stitchTriangles.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -72,7 +72,12 @@ bool triSurface::stitchTriangles tri.region() ); - if ((newTri[0] != newTri[1]) && (newTri[0] != newTri[2]) && (newTri[1] != newTri[2])) + if + ( + (newTri[0] != newTri[1]) + && (newTri[0] != newTri[2]) + && (newTri[1] != newTri[2]) + ) { operator[](newTriangleI++) = newTri; } diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatch.C b/src/triSurface/triSurface/surfacePatch/surfacePatch.C index b1bebfdb456..a4c63cc1450 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatch.C +++ b/src/triSurface/triSurface/surfacePatch/surfacePatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatch.H b/src/triSurface/triSurface/surfacePatch/surfacePatch.H index 5b77682c7b7..52f482a75d8 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatch.H +++ b/src/triSurface/triSurface/surfacePatch/surfacePatch.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C b/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C index 849ab59c14d..5daac012b59 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C +++ b/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H b/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H index 0e892745e47..4eae4e3c5d8 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H +++ b/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatchList.H b/src/triSurface/triSurface/surfacePatch/surfacePatchList.H index b81a299d05e..5e8fe1f8185 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatchList.H +++ b/src/triSurface/triSurface/surfacePatch/surfacePatchList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/triSurface.C b/src/triSurface/triSurface/triSurface.C index f534cfef90e..399d0f6b35c 100644 --- a/src/triSurface/triSurface/triSurface.C +++ b/src/triSurface/triSurface/triSurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/triSurface.H b/src/triSurface/triSurface/triSurface.H index 32977087ce2..fc9f532516c 100644 --- a/src/triSurface/triSurface/triSurface.H +++ b/src/triSurface/triSurface/triSurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurface/triSurfaceAddressing.C b/src/triSurface/triSurface/triSurfaceAddressing.C index d81806d3ec5..0bdc2eb0206 100644 --- a/src/triSurface/triSurface/triSurfaceAddressing.C +++ b/src/triSurface/triSurface/triSurfaceAddressing.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurfaceFields/triSurfaceFields.C b/src/triSurface/triSurfaceFields/triSurfaceFields.C index 951fb0bdd6a..f4e947c87c6 100644 --- a/src/triSurface/triSurfaceFields/triSurfaceFields.C +++ b/src/triSurface/triSurfaceFields/triSurfaceFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurfaceFields/triSurfaceFields.H b/src/triSurface/triSurfaceFields/triSurfaceFields.H index 6de25c70317..191a1feb13b 100644 --- a/src/triSurface/triSurfaceFields/triSurfaceFields.H +++ b/src/triSurface/triSurfaceFields/triSurfaceFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurfaceFields/triSurfaceFieldsFwd.H b/src/triSurface/triSurfaceFields/triSurfaceFieldsFwd.H index 6e334ba3d8d..75289f0c99a 100644 --- a/src/triSurface/triSurfaceFields/triSurfaceFieldsFwd.H +++ b/src/triSurface/triSurfaceFields/triSurfaceFieldsFwd.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/triSurface/triSurfaceFields/triSurfaceGeoMesh.H b/src/triSurface/triSurfaceFields/triSurfaceGeoMesh.H index 00cc37d0711..763aa366979 100644 --- a/src/triSurface/triSurfaceFields/triSurfaceGeoMesh.H +++ b/src/triSurface/triSurfaceFields/triSurfaceGeoMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.C b/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.C index 53dc4ac9612..01d2079e5e3 100644 --- a/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.C +++ b/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.H b/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.H index deb0912a496..a80bc230fba 100644 --- a/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.H +++ b/src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.C b/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.C index b07b3f2d6eb..5755a54de52 100644 --- a/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.C +++ b/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.H b/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.H index 7b283708e78..3571350e136 100644 --- a/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.H +++ b/src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.C b/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.C index faf04fa6075..4c65b50d180 100644 --- a/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.C +++ b/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.H b/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.H index 22563109ed3..dc9001bea02 100644 --- a/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.H +++ b/src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C index d1bb97a2f95..af250a25f7b 100644 --- a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C +++ b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H index 1e0ba5f76c0..627c23801ec 100644 --- a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H +++ b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H index a631e54c266..0508610d7ab 100644 --- a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H +++ b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.C b/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.C index 98ef370e46e..82ed7955cff 100644 --- a/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.C +++ b/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H b/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H index 710bfd19106..de7ecc93ec8 100644 --- a/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H +++ b/src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.C b/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.C index 80ecba05b90..c121835c631 100644 --- a/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.C +++ b/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.H b/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.H index 8afc85aa070..298a8844bf2 100644 --- a/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.H +++ b/src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -98,16 +98,25 @@ public: // Member Operators - virtual tmp<volScalarField> operator()(const tmp<volScalarField>&) const; + virtual tmp<volScalarField> operator() + ( + const tmp<volScalarField>& + ) const; - virtual tmp<volVectorField> operator()(const tmp<volVectorField>&) const; + virtual tmp<volVectorField> operator() + ( + const tmp<volVectorField>& + ) const; virtual tmp<volSymmTensorField> operator() ( const tmp<volSymmTensorField>& ) const; - virtual tmp<volTensorField> operator()(const tmp<volTensorField>&) const; + virtual tmp<volTensorField> operator() + ( + const tmp<volTensorField>& + ) const; }; diff --git a/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.C b/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.C index 7e8cdbf0ea1..a4186d13675 100644 --- a/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.C +++ b/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.H b/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.H index f7f9af80df7..9e8ffa7e613 100644 --- a/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.H +++ b/src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -99,16 +99,25 @@ public: // Member Operators - virtual tmp<volScalarField> operator()(const tmp<volScalarField>&) const; + virtual tmp<volScalarField> operator() + ( + const tmp<volScalarField>& + ) const; - virtual tmp<volVectorField> operator()(const tmp<volVectorField>&) const; + virtual tmp<volVectorField> operator() + ( + const tmp<volVectorField>& + ) const; virtual tmp<volSymmTensorField> operator() ( const tmp<volSymmTensorField>& ) const; - virtual tmp<volTensorField> operator()(const tmp<volTensorField>&) const; + virtual tmp<volTensorField> operator() + ( + const tmp<volTensorField>& + ) const; }; diff --git a/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.C b/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.C index 9990d384489..48fa99d9072 100644 --- a/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.C +++ b/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H b/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H index b82a00883e7..5a01a5e2051 100644 --- a/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H +++ b/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -88,16 +88,25 @@ public: // Member Operators - virtual tmp<volScalarField> operator()(const tmp<volScalarField>&) const; + virtual tmp<volScalarField> operator() + ( + const tmp<volScalarField>& + ) const; - virtual tmp<volVectorField> operator()(const tmp<volVectorField>&) const; + virtual tmp<volVectorField> operator() + ( + const tmp<volVectorField>& + ) const; virtual tmp<volSymmTensorField> operator() ( const tmp<volSymmTensorField>& ) const; - virtual tmp<volTensorField> operator()(const tmp<volTensorField>&) const; + virtual tmp<volTensorField> operator() + ( + const tmp<volTensorField>& + ) const; }; diff --git a/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.H b/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.H index d8b0c07b870..3bd14b78054 100644 --- a/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.H +++ b/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,8 +32,11 @@ Description Thus, @verbatim d/dt(rho*B) + div(rho*U*B) - div(muSgs*grad(B)) - = - P - c1*rho*epsilon/k*B - 0.667*(1 - c1)*rho*epsilon*I - c2*(P - 0.333*trP*I) + = + P + - c1*rho*epsilon/k*B + - 0.667*(1 - c1)*rho*epsilon*I + - c2*(P - 0.333*trP*I) where diff --git a/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.C b/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.C index 080800ada3a..cb36acd1d26 100644 --- a/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.C +++ b/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.H b/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.H index 97020d63297..d7650871763 100644 --- a/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.H +++ b/src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.C b/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.C index b27427fc9b6..65d2126f236 100644 --- a/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.C +++ b/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.H b/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.H index 98fc0a16bba..36302943fe1 100644 --- a/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.H +++ b/src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.C b/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.C index 131f3dfad37..7c7a1fb34e9 100644 --- a/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.C +++ b/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.H b/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.H index 5c9cd721b46..705d0671eaf 100644 --- a/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.H +++ b/src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C b/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C index f9eaef6defc..f674b03e403 100644 --- a/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C +++ b/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.H b/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.H index 94cf8d496b6..346c98a43af 100644 --- a/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.H +++ b/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.C index 3c732e45073..adc76f9f4fa 100644 --- a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.H index c317b3ec70e..b06ba8c1c2f 100644 --- a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.C index b9c0796b460..d78adbf35e3 100644 --- a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.H index 55f63167256..c1773e6c7fc 100644 --- a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.C index 218b5674f6e..5de4d019a9a 100644 --- a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.H index c410e0cf04c..2ad3702cf04 100644 --- a/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsUSpaldingWallFunction/muSgsUSpaldingWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H b/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H index 482987518ca..a8b5d087fd0 100644 --- a/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H +++ b/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.H b/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.H index 7b6bb89555c..c8b506b7bc1 100644 --- a/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.H +++ b/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H b/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H index 8cfeedec6ca..5a604260fe4 100644 --- a/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H +++ b/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.C b/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.C index c8e89a01e7c..740286dfcfd 100644 --- a/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.C +++ b/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.H b/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.H index 36a913389f9..fed8aed62a7 100644 --- a/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.H +++ b/src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/LRR/LRR.H b/src/turbulenceModels/compressible/RAS/LRR/LRR.H index 05dfce31010..f97e8a750bb 100644 --- a/src/turbulenceModels/compressible/RAS/LRR/LRR.H +++ b/src/turbulenceModels/compressible/RAS/LRR/LRR.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H b/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H index ebeb5a596c2..0a9632b1f5a 100644 --- a/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H +++ b/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H b/src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H index 68bafcc76c9..160331ee992 100644 --- a/src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H +++ b/src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/RNGkEpsilon/RNGkEpsilon.H b/src/turbulenceModels/compressible/RAS/RNGkEpsilon/RNGkEpsilon.H index 249c4aa4eb2..aa5309aa3f5 100644 --- a/src/turbulenceModels/compressible/RAS/RNGkEpsilon/RNGkEpsilon.H +++ b/src/turbulenceModels/compressible/RAS/RNGkEpsilon/RNGkEpsilon.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.C b/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.C index 5ef5538f3ed..b391afff098 100644 --- a/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.C +++ b/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.H b/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.H index e978416d970..56e659c1b2c 100644 --- a/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.H +++ b/src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C b/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C index 3884b40091c..bdf8d01de3f 100644 --- a/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C +++ b/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H b/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H index dbe10c404fa..865ecc906b6 100644 --- a/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H +++ b/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C b/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C index 31111a27b6c..d49f7f76d75 100644 --- a/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C +++ b/src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C index e1d4f33a5b0..6296caa2eac 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H index a503214a7b3..9f8e7776c7c 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,9 +32,9 @@ Description @verbatim inlet { - type compressible::turbulentMixingLengthDissipationRateInlet; + type compressible::turbulentMixingLengthDissipationRateInlet; mixingLength 0.005; // 5 mm - value uniform 200; // placeholder + value uniform 200; // placeholder } @endverbatim diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C index 0923cccf918..86d2448632b 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H index 6734b8adace..317239a75d9 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C index 9220dfa7da5..5cf3a2e1139 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H index 73e5ac1c411..8f5fa87cd6e 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatJayatillekeWallFunction/alphatJayatillekeWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.C index f0e02d9a88b..83f7fdb19a2 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H index 8a87074784d..506343c9e9a 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C index 3f613b30401..e2b54360686 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H index 96d6ec1c5be..91ee284a8bb 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C index 737cb7c3c80..a85ed23a87f 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -48,7 +48,8 @@ void kqRWallFunctionFvPatchField<Type>::checkType() << "Invalid wall function specification" << nl << " Patch type for patch " << this->patch().name() << " must be wall" << nl - << " Current patch type is " << this->patch().type() << nl << endl + << " Current patch type is " << this->patch().type() + << nl << endl << abort(FatalError); } } diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H index 76b4822b41f..1ace1cfbb09 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C index 1845d2315e7..2a12a76f1a7 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H index f4b939e203f..ea220e3d552 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.C index 42c6d1ebf70..c4a1bfa84a5 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.H index 5997a4f10c9..8e048621564 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutURoughWallFunction/mutURoughWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.C index 231c61939e8..bdcb0a8ac7f 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.H index f6646a457e1..6b7f8f8643c 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUSpaldingWallFunction/mutUSpaldingWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.C index 096bf91cd57..b1a87182f3e 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.H index c221d0cd85f..2759f2ab8d3 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutUWallFunction/mutUWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C index 30fb88bc4bd..ee7ba7ef80f 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.H index ef69cf34525..ffc91e74544 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.C index 643a73f1955..b24a32c76af 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.H index d0f838fb030..a90e4994227 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C index 1ab15d336fb..6656a69482d 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H index 115ebef1fe9..63824c6d72d 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/kEpsilon/kEpsilon.H b/src/turbulenceModels/compressible/RAS/kEpsilon/kEpsilon.H index 162561d5f8d..21ab44a63f2 100644 --- a/src/turbulenceModels/compressible/RAS/kEpsilon/kEpsilon.H +++ b/src/turbulenceModels/compressible/RAS/kEpsilon/kEpsilon.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/kOmegaSST/kOmegaSST.H b/src/turbulenceModels/compressible/RAS/kOmegaSST/kOmegaSST.H index 7128f141725..0bdb497e25b 100644 --- a/src/turbulenceModels/compressible/RAS/kOmegaSST/kOmegaSST.H +++ b/src/turbulenceModels/compressible/RAS/kOmegaSST/kOmegaSST.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/laminar/laminar.C b/src/turbulenceModels/compressible/RAS/laminar/laminar.C index 9e5ac7d42b3..a98801842a0 100644 --- a/src/turbulenceModels/compressible/RAS/laminar/laminar.C +++ b/src/turbulenceModels/compressible/RAS/laminar/laminar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/laminar/laminar.H b/src/turbulenceModels/compressible/RAS/laminar/laminar.H index f3e58ec7cd0..e2d78afa2dd 100644 --- a/src/turbulenceModels/compressible/RAS/laminar/laminar.H +++ b/src/turbulenceModels/compressible/RAS/laminar/laminar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.H b/src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.H index 968114cf871..08c76e7a82d 100644 --- a/src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.H +++ b/src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C index 4b2a0c20b95..083c59dfa87 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H index 8d9024daf73..b6b1633ec4b 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.C index f85e8f5440a..12839784d69 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H index 5c23d3d4213..fe5a21fe713 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.C index 9dc81a1f44f..e417067ce12 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.H index 5236f5f9422..1d2d89a4681 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C index e159c15df2b..2a66378751a 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H index 3561c957040..19d4e0c0a44 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.C b/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.C index 79432eecb69..b51f3938a6c 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.C +++ b/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.H b/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.H index 666d7bf7762..4ca895e28b2 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.H +++ b/src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C b/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C index 46ba3145041..e6a35472bda 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C +++ b/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H b/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H index 3f0f763783d..00b0a7305d7 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H +++ b/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.H b/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.H index 1e3bee70f8f..9684a4698c3 100644 --- a/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.H +++ b/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.C b/src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.C index ac18b288725..e3fe43a5f3d 100644 --- a/src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.C +++ b/src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.C b/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.C index dd0c01663ee..c10de0bacda 100644 --- a/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.C +++ b/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.H b/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.H index 5cf3ba57927..6db2c5d6fbd 100644 --- a/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.H +++ b/src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.H b/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.H index e8d5ecfc966..69a9b943a3c 100644 --- a/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.H +++ b/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.C b/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.C index a6483d28e33..b717cf0e2ab 100644 --- a/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.C +++ b/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.H b/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.H index 298950fe48d..7cea6c5206c 100644 --- a/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.H +++ b/src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.C b/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.C index 8f09a3d2e0e..95574f28ef7 100644 --- a/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.C +++ b/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.H b/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.H index 65fa5d4f424..fb8c30427ff 100644 --- a/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.H +++ b/src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C b/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C index b4e2ca3da89..90ffc2adbae 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H b/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H index d2861d3a4c5..cc801aa1b43 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.C b/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.C index 4bd5538badc..94bac661db8 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.C +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.H b/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.H index 7b4093e1748..cee8ebd21fc 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.H +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.C b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.C index 4b264366cef..96041938ddd 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.C +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H index 305625ce10d..e738f6740cb 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.C b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.C index 1665e7ce536..08849cd0178 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.C +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.H b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.H index 72b64dba4c3..832b4947c55 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.H +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.C index 62b79a1f5b4..d108232304f 100644 --- a/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.H index 6dd079a7c2e..c3d30303c03 100644 --- a/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsUSpaldingWallFunction/nuSgsUSpaldingWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/dynLagrangian/dynLagrangian.H b/src/turbulenceModels/incompressible/LES/dynLagrangian/dynLagrangian.H index 93a032ced50..a18e4aa9736 100644 --- a/src/turbulenceModels/incompressible/LES/dynLagrangian/dynLagrangian.H +++ b/src/turbulenceModels/incompressible/LES/dynLagrangian/dynLagrangian.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.C b/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.C index 6f82dca3ce8..a722fd1853b 100644 --- a/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.C +++ b/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H b/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H index d73be82f763..5682d8cac06 100644 --- a/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H +++ b/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/dynOneEqEddy/dynOneEqEddy.H b/src/turbulenceModels/incompressible/LES/dynOneEqEddy/dynOneEqEddy.H index b5a0b76f330..d4fd7d3f301 100644 --- a/src/turbulenceModels/incompressible/LES/dynOneEqEddy/dynOneEqEddy.H +++ b/src/turbulenceModels/incompressible/LES/dynOneEqEddy/dynOneEqEddy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.C b/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.C index f075214f509..796d0110764 100644 --- a/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.C +++ b/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.H b/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.H index 541a77f51ca..ee3a8eb2cc4 100644 --- a/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.H +++ b/src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/laminar/laminar.C b/src/turbulenceModels/incompressible/LES/laminar/laminar.C index 641bacb938b..ad524887cdc 100644 --- a/src/turbulenceModels/incompressible/LES/laminar/laminar.C +++ b/src/turbulenceModels/incompressible/LES/laminar/laminar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/laminar/laminar.H b/src/turbulenceModels/incompressible/LES/laminar/laminar.H index 9ccd6f792ae..2ed21a3a386 100644 --- a/src/turbulenceModels/incompressible/LES/laminar/laminar.H +++ b/src/turbulenceModels/incompressible/LES/laminar/laminar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/locDynOneEqEddy/locDynOneEqEddy.H b/src/turbulenceModels/incompressible/LES/locDynOneEqEddy/locDynOneEqEddy.H index 81d0070f231..46bb9fdd1e7 100644 --- a/src/turbulenceModels/incompressible/LES/locDynOneEqEddy/locDynOneEqEddy.H +++ b/src/turbulenceModels/incompressible/LES/locDynOneEqEddy/locDynOneEqEddy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.C b/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.C index 4b8cb023aa3..0c5c4bf3ed6 100644 --- a/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.C +++ b/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.H b/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.H index 658433020ba..16108e18939 100644 --- a/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.H +++ b/src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/oneEqEddy/oneEqEddy.H b/src/turbulenceModels/incompressible/LES/oneEqEddy/oneEqEddy.H index c8d27d8d70d..12d53347591 100644 --- a/src/turbulenceModels/incompressible/LES/oneEqEddy/oneEqEddy.H +++ b/src/turbulenceModels/incompressible/LES/oneEqEddy/oneEqEddy.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.C b/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.C index 870a1843c17..d23b71b30cf 100644 --- a/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.C +++ b/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.H b/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.H index 6a85082131f..9565443df81 100644 --- a/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.H +++ b/src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.C b/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.C index 28e1c3956b4..3c5015acb3a 100644 --- a/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.C +++ b/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.H b/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.H index 7043f5182bf..53b514cfbd3 100644 --- a/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.H +++ b/src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.C b/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.C index 147aa0d2f77..f6c77ad9838 100644 --- a/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.C +++ b/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.H b/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.H index 431a7fa5288..7088f177114 100644 --- a/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.H +++ b/src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LRR/LRR.H b/src/turbulenceModels/incompressible/RAS/LRR/LRR.H index bc3d34ecb20..78104d77a45 100644 --- a/src/turbulenceModels/incompressible/RAS/LRR/LRR.H +++ b/src/turbulenceModels/incompressible/RAS/LRR/LRR.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.H b/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.H index 99c639cddec..8e37e0b67f4 100644 --- a/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.H +++ b/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H index 4fa73955be8..3c86252780f 100644 --- a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H +++ b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H b/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H index 3eeeb5be6b6..4ba405a8eec 100644 --- a/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H +++ b/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H b/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H index c6b16aa4b07..b28a5c5e47f 100644 --- a/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H +++ b/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.H b/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.H index f5c3501052c..adcd170cb36 100644 --- a/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.H +++ b/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.H b/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.H index 529ce5af0f3..7a115bfacce 100644 --- a/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.H +++ b/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.H b/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.H index a44a8160052..62d642c60be 100644 --- a/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.H +++ b/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.H b/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.H index 83fe2c11fb7..92ff2820d04 100644 --- a/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.H +++ b/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C b/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C index 82bf7394783..c8d51febd2c 100644 --- a/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C +++ b/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.H b/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.H index 427ac8e67a8..f1a333289f9 100644 --- a/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.H +++ b/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C b/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C index 5ac5870374b..dc2394057af 100644 --- a/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C +++ b/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H b/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H index 3584eab526b..bf5c86aba06 100644 --- a/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H +++ b/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C b/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C index e4c2038a17d..6a46ca252ae 100644 --- a/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C +++ b/src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C index 284096a7e22..15632c9026d 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H index b6d9c208521..5716264166d 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C index 53170f9288b..f0d66d95f77 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H index 22a3cd62ca7..88ad01d85df 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C index 166b29c2066..d12b1ebd0d3 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H index 09e77a594e0..7f706ed19bb 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2006-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2006-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C index 55a309f8abf..6cc67cf0eec 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H index d6ddd9cd9e0..aa55e90c119 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C index be8c36a1a39..5bf5785d1b5 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -48,7 +48,8 @@ void kqRWallFunctionFvPatchField<Type>::checkType() << "Invalid wall function specification" << nl << " Patch type for patch " << this->patch().name() << " must be wall" << nl - << " Current patch type is " << this->patch().type() << nl << endl + << " Current patch type is " << this->patch().type() + << nl << endl << abort(FatalError); } } diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H index 6681bc60c75..7621be6d887 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C index aed3b15873a..545a84c6bc8 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H index 27129b478b0..da9986766cd 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.C index 8bc5c8d0221..0175c38a730 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.H index 6ac3cba5bcc..1d22364192e 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutURoughWallFunction/nutURoughWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.C index 0b11e08f2d6..6b0f8ddf8c4 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.H index 7b4d9efd205..2126abc71f6 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUSpaldingWallFunction/nutUSpaldingWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.C index d211671ff46..8d3673ecc79 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.H index 95fda29ef27..0350cd5045f 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUTabulatedWallFunction/nutUTabulatedWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.C index c3ef68611ff..72a0ee907c0 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.H index 817ab356aa8..ba84edfc9cf 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutUWallFunction/nutUWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.C index efe0cdb0aef..2919d5d76b0 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H index 397b66806fc..3ba8e9d12a4 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.C index 283019e9370..d11684ad6d8 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.H index f19bab734ea..830d991761f 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C index 5bd1ab97b10..933e9bdcc92 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H index f43c6322812..da5a92089d0 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/include/nonLinearWallFunctionsI.H b/src/turbulenceModels/incompressible/RAS/include/nonLinearWallFunctionsI.H index 8c972f92ce8..76ef430618e 100644 --- a/src/turbulenceModels/incompressible/RAS/include/nonLinearWallFunctionsI.H +++ b/src/turbulenceModels/incompressible/RAS/include/nonLinearWallFunctionsI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/include/wallDissipationI.H b/src/turbulenceModels/incompressible/RAS/include/wallDissipationI.H index fdc90847a88..ac7991ef67f 100644 --- a/src/turbulenceModels/incompressible/RAS/include/wallDissipationI.H +++ b/src/turbulenceModels/incompressible/RAS/include/wallDissipationI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/include/wallNonlinearViscosityI.H b/src/turbulenceModels/incompressible/RAS/include/wallNonlinearViscosityI.H index fbe15de3e4f..67b28ab3fbc 100644 --- a/src/turbulenceModels/incompressible/RAS/include/wallNonlinearViscosityI.H +++ b/src/turbulenceModels/incompressible/RAS/include/wallNonlinearViscosityI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.H b/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.H index 63ae40a459e..d43ef1811a3 100644 --- a/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.H +++ b/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H b/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H index 5bb72879af5..bb47f2c6b41 100644 --- a/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H +++ b/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.H b/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.H index a092637d387..2766a3d674e 100644 --- a/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.H +++ b/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/laminar/laminar.C b/src/turbulenceModels/incompressible/RAS/laminar/laminar.C index 5d6c3b9aa5f..afc6803e039 100644 --- a/src/turbulenceModels/incompressible/RAS/laminar/laminar.C +++ b/src/turbulenceModels/incompressible/RAS/laminar/laminar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/laminar/laminar.H b/src/turbulenceModels/incompressible/RAS/laminar/laminar.H index a4f21c6e719..c4381ce97dc 100644 --- a/src/turbulenceModels/incompressible/RAS/laminar/laminar.H +++ b/src/turbulenceModels/incompressible/RAS/laminar/laminar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.H b/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.H index 50a174cac64..e46ad5209b6 100644 --- a/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.H +++ b/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C b/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C index 09c0f8bc1e3..580f764d5a7 100644 --- a/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C +++ b/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.H b/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.H index 182b200f9cb..130adf72ea3 100644 --- a/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.H +++ b/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C b/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C index 39ee72bf2c4..1a5ef73f71b 100644 --- a/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C +++ b/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H b/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H index 40f9321b803..9bd85eabbb4 100644 --- a/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H +++ b/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs index f3cfc1058ed..ceb0af0b02e 100755 --- a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs +++ b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. +# \\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------- # License -- GitLab From f26b8c1cc70eaf3c83c2364cf1a2985096f49048 Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Wed, 28 Jul 2010 16:42:53 +0100 Subject: [PATCH 3/5] STYLE: 80 char lines. --- .../rhoPorousSimpleFoam/createFields.H | 7 ++-- .../porousSimpleFoam/createFields.H | 7 ++-- .../Optional/ccm26ToFoam/ccm26ToFoam.C | 14 ++++++-- .../mesh/conversion/gmshToFoam/gmshToFoam.C | 5 +-- .../nonuniformTransformCyclicFvPatchField.C | 15 +++++--- .../nonuniformTransformCyclicFvPatchField.H | 5 +-- .../nonuniformTransformCyclicFvPatch.C | 7 +++- .../nonuniformTransformCyclicFvPatch.H | 8 +++-- .../nonuniformTransformCyclicFvsPatchField.C | 15 +++++--- .../nonuniformTransformCyclicFvsPatchField.H | 5 +-- ...nonuniformTransformCyclicPointPatchField.C | 17 +++++++--- .../nonuniformTransformCyclicPolyPatch.C | 14 ++++++-- .../splitMeshRegions/splitMeshRegions.C | 10 ++++-- .../preProcessing/engineSwirl/createFields.H | 7 +++- .../processorCyclicGAMGInterfaceField.H | 7 ++-- .../processorCyclicPointPatch.C | 34 +++++++++++++------ .../explicitSource/explicitSourceIO.C | 5 ++- .../processorCyclicFvPatchField.C | 5 +-- .../processorCyclicFvPatchField.H | 18 +++++++--- .../LarsenBorgnakkeVariableHardSphere.C | 3 +- .../interpolatedSolidThermo.C | 3 +- .../compressible/RAS/LRR/LRR.C | 7 ++-- .../RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C | 7 ++-- .../incompressible/RAS/LRR/LRR.C | 7 ++-- 24 files changed, 167 insertions(+), 65 deletions(-) diff --git a/applications/solvers/compressible/rhoPorousSimpleFoam/createFields.H b/applications/solvers/compressible/rhoPorousSimpleFoam/createFields.H index efad823a912..d7a6b97ac12 100644 --- a/applications/solvers/compressible/rhoPorousSimpleFoam/createFields.H +++ b/applications/solvers/compressible/rhoPorousSimpleFoam/createFields.H @@ -76,7 +76,10 @@ const bool pressureImplicitPorosity = ( pZones.size() - && mesh.solutionDict().subDict("SIMPLE").readIfPresent("nUCorrectors", nUCorr) + && mesh.solutionDict().subDict("SIMPLE").readIfPresent + ( + "nUCorrectors", + nUCorr + ) && (nUCorr > 0) ); - diff --git a/applications/solvers/incompressible/porousSimpleFoam/createFields.H b/applications/solvers/incompressible/porousSimpleFoam/createFields.H index 7ce03c19672..d9bd0b5bac4 100644 --- a/applications/solvers/incompressible/porousSimpleFoam/createFields.H +++ b/applications/solvers/incompressible/porousSimpleFoam/createFields.H @@ -49,7 +49,10 @@ const bool pressureImplicitPorosity = ( pZones.size() - && mesh.solutionDict().subDict("SIMPLE").readIfPresent("nUCorrectors", nUCorr) + && mesh.solutionDict().subDict("SIMPLE").readIfPresent + ( + "nUCorrectors", + nUCorr + ) && (nUCorr > 0) ); - diff --git a/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C index decabfeae01..1866e5e1146 100644 --- a/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C +++ b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C @@ -347,7 +347,8 @@ void ReadProblem char* name = new char[size + 1]; CCMIOReadOptstr(NULL, boundary, "BoundaryName", &size, name); name[size] = '\0'; - foamPatchNames[foamPatchI] = string::validate<word>(string(name)); + foamPatchNames[foamPatchI] = + string::validate<word>(string(name)); delete [] name; } else if @@ -359,7 +360,8 @@ void ReadProblem char* name = new char[size + 1]; CCMIOReadOptstr(NULL, boundary, "Label", &size, name); name[size] = '\0'; - foamPatchNames[foamPatchI] = string::validate<word>(string(name)); + foamPatchNames[foamPatchI] = + string::validate<word>(string(name)); delete [] name; } else @@ -641,7 +643,13 @@ int main(int argc, char *argv[]) // in NULL (which always means kCCMIONoErr) and then assign the return // value to 'err'.). CCMIOID root; - CCMIOError err = CCMIOOpenFile(NULL, ccmFile.c_str(), kCCMIORead, &root); + CCMIOError err = CCMIOOpenFile + ( + NULL, + ccmFile.c_str(), + kCCMIORead, + &root + ); // We are going to assume that we have a state with a known name. // We could instead use CCMIONextEntity() to walk through all the diff --git a/applications/utilities/mesh/conversion/gmshToFoam/gmshToFoam.C b/applications/utilities/mesh/conversion/gmshToFoam/gmshToFoam.C index fa1fe3b0410..c36a41a5467 100644 --- a/applications/utilities/mesh/conversion/gmshToFoam/gmshToFoam.C +++ b/applications/utilities/mesh/conversion/gmshToFoam/gmshToFoam.C @@ -236,7 +236,9 @@ void storeCellInZone // Reads mesh format scalar readMeshFormat(IFstream& inFile) { - Info<< "Starting to read mesh format at line " << inFile.lineNumber() << endl; + Info<< "Starting to read mesh format at line " + << inFile.lineNumber() + << endl; string line; inFile.getLine(line); @@ -1086,4 +1088,3 @@ int main(int argc, char *argv[]) // ************************************************************************* // - diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.C b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.C index 3de2331de36..53e32fc9e96 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.C +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.C @@ -33,7 +33,8 @@ namespace Foam // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class Type> -nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchField +nonuniformTransformCyclicFvPatchField<Type>:: +nonuniformTransformCyclicFvPatchField ( const fvPatch& p, const DimensionedField<Type, volMesh>& iF @@ -44,7 +45,8 @@ nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchFie template<class Type> -nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchField +nonuniformTransformCyclicFvPatchField<Type>:: +nonuniformTransformCyclicFvPatchField ( const nonuniformTransformCyclicFvPatchField<Type>& ptf, const fvPatch& p, @@ -57,7 +59,8 @@ nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchFie template<class Type> -nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchField +nonuniformTransformCyclicFvPatchField<Type>:: +nonuniformTransformCyclicFvPatchField ( const fvPatch& p, const DimensionedField<Type, volMesh>& iF, @@ -69,7 +72,8 @@ nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchFie template<class Type> -nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchField +nonuniformTransformCyclicFvPatchField<Type>:: +nonuniformTransformCyclicFvPatchField ( const nonuniformTransformCyclicFvPatchField<Type>& ptf ) @@ -79,7 +83,8 @@ nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchFie template<class Type> -nonuniformTransformCyclicFvPatchField<Type>::nonuniformTransformCyclicFvPatchField +nonuniformTransformCyclicFvPatchField<Type>:: +nonuniformTransformCyclicFvPatchField ( const nonuniformTransformCyclicFvPatchField<Type>& ptf, const DimensionedField<Type, volMesh>& iF diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.H b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.H index e609935b092..71dc50096b9 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.H +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.H @@ -44,7 +44,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class nonuniformTransformCyclicFvPatch Declaration + Class nonuniformTransformCyclicFvPatch Declaration \*---------------------------------------------------------------------------*/ template<class Type> @@ -77,7 +77,8 @@ public: const dictionary& ); - //- Construct by mapping given nonuniformTransformCyclicFvPatchField onto a new patch + //- Construct by mapping given + // nonuniformTransformCyclicFvPatchField onto a new patch nonuniformTransformCyclicFvPatchField ( const nonuniformTransformCyclicFvPatchField<Type>&, diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.C b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.C index d8f83fd610e..b641981dfdc 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.C +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.C @@ -34,7 +34,12 @@ namespace Foam // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // defineTypeNameAndDebug(nonuniformTransformCyclicFvPatch, 0); -addToRunTimeSelectionTable(fvPatch, nonuniformTransformCyclicFvPatch, polyPatch); +addToRunTimeSelectionTable +( + fvPatch, + nonuniformTransformCyclicFvPatch, + polyPatch +); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.H b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.H index 52cf154f115..feb43fa4164 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.H +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.H @@ -44,7 +44,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class nonuniformTransformCyclicFvPatch Declaration + Class nonuniformTransformCyclicFvPatch Declaration \*---------------------------------------------------------------------------*/ class nonuniformTransformCyclicFvPatch @@ -61,7 +61,11 @@ public: // Constructors //- Construct from polyPatch - nonuniformTransformCyclicFvPatch(const polyPatch& patch, const fvBoundaryMesh& bm) + nonuniformTransformCyclicFvPatch + ( + const polyPatch& patch, + const fvBoundaryMesh& bm + ) : cyclicFvPatch(patch, bm) {} diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.C b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.C index c5feba62a7a..12bb361ac84 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.C +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.C @@ -33,7 +33,8 @@ namespace Foam // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class Type> -nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchField +nonuniformTransformCyclicFvsPatchField<Type>:: +nonuniformTransformCyclicFvsPatchField ( const fvPatch& p, const DimensionedField<Type, surfaceMesh>& iF @@ -44,7 +45,8 @@ nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchF template<class Type> -nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchField +nonuniformTransformCyclicFvsPatchField<Type>:: +nonuniformTransformCyclicFvsPatchField ( const nonuniformTransformCyclicFvsPatchField<Type>& ptf, const fvPatch& p, @@ -57,7 +59,8 @@ nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchF template<class Type> -nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchField +nonuniformTransformCyclicFvsPatchField<Type>:: +nonuniformTransformCyclicFvsPatchField ( const fvPatch& p, const DimensionedField<Type, surfaceMesh>& iF, @@ -69,7 +72,8 @@ nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchF template<class Type> -nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchField +nonuniformTransformCyclicFvsPatchField<Type>:: +nonuniformTransformCyclicFvsPatchField ( const nonuniformTransformCyclicFvsPatchField<Type>& ptf ) @@ -79,7 +83,8 @@ nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchF template<class Type> -nonuniformTransformCyclicFvsPatchField<Type>::nonuniformTransformCyclicFvsPatchField +nonuniformTransformCyclicFvsPatchField<Type>:: +nonuniformTransformCyclicFvsPatchField ( const nonuniformTransformCyclicFvsPatchField<Type>& ptf, const DimensionedField<Type, surfaceMesh>& iF diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.H b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.H index 30ee254b091..bb78c7cc032 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.H +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/fvsPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchField.H @@ -44,7 +44,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class nonuniformTransformCyclicFvsPatch Declaration + Class nonuniformTransformCyclicFvsPatch Declaration \*---------------------------------------------------------------------------*/ template<class Type> @@ -76,7 +76,8 @@ public: const dictionary& ); - //- Construct by mapping given nonuniformTransformCyclicFvsPatchField onto a new patch + //- Construct by mapping given + // nonuniformTransformCyclicFvsPatchField onto a new patch nonuniformTransformCyclicFvsPatchField ( const nonuniformTransformCyclicFvsPatchField<Type>&, diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/pointPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPointPatchField.C b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/pointPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPointPatchField.C index 088fffdd5c0..129b9822cf2 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/pointPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPointPatchField.C +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/pointPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPointPatchField.C @@ -35,7 +35,8 @@ namespace Foam // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class Type> -nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPatchField +nonuniformTransformCyclicPointPatchField<Type>:: +nonuniformTransformCyclicPointPatchField ( const pointPatch& p, const DimensionedField<Type, pointMesh>& iF @@ -46,7 +47,8 @@ nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPa template<class Type> -nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPatchField +nonuniformTransformCyclicPointPatchField<Type>:: +nonuniformTransformCyclicPointPatchField ( const pointPatch& p, const DimensionedField<Type, pointMesh>& iF, @@ -58,7 +60,8 @@ nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPa template<class Type> -nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPatchField +nonuniformTransformCyclicPointPatchField<Type>:: +nonuniformTransformCyclicPointPatchField ( const nonuniformTransformCyclicPointPatchField<Type>& ptf, const pointPatch& p, @@ -71,7 +74,8 @@ nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPa template<class Type> -nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPatchField +nonuniformTransformCyclicPointPatchField<Type>:: +nonuniformTransformCyclicPointPatchField ( const nonuniformTransformCyclicPointPatchField<Type>& ptf, const DimensionedField<Type, pointMesh>& iF @@ -84,7 +88,10 @@ nonuniformTransformCyclicPointPatchField<Type>::nonuniformTransformCyclicPointPa // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template<class Type> -void nonuniformTransformCyclicPointPatchField<Type>::evaluate(const Pstream::commsTypes) +void nonuniformTransformCyclicPointPatchField<Type>::evaluate +( + const Pstream::commsTypes +) { const vectorField& nHat = this->patch().pointNormals(); diff --git a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/polyPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPolyPatch.C b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/polyPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPolyPatch.C index 80255faa937..ba8895a14fe 100644 --- a/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/polyPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPolyPatch.C +++ b/applications/utilities/mesh/generation/extrudeToRegionMesh/nonuniformTransformCyclic/polyPatches/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPolyPatch.C @@ -32,8 +32,18 @@ namespace Foam { defineTypeNameAndDebug(nonuniformTransformCyclicPolyPatch, 0); - addToRunTimeSelectionTable(polyPatch, nonuniformTransformCyclicPolyPatch, word); - addToRunTimeSelectionTable(polyPatch, nonuniformTransformCyclicPolyPatch, dictionary); + addToRunTimeSelectionTable + ( + polyPatch, + nonuniformTransformCyclicPolyPatch, + word + ); + addToRunTimeSelectionTable + ( + polyPatch, + nonuniformTransformCyclicPolyPatch, + dictionary + ); } diff --git a/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C b/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C index 7e3cd14588a..66a1f0357ae 100644 --- a/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C +++ b/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C @@ -1245,15 +1245,19 @@ label findCorrespondingRegion // { // forAll(cellRegion, cellI) // { -// if (cellRegion[cellI] == regionI && existingZoneID[cellI] != zoneI) +// if +// ( +// cellRegion[cellI] == regionI +// && existingZoneID[cellI] != zoneI +// ) // { // // cellI in regionI but not in zoneI // regionI = -1; // break; // } // } -// // If one in error, all should be in error. Note that branch gets taken -// // on all procs. +// // If one in error, all should be in error. Note that branch +// // gets taken on all procs. // reduce(regionI, minOp<label>()); // } // diff --git a/applications/utilities/preProcessing/engineSwirl/createFields.H b/applications/utilities/preProcessing/engineSwirl/createFields.H index 11975d3717f..a77933c8f78 100644 --- a/applications/utilities/preProcessing/engineSwirl/createFields.H +++ b/applications/utilities/preProcessing/engineSwirl/createFields.H @@ -59,7 +59,12 @@ volVectorField U vector zT = swirlAxis; vector yT = vector(0, zT.z(), -zT.y()); -vector xT = vector(zT.y()*zT.y() + zT.z()*zT.z(), -zT.x()*zT.y(), -zT.x()*zT.z()); +vector xT = vector +( + zT.y()*zT.y() + zT.z()*zT.z(), + -zT.x()*zT.y(), + -zT.x()*zT.z() +); // if swirl is around (1, 0, 0) we have to find another transformation if (mag(yT) < SMALL) diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorCyclicGAMGInterfaceField/processorCyclicGAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorCyclicGAMGInterfaceField/processorCyclicGAMGInterfaceField.H index 9c3360fc7f6..3a69de08d38 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorCyclicGAMGInterfaceField/processorCyclicGAMGInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorCyclicGAMGInterfaceField/processorCyclicGAMGInterfaceField.H @@ -43,7 +43,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class processorCyclicGAMGInterfaceField Declaration + Class processorCyclicGAMGInterfaceField Declaration \*---------------------------------------------------------------------------*/ class processorCyclicGAMGInterfaceField @@ -65,7 +65,10 @@ class processorCyclicGAMGInterfaceField // Private Member Functions //- Disallow default bitwise copy construct - processorCyclicGAMGInterfaceField(const processorCyclicGAMGInterfaceField&); + processorCyclicGAMGInterfaceField + ( + const processorCyclicGAMGInterfaceField& + ); //- Disallow default bitwise assignment void operator=(const processorCyclicGAMGInterfaceField&); diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processorCyclic/processorCyclicPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processorCyclic/processorCyclicPointPatch.C index a5fcf1721a7..f16ce4085e7 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processorCyclic/processorCyclicPointPatch.C +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processorCyclic/processorCyclicPointPatch.C @@ -54,8 +54,9 @@ addToRunTimeSelectionTable //void Foam::processorCyclicPointPatch::initGeometry(PstreamBuffers& pBufs) //{ // // Algorithm: -// // Depending on whether the patch is a master or a slave, get the primitive -// // patch points and filter away the points from the global patch. +// // Depending on whether the patch is a master or a slave, get the +// // primitive patch points and filter away the points from the +// // global patch. // // if (isMaster()) // { @@ -152,7 +153,8 @@ addToRunTimeSelectionTable //{ // if (debug) // { -// Info<< "processorCyclicPointPatch::initPatchPatchPoints(PstreamBuffers&) : " +// Info<< "processorCyclicPointPatch::" +// << "initPatchPatchPoints(PstreamBuffers&) : " // << "constructing patch-patch points" // << endl; // } @@ -204,8 +206,8 @@ addToRunTimeSelectionTable // // if (iter != patchPointSet.end()) // { -// // If it is shared initialise the patchPatchPoints for this -// // patch +// // If it is shared initialise the patchPatchPoints for +// // this patch // if (!patchPatchPoints[patchi].size()) // { // patchPatchPoints[patchi].setSize(ppmp.size()); @@ -244,7 +246,10 @@ addToRunTimeSelectionTable //} // // -//void Foam::processorCyclicPointPatch::calcPatchPatchPoints(PstreamBuffers& pBufs) +//void Foam::processorCyclicPointPatch::calcPatchPatchPoints +//( +// PstreamBuffers& pBufs +//) //{ // // Get the patchPatchPoints from the neighbouring processor // UIPstream fromNeighbProc(neighbProcNo(), pBufs); @@ -264,7 +269,10 @@ addToRunTimeSelectionTable // // separate. // if (nbrNPoints != ppmp.size()) // { -// WarningIn("processorCyclicPointPatch::calcPatchPatchPoints(PstreamBuffers&)") +// WarningIn +// ( +// "processorCyclicPointPatch::calcPatchPatchPoints(PstreamBuffers&)" +// ) // << "Processor patch " << name() // << " has " << ppmp.size() << " points; coupled patch has " // << nbrNPoints << " points." << endl @@ -280,9 +288,11 @@ addToRunTimeSelectionTable // forAll(patchPatchPoints, patchi) // { // const labelList& patchPoints = patchPatchPoints[patchi]; -// const List<vector>& patchPointNormals = patchPatchPointNormals[patchi]; +// const List<vector>& patchPointNormals = +// patchPatchPointNormals[patchi]; // -// // If there are potentially shared points for the patch being considered +// // If there are potentially shared points for the patch being +// // considered // if (patchPoints.size()) // { // // Get the current meshPoints list for the patch @@ -351,7 +361,11 @@ addToRunTimeSelectionTable //} -//void processorCyclicPointPatch::initMovePoints(PstreamBuffers&, const pointField&) +//void processorCyclicPointPatch::initMovePoints +//( +// PstreamBuffers&, +// const pointField& +//) //{} // // diff --git a/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSourceIO.C b/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSourceIO.C index ab5524a7ded..04eeaba93ef 100644 --- a/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSourceIO.C +++ b/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSourceIO.C @@ -56,7 +56,10 @@ bool Foam::explicitSource::read(const dictionary& dict) if (basicSource::read(dict)) { const dictionary& sourceDict = dict.subDict(name()); - const dictionary& subDictCoeffs = sourceDict.subDict(typeName + "Coeffs"); + const dictionary& subDictCoeffs = sourceDict.subDict + ( + typeName + "Coeffs" + ); setFieldData(subDictCoeffs.subDict("fieldData")); return true; } diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.C index 29af5002efd..22394cc17f6 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.C @@ -179,9 +179,10 @@ processorCyclicFvPatchField<Type>::~processorCyclicFvPatchField() // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // //template<class Type> -//tmp<Field<Type> > processorCyclicFvPatchField<Type>::patchNeighbourField() const +//tmp<Field<Type> > +//processorCyclicFvPatchField<Type>::patchNeighbourField() const //{ -// return *this; +// return *this; //} // // diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.H index cc18c87005c..6c7a6325727 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.H @@ -46,7 +46,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class processorCyclicFvPatch Declaration + Class processorCyclicFvPatch Declaration \*---------------------------------------------------------------------------*/ template<class Type> @@ -63,8 +63,12 @@ class processorCyclicFvPatchField // Private Member Functions -// //- Get other patchfield -// const coupledFvPatchField<Type>& patchField(const label patchID) const; + // //- Get other patchfield + // const coupledFvPatchField<Type>& patchField + // ( + // const label patchID + // ) const; + public: //- Runtime type information @@ -261,7 +265,10 @@ public: // const label start // ) const // { -// notImplemented("processorCyclicFvPatchField::initEvaluate(..)"); +// notImplemented +// ( +// "processorCyclicFvPatchField::initEvaluate(..)" +// ); // } // // //- Evaluate the patch field. @@ -292,7 +299,8 @@ public: // { // notImplemented // ( -// "processorCyclicFvPatchField::initInterfaceMatrixUpdate(..)" +// "processorCyclicFvPatchField::" +// "initInterfaceMatrixUpdate(..)" // ); // } // diff --git a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C index e5112d5c66c..85f0eb12ec7 100644 --- a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C +++ b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C @@ -92,7 +92,8 @@ Foam::scalar Foam::LarsenBorgnakkeVariableHardSphere<CloudType>::energyRatio // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template <class CloudType> -Foam::LarsenBorgnakkeVariableHardSphere<CloudType>::LarsenBorgnakkeVariableHardSphere +Foam::LarsenBorgnakkeVariableHardSphere<CloudType>:: +LarsenBorgnakkeVariableHardSphere ( const dictionary& dict, CloudType& cloud diff --git a/src/thermophysicalModels/basicSolidThermo/interpolatedSolidThermo/interpolatedSolidThermo.C b/src/thermophysicalModels/basicSolidThermo/interpolatedSolidThermo/interpolatedSolidThermo.C index c82f431a65f..ca298f33732 100644 --- a/src/thermophysicalModels/basicSolidThermo/interpolatedSolidThermo/interpolatedSolidThermo.C +++ b/src/thermophysicalModels/basicSolidThermo/interpolatedSolidThermo/interpolatedSolidThermo.C @@ -258,7 +258,8 @@ Foam::tmp<Foam::volScalarField> Foam::interpolatedSolidThermo::Hf() const } -Foam::tmp<Foam::volScalarField> Foam::interpolatedSolidThermo::emissivity() const +Foam::tmp<Foam::volScalarField> +Foam::interpolatedSolidThermo::emissivity() const { tmp<volScalarField> temissivity ( diff --git a/src/turbulenceModels/compressible/RAS/LRR/LRR.C b/src/turbulenceModels/compressible/RAS/LRR/LRR.C index 1fdeeebeb4a..b90b1f5f146 100644 --- a/src/turbulenceModels/compressible/RAS/LRR/LRR.C +++ b/src/turbulenceModels/compressible/RAS/LRR/LRR.C @@ -379,8 +379,11 @@ void LRR::correct() forAll(curPatch, facei) { label faceCelli = curPatch.faceCells()[facei]; - P[faceCelli] - *= min(G[faceCelli]/(0.5*mag(tr(P[faceCelli])) + SMALL), 100.0); + P[faceCelli] *= min + ( + G[faceCelli]/(0.5*mag(tr(P[faceCelli])) + SMALL), + 100.0 + ); } } } diff --git a/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C b/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C index 3e35614ff2f..130c7a6dcbf 100644 --- a/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C +++ b/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C @@ -417,8 +417,11 @@ void LaunderGibsonRSTM::correct() forAll(curPatch, facei) { label faceCelli = curPatch.faceCells()[facei]; - P[faceCelli] *= - min(G[faceCelli]/(0.5*mag(tr(P[faceCelli])) + SMALL), 100.0); + P[faceCelli] *= min + ( + G[faceCelli]/(0.5*mag(tr(P[faceCelli])) + SMALL), + 100.0 + ); } } } diff --git a/src/turbulenceModels/incompressible/RAS/LRR/LRR.C b/src/turbulenceModels/incompressible/RAS/LRR/LRR.C index 586032b0ed8..3950df0e8cd 100644 --- a/src/turbulenceModels/incompressible/RAS/LRR/LRR.C +++ b/src/turbulenceModels/incompressible/RAS/LRR/LRR.C @@ -340,8 +340,11 @@ void LRR::correct() forAll(curPatch, facei) { label faceCelli = curPatch.faceCells()[facei]; - P[faceCelli] - *= min(G[faceCelli]/(0.5*mag(tr(P[faceCelli])) + SMALL), 1.0); + P[faceCelli] *= min + ( + G[faceCelli]/(0.5*mag(tr(P[faceCelli])) + SMALL), + 1.0 + ); } } } -- GitLab From 28345247a7fc07ac7db987f2f50a0b5bbfdb3904 Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Thu, 29 Jul 2010 11:28:44 +0100 Subject: [PATCH 4/5] STYLE: Fixing code style requirements for more files - those not picked up by a copyright change. --- .../combustion/coldEngineFoam/logSummary.H | 4 +- .../combustion/dieselEngineFoam/logSummary.H | 4 +- .../combustion/engineFoam/logSummary.H | 4 +- .../rhopSonicFoam/resetPhiPatches.H | 11 +- .../include/setMultiRegionDeltaT.H | 6 +- .../createFields.H | 8 +- .../boundaryFoam/interrogateWallPatches.H | 4 +- .../solvers/multiphase/bubbleFoam/alphaEqn.H | 8 +- .../solvers/multiphase/bubbleFoam/pEqn.H | 6 +- .../cavitatingFoam/resetPhivPatches.H | 11 +- .../compressibleInterDyMFoam/pEqn.H | 3 +- .../compressibleInterFoam/alphaEqns.H | 12 +- .../multiphase/compressibleInterFoam/pEqn.H | 3 +- .../solvers/multiphase/interFoam/pEqn.H | 3 +- .../interPhaseChangeFoam/alphaEqn.H | 26 +- .../multiphase/interPhaseChangeFoam/pEqn.H | 3 +- .../multiphase/twoPhaseEulerFoam/pEqn.H | 6 +- .../test/HashingSpeed/testHashingSpeed.C | 184 +- applications/test/PackedList/PackedListTest.C | 9 +- applications/test/dictionary/dictionaryTest.C | 6 +- applications/test/quaternion/quaternionTest.C | 7 +- .../CHEMKINdata/chem.inp_france | 2 +- .../reconstructParMesh/reconstructParMesh.C | 3 +- .../foamToTecplot360/foamToTecplot360.C | 5 +- .../dataConversion/foamToVTK/foamToVTK.C | 5 +- .../USERD_get_maxsize_info.H | 3 +- .../ensightFoamReader/USERD_get_nsided_conn.H | 4 +- .../ensightFoamReader/USERD_set_filenames.H | 4 +- .../surfaceCoarsen/bunnylod/bunnygut.C | 565 +- .../surface/surfaceCoarsen/bunnylod/font.h | 17 +- .../surface/surfaceCoarsen/bunnylod/list.h | 258 +- .../surfaceCoarsen/bunnylod/progmesh.C | 628 +- .../surfaceCoarsen/bunnylod/progmesh.h | 66 +- .../surface/surfaceCoarsen/bunnylod/rabdata.C | 2765 +- .../surface/surfaceCoarsen/bunnylod/rabdata.h | 63 +- .../surface/surfaceCoarsen/bunnylod/vector.C | 225 +- .../surface/surfaceCoarsen/bunnylod/vector.h | 145 +- .../surface/surfaceCoarsen/bunnylod/winmain.C | 707 +- .../surfaceMeshConvertTesting.C | 3 +- .../surfaceMeshTriangulate.C | 3 +- .../surfaceSplitNonManifolds.C | 9 +- .../addToStaticMemberFunctionSelectionTable.H | 7 +- src/OpenFOAM/global/foamDoc.H | 24 +- .../meshReader/starcd/STARCDMeshReader.C | 3 +- src/conversion/meshTables/cellTable.H | 3 +- src/conversion/polyDualMesh/polyDualMesh.C | 8 +- src/engine/include/StCorr.H | 6 +- .../cfdTools/general/MRF/MRFZone.C | 3 +- .../TimeActivatedExplicitSourceI.H | 5 +- .../commonRailInjector/commonRailInjector.C | 5 +- .../injector/swirlInjector/swirlInjector.H | 19 +- src/lagrangian/dieselSpray/parcel/parcel.C | 3 +- .../dieselSpray/parcel/setRelaxationTimes.C | 30 +- .../collisionModel/ORourke/sameCell.H | 6 +- .../trajectoryModel/trajectoryCM.H | 4 +- .../RutlandFlashBoil/RutlandFlashBoil.C | 12 +- .../injectorModel/Chomiak/Chomiak.C | 9 +- .../blobsSwirl/blobsSwirlInjector.C | 5 +- .../blobsSwirl/blobsSwirlInjector.H | 3 +- .../injectorModel/constant/constInjector.C | 8 +- .../definedHollowCone/definedHollowCone.C | 5 +- .../definedPressureSwirl.C | 10 +- .../injectorModel/hollowCone/hollowCone.C | 5 +- .../pressureSwirl/pressureSwirlInjector.C | 5 +- .../DevolatilisationModel.C | 4 +- ...ctingMultiphaseParcelInjectionDataIOList.C | 6 +- .../basic/energyScalingFunction.H | 5 +- .../derived/maitlandSmith/maitlandSmith.H | 6 +- .../tetherPotentialList/tetherPotentialList.C | 3 +- .../booleanSurface/booleanSurface.C | 5 +- .../triSurfaceTools/geompack/geompack.C | 26 +- .../triSurfaceTools/geompack/geompack.H | 9 +- .../surfaceInterpolateFieldsFunctionObject.C | 6 +- .../surfaceInterpolateFieldsFunctionObject.H | 4 +- .../pdfs/RosinRammler/RosinRammler.H | 4 +- .../constant/polyMesh/blockMeshDict | 166 +- .../constant/triSurface/AcrossCyn.XYZ | 21146 ++++++++-------- .../MRFInterFoam/MRFInterFoam/pEqn.H | 3 +- 78 files changed, 13814 insertions(+), 13575 deletions(-) diff --git a/applications/solvers/combustion/coldEngineFoam/logSummary.H b/applications/solvers/combustion/coldEngineFoam/logSummary.H index d2a6bcee2da..5a33f487641 100644 --- a/applications/solvers/combustion/coldEngineFoam/logSummary.H +++ b/applications/solvers/combustion/coldEngineFoam/logSummary.H @@ -1,6 +1,8 @@ Info<< "Mean pressure:" << p.weightedAverage(mesh.V()).value() << endl; Info<< "Mean temperature:" << T.weightedAverage(mesh.V()).value() << endl; -Info<< "Mean u':" << (sqrt((2.0/3.0)*turbulence->k()))().weightedAverage(mesh.V()).value() << endl; +Info<< "Mean u':" + << (sqrt((2.0/3.0)*turbulence->k()))().weightedAverage(mesh.V()).value() + << endl; logSummaryFile << runTime.theta() << tab diff --git a/applications/solvers/combustion/dieselEngineFoam/logSummary.H b/applications/solvers/combustion/dieselEngineFoam/logSummary.H index d2a6bcee2da..5a33f487641 100644 --- a/applications/solvers/combustion/dieselEngineFoam/logSummary.H +++ b/applications/solvers/combustion/dieselEngineFoam/logSummary.H @@ -1,6 +1,8 @@ Info<< "Mean pressure:" << p.weightedAverage(mesh.V()).value() << endl; Info<< "Mean temperature:" << T.weightedAverage(mesh.V()).value() << endl; -Info<< "Mean u':" << (sqrt((2.0/3.0)*turbulence->k()))().weightedAverage(mesh.V()).value() << endl; +Info<< "Mean u':" + << (sqrt((2.0/3.0)*turbulence->k()))().weightedAverage(mesh.V()).value() + << endl; logSummaryFile << runTime.theta() << tab diff --git a/applications/solvers/combustion/engineFoam/logSummary.H b/applications/solvers/combustion/engineFoam/logSummary.H index 5abe9abe7b4..24d8812008f 100644 --- a/applications/solvers/combustion/engineFoam/logSummary.H +++ b/applications/solvers/combustion/engineFoam/logSummary.H @@ -1,6 +1,8 @@ Info<< "Mean pressure:" << p.weightedAverage(mesh.V()).value() << endl; Info<< "Mean temperature:" << T.weightedAverage(mesh.V()).value() << endl; -Info<< "Mean u':" << (sqrt((2.0/3.0)*turbulence->k()))().weightedAverage(mesh.V()).value() << endl; +Info<< "Mean u':" + << (sqrt((2.0/3.0)*turbulence->k()))().weightedAverage(mesh.V()).value() + << endl; logSummaryFile << runTime.theta() << tab diff --git a/applications/solvers/compressible/rhopSonicFoam/resetPhiPatches.H b/applications/solvers/compressible/rhopSonicFoam/resetPhiPatches.H index c8541406f35..2a8496ef4c2 100644 --- a/applications/solvers/compressible/rhopSonicFoam/resetPhiPatches.H +++ b/applications/solvers/compressible/rhopSonicFoam/resetPhiPatches.H @@ -1,6 +1,11 @@ -surfaceScalarField::GeometricBoundaryField& phiPatches = phi.boundaryField(); -const volVectorField::GeometricBoundaryField& rhoUpatches = rhoU.boundaryField(); -const surfaceVectorField::GeometricBoundaryField& SfPatches = mesh.Sf().boundaryField(); +surfaceScalarField::GeometricBoundaryField& phiPatches = + phi.boundaryField(); + +const volVectorField::GeometricBoundaryField& rhoUpatches = + rhoU.boundaryField(); + +const surfaceVectorField::GeometricBoundaryField& SfPatches = + mesh.Sf().boundaryField(); forAll(phiPatches, patchI) { diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/include/setMultiRegionDeltaT.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/include/setMultiRegionDeltaT.H index eab0dfe61e7..71aa1d65d05 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/include/setMultiRegionDeltaT.H +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/include/setMultiRegionDeltaT.H @@ -25,9 +25,9 @@ Global setMultiRegionDeltaT Description - Reset the timestep to maintain a constant maximum courant and diffusion - Numbers. Reduction of time-step is immediate, but increase is damped to avoid - unstable oscillations. + Reset the timestep to maintain a constant maximum courant and + diffusion Numbers. Reduction of time-step is immediate, but + increase is damped to avoid unstable oscillations. \*---------------------------------------------------------------------------*/ diff --git a/applications/solvers/incompressible/adjointShapeOptimizationFoam/createFields.H b/applications/solvers/incompressible/adjointShapeOptimizationFoam/createFields.H index 0c8c1bd1157..af9e9de6bec 100644 --- a/applications/solvers/incompressible/adjointShapeOptimizationFoam/createFields.H +++ b/applications/solvers/incompressible/adjointShapeOptimizationFoam/createFields.H @@ -67,7 +67,13 @@ label paRefCell = 0; scalar paRefValue = 0.0; - setRefCell(pa, mesh.solutionDict().subDict("SIMPLE"), paRefCell, paRefValue); + setRefCell + ( + pa, + mesh.solutionDict().subDict("SIMPLE"), + paRefCell, + paRefValue + ); singlePhaseTransportModel laminarTransport(U, phi); diff --git a/applications/solvers/incompressible/boundaryFoam/interrogateWallPatches.H b/applications/solvers/incompressible/boundaryFoam/interrogateWallPatches.H index 10855d9cc60..6fa3a0892cf 100644 --- a/applications/solvers/incompressible/boundaryFoam/interrogateWallPatches.H +++ b/applications/solvers/incompressible/boundaryFoam/interrogateWallPatches.H @@ -59,7 +59,8 @@ if (nWallFaces == 0) } else { - Info<< "Generating wall data for patch: " << patches[patchId].name() << endl; + Info<< "Generating wall data for patch: " << patches[patchId].name() + << endl; } // store local id of near-walll cell to process @@ -71,4 +72,3 @@ scalarField y = & (mesh.C().internalField() - mesh.C().boundaryField()[patchId][faceId]); Info<< " Height to first cell centre y0 = " << y[cellId] << endl; - diff --git a/applications/solvers/multiphase/bubbleFoam/alphaEqn.H b/applications/solvers/multiphase/bubbleFoam/alphaEqn.H index a985c6eb95e..db3b5956257 100644 --- a/applications/solvers/multiphase/bubbleFoam/alphaEqn.H +++ b/applications/solvers/multiphase/bubbleFoam/alphaEqn.H @@ -34,7 +34,13 @@ betaEqn.relax(); betaEqn.solve(); - alpha = 0.5*(scalar(1) + sqr(scalar(1) - beta) - sqr(scalar(1) - alpha)); + alpha = + 0.5 + *( + scalar(1) + + sqr(scalar(1) - beta) + - sqr(scalar(1) - alpha) + ); */ beta = scalar(1) - alpha; diff --git a/applications/solvers/multiphase/bubbleFoam/pEqn.H b/applications/solvers/multiphase/bubbleFoam/pEqn.H index 3e550efc65e..8e257c8fa9e 100644 --- a/applications/solvers/multiphase/bubbleFoam/pEqn.H +++ b/applications/solvers/multiphase/bubbleFoam/pEqn.H @@ -32,7 +32,11 @@ phi = alphaf*phia + betaf*phib; - surfaceScalarField Dp("(rho*(1|A(U)))", alphaf*rUaAf/rhoa + betaf*rUbAf/rhob); + surfaceScalarField Dp + ( + "(rho*(1|A(U)))", + alphaf*rUaAf/rhoa + betaf*rUbAf/rhob + ); for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++) { diff --git a/applications/solvers/multiphase/cavitatingFoam/resetPhivPatches.H b/applications/solvers/multiphase/cavitatingFoam/resetPhivPatches.H index 7e8b040bb6e..2f62dcfc37e 100644 --- a/applications/solvers/multiphase/cavitatingFoam/resetPhivPatches.H +++ b/applications/solvers/multiphase/cavitatingFoam/resetPhivPatches.H @@ -1,6 +1,11 @@ -surfaceScalarField::GeometricBoundaryField& phivPatches = phiv.boundaryField(); -const volVectorField::GeometricBoundaryField& Upatches = U.boundaryField(); -const surfaceVectorField::GeometricBoundaryField& SfPatches = mesh.Sf().boundaryField(); +surfaceScalarField::GeometricBoundaryField& phivPatches = + phiv.boundaryField(); + +const volVectorField::GeometricBoundaryField& Upatches = + U.boundaryField(); + +const surfaceVectorField::GeometricBoundaryField& SfPatches = + mesh.Sf().boundaryField(); forAll(phivPatches, patchI) { diff --git a/applications/solvers/multiphase/compressibleInterDyMFoam/pEqn.H b/applications/solvers/multiphase/compressibleInterDyMFoam/pEqn.H index e6004eb9de9..df32583b499 100644 --- a/applications/solvers/multiphase/compressibleInterDyMFoam/pEqn.H +++ b/applications/solvers/multiphase/compressibleInterDyMFoam/pEqn.H @@ -26,7 +26,8 @@ phi = phiU + ( - fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(interface.sigmaK()) + *fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(rho)*(g & mesh.Sf()) )*rUAf; diff --git a/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H b/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H index dd704c0693c..f5452627676 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H +++ b/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H @@ -59,7 +59,17 @@ alpharScheme ); - MULES::explicitSolve(geometricOneField(), alpha1, phi, phiAlpha1, Sp, Su, 1, 0); + MULES::explicitSolve + ( + geometricOneField(), + alpha1, + phi, + phiAlpha1, + Sp, + Su, + 1, + 0 + ); surfaceScalarField rho1f = fvc::interpolate(rho1); surfaceScalarField rho2f = fvc::interpolate(rho2); diff --git a/applications/solvers/multiphase/compressibleInterFoam/pEqn.H b/applications/solvers/multiphase/compressibleInterFoam/pEqn.H index e6ff7134291..335ba473f10 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/pEqn.H +++ b/applications/solvers/multiphase/compressibleInterFoam/pEqn.H @@ -26,7 +26,8 @@ phi = phiU + ( - fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(interface.sigmaK()) + *fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(rho)*(g & mesh.Sf()) )*rUAf; diff --git a/applications/solvers/multiphase/interFoam/pEqn.H b/applications/solvers/multiphase/interFoam/pEqn.H index 7473848c62d..9025c6b7bac 100644 --- a/applications/solvers/multiphase/interFoam/pEqn.H +++ b/applications/solvers/multiphase/interFoam/pEqn.H @@ -15,7 +15,8 @@ phi = phiU + ( - fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(interface.sigmaK()) + *fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(rho)*(g & mesh.Sf()) )*rUAf; diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H b/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H index a232056b8dc..8d769a3e388 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H @@ -50,9 +50,29 @@ + vDotcAlphal ); - //MULES::explicitSolve(alpha1, phi, phiAlpha, 1, 0); - //MULES::explicitSolve(geometricOneField(), alpha1, phi, phiAlpha, Sp, Su, 1, 0); - MULES::implicitSolve(geometricOneField(), alpha1, phi, phiAlpha, Sp, Su, 1, 0); + // MULES::explicitSolve(alpha1, phi, phiAlpha, 1, 0); + // MULES::explicitSolve + // ( + // geometricOneField(), + // alpha1, + // phi, + // phiAlpha, + // Sp, + // Su, + // 1, + // 0 + // ); + MULES::implicitSolve + ( + geometricOneField(), + alpha1, + phi, + phiAlpha, + Sp, + Su, + 1, + 0 + ); rhoPhi += (runTime.deltaT()/totalDeltaT) diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H b/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H index 519a0b9f653..3c7d47880a8 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H @@ -15,7 +15,8 @@ phi = phiU + ( - fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(interface.sigmaK()) + *fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(rho)*(g & mesh.Sf()) )*rUAf; diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H b/applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H index 7645aeb2043..b2bc0d817d1 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H @@ -45,7 +45,11 @@ phi = alphaf*phia + betaf*phib; - surfaceScalarField Dp("(rho*(1|A(U)))", alphaf*rUaAf/rhoa + betaf*rUbAf/rhob); + surfaceScalarField Dp + ( + "(rho*(1|A(U)))", + alphaf*rUaAf/rhoa + betaf*rUbAf/rhob + ); for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++) { diff --git a/applications/test/HashingSpeed/testHashingSpeed.C b/applications/test/HashingSpeed/testHashingSpeed.C index 3d43909d144..1b42b5d34da 100644 --- a/applications/test/HashingSpeed/testHashingSpeed.C +++ b/applications/test/HashingSpeed/testHashingSpeed.C @@ -705,17 +705,22 @@ static uint32_t crc_16_table[16] = { }; /* - * This code was found at: http://wannabe.guru.org/alg/node191.html + * This code was found at: http://wannabe.guru.org/alg/node191.html * and still exists here: http://www.fearme.com/misc/alg/node191.html * * this source code is based on Rex and Binstock which, in turn, * acknowledges William James Hunt. * - * According to the site this CRC uses the polynomial x^16+x^5+x^2+1. - * Unfortunately, DOCSIS uses x^16+x^12+x^5+1. D'oh! + * According to the site this CRC uses the polynomial x^16+x^5+x^2+1. + * Unfortunately, DOCSIS uses x^16+x^12+x^5+1. D'oh! */ -static uint32_t GetCRC16Update (uint32_t start_crc, const char * data_stream, int length) { +static uint32_t GetCRC16Update +( + uint32_t start_crc, + const char * data_stream, + int length +) { uint32_t crc = start_crc; uint32_t r; @@ -740,7 +745,7 @@ uint32_t r; } uint32_t GetCRC16 (const char * data_stream, int length) { - return GetCRC16Update (0, data_stream, length); + return GetCRC16Update (0, data_stream, length); } /* ======================================================================== */ @@ -794,35 +799,40 @@ static void GenerateCRC32Table (void) { register int i, j; register uint32_t crc_accum; - for ( i = 0; i < 256; i++ ) { - crc_accum = ( (unsigned long) i << 24 ); + for ( i = 0; i < 256; i++ ) { + crc_accum = ( (unsigned long) i << 24 ); for ( j = 0; j < 8; j++ ) { - if ( crc_accum & 0x80000000L ) { - crc_accum = ( crc_accum << 1 ) ^ CRC32POLYNOMIAL; - } else { - crc_accum = ( crc_accum << 1 ); - } - } - crc_table[i] = crc_accum; - } - return; + if ( crc_accum & 0x80000000L ) { + crc_accum = ( crc_accum << 1 ) ^ CRC32POLYNOMIAL; + } else { + crc_accum = ( crc_accum << 1 ); + } + } + crc_table[i] = crc_accum; + } + return; } /* update the CRC on the data block one byte at a time */ -static uint32_t UpdateCRC32 (uint32_t crc_accum, const char *data_blk_ptr, int data_blk_size) { +static uint32_t UpdateCRC32 +( + uint32_t crc_accum, + const char *data_blk_ptr, + int data_blk_size +) { register int j; register uint8_t i; - for (j = 0; j < data_blk_size; j++) { - i = (crc_accum >> 24) ^ *data_blk_ptr++; - crc_accum = (crc_accum << 8) ^ crc_table[i]; - } - return crc_accum; + for (j = 0; j < data_blk_size; j++) { + i = (crc_accum >> 24) ^ *data_blk_ptr++; + crc_accum = (crc_accum << 8) ^ crc_table[i]; + } + return crc_accum; } uint32_t GetCRC32 (const char * data_stream, int length) { - return UpdateCRC32 (0, data_stream, length); + return UpdateCRC32 (0, data_stream, length); } /* ======================================================================== */ @@ -835,14 +845,14 @@ int j; uint8_t i0, i1; uint32_t crc_accum0 = 0, crc_accum1 = 0x23456789u; - if (data_blk_size & 1) crc_accum0 ^= *data_blk_ptr++; - for (j = 1; j < data_blk_size; j+=2) { - i0 = ((crc_accum0 >> 24) ^ *data_blk_ptr++); - i1 = ((crc_accum1 >> 24) ^ *data_blk_ptr++); - crc_accum0 = (crc_accum0 << 8) ^ crc_table[i0]; - crc_accum1 = (crc_accum1 << 8) ^ crc_table[i1]; - } - return crc_accum0 + crc_accum1; + if (data_blk_size & 1) crc_accum0 ^= *data_blk_ptr++; + for (j = 1; j < data_blk_size; j+=2) { + i0 = ((crc_accum0 >> 24) ^ *data_blk_ptr++); + i1 = ((crc_accum1 >> 24) ^ *data_blk_ptr++); + crc_accum0 = (crc_accum0 << 8) ^ crc_table[i0]; + crc_accum1 = (crc_accum1 << 8) ^ crc_table[i1]; + } + return crc_accum0 + crc_accum1; } /* ======================================================================== */ @@ -855,11 +865,11 @@ uint32_t FNVHash (const char * data, int len) { int i; uint32_t hash; - hash = 2166136261u; - for (i=0; i < len; i++) { - hash = (16777619u * hash) ^ data[i]; - } - return hash; + hash = 2166136261u; + for (i=0; i < len; i++) { + hash = (16777619u * hash) ^ data[i]; + } + return hash; } /* ======================================================================== */ @@ -872,15 +882,15 @@ uint32_t oneAtATimeHash (const char * s, int len) { int32_t hash; int i; - for (hash = 0, i = 0; i < len; i++) { - hash += s[i]; - hash += (hash << 10); - hash ^= (hash >> 6); /* Non-portable due to ANSI C */ - } - hash += (hash << 3); - hash ^= (hash >> 11); /* Non-portable due to ANSI C */ - hash += (hash << 15); - return (uint32_t) hash; + for (hash = 0, i = 0; i < len; i++) { + hash += s[i]; + hash += (hash << 10); + hash ^= (hash >> 6); /* Non-portable due to ANSI C */ + } + hash += (hash << 3); + hash ^= (hash >> 11); /* Non-portable due to ANSI C */ + hash += (hash << 15); + return (uint32_t) hash; } /* ======================================================================== */ @@ -889,23 +899,23 @@ uint32_t oneAtATimeHashPH (const char * s, int len) { int32_t hash0 = 0, hash1 = 0x23456789; int i; - if (len & 1) hash1 ^= *s++; + if (len & 1) hash1 ^= *s++; - for (i = 1; i < len; i+=2) { - hash0 += *s++; - hash1 += *s++; - hash0 += (hash0 << 10); - hash1 += (hash1 << 10); - hash0 ^= (hash0 >> 6); /* Non-portable due to ANSI C */ - hash1 ^= (hash1 >> 6); /* Non-portable due to ANSI C */ - } + for (i = 1; i < len; i+=2) { + hash0 += *s++; + hash1 += *s++; + hash0 += (hash0 << 10); + hash1 += (hash1 << 10); + hash0 ^= (hash0 >> 6); /* Non-portable due to ANSI C */ + hash1 ^= (hash1 >> 6); /* Non-portable due to ANSI C */ + } - hash0 += hash1; + hash0 += hash1; - hash0 += (hash0 << 3); - hash0 ^= (hash0 >> 11); /* Non-portable due to ANSI C */ - hash0 += (hash0 << 15); - return (uint32_t) hash0; + hash0 += (hash0 << 3); + hash0 ^= (hash0 >> 11); /* Non-portable due to ANSI C */ + hash0 += (hash0 << 15); + return (uint32_t) hash0; } /* ======================================================================== */ @@ -1029,42 +1039,42 @@ static char buff[BUFF_SZ]; clock_t c0, c1; int32_t i; - for (buff[0]=0, i=1; i < BUFF_SZ; i++) buff[i] = (char) (i + buff[i-1]); + for (buff[0]=0, i=1; i < BUFF_SZ; i++) buff[i] = (char) (i + buff[i-1]); - c0 = clock (); - for (i=0; i < NTESTS; i++) hash (buff, BUFF_SZ); - c1 = clock (); - return (c1 - c0)*(1.0 / (double)CLOCKS_PER_SEC); + c0 = clock (); + for (i=0; i < NTESTS; i++) hash (buff, BUFF_SZ); + c1 = clock (); + return (c1 - c0)*(1.0 / (double)CLOCKS_PER_SEC); } struct tagtest { - double res; - char * name; - hashFn hash; + double res; + char * name; + hashFn hash; } tests[] = { -// { 0.0, "CRC32\t\t", GetCRC32 }, -// { 0.0, "oneAtATimeHash\t", oneAtATimeHash }, -// { 0.0, "alphaNumHash\t", alphaNumHash }, - { 0.0, "FNVHash\t\t", FNVHash }, - { 0.0, "bernstein\t", bernstein }, - { 0.0, "stroustrup\t", stroustrup }, - { 0.0, "hashLookup3\t", hashLookup3 }, - { 0.0, "hashLookup3Orig\t", hashLookup3Orig }, - { 0.0, "SuperFastHash\t", SuperFastHash }, - { 0.0, NULL, NULL } +// { 0.0, "CRC32\t\t", GetCRC32 }, +// { 0.0, "oneAtATimeHash\t", oneAtATimeHash }, +// { 0.0, "alphaNumHash\t", alphaNumHash }, + { 0.0, "FNVHash\t\t", FNVHash }, + { 0.0, "bernstein\t", bernstein }, + { 0.0, "stroustrup\t", stroustrup }, + { 0.0, "hashLookup3\t", hashLookup3 }, + { 0.0, "hashLookup3Orig\t", hashLookup3Orig }, + { 0.0, "SuperFastHash\t", SuperFastHash }, + { 0.0, NULL, NULL } }; int main () { int i, j; - GenerateCRC32Table (); - - for (j=0; tests[j].name != NULL; j++) { - for (i=0; i < 3; i++) { - double res = test (tests[j].hash); - if (tests[j].res == 0.0 || tests[j].res > res) tests[j].res = res; - } - printf ("%s:%8.4fs\n", tests[j].name, tests[j].res); - } + GenerateCRC32Table (); + + for (j=0; tests[j].name != NULL; j++) { + for (i=0; i < 3; i++) { + double res = test (tests[j].hash); + if (tests[j].res == 0.0 || tests[j].res > res) tests[j].res = res; + } + printf ("%s:%8.4fs\n", tests[j].name, tests[j].res); + } - return 0; + return 0; } diff --git a/applications/test/PackedList/PackedListTest.C b/applications/test/PackedList/PackedListTest.C index a1cfae3eba2..ad5c7b33424 100644 --- a/applications/test/PackedList/PackedListTest.C +++ b/applications/test/PackedList/PackedListTest.C @@ -53,12 +53,15 @@ inline void reportInfo() << " utilization: " << (nBits * offset) << nl; Info<< " Masking:" << nl - << " shift << " << unsigned(nBits * offset) << nl - << " shift >> " << unsigned((sizeof(unsigned)*CHAR_BIT) - nBits * offset) + << " shift << " + << unsigned(nBits * offset) << nl + << " shift >> " + << unsigned((sizeof(unsigned)*CHAR_BIT) - nBits * offset) << nl; hex(Info); - Info<< " maskLower: " << PackedList<nBits>::maskLower(PackedList<nBits>::packing()) + Info<< " maskLower: " + << PackedList<nBits>::maskLower(PackedList<nBits>::packing()) << nl << " useSHL: " << useSHL << nl << " useSHR: " << useSHR << nl; diff --git a/applications/test/dictionary/dictionaryTest.C b/applications/test/dictionary/dictionaryTest.C index ea817372818..8f2ddb3f1ff 100644 --- a/applications/test/dictionary/dictionaryTest.C +++ b/applications/test/dictionary/dictionaryTest.C @@ -62,11 +62,13 @@ int main(int argc, char *argv[]) dictionary dict2(dict1.xfer()); Info<< "dict1.toc(): " << dict1.name() << " " << dict1.toc() << nl - << "dict2.toc(): " << dict2.name() << " " << dict2.toc() << endl; + << "dict2.toc(): " << dict2.name() << " " << dict2.toc() + << endl; // copy back dict1 = dict2; - Info<< "dict1.toc(): " << dict1.name() << " " << dict1.toc() << endl; + Info<< "dict1.toc(): " << dict1.name() << " " << dict1.toc() + << endl; dictionary dict3(dict2.subDictPtr("boundaryField")); dictionary dict4(dict2.subDictPtr("NONEXISTENT")); diff --git a/applications/test/quaternion/quaternionTest.C b/applications/test/quaternion/quaternionTest.C index f06ac53a189..df616dfa333 100644 --- a/applications/test/quaternion/quaternionTest.C +++ b/applications/test/quaternion/quaternionTest.C @@ -29,8 +29,11 @@ int main() Info<< "tr.transform(v) " << tr.transform(v) << endl; - Info<< "(septernion(vector(0, -1, 0))*q*septernion(vector(0, 1, 0))).transform(v) " - << (septernion(vector(0, -1, 0))*q*septernion(vector(0, 1, 0))).transform(v) + Info<< "(septernion(vector(0, -1, 0))*q*septernion(vector(0, 1, 0)))" + << ".transform(v) " + << (septernion(vector(0, -1, 0)) + *q + *septernion(vector(0, 1, 0))).transform(v) << endl; return 0; diff --git a/applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_france b/applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_france index 4cf7ee2a3a4..7f738b36736 100644 --- a/applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_france +++ b/applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_france @@ -326,7 +326,7 @@ CH3+CH3(+M)=C2H6(+M) 3.6E13 0. 0. !(14,-14)<BAULCH94> !-------------------------------------------------------------------------------------! !fittings (20/12/94, F. Battin-Leclerc) on CH4-02 system in PSR between 500 and 1300C! !CH3+CH3(+M)=C2H6(+M) 1.5E14 0. 0.! !(14,-14)<BAULCH94*4>! -! LOW /5.2E41 -7. 3.0E3/! +! LOW /5.2E41 -7. 3.0E3/! !-------------------------------------------------------------------------------------! TROE /0.62 73. 1180./ CH3+CH3=C2H5+H 3.0E13 0. 13.5E3 !(15,-15)<BAULCH94> diff --git a/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C b/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C index e827fee60c3..a9086d1652d 100644 --- a/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C +++ b/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C @@ -452,7 +452,8 @@ int main(int argc, char *argv[]) << "(there is a points file in " << pointsInstance << ")" << endl << "Please rerun with the correct time specified" - << " (through the -constant, -time or -latestTime (at your option)." + << " (through the -constant, -time or -latestTime " + << "(at your option)." << endl << exit(FatalError); } diff --git a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/foamToTecplot360.C b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/foamToTecplot360.C index a801d001be4..7692f5bc2cd 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/foamToTecplot360.C +++ b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/foamToTecplot360.C @@ -1272,7 +1272,10 @@ int main(int argc, char *argv[]) //Info<< " symm tensors :"; //print(Info, symmNames); // - //wordList tensorNames(sprayObjs.names(tensorIOField::typeName)); + //wordList tensorNames + //( + // sprayObjs.names(tensorIOField::typeName) + //); //Info<< " tensors :"; //print(Info, tensorNames); diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C b/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C index cfbdf8717cf..ad67095ad90 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C +++ b/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C @@ -112,7 +112,10 @@ Note @verbatim <?xml version="1.0"?> - <VTKFile type="Collection" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor"> + <VTKFile type="Collection" + version="0.1" + byte_order="LittleEndian" + compressor="vtkZLibDataCompressor"> <Collection> <DataSet timestep="50" file="pitzDaily_2.vtu"/> <DataSet timestep="100" file="pitzDaily_3.vtu"/> diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_maxsize_info.H b/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_maxsize_info.H index c47d153f962..ca2033453e7 100644 --- a/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_maxsize_info.H +++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_maxsize_info.H @@ -19,7 +19,8 @@ int USERD_get_maxsize_info label nPyr05Max = 0; label nTet04Max = 0; - Info<< "Checking all time steps for EnSight memory allocation purpose. This can take some time." << endl; + Info<< "Checking all time steps for EnSight memory allocation purpose. " + << "This can take some time." << endl; for (label timeI=1; timeI < timeDirs.size(); ++timeI) { diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nsided_conn.H b/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nsided_conn.H index c99361c3fb0..9557b5ae532 100644 --- a/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nsided_conn.H +++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nsided_conn.H @@ -1,4 +1,3 @@ - int USERD_get_nsided_conn ( int part_number, @@ -13,7 +12,8 @@ int USERD_get_nsided_conn #endif if (part_number == 1) { - Info<< "************* EEEEEEEEERRRRRRRRRRRRRRRRRR *************** " << endl << flush; + Info<< "************* EEEEEEEEERRRRRRRRRRRRRRRRRR *************** " + << endl << flush; } else if (part_number < nPatches+2) diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_filenames.H b/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_filenames.H index a85c942a085..11c8c15b9f0 100644 --- a/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_filenames.H +++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_filenames.H @@ -198,7 +198,8 @@ int USERD_set_filenames runTime.setTime(timeDirs[Current_time_step], Current_time_step); Num_variables = nVar + nSprayVariables; - Numparts_available = Num_unstructured_parts + Num_structured_parts + nPatches; + Numparts_available = + Num_unstructured_parts + Num_structured_parts + nPatches; #ifdef ENSIGHTDEBUG Info<< "Leaving: USERD_set_filenames" << endl << flush; @@ -206,4 +207,3 @@ int USERD_set_filenames return Z_OK; } - diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C b/applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C index a5e3d31268f..3e78b37861a 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C @@ -1,283 +1,282 @@ -/* - * Polygon Reduction Demo by Stan Melax (c) 1998 - * Permission to use any of this code wherever you want is granted.. - * Although, please do acknowledge authorship if appropriate. - * - * This module initializes the bunny model data and calls - * the polygon reduction routine. At each frame the RenderModel() - * routine is called to draw the model. This module also - * animates the parameters (such as number of vertices to - * use) to show the model at various levels of detail. - */ - -#include <windows.h> -#include <stdio.h> -#include <math.h> -#include <stdlib.h> -#include <assert.h> -#include <string.h> -#include <GL/gl.h> -#pragma warning(disable : 4244) - -#include "vector.h" -#include "font.h" -#include "progmesh.h" -#include "rabdata.h" - -extern float DeltaT; // change in time since last frame -int render_num; // number of vertices to draw with -float lodbase=0.5f; // the fraction of vertices used to morph toward -float morph=1.0f; // where to render between 2 levels of detail -List<Vector> vert; // global list of vertices -List<tridata> tri; // global list of triangles -List<int> collapse_map; // to which neighbor each vertex collapses -int renderpolycount=0; // polygons rendered in the current frame -Vector model_position; // position of bunny -Quaternion model_orientation; // orientation of bunny - -// Note that the use of the Map() function and the collapse_map -// list isn't part of the polygon reduction algorithm. -// We just set up this system here in this module -// so that we could retrieve the model at any desired vertex count. -// Therefore if this part of the program confuses you, then -// dont worry about it. It might help to look over the progmesh.cpp -// module first. - -// Map() -// -// When the model is rendered using a maximum of mx vertices -// then it is vertices 0 through mx-1 that are used. -// We are able to do this because the vertex list -// gets sorted according to the collapse order. -// The Map() routine takes a vertex number 'a' and the -// maximum number of vertices 'mx' and returns the -// appropriate vertex in the range 0 to mx-1. -// When 'a' is greater than 'mx' the Map() routine -// follows the chain of edge collapses until a vertex -// within the limit is reached. -// An example to make this clear: assume there is -// a triangle with vertices 1, 3 and 12. But when -// rendering the model we limit ourselves to 10 vertices. -// In that case we find out how vertex 12 was removed -// by the polygon reduction algorithm. i.e. which -// edge was collapsed. Lets say that vertex 12 was collapsed -// to vertex number 7. This number would have been stored -// in the collapse_map array (i.e. collapse_map[12]==7). -// Since vertex 7 is in range (less than max of 10) we -// will want to render the triangle 1,3,7. -// Pretend now that we want to limit ourselves to 5 vertices. -// and vertex 7 was collapsed to vertex 3 -// (i.e. collapse_map[7]==3). Then triangle 1,3,12 would now be -// triangle 1,3,3. i.e. this polygon was removed by the -// progressive mesh polygon reduction algorithm by the time -// it had gotten down to 5 vertices. -// No need to draw a one dimensional polygon. :-) -int Map(int a,int mx) { - if(mx<=0) return 0; - while(a>=mx) { - a=collapse_map[a]; - } - return a; -} - -void DrawModelTriangles() { - assert(collapse_map.num); - renderpolycount=0; - int i=0; - for(i=0;i<tri.num;i++) { - int p0= Map(tri[i].v[0],render_num); - int p1= Map(tri[i].v[1],render_num); - int p2= Map(tri[i].v[2],render_num); - // note: serious optimization opportunity here, - // by sorting the triangles the following "continue" - // could have been made into a "break" statement. - if(p0==p1 || p1==p2 || p2==p0) continue; - renderpolycount++; - // if we are not currenly morphing between 2 levels of detail - // (i.e. if morph=1.0) then q0,q1, and q2 are not necessary. - int q0= Map(p0,(int)(render_num*lodbase)); - int q1= Map(p1,(int)(render_num*lodbase)); - int q2= Map(p2,(int)(render_num*lodbase)); - Vector v0,v1,v2; - v0 = vert[p0]*morph + vert[q0]*(1-morph); - v1 = vert[p1]*morph + vert[q1]*(1-morph); - v2 = vert[p2]*morph + vert[q2]*(1-morph); - glBegin(GL_POLYGON); - // the purpose of the demo is to show polygons - // therefore just use 1 face normal (flat shading) - Vector nrml = (v1-v0) * (v2-v1); // cross product - if(0<magnitude(nrml)) { - glNormal3fv(normalize(nrml)); - } - glVertex3fv(v0); - glVertex3fv(v1); - glVertex3fv(v2); - glEnd(); - } -} - - -void PermuteVertices(List<int> &permutation) { - // rearrange the vertex list - List<Vector> temp_list; - int i; - assert(permutation.num==vert.num); - for(i=0;i<vert.num;i++) { - temp_list.Add(vert[i]); - } - for(i=0;i<vert.num;i++) { - vert[permutation[i]]=temp_list[i]; - } - // update the changes in the entries in the triangle list - for(i=0;i<tri.num;i++) { - for(int j=0;j<3;j++) { - tri[i].v[j] = permutation[tri[i].v[j]]; - } - } -} - -void GetRabbitData(){ - // Copy the geometry from the arrays of data in rabdata.cpp into - // the vert and tri lists which we send to the reduction routine - int i; - for(i=0;i<RABBIT_VERTEX_NUM;i++) { - float *vp=rabbit_vertices[i]; - vert.Add(Vector(vp[0],vp[1],vp[2])); - } - for(i=0;i<RABBIT_TRIANGLE_NUM;i++) { - tridata td; - td.v[0]=rabbit_triangles[i][0]; - td.v[1]=rabbit_triangles[i][1]; - td.v[2]=rabbit_triangles[i][2]; - tri.Add(td); - } - render_num=vert.num; // by default lets use all the model to render -} - - -void InitModel() { - List<int> permutation; - GetRabbitData(); - ProgressiveMesh(vert,tri,collapse_map,permutation); - PermuteVertices(permutation); - model_position = Vector(0,0,-3); - Quaternion yaw(Vector(0,1,0),-3.14f/4); // 45 degrees - Quaternion pitch(Vector(1,0,0),3.14f/12); // 15 degrees - model_orientation = pitch*yaw; -} - -void StatusDraw() { - // Draw a slider type widget looking thing - // to show portion of vertices being used - float b = (float)render_num/(float)vert.num; - float a = b*(lodbase ); - glDisable(GL_LIGHTING); - glMatrixMode( GL_PROJECTION ); - glPushMatrix(); - glLoadIdentity(); - glOrtho(-0.15,15,-0.1,1.1,-0.1,100); - glMatrixMode( GL_MODELVIEW ); - - glPushMatrix(); - glLoadIdentity(); - glBegin(GL_POLYGON); - glColor3f(1,0,0); - glVertex2f(0,0); - glVertex2f(1,0); - glVertex2f(1,a); - glVertex2f(0,a); - glEnd(); - glBegin(GL_POLYGON); - glColor3f(1,0,0); - glVertex2f(0,a); - glVertex2f(morph,a); - glVertex2f(morph,b); - glVertex2f(0,b); - glEnd(); - glBegin(GL_POLYGON); - glColor3f(0,0,1); - glVertex2f(morph,a); - glVertex2f(1,a); - glVertex2f(1,b); - glVertex2f(morph,b); - glEnd(); - glBegin(GL_POLYGON); - glColor3f(0,0,1); - glVertex2f(0,b); - glVertex2f(1,b); - glVertex2f(1,1); - glVertex2f(0,1); - glEnd(); - glPopMatrix(); - glMatrixMode( GL_PROJECTION ); - glPopMatrix(); - glMatrixMode( GL_MODELVIEW ); -} - -/* - * The following is just a quick hack to animate - * the object through various polygon reduced versions. - */ -struct keyframethings { - float t; // timestamp - float n; // portion of vertices used to start - float dn; // rate of change in "n" - float m; // morph value - float dm; // rate of change in "m" -} keys[]={ - {0 ,1 ,0 ,1, 0}, - {2 ,1 ,-1,1, 0}, - {10,0 ,1 ,1, 0}, - {18,1 ,0 ,1, 0}, - {20,1 ,0 ,1,-1}, - {24,0.5 ,0 ,1, 0}, - {26,0.5 ,0 ,1,-1}, - {30,0.25,0 ,1, 0}, - {32,0.25,0 ,1,-1}, - {36,0.125,0,1, 0}, - {38,0.25,0 ,0, 1}, - {42,0.5 ,0 ,0, 1}, - {46,1 ,0 ,0, 1}, - {50,1 ,0 ,1, 0}, -}; -void AnimateParameters() { - static float time=0; // global time - used for animation - time+=DeltaT; - if(time>=50) time=0; // repeat cycle every so many seconds - int k=0; - while(time>keys[k+1].t) { - k++; - } - float interp = (time-keys[k].t)/(keys[k+1].t-keys[k].t); - render_num = vert.num*(keys[k].n + interp*keys[k].dn); - morph = keys[k].m + interp*keys[k].dm; - morph = (morph>1.0f) ? 1.0f : morph; // clamp value - if(render_num>vert.num) render_num=vert.num; - if(render_num<0 ) render_num=0; -} - -void RenderModel() { - AnimateParameters(); - - glEnable(GL_LIGHTING); - glEnable(GL_LIGHT0); - glColor3f(1,1,1); - glPushMatrix(); - glTranslatef(model_position.x,model_position.y,model_position.z); - // Rotate by quaternion: model_orientation - Vector axis=model_orientation.axis(); - float angle=model_orientation.angle()*180.0f/3.14f; - glRotatef(angle,axis.x,axis.y,axis.z); - DrawModelTriangles(); - StatusDraw(); - glPopMatrix(); - - char buf[256]; - sprintf(buf,"Polys: %d Vertices: %d ",renderpolycount,render_num); - if(morph<1.0) { - sprintf(buf+strlen(buf),"<-> %d morph: %4.2f ", - (int)(lodbase *render_num),morph); - } - PostString(buf,0,-2,5); -} - +/* + * Polygon Reduction Demo by Stan Melax (c) 1998 + * Permission to use any of this code wherever you want is granted.. + * Although, please do acknowledge authorship if appropriate. + * + * This module initializes the bunny model data and calls + * the polygon reduction routine. At each frame the RenderModel() + * routine is called to draw the model. This module also + * animates the parameters (such as number of vertices to + * use) to show the model at various levels of detail. + */ + +#include <windows.h> +#include <stdio.h> +#include <math.h> +#include <stdlib.h> +#include <assert.h> +#include <string.h> +#include <GL/gl.h> +#pragma warning(disable : 4244) + +#include "vector.h" +#include "font.h" +#include "progmesh.h" +#include "rabdata.h" + +extern float DeltaT; // change in time since last frame +int render_num; // number of vertices to draw with +float lodbase=0.5f; // the fraction of vertices used to morph toward +float morph=1.0f; // where to render between 2 levels of detail +List<Vector> vert; // global list of vertices +List<tridata> tri; // global list of triangles +List<int> collapse_map; // to which neighbor each vertex collapses +int renderpolycount=0; // polygons rendered in the current frame +Vector model_position; // position of bunny +Quaternion model_orientation; // orientation of bunny + +// Note that the use of the Map() function and the collapse_map +// list isn't part of the polygon reduction algorithm. +// We just set up this system here in this module +// so that we could retrieve the model at any desired vertex count. +// Therefore if this part of the program confuses you, then +// dont worry about it. It might help to look over the progmesh.cpp +// module first. + +// Map() +// +// When the model is rendered using a maximum of mx vertices +// then it is vertices 0 through mx-1 that are used. +// We are able to do this because the vertex list +// gets sorted according to the collapse order. +// The Map() routine takes a vertex number 'a' and the +// maximum number of vertices 'mx' and returns the +// appropriate vertex in the range 0 to mx-1. +// When 'a' is greater than 'mx' the Map() routine +// follows the chain of edge collapses until a vertex +// within the limit is reached. +// An example to make this clear: assume there is +// a triangle with vertices 1, 3 and 12. But when +// rendering the model we limit ourselves to 10 vertices. +// In that case we find out how vertex 12 was removed +// by the polygon reduction algorithm. i.e. which +// edge was collapsed. Lets say that vertex 12 was collapsed +// to vertex number 7. This number would have been stored +// in the collapse_map array (i.e. collapse_map[12]==7). +// Since vertex 7 is in range (less than max of 10) we +// will want to render the triangle 1,3,7. +// Pretend now that we want to limit ourselves to 5 vertices. +// and vertex 7 was collapsed to vertex 3 +// (i.e. collapse_map[7]==3). Then triangle 1,3,12 would now be +// triangle 1,3,3. i.e. this polygon was removed by the +// progressive mesh polygon reduction algorithm by the time +// it had gotten down to 5 vertices. +// No need to draw a one dimensional polygon. :-) +int Map(int a,int mx) { + if(mx<=0) return 0; + while(a>=mx) { + a=collapse_map[a]; + } + return a; +} + +void DrawModelTriangles() { + assert(collapse_map.num); + renderpolycount=0; + int i=0; + for(i=0;i<tri.num;i++) { + int p0= Map(tri[i].v[0],render_num); + int p1= Map(tri[i].v[1],render_num); + int p2= Map(tri[i].v[2],render_num); + // note: serious optimization opportunity here, + // by sorting the triangles the following "continue" + // could have been made into a "break" statement. + if(p0==p1 || p1==p2 || p2==p0) continue; + renderpolycount++; + // if we are not currenly morphing between 2 levels of detail + // (i.e. if morph=1.0) then q0,q1, and q2 are not necessary. + int q0= Map(p0,(int)(render_num*lodbase)); + int q1= Map(p1,(int)(render_num*lodbase)); + int q2= Map(p2,(int)(render_num*lodbase)); + Vector v0,v1,v2; + v0 = vert[p0]*morph + vert[q0]*(1-morph); + v1 = vert[p1]*morph + vert[q1]*(1-morph); + v2 = vert[p2]*morph + vert[q2]*(1-morph); + glBegin(GL_POLYGON); + // the purpose of the demo is to show polygons + // therefore just use 1 face normal (flat shading) + Vector nrml = (v1-v0) * (v2-v1); // cross product + if(0<magnitude(nrml)) { + glNormal3fv(normalize(nrml)); + } + glVertex3fv(v0); + glVertex3fv(v1); + glVertex3fv(v2); + glEnd(); + } +} + + +void PermuteVertices(List<int> &permutation) { + // rearrange the vertex list + List<Vector> temp_list; + int i; + assert(permutation.num==vert.num); + for(i=0;i<vert.num;i++) { + temp_list.Add(vert[i]); + } + for(i=0;i<vert.num;i++) { + vert[permutation[i]]=temp_list[i]; + } + // update the changes in the entries in the triangle list + for(i=0;i<tri.num;i++) { + for(int j=0;j<3;j++) { + tri[i].v[j] = permutation[tri[i].v[j]]; + } + } +} + +void GetRabbitData(){ + // Copy the geometry from the arrays of data in rabdata.cpp into + // the vert and tri lists which we send to the reduction routine + int i; + for(i=0;i<RABBIT_VERTEX_NUM;i++) { + float *vp=rabbit_vertices[i]; + vert.Add(Vector(vp[0],vp[1],vp[2])); + } + for(i=0;i<RABBIT_TRIANGLE_NUM;i++) { + tridata td; + td.v[0]=rabbit_triangles[i][0]; + td.v[1]=rabbit_triangles[i][1]; + td.v[2]=rabbit_triangles[i][2]; + tri.Add(td); + } + render_num=vert.num; // by default lets use all the model to render +} + + +void InitModel() { + List<int> permutation; + GetRabbitData(); + ProgressiveMesh(vert,tri,collapse_map,permutation); + PermuteVertices(permutation); + model_position = Vector(0,0,-3); + Quaternion yaw(Vector(0,1,0),-3.14f/4); // 45 degrees + Quaternion pitch(Vector(1,0,0),3.14f/12); // 15 degrees + model_orientation = pitch*yaw; +} + +void StatusDraw() { + // Draw a slider type widget looking thing + // to show portion of vertices being used + float b = (float)render_num/(float)vert.num; + float a = b*(lodbase ); + glDisable(GL_LIGHTING); + glMatrixMode( GL_PROJECTION ); + glPushMatrix(); + glLoadIdentity(); + glOrtho(-0.15,15,-0.1,1.1,-0.1,100); + glMatrixMode( GL_MODELVIEW ); + + glPushMatrix(); + glLoadIdentity(); + glBegin(GL_POLYGON); + glColor3f(1,0,0); + glVertex2f(0,0); + glVertex2f(1,0); + glVertex2f(1,a); + glVertex2f(0,a); + glEnd(); + glBegin(GL_POLYGON); + glColor3f(1,0,0); + glVertex2f(0,a); + glVertex2f(morph,a); + glVertex2f(morph,b); + glVertex2f(0,b); + glEnd(); + glBegin(GL_POLYGON); + glColor3f(0,0,1); + glVertex2f(morph,a); + glVertex2f(1,a); + glVertex2f(1,b); + glVertex2f(morph,b); + glEnd(); + glBegin(GL_POLYGON); + glColor3f(0,0,1); + glVertex2f(0,b); + glVertex2f(1,b); + glVertex2f(1,1); + glVertex2f(0,1); + glEnd(); + glPopMatrix(); + glMatrixMode( GL_PROJECTION ); + glPopMatrix(); + glMatrixMode( GL_MODELVIEW ); +} + +/* + * The following is just a quick hack to animate + * the object through various polygon reduced versions. + */ +struct keyframethings { + float t; // timestamp + float n; // portion of vertices used to start + float dn; // rate of change in "n" + float m; // morph value + float dm; // rate of change in "m" +} keys[]={ + {0 ,1 ,0 ,1, 0}, + {2 ,1 ,-1,1, 0}, + {10,0 ,1 ,1, 0}, + {18,1 ,0 ,1, 0}, + {20,1 ,0 ,1,-1}, + {24,0.5 ,0 ,1, 0}, + {26,0.5 ,0 ,1,-1}, + {30,0.25,0 ,1, 0}, + {32,0.25,0 ,1,-1}, + {36,0.125,0,1, 0}, + {38,0.25,0 ,0, 1}, + {42,0.5 ,0 ,0, 1}, + {46,1 ,0 ,0, 1}, + {50,1 ,0 ,1, 0}, +}; +void AnimateParameters() { + static float time=0; // global time - used for animation + time+=DeltaT; + if(time>=50) time=0; // repeat cycle every so many seconds + int k=0; + while(time>keys[k+1].t) { + k++; + } + float interp = (time-keys[k].t)/(keys[k+1].t-keys[k].t); + render_num = vert.num*(keys[k].n + interp*keys[k].dn); + morph = keys[k].m + interp*keys[k].dm; + morph = (morph>1.0f) ? 1.0f : morph; // clamp value + if(render_num>vert.num) render_num=vert.num; + if(render_num<0 ) render_num=0; +} + +void RenderModel() { + AnimateParameters(); + + glEnable(GL_LIGHTING); + glEnable(GL_LIGHT0); + glColor3f(1,1,1); + glPushMatrix(); + glTranslatef(model_position.x,model_position.y,model_position.z); + // Rotate by quaternion: model_orientation + Vector axis=model_orientation.axis(); + float angle=model_orientation.angle()*180.0f/3.14f; + glRotatef(angle,axis.x,axis.y,axis.z); + DrawModelTriangles(); + StatusDraw(); + glPopMatrix(); + + char buf[256]; + sprintf(buf,"Polys: %d Vertices: %d ",renderpolycount,render_num); + if(morph<1.0) { + sprintf(buf+strlen(buf),"<-> %d morph: %4.2f ", + (int)(lodbase *render_num),morph); + } + PostString(buf,0,-2,5); +} diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/font.h b/applications/utilities/surface/surfaceCoarsen/bunnylod/font.h index 2a616fe8ac0..196f5de7f61 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/font.h +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/font.h @@ -1,9 +1,8 @@ -#ifndef FONT_H -#define FONT_H - -void PrintString(char *s,int x=0,int y=-1); -void PostString(char *_s,int _x,int _y,float _life=5.0); -void RenderStrings(); - -#endif - +#ifndef FONT_H +#define FONT_H + +void PrintString(char *s,int x=0,int y=-1); +void PostString(char *_s,int _x,int _y,float _life=5.0); +void RenderStrings(); + +#endif diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h b/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h index f3b593f96c0..1c19f0d99c4 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h @@ -1,128 +1,130 @@ -/* - * A generic template list class. - * Fairly typical of the list example you would - * find in any c++ book. - */ -#ifndef GENERIC_LIST_H -#define GENERIC_LIST_H - -#include <assert.h> -#include <stdio.h> - -template <class Type> class List { - public: - List(int s=0); - ~List(); - void allocate(int s); - void SetSize(int s); - void Pack(); - void Add(Type); - void AddUnique(Type); - int Contains(Type); - void Remove(Type); - void DelIndex(int i); - Type * element; - int num; - int array_size; - Type &operator[](int i){assert(i>=0 && i<num); return element[i];} -}; - - -template <class Type> -List<Type>::List(int s){ - num=0; - array_size = 0; - element = NULL; - if(s) { - allocate(s); - } -} - -template <class Type> -List<Type>::~List(){ - delete element; -} - -template <class Type> -void List<Type>::allocate(int s){ - assert(s>0); - assert(s>=num); - Type *old = element; - array_size =s; - element = new Type[array_size]; - assert(element); - for(int i=0;i<num;i++){ - element[i]=old[i]; - } - if(old) delete old; -} -template <class Type> -void List<Type>::SetSize(int s){ - if(s==0) { if(element) delete element;} - else { allocate(s); } - num=s; -} -template <class Type> -void List<Type>::Pack(){ - allocate(num); -} - -template <class Type> -void List<Type>::Add(Type t){ - assert(num<=array_size); - if(num==array_size) { - allocate((array_size)?array_size *2:16); - } - //int i; - //for(i=0;i<num;i++) { - // dissallow duplicates - // assert(element[i] != t); - //} - element[num++] = t; -} - -template <class Type> -int List<Type>::Contains(Type t){ - int i; - int count=0; - for(i=0;i<num;i++) { - if(element[i] == t) count++; - } - return count; -} - -template <class Type> -void List<Type>::AddUnique(Type t){ - if(!Contains(t)) Add(t); -} - - -template <class Type> -void List<Type>::DelIndex(int i){ - assert(i<num); - num--; - while(i<num){ - element[i] = element[i+1]; - i++; - } -} - -template <class Type> -void List<Type>::Remove(Type t){ - int i; - for(i=0;i<num;i++) { - if(element[i] == t) { - break; - } - } - DelIndex(i); - for(i=0;i<num;i++) { - assert(element[i] != t); - } -} - - - - - -#endif +/* + * A generic template list class. + * Fairly typical of the list example you would + * find in any c++ book. + */ +#ifndef GENERIC_LIST_H +#define GENERIC_LIST_H + +#include <assert.h> +#include <stdio.h> + +template <class Type> class List { + public: + List(int s=0); + ~List(); + void allocate(int s); + void SetSize(int s); + void Pack(); + void Add(Type); + void AddUnique(Type); + int Contains(Type); + void Remove(Type); + void DelIndex(int i); + Type * element; + int num; + int array_size; + Type &operator[](int i){ + assert(i>=0 && i<num); + return element[i];} +}; + + +template <class Type> +List<Type>::List(int s){ + num=0; + array_size = 0; + element = NULL; + if(s) { + allocate(s); + } +} + +template <class Type> +List<Type>::~List(){ + delete element; +} + +template <class Type> +void List<Type>::allocate(int s){ + assert(s>0); + assert(s>=num); + Type *old = element; + array_size =s; + element = new Type[array_size]; + assert(element); + for(int i=0;i<num;i++){ + element[i]=old[i]; + } + if(old) delete old; +} +template <class Type> +void List<Type>::SetSize(int s){ + if(s==0) { if(element) delete element;} + else { allocate(s); } + num=s; +} +template <class Type> +void List<Type>::Pack(){ + allocate(num); +} + +template <class Type> +void List<Type>::Add(Type t){ + assert(num<=array_size); + if(num==array_size) { + allocate((array_size)?array_size *2:16); + } + //int i; + //for(i=0;i<num;i++) { + // dissallow duplicates + // assert(element[i] != t); + //} + element[num++] = t; +} + +template <class Type> +int List<Type>::Contains(Type t){ + int i; + int count=0; + for(i=0;i<num;i++) { + if(element[i] == t) count++; + } + return count; +} + +template <class Type> +void List<Type>::AddUnique(Type t){ + if(!Contains(t)) Add(t); +} + + +template <class Type> +void List<Type>::DelIndex(int i){ + assert(i<num); + num--; + while(i<num){ + element[i] = element[i+1]; + i++; + } +} + +template <class Type> +void List<Type>::Remove(Type t){ + int i; + for(i=0;i<num;i++) { + if(element[i] == t) { + break; + } + } + DelIndex(i); + for(i=0;i<num;i++) { + assert(element[i] != t); + } +} + + + + + +#endif diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C b/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C index 89b81846dac..64005c1648b 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C @@ -1,313 +1,315 @@ -/* - * Progressive Mesh type Polygon Reduction Algorithm - * by Stan Melax (c) 1998 - * Permission to use any of this code wherever you want is granted.. - * Although, please do acknowledge authorship if appropriate. - * - * See the header file progmesh.h for a description of this module - */ - -#include <stdio.h> -#include <math.h> -#include <stdlib.h> -#include <assert.h> -//#include <windows.h> - -#include "vector.h" -#include "list.h" -#include "progmesh.h" - -#define min(x,y) (((x) <= (y)) ? (x) : (y)) -#define max(x,y) (((x) >= (y)) ? (x) : (y)) - - -/* - * For the polygon reduction algorithm we use data structures - * that contain a little bit more information than the usual - * indexed face set type of data structure. - * From a vertex we wish to be able to quickly get the - * neighboring faces and vertices. - */ -class Triangle; -class Vertex; - -class Triangle { - public: - Vertex * vertex[3]; // the 3 points that make this tri - Vector normal; // unit vector othogonal to this face - Triangle(Vertex *v0,Vertex *v1,Vertex *v2); - ~Triangle(); - void ComputeNormal(); - void ReplaceVertex(Vertex *vold,Vertex *vnew); - int HasVertex(Vertex *v); -}; -class Vertex { - public: - Vector position; // location of point in euclidean space - int id; // place of vertex in original list - List<Vertex *> neighbor; // adjacent vertices - List<Triangle *> face; // adjacent triangles - float objdist; // cached cost of collapsing edge - Vertex * collapse; // candidate vertex for collapse - Vertex(Vector v,int _id); - ~Vertex(); - void RemoveIfNonNeighbor(Vertex *n); -}; -List<Vertex *> vertices; -List<Triangle *> triangles; - - -Triangle::Triangle(Vertex *v0,Vertex *v1,Vertex *v2){ - assert(v0!=v1 && v1!=v2 && v2!=v0); - vertex[0]=v0; - vertex[1]=v1; - vertex[2]=v2; - ComputeNormal(); - triangles.Add(this); - for(int i=0;i<3;i++) { - vertex[i]->face.Add(this); - for(int j=0;j<3;j++) if(i!=j) { - vertex[i]->neighbor.AddUnique(vertex[j]); - } - } -} -Triangle::~Triangle(){ - int i; - triangles.Remove(this); - for(i=0;i<3;i++) { - if(vertex[i]) vertex[i]->face.Remove(this); - } - for(i=0;i<3;i++) { - int i2 = (i+1)%3; - if(!vertex[i] || !vertex[i2]) continue; - vertex[i ]->RemoveIfNonNeighbor(vertex[i2]); - vertex[i2]->RemoveIfNonNeighbor(vertex[i ]); - } -} -int Triangle::HasVertex(Vertex *v) { - return (v==vertex[0] ||v==vertex[1] || v==vertex[2]); -} -void Triangle::ComputeNormal(){ - Vector v0=vertex[0]->position; - Vector v1=vertex[1]->position; - Vector v2=vertex[2]->position; - normal = (v1-v0)*(v2-v1); - if(magnitude(normal)==0)return; - normal = normalize(normal); -} -void Triangle::ReplaceVertex(Vertex *vold,Vertex *vnew) { - assert(vold && vnew); - assert(vold==vertex[0] || vold==vertex[1] || vold==vertex[2]); - assert(vnew!=vertex[0] && vnew!=vertex[1] && vnew!=vertex[2]); - if(vold==vertex[0]){ - vertex[0]=vnew; - } - else if(vold==vertex[1]){ - vertex[1]=vnew; - } - else { - assert(vold==vertex[2]); - vertex[2]=vnew; - } - int i; - vold->face.Remove(this); - assert(!vnew->face.Contains(this)); - vnew->face.Add(this); - for(i=0;i<3;i++) { - vold->RemoveIfNonNeighbor(vertex[i]); - vertex[i]->RemoveIfNonNeighbor(vold); - } - for(i=0;i<3;i++) { - assert(vertex[i]->face.Contains(this)==1); - for(int j=0;j<3;j++) if(i!=j) { - vertex[i]->neighbor.AddUnique(vertex[j]); - } - } - ComputeNormal(); -} - -Vertex::Vertex(Vector v,int _id) { - position =v; - id=_id; - vertices.Add(this); -} - -Vertex::~Vertex(){ - assert(face.num==0); - while(neighbor.num) { - neighbor[0]->neighbor.Remove(this); - neighbor.Remove(neighbor[0]); - } - vertices.Remove(this); -} -void Vertex::RemoveIfNonNeighbor(Vertex *n) { - // removes n from neighbor list if n isn't a neighbor. - if(!neighbor.Contains(n)) return; - for(int i=0;i<face.num;i++) { - if(face[i]->HasVertex(n)) return; - } - neighbor.Remove(n); -} - - -float ComputeEdgeCollapseCost(Vertex *u,Vertex *v) { - // if we collapse edge uv by moving u to v then how - // much different will the model change, i.e. how much "error". - // Texture, vertex normal, and border vertex code was removed - // to keep this demo as simple as possible. - // The method of determining cost was designed in order - // to exploit small and coplanar regions for - // effective polygon reduction. - // Is is possible to add some checks here to see if "folds" - // would be generated. i.e. normal of a remaining face gets - // flipped. I never seemed to run into this problem and - // therefore never added code to detect this case. - int i; - float edgelength = magnitude(v->position - u->position); - float curvature=0; - - // find the "sides" triangles that are on the edge uv - List<Triangle *> sides; - for(i=0;i<u->face.num;i++) { - if(u->face[i]->HasVertex(v)){ - sides.Add(u->face[i]); - } - } - // use the triangle facing most away from the sides - // to determine our curvature term - for(i=0;i<u->face.num;i++) { - float mincurv=1; // curve for face i and closer side to it - for(int j=0;j<sides.num;j++) { - // use dot product of face normals. '^' defined in vector - float dotprod = u->face[i]->normal ^ sides[j]->normal; - mincurv = min(mincurv,(1-dotprod)/2.0f); - } - curvature = max(curvature,mincurv); - } - // the more coplanar the lower the curvature term - return edgelength * curvature; -} - -void ComputeEdgeCostAtVertex(Vertex *v) { - // compute the edge collapse cost for all edges that start - // from vertex v. Since we are only interested in reducing - // the object by selecting the min cost edge at each step, we - // only cache the cost of the least cost edge at this vertex - // (in member variable collapse) as well as the value of the - // cost (in member variable objdist). - if(v->neighbor.num==0) { - // v doesn't have neighbors so it costs nothing to collapse - v->collapse=NULL; - v->objdist=-0.01f; - return; - } - v->objdist = 1000000; - v->collapse=NULL; - // search all neighboring edges for "least cost" edge - for(int i=0;i<v->neighbor.num;i++) { - float dist; - dist = ComputeEdgeCollapseCost(v,v->neighbor[i]); - if(dist<v->objdist) { - v->collapse=v->neighbor[i]; // candidate for edge collapse - v->objdist=dist; // cost of the collapse - } - } -} -void ComputeAllEdgeCollapseCosts() { - // For all the edges, compute the difference it would make - // to the model if it was collapsed. The least of these - // per vertex is cached in each vertex object. - for(int i=0;i<vertices.num;i++) { - ComputeEdgeCostAtVertex(vertices[i]); - } -} - -void Collapse(Vertex *u,Vertex *v){ - // Collapse the edge uv by moving vertex u onto v - // Actually remove tris on uv, then update tris that - // have u to have v, and then remove u. - if(!v) { - // u is a vertex all by itself so just delete it - delete u; - return; - } - int i; - List<Vertex *>tmp; - // make tmp a list of all the neighbors of u - for(i=0;i<u->neighbor.num;i++) { - tmp.Add(u->neighbor[i]); - } - // delete triangles on edge uv: - for(i=u->face.num-1;i>=0;i--) { - if(u->face[i]->HasVertex(v)) { - delete(u->face[i]); - } - } - // update remaining triangles to have v instead of u - for(i=u->face.num-1;i>=0;i--) { - u->face[i]->ReplaceVertex(u,v); - } - delete u; - // recompute the edge collapse costs for neighboring vertices - for(i=0;i<tmp.num;i++) { - ComputeEdgeCostAtVertex(tmp[i]); - } -} - -void AddVertex(List<Vector> &vert){ - for(int i=0;i<vert.num;i++) { - new Vertex(vert[i],i); - } -} -void AddFaces(List<tridata> &tri){ - for(int i=0;i<tri.num;i++) { - new Triangle( - vertices[tri[i].v[0]], - vertices[tri[i].v[1]], - vertices[tri[i].v[2]] ); - } -} - -Vertex *MinimumCostEdge(){ - // Find the edge that when collapsed will affect model the least. - // This funtion actually returns a Vertex, the second vertex - // of the edge (collapse candidate) is stored in the vertex data. - // Serious optimization opportunity here: this function currently - // does a sequential search through an unsorted list :-( - // Our algorithm could be O(n*lg(n)) instead of O(n*n) - Vertex *mn=vertices[0]; - for(int i=0;i<vertices.num;i++) { - if(vertices[i]->objdist < mn->objdist) { - mn = vertices[i]; - } - } - return mn; -} - -void ProgressiveMesh(List<Vector> &vert, List<tridata> &tri, - List<int> &map, List<int> &permutation) -{ - AddVertex(vert); // put input data into our data structures - AddFaces(tri); - ComputeAllEdgeCollapseCosts(); // cache all edge collapse costs - permutation.SetSize(vertices.num); // allocate space - map.SetSize(vertices.num); // allocate space - // reduce the object down to nothing: - while(vertices.num > 0) { - // get the next vertex to collapse - Vertex *mn = MinimumCostEdge(); - // keep track of this vertex, i.e. the collapse ordering - permutation[mn->id]=vertices.num-1; - // keep track of vertex to which we collapse to - map[vertices.num-1] = (mn->collapse)?mn->collapse->id:-1; - // Collapse this edge - Collapse(mn,mn->collapse); - } - // reorder the map list based on the collapse ordering - for(int i=0;i<map.num;i++) { - map[i] = (map[i]==-1)?0:permutation[map[i]]; - } - // The caller of this function should reorder their vertices - // according to the returned "permutation". -} - +/* + * Progressive Mesh type Polygon Reduction Algorithm + * by Stan Melax (c) 1998 + * Permission to use any of this code wherever you want is granted.. + * Although, please do acknowledge authorship if appropriate. + * + * See the header file progmesh.h for a description of this module + */ + +#include <stdio.h> +#include <math.h> +#include <stdlib.h> +#include <assert.h> +//#include <windows.h> + +#include "vector.h" +#include "list.h" +#include "progmesh.h" + +#define min(x,y) (((x) <= (y)) ? (x) : (y)) +#define max(x,y) (((x) >= (y)) ? (x) : (y)) + + +/* + * For the polygon reduction algorithm we use data structures + * that contain a little bit more information than the usual + * indexed face set type of data structure. + * From a vertex we wish to be able to quickly get the + * neighboring faces and vertices. + */ +class Triangle; +class Vertex; + +class Triangle { + public: + Vertex * vertex[3]; // the 3 points that make this tri + Vector normal; // unit vector othogonal to this face + Triangle(Vertex *v0,Vertex *v1,Vertex *v2); + ~Triangle(); + void ComputeNormal(); + void ReplaceVertex(Vertex *vold,Vertex *vnew); + int HasVertex(Vertex *v); +}; +class Vertex { + public: + Vector position; // location of point in euclidean space + int id; // place of vertex in original list + List<Vertex *> neighbor; // adjacent vertices + List<Triangle *> face; // adjacent triangles + float objdist; // cached cost of collapsing edge + Vertex * collapse; // candidate vertex for collapse + Vertex(Vector v,int _id); + ~Vertex(); + void RemoveIfNonNeighbor(Vertex *n); +}; +List<Vertex *> vertices; +List<Triangle *> triangles; + + +Triangle::Triangle(Vertex *v0,Vertex *v1,Vertex *v2){ + assert(v0!=v1 && v1!=v2 && v2!=v0); + vertex[0]=v0; + vertex[1]=v1; + vertex[2]=v2; + ComputeNormal(); + triangles.Add(this); + for(int i=0;i<3;i++) { + vertex[i]->face.Add(this); + for(int j=0;j<3;j++) if(i!=j) { + vertex[i]->neighbor.AddUnique(vertex[j]); + } + } +} +Triangle::~Triangle(){ + int i; + triangles.Remove(this); + for(i=0;i<3;i++) { + if(vertex[i]) vertex[i]->face.Remove(this); + } + for(i=0;i<3;i++) { + int i2 = (i+1)%3; + if(!vertex[i] || !vertex[i2]) continue; + vertex[i ]->RemoveIfNonNeighbor(vertex[i2]); + vertex[i2]->RemoveIfNonNeighbor(vertex[i ]); + } +} +int Triangle::HasVertex(Vertex *v) { + return (v==vertex[0] ||v==vertex[1] || v==vertex[2]); +} +void Triangle::ComputeNormal(){ + Vector v0=vertex[0]->position; + Vector v1=vertex[1]->position; + Vector v2=vertex[2]->position; + normal = (v1-v0)*(v2-v1); + if(magnitude(normal)==0)return; + normal = normalize(normal); +} +void Triangle::ReplaceVertex(Vertex *vold,Vertex *vnew) { + assert(vold && vnew); + assert(vold==vertex[0] || vold==vertex[1] || vold==vertex[2]); + assert(vnew!=vertex[0] && vnew!=vertex[1] && vnew!=vertex[2]); + if(vold==vertex[0]){ + vertex[0]=vnew; + } + else if(vold==vertex[1]){ + vertex[1]=vnew; + } + else { + assert(vold==vertex[2]); + vertex[2]=vnew; + } + int i; + vold->face.Remove(this); + assert(!vnew->face.Contains(this)); + vnew->face.Add(this); + for(i=0;i<3;i++) { + vold->RemoveIfNonNeighbor(vertex[i]); + vertex[i]->RemoveIfNonNeighbor(vold); + } + for(i=0;i<3;i++) { + assert(vertex[i]->face.Contains(this)==1); + for(int j=0;j<3;j++) if(i!=j) { + vertex[i]->neighbor.AddUnique(vertex[j]); + } + } + ComputeNormal(); +} + +Vertex::Vertex(Vector v,int _id) { + position =v; + id=_id; + vertices.Add(this); +} + +Vertex::~Vertex(){ + assert(face.num==0); + while(neighbor.num) { + neighbor[0]->neighbor.Remove(this); + neighbor.Remove(neighbor[0]); + } + vertices.Remove(this); +} +void Vertex::RemoveIfNonNeighbor(Vertex *n) { + // removes n from neighbor list if n isn't a neighbor. + if(!neighbor.Contains(n)) return; + for(int i=0;i<face.num;i++) { + if(face[i]->HasVertex(n)) return; + } + neighbor.Remove(n); +} + + +float ComputeEdgeCollapseCost(Vertex *u,Vertex *v) { + // if we collapse edge uv by moving u to v then how + // much different will the model change, i.e. how much "error". + // Texture, vertex normal, and border vertex code was removed + // to keep this demo as simple as possible. + // The method of determining cost was designed in order + // to exploit small and coplanar regions for + // effective polygon reduction. + // Is is possible to add some checks here to see if "folds" + // would be generated. i.e. normal of a remaining face gets + // flipped. I never seemed to run into this problem and + // therefore never added code to detect this case. + int i; + float edgelength = magnitude(v->position - u->position); + float curvature=0; + + // find the "sides" triangles that are on the edge uv + List<Triangle *> sides; + for(i=0;i<u->face.num;i++) { + if(u->face[i]->HasVertex(v)){ + sides.Add(u->face[i]); + } + } + // use the triangle facing most away from the sides + // to determine our curvature term + for(i=0;i<u->face.num;i++) { + float mincurv=1; // curve for face i and closer side to it + for(int j=0;j<sides.num;j++) { + // use dot product of face normals. '^' + // defined in vector + float dotprod = u->face[i]->normal ^ sides[j]->normal; + mincurv = min(mincurv,(1-dotprod)/2.0f); + } + curvature = max(curvature,mincurv); + } + // the more coplanar the lower the curvature term + return edgelength * curvature; +} + +void ComputeEdgeCostAtVertex(Vertex *v) { + // compute the edge collapse cost for all edges that start + // from vertex v. Since we are only interested in reducing + // the object by selecting the min cost edge at each step, we + // only cache the cost of the least cost edge at this vertex + // (in member variable collapse) as well as the value of the + // cost (in member variable objdist). + if(v->neighbor.num==0) { + // v doesn't have neighbors so it costs nothing to collapse + v->collapse=NULL; + v->objdist=-0.01f; + return; + } + v->objdist = 1000000; + v->collapse=NULL; + // search all neighboring edges for "least cost" edge + for(int i=0;i<v->neighbor.num;i++) { + float dist; + dist = ComputeEdgeCollapseCost(v,v->neighbor[i]); + if(dist<v->objdist) { + // candidate for edge collapse + v->collapse=v->neighbor[i]; + // cost of the collapse + v->objdist=dist; + } + } +} +void ComputeAllEdgeCollapseCosts() { + // For all the edges, compute the difference it would make + // to the model if it was collapsed. The least of these + // per vertex is cached in each vertex object. + for(int i=0;i<vertices.num;i++) { + ComputeEdgeCostAtVertex(vertices[i]); + } +} + +void Collapse(Vertex *u,Vertex *v){ + // Collapse the edge uv by moving vertex u onto v + // Actually remove tris on uv, then update tris that + // have u to have v, and then remove u. + if(!v) { + // u is a vertex all by itself so just delete it + delete u; + return; + } + int i; + List<Vertex *>tmp; + // make tmp a list of all the neighbors of u + for(i=0;i<u->neighbor.num;i++) { + tmp.Add(u->neighbor[i]); + } + // delete triangles on edge uv: + for(i=u->face.num-1;i>=0;i--) { + if(u->face[i]->HasVertex(v)) { + delete(u->face[i]); + } + } + // update remaining triangles to have v instead of u + for(i=u->face.num-1;i>=0;i--) { + u->face[i]->ReplaceVertex(u,v); + } + delete u; + // recompute the edge collapse costs for neighboring vertices + for(i=0;i<tmp.num;i++) { + ComputeEdgeCostAtVertex(tmp[i]); + } +} + +void AddVertex(List<Vector> &vert){ + for(int i=0;i<vert.num;i++) { + new Vertex(vert[i],i); + } +} +void AddFaces(List<tridata> &tri){ + for(int i=0;i<tri.num;i++) { + new Triangle( + vertices[tri[i].v[0]], + vertices[tri[i].v[1]], + vertices[tri[i].v[2]] ); + } +} + +Vertex *MinimumCostEdge(){ + // Find the edge that when collapsed will affect model the least. + // This funtion actually returns a Vertex, the second vertex + // of the edge (collapse candidate) is stored in the vertex data. + // Serious optimization opportunity here: this function currently + // does a sequential search through an unsorted list :-( + // Our algorithm could be O(n*lg(n)) instead of O(n*n) + Vertex *mn=vertices[0]; + for(int i=0;i<vertices.num;i++) { + if(vertices[i]->objdist < mn->objdist) { + mn = vertices[i]; + } + } + return mn; +} + +void ProgressiveMesh(List<Vector> &vert, List<tridata> &tri, + List<int> &map, List<int> &permutation) +{ + AddVertex(vert); // put input data into our data structures + AddFaces(tri); + ComputeAllEdgeCollapseCosts(); // cache all edge collapse costs + permutation.SetSize(vertices.num); // allocate space + map.SetSize(vertices.num); // allocate space + // reduce the object down to nothing: + while(vertices.num > 0) { + // get the next vertex to collapse + Vertex *mn = MinimumCostEdge(); + // keep track of this vertex, i.e. the collapse ordering + permutation[mn->id]=vertices.num-1; + // keep track of vertex to which we collapse to + map[vertices.num-1] = (mn->collapse)?mn->collapse->id:-1; + // Collapse this edge + Collapse(mn,mn->collapse); + } + // reorder the map list based on the collapse ordering + for(int i=0;i<map.num;i++) { + map[i] = (map[i]==-1)?0:permutation[map[i]]; + } + // The caller of this function should reorder their vertices + // according to the returned "permutation". +} diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.h b/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.h index b99aa405f07..63834747333 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.h +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.h @@ -1,33 +1,33 @@ -/* - * Progressive Mesh type Polygon Reduction Algorithm - * by Stan Melax (c) 1998 - * - * The function ProgressiveMesh() takes a model in an "indexed face - * set" sort of way. i.e. list of vertices and list of triangles. - * The function then does the polygon reduction algorithm - * internally and reduces the model all the way down to 0 - * vertices and then returns the order in which the - * vertices are collapsed and to which neighbor each vertex - * is collapsed to. More specifically the returned "permutation" - * indicates how to reorder your vertices so you can render - * an object by using the first n vertices (for the n - * vertex version). After permuting your vertices, the - * map list indicates to which vertex each vertex is collapsed to. - */ - -#ifndef PROGRESSIVE_MESH_H -#define PROGRESSIVE_MESH_H - -#include "vector.h" -#include "list.h" - -class tridata { - public: - int v[3]; // indices to vertex list - // texture and vertex normal info removed for this demo -}; - -void ProgressiveMesh(List<Vector> &vert, List<tridata> &tri, - List<int> &map, List<int> &permutation ); - -#endif +/* + * Progressive Mesh type Polygon Reduction Algorithm + * by Stan Melax (c) 1998 + * + * The function ProgressiveMesh() takes a model in an "indexed face + * set" sort of way. i.e. list of vertices and list of triangles. + * The function then does the polygon reduction algorithm + * internally and reduces the model all the way down to 0 + * vertices and then returns the order in which the + * vertices are collapsed and to which neighbor each vertex + * is collapsed to. More specifically the returned "permutation" + * indicates how to reorder your vertices so you can render + * an object by using the first n vertices (for the n + * vertex version). After permuting your vertices, the + * map list indicates to which vertex each vertex is collapsed to. + */ + +#ifndef PROGRESSIVE_MESH_H +#define PROGRESSIVE_MESH_H + +#include "vector.h" +#include "list.h" + +class tridata { + public: + int v[3]; // indices to vertex list + // texture and vertex normal info removed for this demo +}; + +void ProgressiveMesh(List<Vector> &vert, List<tridata> &tri, + List<int> &map, List<int> &permutation ); + +#endif diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.C b/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.C index 3d3a73dd3ce..337095d7f93 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.C +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.C @@ -1,1382 +1,1383 @@ -/* Copyright 1996, Viewpoint Datalabs Int'l, www.viewpoint.com, 1-800-DATASET */ -/* -# Usage Rights: You (the user) may use this model to help build cool personal -# vrml worlds, but please give us credit when you do ("3D model provided by -# Viewpoint Datalabs, www,viewpoint.com"). Please don't sell it or use it to -# make money indirectly. Don't redistribute it or put it on a web site except -# as a part of your personal, non-commerical vrml world. If you want to do a -# commercial project, give us a call at 1-800-DATASET or visit www.viewpoint.com -# and we'll help you obtain the rights to do so. -*/ - -/* - * Note that this data was put directly into the program - * to provide a demo program on the net that people could - * just run without having to fetch datafiles. - * i.e. more convienent for the user this way - */ - -#include "rabdata.h" - -#pragma warning(disable : 4305) -#pragma warning(disable : 4136) - -float rabbit_vertices[RABBIT_VERTEX_NUM][3]={ - {-0.334392,0.133007,0.062259}, - {-0.350189,0.150354,-0.147769}, - {-0.234201,0.343811,-0.174307}, - {-0.200259,0.285207,0.093749}, - {0.003520,0.475208,-0.159365}, - {0.001856,0.419203,0.098582}, - {-0.252802,0.093666,0.237538}, - {-0.162901,0.237984,0.206905}, - {0.000865,0.318141,0.235370}, - {-0.414624,0.164083,-0.278254}, - {-0.262213,0.357334,-0.293246}, - {0.004628,0.482694,-0.338626}, - {-0.402162,0.133528,-0.443247}, - {-0.243781,0.324275,-0.436763}, - {0.005293,0.437592,-0.458332}, - {-0.339884,-0.041150,-0.668211}, - {-0.248382,0.255825,-0.627493}, - {0.006261,0.376103,-0.631506}, - {-0.216201,-0.126776,-0.886936}, - {-0.171075,0.011544,-0.881386}, - {-0.181074,0.098223,-0.814779}, - {-0.119891,0.218786,-0.760153}, - {-0.078895,0.276780,-0.739281}, - {0.006801,0.310959,-0.735661}, - {-0.168842,0.102387,-0.920381}, - {-0.104072,0.177278,-0.952530}, - {-0.129704,0.211848,-0.836678}, - {-0.099875,0.310931,-0.799381}, - {0.007237,0.361687,-0.794439}, - {-0.077913,0.258753,-0.921640}, - {0.007957,0.282241,-0.931680}, - {-0.252222,-0.550401,-0.557810}, - {-0.267633,-0.603419,-0.655209}, - {-0.446838,-0.118517,-0.466159}, - {-0.459488,-0.093017,-0.311341}, - {-0.370645,-0.100108,-0.159454}, - {-0.371984,-0.091991,-0.011044}, - {-0.328945,-0.098269,0.088659}, - {-0.282452,-0.018862,0.311501}, - {-0.352403,-0.131341,0.144902}, - {-0.364126,-0.200299,0.202388}, - {-0.283965,-0.231869,0.023668}, - {-0.298943,-0.155218,0.369716}, - {-0.293787,-0.121856,0.419097}, - {-0.290163,-0.290797,0.107824}, - {-0.264165,-0.272849,0.036347}, - {-0.228567,-0.372573,0.290309}, - {-0.190431,-0.286997,0.421917}, - {-0.191039,-0.240973,0.507118}, - {-0.287272,-0.276431,-0.065444}, - {-0.295675,-0.280818,-0.174200}, - {-0.399537,-0.313131,-0.376167}, - {-0.392666,-0.488581,-0.427494}, - {-0.331669,-0.570185,-0.466054}, - {-0.282290,-0.618140,-0.589220}, - {-0.374238,-0.594882,-0.323298}, - {-0.381071,-0.629723,-0.350777}, - {-0.382112,-0.624060,-0.221577}, - {-0.272701,-0.566522,0.259157}, - {-0.256702,-0.663406,0.286079}, - {-0.280948,-0.428359,0.055790}, - {-0.184974,-0.508894,0.326265}, - {-0.279971,-0.526918,0.395319}, - {-0.282599,-0.663393,0.412411}, - {-0.188329,-0.475093,0.417954}, - {-0.263384,-0.663396,0.466604}, - {-0.209063,-0.663393,0.509344}, - {-0.002044,-0.319624,0.553078}, - {-0.001266,-0.371260,0.413296}, - {-0.219753,-0.339762,-0.040921}, - {-0.256986,-0.282511,-0.006349}, - {-0.271706,-0.260881,0.001764}, - {-0.091191,-0.419184,-0.045912}, - {-0.114944,-0.429752,-0.124739}, - {-0.113970,-0.382987,-0.188540}, - {-0.243012,-0.464942,-0.242850}, - {-0.314815,-0.505402,-0.324768}, - {0.002774,-0.437526,-0.262766}, - {-0.072625,-0.417748,-0.221440}, - {-0.160112,-0.476932,-0.293450}, - {0.003859,-0.453425,-0.443916}, - {-0.120363,-0.581567,-0.438689}, - {-0.091499,-0.584191,-0.294511}, - {-0.116469,-0.599861,-0.188308}, - {-0.208032,-0.513640,-0.134649}, - {-0.235749,-0.610017,-0.040939}, - {-0.344916,-0.622487,-0.085380}, - {-0.336401,-0.531864,-0.212298}, - {0.001961,-0.459550,-0.135547}, - {-0.058296,-0.430536,-0.043440}, - {0.001378,-0.449511,-0.037762}, - {-0.130135,-0.510222,0.079144}, - {0.000142,-0.477549,0.157064}, - {-0.114284,-0.453206,0.304397}, - {-0.000592,-0.443558,0.285401}, - {-0.056215,-0.663402,0.326073}, - {-0.026248,-0.568010,0.273318}, - {-0.049261,-0.531064,0.389854}, - {-0.127096,-0.663398,0.479316}, - {-0.058384,-0.663401,0.372891}, - {-0.303961,0.054199,0.625921}, - {-0.268594,0.193403,0.502766}, - {-0.277159,0.126123,0.443289}, - {-0.287605,-0.005722,0.531844}, - {-0.231396,-0.121289,0.587387}, - {-0.253475,-0.081797,0.756541}, - {-0.195164,-0.137969,0.728011}, - {-0.167673,-0.156573,0.609388}, - {-0.145917,-0.169029,0.697600}, - {-0.077776,-0.214247,0.622586}, - {-0.076873,-0.214971,0.696301}, - {-0.002341,-0.233135,0.622859}, - {-0.002730,-0.213526,0.691267}, - {-0.003136,-0.192628,0.762731}, - {-0.056136,-0.201222,0.763806}, - {-0.114589,-0.166192,0.770723}, - {-0.155145,-0.129632,0.791738}, - {-0.183611,-0.058705,0.847012}, - {-0.165562,0.001980,0.833386}, - {-0.220084,0.019914,0.768935}, - {-0.255730,0.090306,0.670782}, - {-0.255594,0.113833,0.663389}, - {-0.226380,0.212655,0.617740}, - {-0.003367,-0.195342,0.799680}, - {-0.029743,-0.210508,0.827180}, - {-0.003818,-0.194783,0.873636}, - {-0.004116,-0.157907,0.931268}, - {-0.031280,-0.184555,0.889476}, - {-0.059885,-0.184448,0.841330}, - {-0.135333,-0.164332,0.878200}, - {-0.085574,-0.170948,0.925547}, - {-0.163833,-0.094170,0.897114}, - {-0.138444,-0.104250,0.945975}, - {-0.083497,-0.084934,0.979607}, - {-0.004433,-0.146642,0.985872}, - {-0.150715,0.032650,0.884111}, - {-0.135892,-0.035520,0.945455}, - {-0.070612,0.036849,0.975733}, - {-0.004458,-0.042526,1.015670}, - {-0.004249,0.046042,1.003240}, - {-0.086969,0.133224,0.947633}, - {-0.003873,0.161605,0.970499}, - {-0.125544,0.140012,0.917678}, - {-0.125651,0.250246,0.857602}, - {-0.003127,0.284070,0.878870}, - {-0.159174,0.125726,0.888878}, - {-0.183807,0.196970,0.844480}, - {-0.159890,0.291736,0.732480}, - {-0.199495,0.207230,0.779864}, - {-0.206182,0.164608,0.693257}, - {-0.186315,0.160689,0.817193}, - {-0.192827,0.166706,0.782271}, - {-0.175112,0.110008,0.860621}, - {-0.161022,0.057420,0.855111}, - {-0.172319,0.036155,0.816189}, - {-0.190318,0.064083,0.760605}, - {-0.195072,0.129179,0.731104}, - {-0.203126,0.410287,0.680536}, - {-0.216677,0.309274,0.642272}, - {-0.241515,0.311485,0.587832}, - {-0.002209,0.366663,0.749413}, - {-0.088230,0.396265,0.678635}, - {-0.170147,0.109517,0.840784}, - {-0.160521,0.067766,0.830650}, - {-0.181546,0.139805,0.812146}, - {-0.180495,0.148568,0.776087}, - {-0.180255,0.129125,0.744192}, - {-0.186298,0.078308,0.769352}, - {-0.167622,0.060539,0.806675}, - {-0.189876,0.102760,0.802582}, - {-0.108340,0.455446,0.657174}, - {-0.241585,0.527592,0.669296}, - {-0.265676,0.513366,0.634594}, - {-0.203073,0.478550,0.581526}, - {-0.266772,0.642330,0.602061}, - {-0.216961,0.564846,0.535435}, - {-0.202210,0.525495,0.475944}, - {-0.193888,0.467925,0.520606}, - {-0.265837,0.757267,0.500933}, - {-0.240306,0.653440,0.463215}, - {-0.309239,0.776868,0.304726}, - {-0.271009,0.683094,0.382018}, - {-0.312111,0.671099,0.286687}, - {-0.268791,0.624342,0.377231}, - {-0.302457,0.533996,0.360289}, - {-0.263656,0.529310,0.412564}, - {-0.282311,0.415167,0.447666}, - {-0.239201,0.442096,0.495604}, - {-0.220043,0.569026,0.445877}, - {-0.001263,0.395631,0.602029}, - {-0.057345,0.442535,0.572224}, - {-0.088927,0.506333,0.529106}, - {-0.125738,0.535076,0.612913}, - {-0.126251,0.577170,0.483159}, - {-0.149594,0.611520,0.557731}, - {-0.163188,0.660791,0.491080}, - {-0.172482,0.663387,0.415416}, - {-0.160464,0.591710,0.370659}, - {-0.156445,0.536396,0.378302}, - {-0.136496,0.444358,0.425226}, - {-0.095564,0.373768,0.473659}, - {-0.104146,0.315912,0.498104}, - {-0.000496,0.384194,0.473817}, - {-0.000183,0.297770,0.401486}, - {-0.129042,0.270145,0.434495}, - {0.000100,0.272963,0.349138}, - {-0.113060,0.236984,0.385554}, - {0.007260,0.016311,-0.883396}, - {0.007865,0.122104,-0.956137}, - {-0.032842,0.115282,-0.953252}, - {-0.089115,0.108449,-0.950317}, - {-0.047440,0.014729,-0.882756}, - {-0.104458,0.013137,-0.882070}, - {-0.086439,-0.584866,-0.608343}, - {-0.115026,-0.662605,-0.436732}, - {-0.071683,-0.665372,-0.606385}, - {-0.257884,-0.665381,-0.658052}, - {-0.272542,-0.665381,-0.592063}, - {-0.371322,-0.665382,-0.353620}, - {-0.372362,-0.665381,-0.224420}, - {-0.335166,-0.665380,-0.078623}, - {-0.225999,-0.665375,-0.038981}, - {-0.106719,-0.665374,-0.186351}, - {-0.081749,-0.665372,-0.292554}, - {0.006943,-0.091505,-0.858354}, - {0.006117,-0.280985,-0.769967}, - {0.004495,-0.502360,-0.559799}, - {-0.198638,-0.302135,-0.845816}, - {-0.237395,-0.542544,-0.587188}, - {-0.270001,-0.279489,-0.669861}, - {-0.134547,-0.119852,-0.959004}, - {-0.052088,-0.122463,-0.944549}, - {-0.124463,-0.293508,-0.899566}, - {-0.047616,-0.289643,-0.879292}, - {-0.168595,-0.529132,-0.654931}, - {-0.099793,-0.515719,-0.645873}, - {-0.186168,-0.605282,-0.724690}, - {-0.112970,-0.583097,-0.707469}, - {-0.108152,-0.665375,-0.700408}, - {-0.183019,-0.665378,-0.717630}, - {-0.349529,-0.334459,-0.511985}, - {-0.141182,-0.437705,-0.798194}, - {-0.212670,-0.448725,-0.737447}, - {-0.261111,-0.414945,-0.613835}, - {-0.077364,-0.431480,-0.778113}, - {0.005174,-0.425277,-0.651592}, - {0.089236,-0.431732,-0.777093}, - {0.271006,-0.415749,-0.610577}, - {0.223981,-0.449384,-0.734774}, - {0.153275,-0.438150,-0.796391}, - {0.358414,-0.335529,-0.507649}, - {0.193434,-0.665946,-0.715325}, - {0.118363,-0.665717,-0.699021}, - {0.123515,-0.583454,-0.706020}, - {0.196851,-0.605860,-0.722345}, - {0.109788,-0.516035,-0.644590}, - {0.178656,-0.529656,-0.652804}, - {0.061157,-0.289807,-0.878626}, - {0.138234,-0.293905,-0.897958}, - {0.066933,-0.122643,-0.943820}, - {0.149571,-0.120281,-0.957264}, - {0.280989,-0.280321,-0.666487}, - {0.246581,-0.543275,-0.584224}, - {0.211720,-0.302754,-0.843303}, - {0.086966,-0.665627,-0.291520}, - {0.110634,-0.665702,-0.185021}, - {0.228099,-0.666061,-0.036201}, - {0.337743,-0.666396,-0.074503}, - {0.376722,-0.666513,-0.219833}, - {0.377265,-0.666513,-0.349036}, - {0.281411,-0.666217,-0.588670}, - {0.267564,-0.666174,-0.654834}, - {0.080745,-0.665602,-0.605452}, - {0.122016,-0.662963,-0.435280}, - {0.095767,-0.585141,-0.607228}, - {0.118944,0.012799,-0.880702}, - {0.061944,0.014564,-0.882086}, - {0.104725,0.108156,-0.949130}, - {0.048513,0.115159,-0.952753}, - {0.112696,0.236643,0.386937}, - {0.128177,0.269757,0.436071}, - {0.102643,0.315600,0.499370}, - {0.094535,0.373481,0.474824}, - {0.136270,0.443946,0.426895}, - {0.157071,0.535923,0.380222}, - {0.161350,0.591224,0.372630}, - {0.173035,0.662865,0.417531}, - {0.162808,0.660299,0.493077}, - {0.148250,0.611070,0.559555}, - {0.125719,0.576790,0.484702}, - {0.123489,0.534699,0.614440}, - {0.087621,0.506066,0.530188}, - {0.055321,0.442365,0.572915}, - {0.219936,0.568361,0.448571}, - {0.238099,0.441375,0.498528}, - {0.281711,0.414315,0.451121}, - {0.263833,0.528513,0.415794}, - {0.303284,0.533081,0.363998}, - {0.269687,0.623528,0.380528}, - {0.314255,0.670153,0.290524}, - {0.272023,0.682273,0.385343}, - {0.311480,0.775931,0.308527}, - {0.240239,0.652714,0.466159}, - {0.265619,0.756464,0.504187}, - {0.192562,0.467341,0.522972}, - {0.201605,0.524885,0.478417}, - {0.215743,0.564193,0.538084}, - {0.264969,0.641527,0.605317}, - {0.201031,0.477940,0.584002}, - {0.263086,0.512567,0.637832}, - {0.238615,0.526867,0.672237}, - {0.105309,0.455123,0.658482}, - {0.183993,0.102195,0.804872}, - {0.161563,0.060042,0.808692}, - {0.180748,0.077754,0.771600}, - {0.175168,0.128588,0.746368}, - {0.175075,0.148030,0.778264}, - {0.175658,0.139265,0.814333}, - {0.154191,0.067291,0.832578}, - {0.163818,0.109013,0.842830}, - {0.084760,0.396004,0.679695}, - {0.238888,0.310760,0.590775}, - {0.213380,0.308625,0.644905}, - {0.199666,0.409678,0.683003}, - {0.190143,0.128597,0.733463}, - {0.184833,0.063516,0.762902}, - {0.166070,0.035644,0.818261}, - {0.154361,0.056943,0.857042}, - {0.168542,0.109489,0.862725}, - {0.187387,0.166131,0.784599}, - {0.180428,0.160135,0.819438}, - {0.201823,0.163991,0.695756}, - {0.194206,0.206635,0.782275}, - {0.155438,0.291260,0.734412}, - {0.177696,0.196424,0.846693}, - {0.152305,0.125256,0.890786}, - {0.119546,0.249876,0.859104}, - {0.118369,0.139643,0.919173}, - {0.079410,0.132973,0.948652}, - {0.062419,0.036648,0.976547}, - {0.127847,-0.035919,0.947070}, - {0.143624,0.032206,0.885913}, - {0.074888,-0.085173,0.980577}, - {0.130184,-0.104656,0.947620}, - {0.156201,-0.094653,0.899074}, - {0.077366,-0.171194,0.926545}, - {0.127722,-0.164729,0.879810}, - {0.052670,-0.184618,0.842019}, - {0.023477,-0.184638,0.889811}, - {0.022626,-0.210587,0.827500}, - {0.223089,0.211976,0.620493}, - {0.251444,0.113067,0.666494}, - {0.251419,0.089540,0.673887}, - {0.214360,0.019258,0.771595}, - {0.158999,0.001490,0.835374}, - {0.176696,-0.059249,0.849218}, - {0.148696,-0.130091,0.793599}, - {0.108290,-0.166528,0.772088}, - {0.049820,-0.201382,0.764454}, - {0.071341,-0.215195,0.697209}, - {0.073148,-0.214475,0.623510}, - {0.140502,-0.169461,0.699354}, - {0.163374,-0.157073,0.611416}, - {0.189466,-0.138550,0.730366}, - {0.247593,-0.082554,0.759610}, - {0.227468,-0.121982,0.590197}, - {0.284702,-0.006586,0.535347}, - {0.275741,0.125287,0.446676}, - {0.266650,0.192594,0.506044}, - {0.300086,0.053287,0.629620}, - {0.055450,-0.663935,0.375065}, - {0.122854,-0.664138,0.482323}, - {0.046520,-0.531571,0.391918}, - {0.024824,-0.568450,0.275106}, - {0.053855,-0.663931,0.328224}, - {0.112829,-0.453549,0.305788}, - {0.131265,-0.510617,0.080746}, - {0.061174,-0.430716,-0.042710}, - {0.341019,-0.532887,-0.208150}, - {0.347705,-0.623533,-0.081139}, - {0.238040,-0.610732,-0.038037}, - {0.211764,-0.514274,-0.132078}, - {0.120605,-0.600219,-0.186856}, - {0.096985,-0.584476,-0.293357}, - {0.127621,-0.581941,-0.437170}, - {0.165902,-0.477425,-0.291453}, - {0.077720,-0.417975,-0.220519}, - {0.320892,-0.506363,-0.320874}, - {0.248214,-0.465684,-0.239842}, - {0.118764,-0.383338,-0.187114}, - {0.118816,-0.430106,-0.123307}, - {0.094131,-0.419464,-0.044777}, - {0.274526,-0.261706,0.005110}, - {0.259842,-0.283292,-0.003185}, - {0.222861,-0.340431,-0.038210}, - {0.204445,-0.664380,0.513353}, - {0.259286,-0.664547,0.471281}, - {0.185402,-0.476020,0.421718}, - {0.279163,-0.664604,0.417328}, - {0.277157,-0.528122,0.400208}, - {0.183069,-0.509812,0.329995}, - {0.282599,-0.429210,0.059242}, - {0.254816,-0.664541,0.290687}, - {0.271436,-0.567707,0.263966}, - {0.386561,-0.625221,-0.216870}, - {0.387086,-0.630883,-0.346073}, - {0.380021,-0.596021,-0.318679}, - {0.291269,-0.619007,-0.585707}, - {0.339280,-0.571198,-0.461946}, - {0.400045,-0.489778,-0.422640}, - {0.406817,-0.314349,-0.371230}, - {0.300588,-0.281718,-0.170549}, - {0.290866,-0.277304,-0.061905}, - {0.187735,-0.241545,0.509437}, - {0.188032,-0.287569,0.424234}, - {0.227520,-0.373262,0.293102}, - {0.266526,-0.273650,0.039597}, - {0.291592,-0.291676,0.111386}, - {0.291914,-0.122741,0.422683}, - {0.297574,-0.156119,0.373368}, - {0.286603,-0.232731,0.027162}, - {0.364663,-0.201399,0.206850}, - {0.353855,-0.132408,0.149228}, - {0.282208,-0.019715,0.314960}, - {0.331187,-0.099266,0.092701}, - {0.375463,-0.093120,-0.006467}, - {0.375917,-0.101236,-0.154882}, - {0.466635,-0.094416,-0.305669}, - {0.455805,-0.119881,-0.460632}, - {0.277465,-0.604242,-0.651871}, - {0.261022,-0.551176,-0.554667}, - {0.093627,0.258494,-0.920589}, - {0.114248,0.310608,-0.798070}, - {0.144232,0.211434,-0.835001}, - {0.119916,0.176940,-0.951159}, - {0.184061,0.101854,-0.918220}, - {0.092431,0.276521,-0.738231}, - {0.133504,0.218403,-0.758602}, - {0.194987,0.097655,-0.812476}, - {0.185542,0.011005,-0.879202}, - {0.230315,-0.127450,-0.884202}, - {0.260471,0.255056,-0.624378}, - {0.351567,-0.042194,-0.663976}, - {0.253742,0.323524,-0.433716}, - {0.411612,0.132299,-0.438264}, - {0.270513,0.356530,-0.289984}, - {0.422146,0.162819,-0.273130}, - {0.164724,0.237490,0.208912}, - {0.253806,0.092900,0.240640}, - {0.203608,0.284597,0.096223}, - {0.241006,0.343093,-0.171396}, - {0.356076,0.149288,-0.143443}, - {0.337656,0.131992,0.066374} -}; -int rabbit_triangles[RABBIT_TRIANGLE_NUM][3]={ - {126,134,133}, - {342,138,134}, - {133,134,138}, - {126,342,134}, - {312,316,317}, - {169,163,162}, - {312,317,319}, - {312,319,318}, - {169,162,164}, - {169,168,163}, - {312,314,315}, - {169,164,165}, - {169,167,168}, - {312,315,316}, - {312,313,314}, - {169,165,166}, - {169,166,167}, - {312,318,313}, - {308,304,305}, - {308,305,306}, - {179,181,188}, - {177,173,175}, - {177,175,176}, - {302,293,300}, - {322,294,304}, - {188,176,175}, - {188,175,179}, - {158,177,187}, - {305,293,302}, - {305,302,306}, - {322,304,308}, - {188,181,183}, - {158,173,177}, - {293,298,300}, - {304,294,296}, - {304,296,305}, - {185,176,188}, - {185,188,183}, - {187,177,176}, - {187,176,185}, - {305,296,298}, - {305,298,293}, - {436,432, 28}, - {436, 28, 23}, - {434,278,431}, - { 30,208,209}, - { 30,209, 29}, - { 19, 20, 24}, - {208,207,211}, - {208,211,209}, - { 19,210,212}, - {433,434,431}, - {433,431,432}, - {433,432,436}, - {436,437,433}, - {277,275,276}, - {277,276,278}, - {209,210, 25}, - { 21, 26, 24}, - { 21, 24, 20}, - { 25, 26, 27}, - { 25, 27, 29}, - {435,439,277}, - {439,275,277}, - {432,431, 30}, - {432, 30, 28}, - {433,437,438}, - {433,438,435}, - {434,277,278}, - { 24, 25,210}, - { 24, 26, 25}, - { 29, 27, 28}, - { 29, 28, 30}, - { 19, 24,210}, - {208, 30,431}, - {208,431,278}, - {435,434,433}, - {435,277,434}, - { 25, 29,209}, - { 27, 22, 23}, - { 27, 23, 28}, - { 26, 22, 27}, - { 26, 21, 22}, - {212,210,209}, - {212,209,211}, - {207,208,278}, - {207,278,276}, - {439,435,438}, - { 12, 9, 10}, - { 12, 10, 13}, - { 2, 3, 5}, - { 2, 5, 4}, - { 16, 13, 14}, - { 16, 14, 17}, - { 22, 21, 16}, - { 13, 10, 11}, - { 13, 11, 14}, - { 1, 0, 3}, - { 1, 3, 2}, - { 15, 12, 16}, - { 19, 18, 15}, - { 19, 15, 16}, - { 19, 16, 20}, - { 9, 1, 2}, - { 9, 2, 10}, - { 3, 7, 8}, - { 3, 8, 5}, - { 16, 17, 23}, - { 16, 23, 22}, - { 21, 20, 16}, - { 10, 2, 4}, - { 10, 4, 11}, - { 0, 6, 7}, - { 0, 7, 3}, - { 12, 13, 16}, - {451,446,445}, - {451,445,450}, - {442,440,439}, - {442,439,438}, - {442,438,441}, - {421,420,422}, - {412,411,426}, - {412,426,425}, - {408,405,407}, - {413, 67, 68}, - {413, 68,414}, - {391,390,412}, - { 80,384,386}, - {404,406,378}, - {390,391,377}, - {390,377, 88}, - {400,415,375}, - {398,396,395}, - {398,395,371}, - {398,371,370}, - {112,359,358}, - {112,358,113}, - {351,352,369}, - {125,349,348}, - {345,343,342}, - {342,340,339}, - {341,335,337}, - {328,341,327}, - {331,323,333}, - {331,322,323}, - {327,318,319}, - {327,319,328}, - {315,314,324}, - {302,300,301}, - {302,301,303}, - {320,311,292}, - {285,284,289}, - {310,307,288}, - {310,288,290}, - {321,350,281}, - {321,281,282}, - {423,448,367}, - {272,273,384}, - {272,384,274}, - {264,265,382}, - {264,382,383}, - {440,442,261}, - {440,261,263}, - {252,253,254}, - {252,254,251}, - {262,256,249}, - {262,249,248}, - {228,243,242}, - {228, 31,243}, - {213,215,238}, - {213,238,237}, - { 19,212,230}, - {224,225,233}, - {224,233,231}, - {217,218, 56}, - {217, 56, 54}, - {217,216,239}, - {217,239,238}, - {217,238,215}, - {218,217,215}, - {218,215,214}, - { 6,102,206}, - {186,199,200}, - {197,182,180}, - {170,171,157}, - {201,200,189}, - {170,190,191}, - {170,191,192}, - {175,174,178}, - {175,178,179}, - {168,167,155}, - {122,149,158}, - {122,158,159}, - {135,153,154}, - {135,154,118}, - {143,140,141}, - {143,141,144}, - {132,133,136}, - {130,126,133}, - {124,125,127}, - {122,101,100}, - {122,100,121}, - {110,108,107}, - {110,107,109}, - { 98, 99, 97}, - { 98, 97, 64}, - { 98, 64, 66}, - { 87, 55, 57}, - { 83, 82, 79}, - { 83, 79, 84}, - { 78, 74, 50}, - { 49, 71, 41}, - { 49, 41, 37}, - { 49, 37, 36}, - { 58, 44, 60}, - { 60, 59, 58}, - { 51, 34, 33}, - { 39, 40, 42}, - { 39, 42, 38}, - {243,240, 33}, - {243, 33,229}, - { 39, 38, 6}, - { 44, 46, 40}, - { 55, 56, 57}, - { 64, 62, 65}, - { 64, 65, 66}, - { 41, 71, 45}, - { 75, 50, 51}, - { 81, 79, 82}, - { 77, 88, 73}, - { 93, 92, 94}, - { 68, 47, 46}, - { 96, 97, 99}, - { 96, 99, 95}, - {110,109,111}, - {111,112,110}, - {114,113,123}, - {114,123,124}, - {132,131,129}, - {133,137,136}, - {135,142,145}, - {145,152,135}, - {149,147,157}, - {157,158,149}, - {164,150,151}, - {153,163,168}, - {153,168,154}, - {185,183,182}, - {185,182,184}, - {161,189,190}, - {200,199,191}, - {200,191,190}, - {180,178,195}, - {180,195,196}, - {102,101,204}, - {102,204,206}, - { 43, 48,104}, - { 43,104,103}, - {216,217, 54}, - {216, 54, 32}, - {207,224,231}, - {230,212,211}, - {230,211,231}, - {227,232,241}, - {227,241,242}, - {235,234,241}, - {235,241,244}, - {430,248,247}, - {272,274,253}, - {272,253,252}, - {439,260,275}, - {225,224,259}, - {225,259,257}, - {269,270,407}, - {269,407,405}, - {270,269,273}, - {270,273,272}, - {273,269,268}, - {273,268,267}, - {273,267,266}, - {273,266,265}, - {273,265,264}, - {448,279,367}, - {281,350,368}, - {285,286,301}, - {290,323,310}, - {290,311,323}, - {282,281,189}, - {292,311,290}, - {292,290,291}, - {307,306,302}, - {307,302,303}, - {316,315,324}, - {316,324,329}, - {331,351,350}, - {330,334,335}, - {330,335,328}, - {341,337,338}, - {344,355,354}, - {346,345,348}, - {346,348,347}, - {364,369,352}, - {364,352,353}, - {365,363,361}, - {365,361,362}, - {376,401,402}, - {373,372,397}, - {373,397,400}, - {376, 92,377}, - {381,378,387}, - {381,387,385}, - {386, 77, 80}, - {390,389,412}, - {416,417,401}, - {403,417,415}, - {408,429,430}, - {419,423,418}, - {427,428,444}, - {427,444,446}, - {437,436,441}, - {450,445, 11}, - {450, 11, 4}, - {447,449, 5}, - {447, 5, 8}, - {441,438,437}, - {425,426,451}, - {425,451,452}, - {417,421,415}, - {408,407,429}, - {399,403,400}, - {399,400,397}, - {394,393,416}, - {389,411,412}, - {386,383,385}, - {408,387,378}, - {408,378,406}, - {377,391,376}, - { 94,375,415}, - {372,373,374}, - {372,374,370}, - {359,111,360}, - {359,112,111}, - {113,358,349}, - {113,349,123}, - {346,343,345}, - {343,340,342}, - {338,336,144}, - {338,144,141}, - {327,341,354}, - {327,354,326}, - {331,350,321}, - {331,321,322}, - {314,313,326}, - {314,326,325}, - {300,298,299}, - {300,299,301}, - {288,287,289}, - {189,292,282}, - {287,288,303}, - {284,285,297}, - {368,280,281}, - {448,447,279}, - {274,226,255}, - {267,268,404}, - {267,404,379}, - {429,262,430}, - {439,440,260}, - {257,258,249}, - {257,249,246}, - {430,262,248}, - {234,228,242}, - {234,242,241}, - {237,238,239}, - {237,239,236}, - { 15, 18,227}, - { 15,227,229}, - {222,223, 82}, - {222, 82, 83}, - {214,215,213}, - {214,213, 81}, - { 38,102, 6}, - {122,159,200}, - {122,200,201}, - {174,171,192}, - {174,192,194}, - {197,193,198}, - {190,170,161}, - {181,179,178}, - {181,178,180}, - {166,156,155}, - {163,153,152}, - {163,152,162}, - {120,156,149}, - {120,149,121}, - {152,153,135}, - {140,143,142}, - {135,131,132}, - {135,132,136}, - {130,129,128}, - {130,128,127}, - {100,105,119}, - {100,119,120}, - {106,104,107}, - {106,107,108}, - { 91, 95, 59}, - { 93, 94, 68}, - { 91, 89, 92}, - { 76, 53, 55}, - { 76, 55, 87}, - { 81, 78, 79}, - { 74, 73, 49}, - { 69, 60, 45}, - { 58, 62, 64}, - { 58, 64, 61}, - { 53, 31, 32}, - { 32, 54, 53}, - { 42, 43, 38}, - { 35, 36, 0}, - { 35, 0, 1}, - { 34, 35, 1}, - { 34, 1, 9}, - { 44, 40, 41}, - { 44, 41, 45}, - { 33,240, 51}, - { 63, 62, 58}, - { 63, 58, 59}, - { 45, 71, 70}, - { 76, 75, 51}, - { 76, 51, 52}, - { 86, 85, 84}, - { 86, 84, 87}, - { 89, 72, 73}, - { 89, 73, 88}, - { 91, 92, 96}, - { 91, 96, 95}, - { 72, 91, 60}, - { 72, 60, 69}, - {104,106,105}, - {119,105,117}, - {119,117,118}, - {124,127,128}, - {117,116,129}, - {117,129,131}, - {118,117,131}, - {135,140,142}, - {146,150,152}, - {146,152,145}, - {149,122,121}, - {166,165,151}, - {166,151,156}, - {158,172,173}, - {161,160,189}, - {199,198,193}, - {199,193,191}, - {204,201,202}, - {178,174,194}, - {200,159,186}, - {109, 48, 67}, - { 48,107,104}, - {216, 32,236}, - {216,236,239}, - {223,214, 81}, - {223, 81, 82}, - { 33, 12, 15}, - { 32,228,234}, - { 32,234,236}, - {240, 31, 52}, - {256,255,246}, - {256,246,249}, - {258,263,248}, - {258,248,249}, - {275,260,259}, - {275,259,276}, - {207,276,259}, - {270,271,429}, - {270,429,407}, - {413,418,366}, - {413,366,365}, - {368,367,279}, - {368,279,280}, - {303,301,286}, - {303,286,287}, - {283,282,292}, - {283,292,291}, - {320,292,189}, - {298,296,297}, - {298,297,299}, - {318,327,326}, - {318,326,313}, - {329,330,317}, - {336,333,320}, - {326,354,353}, - {334,332,333}, - {334,333,336}, - {342,339,139}, - {342,139,138}, - {345,342,126}, - {347,357,356}, - {369,368,351}, - {363,356,357}, - {363,357,361}, - {366,367,368}, - {366,368,369}, - {375,373,400}, - { 92, 90,377}, - {409,387,408}, - {386,385,387}, - {386,387,388}, - {412,394,391}, - {396,398,399}, - {408,406,405}, - {415,421,419}, - {415,419,414}, - {425,452,448}, - {425,448,424}, - {444,441,443}, - {448,452,449}, - {448,449,447}, - {446,444,443}, - {446,443,445}, - {250,247,261}, - {250,261,428}, - {421,422,423}, - {421,423,419}, - {427,410,250}, - {417,403,401}, - {403,402,401}, - {420,392,412}, - {420,412,425}, - {420,425,424}, - {386,411,389}, - {383,382,381}, - {383,381,385}, - {378,379,404}, - {372,371,395}, - {372,395,397}, - {371,372,370}, - {361,359,360}, - {361,360,362}, - {368,350,351}, - {349,347,348}, - {356,355,344}, - {356,344,346}, - {344,341,340}, - {344,340,343}, - {338,337,336}, - {328,335,341}, - {324,352,351}, - {324,351,331}, - {320,144,336}, - {314,325,324}, - {322,308,309}, - {310,309,307}, - {287,286,289}, - {203,280,279}, - {203,279,205}, - {297,295,283}, - {297,283,284}, - {447,205,279}, - {274,384, 80}, - {274, 80,226}, - {266,267,379}, - {266,379,380}, - {225,257,246}, - {225,246,245}, - {256,254,253}, - {256,253,255}, - {430,247,250}, - {226,235,244}, - {226,244,245}, - {232,233,244}, - {232,244,241}, - {230, 18, 19}, - { 32, 31,228}, - {219,220, 86}, - {219, 86, 57}, - {226,213,235}, - {206, 7, 6}, - {122,201,101}, - {201,204,101}, - {180,196,197}, - {170,192,171}, - {200,190,189}, - {194,193,195}, - {183,181,180}, - {183,180,182}, - {155,154,168}, - {149,156,151}, - {149,151,148}, - {155,156,120}, - {145,142,143}, - {145,143,146}, - {136,137,140}, - {133,132,130}, - {128,129,116}, - {100,120,121}, - {110,112,113}, - {110,113,114}, - { 66, 65, 63}, - { 66, 63, 99}, - { 66, 99, 98}, - { 96, 46, 61}, - { 89, 88, 90}, - { 86, 87, 57}, - { 80, 78, 81}, - { 72, 69, 49}, - { 67, 48, 47}, - { 67, 47, 68}, - { 56, 55, 53}, - { 50, 49, 36}, - { 50, 36, 35}, - { 40, 39, 41}, - {242,243,229}, - {242,229,227}, - { 6, 37, 39}, - { 42, 47, 48}, - { 42, 48, 43}, - { 61, 46, 44}, - { 45, 70, 69}, - { 69, 70, 71}, - { 69, 71, 49}, - { 74, 78, 77}, - { 83, 84, 85}, - { 73, 74, 77}, - { 93, 96, 92}, - { 68, 46, 93}, - { 95, 99, 63}, - { 95, 63, 59}, - {115,108,110}, - {115,110,114}, - {125,126,127}, - {129,130,132}, - {137,133,138}, - {137,138,139}, - {148,146,143}, - {148,143,147}, - {119,118,154}, - {161,147,143}, - {165,164,151}, - {158,157,171}, - {158,171,172}, - {159,158,187}, - {159,187,186}, - {194,192,191}, - {194,191,193}, - {189,202,201}, - {182,197,184}, - {205, 8, 7}, - { 48,109,107}, - {218,219, 57}, - {218, 57, 56}, - {207,231,211}, - {232,230,231}, - {232,231,233}, - { 53, 52, 31}, - {388,411,386}, - {409,430,250}, - {262,429,254}, - {262,254,256}, - {442,444,428}, - {273,264,383}, - {273,383,384}, - {429,271,251}, - {429,251,254}, - {413,365,362}, - { 67,413,360}, - {282,283,295}, - {285,301,299}, - {202,281,280}, - {284,283,291}, - {284,291,289}, - {320,189,160}, - {308,306,307}, - {307,309,308}, - {319,317,330}, - {319,330,328}, - {353,352,324}, - {332,331,333}, - {340,341,338}, - {354,341,344}, - {349,358,357}, - {349,357,347}, - {364,355,356}, - {364,356,363}, - {364,365,366}, - {364,366,369}, - {374,376,402}, - {375, 92,373}, - { 77,389,390}, - {382,380,381}, - {389, 77,386}, - {393,394,412}, - {393,412,392}, - {401,394,416}, - {415,400,403}, - {411,410,427}, - {411,427,426}, - {422,420,424}, - {247,248,263}, - {247,263,261}, - {445,443, 14}, - {445, 14, 11}, - {449,450, 4}, - {449, 4, 5}, - {443,441, 17}, - {443, 17, 14}, - {436, 23, 17}, - {436, 17,441}, - {424,448,422}, - {448,423,422}, - {414,419,418}, - {414,418,413}, - {406,404,405}, - {399,397,395}, - {399,395,396}, - {420,416,392}, - {388,410,411}, - {386,384,383}, - {390, 88, 77}, - {375, 94, 92}, - {415,414, 68}, - {415, 68, 94}, - {370,374,402}, - {370,402,398}, - {361,357,358}, - {361,358,359}, - {125,348,126}, - {346,344,343}, - {340,338,339}, - {337,335,334}, - {337,334,336}, - {325,353,324}, - {324,331,332}, - {324,332,329}, - {323,322,309}, - {323,309,310}, - {294,295,297}, - {294,297,296}, - {289,286,285}, - {202,280,203}, - {288,307,303}, - {282,295,321}, - { 67,360,111}, - {418,423,367}, - {418,367,366}, - {272,252,251}, - {272,251,271}, - {272,271,270}, - {255,253,274}, - {265,266,380}, - {265,380,382}, - {442,428,261}, - {440,263,258}, - {440,258,260}, - {409,250,410}, - {255,226,245}, - {255,245,246}, - { 31,240,243}, - {236,234,235}, - {236,235,237}, - {233,225,245}, - {233,245,244}, - {220,221, 85}, - {220, 85, 86}, - { 81,213,226}, - { 81,226, 80}, - { 7,206,205}, - {186,184,198}, - {186,198,199}, - {204,203,205}, - {204,205,206}, - {195,193,196}, - {171,174,172}, - {173,174,175}, - {173,172,174}, - {155,167,166}, - {160,161,143}, - {160,143,144}, - {119,154,155}, - {148,151,150}, - {148,150,146}, - {140,137,139}, - {140,139,141}, - {127,126,130}, - {114,124,128}, - {114,128,115}, - {117,105,106}, - {117,106,116}, - {104,105,100}, - {104,100,103}, - { 59, 60, 91}, - { 97, 96, 61}, - { 97, 61, 64}, - { 91, 72, 89}, - { 87, 84, 79}, - { 87, 79, 76}, - { 78, 80, 77}, - { 49, 50, 74}, - { 60, 44, 45}, - { 61, 44, 58}, - { 51, 50, 35}, - { 51, 35, 34}, - { 39, 37, 41}, - { 33, 34, 9}, - { 33, 9, 12}, - { 0, 36, 37}, - { 0, 37, 6}, - { 40, 46, 47}, - { 40, 47, 42}, - { 53, 54, 56}, - { 65, 62, 63}, - { 72, 49, 73}, - { 79, 78, 75}, - { 79, 75, 76}, - { 52, 53, 76}, - { 92, 89, 90}, - { 96, 93, 46}, - {102,103,100}, - {102,100,101}, - {116,106,108}, - {116,108,115}, - {123,125,124}, - {116,115,128}, - {118,131,135}, - {140,135,136}, - {148,147,149}, - {120,119,155}, - {164,162,152}, - {164,152,150}, - {157,147,161}, - {157,161,170}, - {186,187,185}, - {186,185,184}, - {193,197,196}, - {202,203,204}, - {194,195,178}, - {198,184,197}, - { 67,111,109}, - { 38, 43,103}, - { 38,103,102}, - {214,223,222}, - {214,222,221}, - {214,221,220}, - {214,220,219}, - {214,219,218}, - {213,237,235}, - {221,222, 83}, - {221, 83, 85}, - { 15,229, 33}, - {227, 18,230}, - {227,230,232}, - { 52, 51,240}, - { 75, 78, 50}, - {408,430,409}, - {260,258,257}, - {260,257,259}, - {224,207,259}, - {268,269,405}, - {268,405,404}, - {413,362,360}, - {447, 8,205}, - {299,297,285}, - {189,281,202}, - {290,288,289}, - {290,289,291}, - {322,321,295}, - {322,295,294}, - {333,323,311}, - {333,311,320}, - {317,316,329}, - {320,160,144}, - {353,325,326}, - {329,332,334}, - {329,334,330}, - {339,338,141}, - {339,141,139}, - {348,345,126}, - {347,356,346}, - {123,349,125}, - {364,353,354}, - {364,354,355}, - {365,364,363}, - {376,391,394}, - {376,394,401}, - { 92,376,374}, - { 92,374,373}, - {377, 90, 88}, - {380,379,378}, - {380,378,381}, - {388,387,409}, - {388,409,410}, - {416,393,392}, - {399,398,402}, - {399,402,403}, - {250,428,427}, - {421,417,416}, - {421,416,420}, - {426,427,446}, - {426,446,451}, - {444,442,441}, - {452,451,450}, - {452,450,449} -}; +/* Copyright 1996, Viewpoint Datalabs Int'l, www.viewpoint.com, 1-800-DATASET */ +/* +# Usage Rights: You (the user) may use this model to help build +# cool personal vrml worlds, but please give us credit when you do +# ("3D model provided by Viewpoint Datalabs, www,viewpoint.com"). +# Please don't sell it or use it to make money indirectly. Don't +# redistribute it or put it on a web site except as a part of your +# personal, non-commerical vrml world. If you want to do a +# commercial project, give us a call at 1-800-DATASET or visit +# www.viewpoint.com and we'll help you obtain the rights to do so. +# */ + +/* + * Note that this data was put directly into the program + * to provide a demo program on the net that people could + * just run without having to fetch datafiles. + * i.e. more convienent for the user this way + */ + +#include "rabdata.h" + +#pragma warning(disable : 4305) +#pragma warning(disable : 4136) + +float rabbit_vertices[RABBIT_VERTEX_NUM][3]={ + {-0.334392,0.133007,0.062259}, + {-0.350189,0.150354,-0.147769}, + {-0.234201,0.343811,-0.174307}, + {-0.200259,0.285207,0.093749}, + {0.003520,0.475208,-0.159365}, + {0.001856,0.419203,0.098582}, + {-0.252802,0.093666,0.237538}, + {-0.162901,0.237984,0.206905}, + {0.000865,0.318141,0.235370}, + {-0.414624,0.164083,-0.278254}, + {-0.262213,0.357334,-0.293246}, + {0.004628,0.482694,-0.338626}, + {-0.402162,0.133528,-0.443247}, + {-0.243781,0.324275,-0.436763}, + {0.005293,0.437592,-0.458332}, + {-0.339884,-0.041150,-0.668211}, + {-0.248382,0.255825,-0.627493}, + {0.006261,0.376103,-0.631506}, + {-0.216201,-0.126776,-0.886936}, + {-0.171075,0.011544,-0.881386}, + {-0.181074,0.098223,-0.814779}, + {-0.119891,0.218786,-0.760153}, + {-0.078895,0.276780,-0.739281}, + {0.006801,0.310959,-0.735661}, + {-0.168842,0.102387,-0.920381}, + {-0.104072,0.177278,-0.952530}, + {-0.129704,0.211848,-0.836678}, + {-0.099875,0.310931,-0.799381}, + {0.007237,0.361687,-0.794439}, + {-0.077913,0.258753,-0.921640}, + {0.007957,0.282241,-0.931680}, + {-0.252222,-0.550401,-0.557810}, + {-0.267633,-0.603419,-0.655209}, + {-0.446838,-0.118517,-0.466159}, + {-0.459488,-0.093017,-0.311341}, + {-0.370645,-0.100108,-0.159454}, + {-0.371984,-0.091991,-0.011044}, + {-0.328945,-0.098269,0.088659}, + {-0.282452,-0.018862,0.311501}, + {-0.352403,-0.131341,0.144902}, + {-0.364126,-0.200299,0.202388}, + {-0.283965,-0.231869,0.023668}, + {-0.298943,-0.155218,0.369716}, + {-0.293787,-0.121856,0.419097}, + {-0.290163,-0.290797,0.107824}, + {-0.264165,-0.272849,0.036347}, + {-0.228567,-0.372573,0.290309}, + {-0.190431,-0.286997,0.421917}, + {-0.191039,-0.240973,0.507118}, + {-0.287272,-0.276431,-0.065444}, + {-0.295675,-0.280818,-0.174200}, + {-0.399537,-0.313131,-0.376167}, + {-0.392666,-0.488581,-0.427494}, + {-0.331669,-0.570185,-0.466054}, + {-0.282290,-0.618140,-0.589220}, + {-0.374238,-0.594882,-0.323298}, + {-0.381071,-0.629723,-0.350777}, + {-0.382112,-0.624060,-0.221577}, + {-0.272701,-0.566522,0.259157}, + {-0.256702,-0.663406,0.286079}, + {-0.280948,-0.428359,0.055790}, + {-0.184974,-0.508894,0.326265}, + {-0.279971,-0.526918,0.395319}, + {-0.282599,-0.663393,0.412411}, + {-0.188329,-0.475093,0.417954}, + {-0.263384,-0.663396,0.466604}, + {-0.209063,-0.663393,0.509344}, + {-0.002044,-0.319624,0.553078}, + {-0.001266,-0.371260,0.413296}, + {-0.219753,-0.339762,-0.040921}, + {-0.256986,-0.282511,-0.006349}, + {-0.271706,-0.260881,0.001764}, + {-0.091191,-0.419184,-0.045912}, + {-0.114944,-0.429752,-0.124739}, + {-0.113970,-0.382987,-0.188540}, + {-0.243012,-0.464942,-0.242850}, + {-0.314815,-0.505402,-0.324768}, + {0.002774,-0.437526,-0.262766}, + {-0.072625,-0.417748,-0.221440}, + {-0.160112,-0.476932,-0.293450}, + {0.003859,-0.453425,-0.443916}, + {-0.120363,-0.581567,-0.438689}, + {-0.091499,-0.584191,-0.294511}, + {-0.116469,-0.599861,-0.188308}, + {-0.208032,-0.513640,-0.134649}, + {-0.235749,-0.610017,-0.040939}, + {-0.344916,-0.622487,-0.085380}, + {-0.336401,-0.531864,-0.212298}, + {0.001961,-0.459550,-0.135547}, + {-0.058296,-0.430536,-0.043440}, + {0.001378,-0.449511,-0.037762}, + {-0.130135,-0.510222,0.079144}, + {0.000142,-0.477549,0.157064}, + {-0.114284,-0.453206,0.304397}, + {-0.000592,-0.443558,0.285401}, + {-0.056215,-0.663402,0.326073}, + {-0.026248,-0.568010,0.273318}, + {-0.049261,-0.531064,0.389854}, + {-0.127096,-0.663398,0.479316}, + {-0.058384,-0.663401,0.372891}, + {-0.303961,0.054199,0.625921}, + {-0.268594,0.193403,0.502766}, + {-0.277159,0.126123,0.443289}, + {-0.287605,-0.005722,0.531844}, + {-0.231396,-0.121289,0.587387}, + {-0.253475,-0.081797,0.756541}, + {-0.195164,-0.137969,0.728011}, + {-0.167673,-0.156573,0.609388}, + {-0.145917,-0.169029,0.697600}, + {-0.077776,-0.214247,0.622586}, + {-0.076873,-0.214971,0.696301}, + {-0.002341,-0.233135,0.622859}, + {-0.002730,-0.213526,0.691267}, + {-0.003136,-0.192628,0.762731}, + {-0.056136,-0.201222,0.763806}, + {-0.114589,-0.166192,0.770723}, + {-0.155145,-0.129632,0.791738}, + {-0.183611,-0.058705,0.847012}, + {-0.165562,0.001980,0.833386}, + {-0.220084,0.019914,0.768935}, + {-0.255730,0.090306,0.670782}, + {-0.255594,0.113833,0.663389}, + {-0.226380,0.212655,0.617740}, + {-0.003367,-0.195342,0.799680}, + {-0.029743,-0.210508,0.827180}, + {-0.003818,-0.194783,0.873636}, + {-0.004116,-0.157907,0.931268}, + {-0.031280,-0.184555,0.889476}, + {-0.059885,-0.184448,0.841330}, + {-0.135333,-0.164332,0.878200}, + {-0.085574,-0.170948,0.925547}, + {-0.163833,-0.094170,0.897114}, + {-0.138444,-0.104250,0.945975}, + {-0.083497,-0.084934,0.979607}, + {-0.004433,-0.146642,0.985872}, + {-0.150715,0.032650,0.884111}, + {-0.135892,-0.035520,0.945455}, + {-0.070612,0.036849,0.975733}, + {-0.004458,-0.042526,1.015670}, + {-0.004249,0.046042,1.003240}, + {-0.086969,0.133224,0.947633}, + {-0.003873,0.161605,0.970499}, + {-0.125544,0.140012,0.917678}, + {-0.125651,0.250246,0.857602}, + {-0.003127,0.284070,0.878870}, + {-0.159174,0.125726,0.888878}, + {-0.183807,0.196970,0.844480}, + {-0.159890,0.291736,0.732480}, + {-0.199495,0.207230,0.779864}, + {-0.206182,0.164608,0.693257}, + {-0.186315,0.160689,0.817193}, + {-0.192827,0.166706,0.782271}, + {-0.175112,0.110008,0.860621}, + {-0.161022,0.057420,0.855111}, + {-0.172319,0.036155,0.816189}, + {-0.190318,0.064083,0.760605}, + {-0.195072,0.129179,0.731104}, + {-0.203126,0.410287,0.680536}, + {-0.216677,0.309274,0.642272}, + {-0.241515,0.311485,0.587832}, + {-0.002209,0.366663,0.749413}, + {-0.088230,0.396265,0.678635}, + {-0.170147,0.109517,0.840784}, + {-0.160521,0.067766,0.830650}, + {-0.181546,0.139805,0.812146}, + {-0.180495,0.148568,0.776087}, + {-0.180255,0.129125,0.744192}, + {-0.186298,0.078308,0.769352}, + {-0.167622,0.060539,0.806675}, + {-0.189876,0.102760,0.802582}, + {-0.108340,0.455446,0.657174}, + {-0.241585,0.527592,0.669296}, + {-0.265676,0.513366,0.634594}, + {-0.203073,0.478550,0.581526}, + {-0.266772,0.642330,0.602061}, + {-0.216961,0.564846,0.535435}, + {-0.202210,0.525495,0.475944}, + {-0.193888,0.467925,0.520606}, + {-0.265837,0.757267,0.500933}, + {-0.240306,0.653440,0.463215}, + {-0.309239,0.776868,0.304726}, + {-0.271009,0.683094,0.382018}, + {-0.312111,0.671099,0.286687}, + {-0.268791,0.624342,0.377231}, + {-0.302457,0.533996,0.360289}, + {-0.263656,0.529310,0.412564}, + {-0.282311,0.415167,0.447666}, + {-0.239201,0.442096,0.495604}, + {-0.220043,0.569026,0.445877}, + {-0.001263,0.395631,0.602029}, + {-0.057345,0.442535,0.572224}, + {-0.088927,0.506333,0.529106}, + {-0.125738,0.535076,0.612913}, + {-0.126251,0.577170,0.483159}, + {-0.149594,0.611520,0.557731}, + {-0.163188,0.660791,0.491080}, + {-0.172482,0.663387,0.415416}, + {-0.160464,0.591710,0.370659}, + {-0.156445,0.536396,0.378302}, + {-0.136496,0.444358,0.425226}, + {-0.095564,0.373768,0.473659}, + {-0.104146,0.315912,0.498104}, + {-0.000496,0.384194,0.473817}, + {-0.000183,0.297770,0.401486}, + {-0.129042,0.270145,0.434495}, + {0.000100,0.272963,0.349138}, + {-0.113060,0.236984,0.385554}, + {0.007260,0.016311,-0.883396}, + {0.007865,0.122104,-0.956137}, + {-0.032842,0.115282,-0.953252}, + {-0.089115,0.108449,-0.950317}, + {-0.047440,0.014729,-0.882756}, + {-0.104458,0.013137,-0.882070}, + {-0.086439,-0.584866,-0.608343}, + {-0.115026,-0.662605,-0.436732}, + {-0.071683,-0.665372,-0.606385}, + {-0.257884,-0.665381,-0.658052}, + {-0.272542,-0.665381,-0.592063}, + {-0.371322,-0.665382,-0.353620}, + {-0.372362,-0.665381,-0.224420}, + {-0.335166,-0.665380,-0.078623}, + {-0.225999,-0.665375,-0.038981}, + {-0.106719,-0.665374,-0.186351}, + {-0.081749,-0.665372,-0.292554}, + {0.006943,-0.091505,-0.858354}, + {0.006117,-0.280985,-0.769967}, + {0.004495,-0.502360,-0.559799}, + {-0.198638,-0.302135,-0.845816}, + {-0.237395,-0.542544,-0.587188}, + {-0.270001,-0.279489,-0.669861}, + {-0.134547,-0.119852,-0.959004}, + {-0.052088,-0.122463,-0.944549}, + {-0.124463,-0.293508,-0.899566}, + {-0.047616,-0.289643,-0.879292}, + {-0.168595,-0.529132,-0.654931}, + {-0.099793,-0.515719,-0.645873}, + {-0.186168,-0.605282,-0.724690}, + {-0.112970,-0.583097,-0.707469}, + {-0.108152,-0.665375,-0.700408}, + {-0.183019,-0.665378,-0.717630}, + {-0.349529,-0.334459,-0.511985}, + {-0.141182,-0.437705,-0.798194}, + {-0.212670,-0.448725,-0.737447}, + {-0.261111,-0.414945,-0.613835}, + {-0.077364,-0.431480,-0.778113}, + {0.005174,-0.425277,-0.651592}, + {0.089236,-0.431732,-0.777093}, + {0.271006,-0.415749,-0.610577}, + {0.223981,-0.449384,-0.734774}, + {0.153275,-0.438150,-0.796391}, + {0.358414,-0.335529,-0.507649}, + {0.193434,-0.665946,-0.715325}, + {0.118363,-0.665717,-0.699021}, + {0.123515,-0.583454,-0.706020}, + {0.196851,-0.605860,-0.722345}, + {0.109788,-0.516035,-0.644590}, + {0.178656,-0.529656,-0.652804}, + {0.061157,-0.289807,-0.878626}, + {0.138234,-0.293905,-0.897958}, + {0.066933,-0.122643,-0.943820}, + {0.149571,-0.120281,-0.957264}, + {0.280989,-0.280321,-0.666487}, + {0.246581,-0.543275,-0.584224}, + {0.211720,-0.302754,-0.843303}, + {0.086966,-0.665627,-0.291520}, + {0.110634,-0.665702,-0.185021}, + {0.228099,-0.666061,-0.036201}, + {0.337743,-0.666396,-0.074503}, + {0.376722,-0.666513,-0.219833}, + {0.377265,-0.666513,-0.349036}, + {0.281411,-0.666217,-0.588670}, + {0.267564,-0.666174,-0.654834}, + {0.080745,-0.665602,-0.605452}, + {0.122016,-0.662963,-0.435280}, + {0.095767,-0.585141,-0.607228}, + {0.118944,0.012799,-0.880702}, + {0.061944,0.014564,-0.882086}, + {0.104725,0.108156,-0.949130}, + {0.048513,0.115159,-0.952753}, + {0.112696,0.236643,0.386937}, + {0.128177,0.269757,0.436071}, + {0.102643,0.315600,0.499370}, + {0.094535,0.373481,0.474824}, + {0.136270,0.443946,0.426895}, + {0.157071,0.535923,0.380222}, + {0.161350,0.591224,0.372630}, + {0.173035,0.662865,0.417531}, + {0.162808,0.660299,0.493077}, + {0.148250,0.611070,0.559555}, + {0.125719,0.576790,0.484702}, + {0.123489,0.534699,0.614440}, + {0.087621,0.506066,0.530188}, + {0.055321,0.442365,0.572915}, + {0.219936,0.568361,0.448571}, + {0.238099,0.441375,0.498528}, + {0.281711,0.414315,0.451121}, + {0.263833,0.528513,0.415794}, + {0.303284,0.533081,0.363998}, + {0.269687,0.623528,0.380528}, + {0.314255,0.670153,0.290524}, + {0.272023,0.682273,0.385343}, + {0.311480,0.775931,0.308527}, + {0.240239,0.652714,0.466159}, + {0.265619,0.756464,0.504187}, + {0.192562,0.467341,0.522972}, + {0.201605,0.524885,0.478417}, + {0.215743,0.564193,0.538084}, + {0.264969,0.641527,0.605317}, + {0.201031,0.477940,0.584002}, + {0.263086,0.512567,0.637832}, + {0.238615,0.526867,0.672237}, + {0.105309,0.455123,0.658482}, + {0.183993,0.102195,0.804872}, + {0.161563,0.060042,0.808692}, + {0.180748,0.077754,0.771600}, + {0.175168,0.128588,0.746368}, + {0.175075,0.148030,0.778264}, + {0.175658,0.139265,0.814333}, + {0.154191,0.067291,0.832578}, + {0.163818,0.109013,0.842830}, + {0.084760,0.396004,0.679695}, + {0.238888,0.310760,0.590775}, + {0.213380,0.308625,0.644905}, + {0.199666,0.409678,0.683003}, + {0.190143,0.128597,0.733463}, + {0.184833,0.063516,0.762902}, + {0.166070,0.035644,0.818261}, + {0.154361,0.056943,0.857042}, + {0.168542,0.109489,0.862725}, + {0.187387,0.166131,0.784599}, + {0.180428,0.160135,0.819438}, + {0.201823,0.163991,0.695756}, + {0.194206,0.206635,0.782275}, + {0.155438,0.291260,0.734412}, + {0.177696,0.196424,0.846693}, + {0.152305,0.125256,0.890786}, + {0.119546,0.249876,0.859104}, + {0.118369,0.139643,0.919173}, + {0.079410,0.132973,0.948652}, + {0.062419,0.036648,0.976547}, + {0.127847,-0.035919,0.947070}, + {0.143624,0.032206,0.885913}, + {0.074888,-0.085173,0.980577}, + {0.130184,-0.104656,0.947620}, + {0.156201,-0.094653,0.899074}, + {0.077366,-0.171194,0.926545}, + {0.127722,-0.164729,0.879810}, + {0.052670,-0.184618,0.842019}, + {0.023477,-0.184638,0.889811}, + {0.022626,-0.210587,0.827500}, + {0.223089,0.211976,0.620493}, + {0.251444,0.113067,0.666494}, + {0.251419,0.089540,0.673887}, + {0.214360,0.019258,0.771595}, + {0.158999,0.001490,0.835374}, + {0.176696,-0.059249,0.849218}, + {0.148696,-0.130091,0.793599}, + {0.108290,-0.166528,0.772088}, + {0.049820,-0.201382,0.764454}, + {0.071341,-0.215195,0.697209}, + {0.073148,-0.214475,0.623510}, + {0.140502,-0.169461,0.699354}, + {0.163374,-0.157073,0.611416}, + {0.189466,-0.138550,0.730366}, + {0.247593,-0.082554,0.759610}, + {0.227468,-0.121982,0.590197}, + {0.284702,-0.006586,0.535347}, + {0.275741,0.125287,0.446676}, + {0.266650,0.192594,0.506044}, + {0.300086,0.053287,0.629620}, + {0.055450,-0.663935,0.375065}, + {0.122854,-0.664138,0.482323}, + {0.046520,-0.531571,0.391918}, + {0.024824,-0.568450,0.275106}, + {0.053855,-0.663931,0.328224}, + {0.112829,-0.453549,0.305788}, + {0.131265,-0.510617,0.080746}, + {0.061174,-0.430716,-0.042710}, + {0.341019,-0.532887,-0.208150}, + {0.347705,-0.623533,-0.081139}, + {0.238040,-0.610732,-0.038037}, + {0.211764,-0.514274,-0.132078}, + {0.120605,-0.600219,-0.186856}, + {0.096985,-0.584476,-0.293357}, + {0.127621,-0.581941,-0.437170}, + {0.165902,-0.477425,-0.291453}, + {0.077720,-0.417975,-0.220519}, + {0.320892,-0.506363,-0.320874}, + {0.248214,-0.465684,-0.239842}, + {0.118764,-0.383338,-0.187114}, + {0.118816,-0.430106,-0.123307}, + {0.094131,-0.419464,-0.044777}, + {0.274526,-0.261706,0.005110}, + {0.259842,-0.283292,-0.003185}, + {0.222861,-0.340431,-0.038210}, + {0.204445,-0.664380,0.513353}, + {0.259286,-0.664547,0.471281}, + {0.185402,-0.476020,0.421718}, + {0.279163,-0.664604,0.417328}, + {0.277157,-0.528122,0.400208}, + {0.183069,-0.509812,0.329995}, + {0.282599,-0.429210,0.059242}, + {0.254816,-0.664541,0.290687}, + {0.271436,-0.567707,0.263966}, + {0.386561,-0.625221,-0.216870}, + {0.387086,-0.630883,-0.346073}, + {0.380021,-0.596021,-0.318679}, + {0.291269,-0.619007,-0.585707}, + {0.339280,-0.571198,-0.461946}, + {0.400045,-0.489778,-0.422640}, + {0.406817,-0.314349,-0.371230}, + {0.300588,-0.281718,-0.170549}, + {0.290866,-0.277304,-0.061905}, + {0.187735,-0.241545,0.509437}, + {0.188032,-0.287569,0.424234}, + {0.227520,-0.373262,0.293102}, + {0.266526,-0.273650,0.039597}, + {0.291592,-0.291676,0.111386}, + {0.291914,-0.122741,0.422683}, + {0.297574,-0.156119,0.373368}, + {0.286603,-0.232731,0.027162}, + {0.364663,-0.201399,0.206850}, + {0.353855,-0.132408,0.149228}, + {0.282208,-0.019715,0.314960}, + {0.331187,-0.099266,0.092701}, + {0.375463,-0.093120,-0.006467}, + {0.375917,-0.101236,-0.154882}, + {0.466635,-0.094416,-0.305669}, + {0.455805,-0.119881,-0.460632}, + {0.277465,-0.604242,-0.651871}, + {0.261022,-0.551176,-0.554667}, + {0.093627,0.258494,-0.920589}, + {0.114248,0.310608,-0.798070}, + {0.144232,0.211434,-0.835001}, + {0.119916,0.176940,-0.951159}, + {0.184061,0.101854,-0.918220}, + {0.092431,0.276521,-0.738231}, + {0.133504,0.218403,-0.758602}, + {0.194987,0.097655,-0.812476}, + {0.185542,0.011005,-0.879202}, + {0.230315,-0.127450,-0.884202}, + {0.260471,0.255056,-0.624378}, + {0.351567,-0.042194,-0.663976}, + {0.253742,0.323524,-0.433716}, + {0.411612,0.132299,-0.438264}, + {0.270513,0.356530,-0.289984}, + {0.422146,0.162819,-0.273130}, + {0.164724,0.237490,0.208912}, + {0.253806,0.092900,0.240640}, + {0.203608,0.284597,0.096223}, + {0.241006,0.343093,-0.171396}, + {0.356076,0.149288,-0.143443}, + {0.337656,0.131992,0.066374} +}; +int rabbit_triangles[RABBIT_TRIANGLE_NUM][3]={ + {126,134,133}, + {342,138,134}, + {133,134,138}, + {126,342,134}, + {312,316,317}, + {169,163,162}, + {312,317,319}, + {312,319,318}, + {169,162,164}, + {169,168,163}, + {312,314,315}, + {169,164,165}, + {169,167,168}, + {312,315,316}, + {312,313,314}, + {169,165,166}, + {169,166,167}, + {312,318,313}, + {308,304,305}, + {308,305,306}, + {179,181,188}, + {177,173,175}, + {177,175,176}, + {302,293,300}, + {322,294,304}, + {188,176,175}, + {188,175,179}, + {158,177,187}, + {305,293,302}, + {305,302,306}, + {322,304,308}, + {188,181,183}, + {158,173,177}, + {293,298,300}, + {304,294,296}, + {304,296,305}, + {185,176,188}, + {185,188,183}, + {187,177,176}, + {187,176,185}, + {305,296,298}, + {305,298,293}, + {436,432, 28}, + {436, 28, 23}, + {434,278,431}, + { 30,208,209}, + { 30,209, 29}, + { 19, 20, 24}, + {208,207,211}, + {208,211,209}, + { 19,210,212}, + {433,434,431}, + {433,431,432}, + {433,432,436}, + {436,437,433}, + {277,275,276}, + {277,276,278}, + {209,210, 25}, + { 21, 26, 24}, + { 21, 24, 20}, + { 25, 26, 27}, + { 25, 27, 29}, + {435,439,277}, + {439,275,277}, + {432,431, 30}, + {432, 30, 28}, + {433,437,438}, + {433,438,435}, + {434,277,278}, + { 24, 25,210}, + { 24, 26, 25}, + { 29, 27, 28}, + { 29, 28, 30}, + { 19, 24,210}, + {208, 30,431}, + {208,431,278}, + {435,434,433}, + {435,277,434}, + { 25, 29,209}, + { 27, 22, 23}, + { 27, 23, 28}, + { 26, 22, 27}, + { 26, 21, 22}, + {212,210,209}, + {212,209,211}, + {207,208,278}, + {207,278,276}, + {439,435,438}, + { 12, 9, 10}, + { 12, 10, 13}, + { 2, 3, 5}, + { 2, 5, 4}, + { 16, 13, 14}, + { 16, 14, 17}, + { 22, 21, 16}, + { 13, 10, 11}, + { 13, 11, 14}, + { 1, 0, 3}, + { 1, 3, 2}, + { 15, 12, 16}, + { 19, 18, 15}, + { 19, 15, 16}, + { 19, 16, 20}, + { 9, 1, 2}, + { 9, 2, 10}, + { 3, 7, 8}, + { 3, 8, 5}, + { 16, 17, 23}, + { 16, 23, 22}, + { 21, 20, 16}, + { 10, 2, 4}, + { 10, 4, 11}, + { 0, 6, 7}, + { 0, 7, 3}, + { 12, 13, 16}, + {451,446,445}, + {451,445,450}, + {442,440,439}, + {442,439,438}, + {442,438,441}, + {421,420,422}, + {412,411,426}, + {412,426,425}, + {408,405,407}, + {413, 67, 68}, + {413, 68,414}, + {391,390,412}, + { 80,384,386}, + {404,406,378}, + {390,391,377}, + {390,377, 88}, + {400,415,375}, + {398,396,395}, + {398,395,371}, + {398,371,370}, + {112,359,358}, + {112,358,113}, + {351,352,369}, + {125,349,348}, + {345,343,342}, + {342,340,339}, + {341,335,337}, + {328,341,327}, + {331,323,333}, + {331,322,323}, + {327,318,319}, + {327,319,328}, + {315,314,324}, + {302,300,301}, + {302,301,303}, + {320,311,292}, + {285,284,289}, + {310,307,288}, + {310,288,290}, + {321,350,281}, + {321,281,282}, + {423,448,367}, + {272,273,384}, + {272,384,274}, + {264,265,382}, + {264,382,383}, + {440,442,261}, + {440,261,263}, + {252,253,254}, + {252,254,251}, + {262,256,249}, + {262,249,248}, + {228,243,242}, + {228, 31,243}, + {213,215,238}, + {213,238,237}, + { 19,212,230}, + {224,225,233}, + {224,233,231}, + {217,218, 56}, + {217, 56, 54}, + {217,216,239}, + {217,239,238}, + {217,238,215}, + {218,217,215}, + {218,215,214}, + { 6,102,206}, + {186,199,200}, + {197,182,180}, + {170,171,157}, + {201,200,189}, + {170,190,191}, + {170,191,192}, + {175,174,178}, + {175,178,179}, + {168,167,155}, + {122,149,158}, + {122,158,159}, + {135,153,154}, + {135,154,118}, + {143,140,141}, + {143,141,144}, + {132,133,136}, + {130,126,133}, + {124,125,127}, + {122,101,100}, + {122,100,121}, + {110,108,107}, + {110,107,109}, + { 98, 99, 97}, + { 98, 97, 64}, + { 98, 64, 66}, + { 87, 55, 57}, + { 83, 82, 79}, + { 83, 79, 84}, + { 78, 74, 50}, + { 49, 71, 41}, + { 49, 41, 37}, + { 49, 37, 36}, + { 58, 44, 60}, + { 60, 59, 58}, + { 51, 34, 33}, + { 39, 40, 42}, + { 39, 42, 38}, + {243,240, 33}, + {243, 33,229}, + { 39, 38, 6}, + { 44, 46, 40}, + { 55, 56, 57}, + { 64, 62, 65}, + { 64, 65, 66}, + { 41, 71, 45}, + { 75, 50, 51}, + { 81, 79, 82}, + { 77, 88, 73}, + { 93, 92, 94}, + { 68, 47, 46}, + { 96, 97, 99}, + { 96, 99, 95}, + {110,109,111}, + {111,112,110}, + {114,113,123}, + {114,123,124}, + {132,131,129}, + {133,137,136}, + {135,142,145}, + {145,152,135}, + {149,147,157}, + {157,158,149}, + {164,150,151}, + {153,163,168}, + {153,168,154}, + {185,183,182}, + {185,182,184}, + {161,189,190}, + {200,199,191}, + {200,191,190}, + {180,178,195}, + {180,195,196}, + {102,101,204}, + {102,204,206}, + { 43, 48,104}, + { 43,104,103}, + {216,217, 54}, + {216, 54, 32}, + {207,224,231}, + {230,212,211}, + {230,211,231}, + {227,232,241}, + {227,241,242}, + {235,234,241}, + {235,241,244}, + {430,248,247}, + {272,274,253}, + {272,253,252}, + {439,260,275}, + {225,224,259}, + {225,259,257}, + {269,270,407}, + {269,407,405}, + {270,269,273}, + {270,273,272}, + {273,269,268}, + {273,268,267}, + {273,267,266}, + {273,266,265}, + {273,265,264}, + {448,279,367}, + {281,350,368}, + {285,286,301}, + {290,323,310}, + {290,311,323}, + {282,281,189}, + {292,311,290}, + {292,290,291}, + {307,306,302}, + {307,302,303}, + {316,315,324}, + {316,324,329}, + {331,351,350}, + {330,334,335}, + {330,335,328}, + {341,337,338}, + {344,355,354}, + {346,345,348}, + {346,348,347}, + {364,369,352}, + {364,352,353}, + {365,363,361}, + {365,361,362}, + {376,401,402}, + {373,372,397}, + {373,397,400}, + {376, 92,377}, + {381,378,387}, + {381,387,385}, + {386, 77, 80}, + {390,389,412}, + {416,417,401}, + {403,417,415}, + {408,429,430}, + {419,423,418}, + {427,428,444}, + {427,444,446}, + {437,436,441}, + {450,445, 11}, + {450, 11, 4}, + {447,449, 5}, + {447, 5, 8}, + {441,438,437}, + {425,426,451}, + {425,451,452}, + {417,421,415}, + {408,407,429}, + {399,403,400}, + {399,400,397}, + {394,393,416}, + {389,411,412}, + {386,383,385}, + {408,387,378}, + {408,378,406}, + {377,391,376}, + { 94,375,415}, + {372,373,374}, + {372,374,370}, + {359,111,360}, + {359,112,111}, + {113,358,349}, + {113,349,123}, + {346,343,345}, + {343,340,342}, + {338,336,144}, + {338,144,141}, + {327,341,354}, + {327,354,326}, + {331,350,321}, + {331,321,322}, + {314,313,326}, + {314,326,325}, + {300,298,299}, + {300,299,301}, + {288,287,289}, + {189,292,282}, + {287,288,303}, + {284,285,297}, + {368,280,281}, + {448,447,279}, + {274,226,255}, + {267,268,404}, + {267,404,379}, + {429,262,430}, + {439,440,260}, + {257,258,249}, + {257,249,246}, + {430,262,248}, + {234,228,242}, + {234,242,241}, + {237,238,239}, + {237,239,236}, + { 15, 18,227}, + { 15,227,229}, + {222,223, 82}, + {222, 82, 83}, + {214,215,213}, + {214,213, 81}, + { 38,102, 6}, + {122,159,200}, + {122,200,201}, + {174,171,192}, + {174,192,194}, + {197,193,198}, + {190,170,161}, + {181,179,178}, + {181,178,180}, + {166,156,155}, + {163,153,152}, + {163,152,162}, + {120,156,149}, + {120,149,121}, + {152,153,135}, + {140,143,142}, + {135,131,132}, + {135,132,136}, + {130,129,128}, + {130,128,127}, + {100,105,119}, + {100,119,120}, + {106,104,107}, + {106,107,108}, + { 91, 95, 59}, + { 93, 94, 68}, + { 91, 89, 92}, + { 76, 53, 55}, + { 76, 55, 87}, + { 81, 78, 79}, + { 74, 73, 49}, + { 69, 60, 45}, + { 58, 62, 64}, + { 58, 64, 61}, + { 53, 31, 32}, + { 32, 54, 53}, + { 42, 43, 38}, + { 35, 36, 0}, + { 35, 0, 1}, + { 34, 35, 1}, + { 34, 1, 9}, + { 44, 40, 41}, + { 44, 41, 45}, + { 33,240, 51}, + { 63, 62, 58}, + { 63, 58, 59}, + { 45, 71, 70}, + { 76, 75, 51}, + { 76, 51, 52}, + { 86, 85, 84}, + { 86, 84, 87}, + { 89, 72, 73}, + { 89, 73, 88}, + { 91, 92, 96}, + { 91, 96, 95}, + { 72, 91, 60}, + { 72, 60, 69}, + {104,106,105}, + {119,105,117}, + {119,117,118}, + {124,127,128}, + {117,116,129}, + {117,129,131}, + {118,117,131}, + {135,140,142}, + {146,150,152}, + {146,152,145}, + {149,122,121}, + {166,165,151}, + {166,151,156}, + {158,172,173}, + {161,160,189}, + {199,198,193}, + {199,193,191}, + {204,201,202}, + {178,174,194}, + {200,159,186}, + {109, 48, 67}, + { 48,107,104}, + {216, 32,236}, + {216,236,239}, + {223,214, 81}, + {223, 81, 82}, + { 33, 12, 15}, + { 32,228,234}, + { 32,234,236}, + {240, 31, 52}, + {256,255,246}, + {256,246,249}, + {258,263,248}, + {258,248,249}, + {275,260,259}, + {275,259,276}, + {207,276,259}, + {270,271,429}, + {270,429,407}, + {413,418,366}, + {413,366,365}, + {368,367,279}, + {368,279,280}, + {303,301,286}, + {303,286,287}, + {283,282,292}, + {283,292,291}, + {320,292,189}, + {298,296,297}, + {298,297,299}, + {318,327,326}, + {318,326,313}, + {329,330,317}, + {336,333,320}, + {326,354,353}, + {334,332,333}, + {334,333,336}, + {342,339,139}, + {342,139,138}, + {345,342,126}, + {347,357,356}, + {369,368,351}, + {363,356,357}, + {363,357,361}, + {366,367,368}, + {366,368,369}, + {375,373,400}, + { 92, 90,377}, + {409,387,408}, + {386,385,387}, + {386,387,388}, + {412,394,391}, + {396,398,399}, + {408,406,405}, + {415,421,419}, + {415,419,414}, + {425,452,448}, + {425,448,424}, + {444,441,443}, + {448,452,449}, + {448,449,447}, + {446,444,443}, + {446,443,445}, + {250,247,261}, + {250,261,428}, + {421,422,423}, + {421,423,419}, + {427,410,250}, + {417,403,401}, + {403,402,401}, + {420,392,412}, + {420,412,425}, + {420,425,424}, + {386,411,389}, + {383,382,381}, + {383,381,385}, + {378,379,404}, + {372,371,395}, + {372,395,397}, + {371,372,370}, + {361,359,360}, + {361,360,362}, + {368,350,351}, + {349,347,348}, + {356,355,344}, + {356,344,346}, + {344,341,340}, + {344,340,343}, + {338,337,336}, + {328,335,341}, + {324,352,351}, + {324,351,331}, + {320,144,336}, + {314,325,324}, + {322,308,309}, + {310,309,307}, + {287,286,289}, + {203,280,279}, + {203,279,205}, + {297,295,283}, + {297,283,284}, + {447,205,279}, + {274,384, 80}, + {274, 80,226}, + {266,267,379}, + {266,379,380}, + {225,257,246}, + {225,246,245}, + {256,254,253}, + {256,253,255}, + {430,247,250}, + {226,235,244}, + {226,244,245}, + {232,233,244}, + {232,244,241}, + {230, 18, 19}, + { 32, 31,228}, + {219,220, 86}, + {219, 86, 57}, + {226,213,235}, + {206, 7, 6}, + {122,201,101}, + {201,204,101}, + {180,196,197}, + {170,192,171}, + {200,190,189}, + {194,193,195}, + {183,181,180}, + {183,180,182}, + {155,154,168}, + {149,156,151}, + {149,151,148}, + {155,156,120}, + {145,142,143}, + {145,143,146}, + {136,137,140}, + {133,132,130}, + {128,129,116}, + {100,120,121}, + {110,112,113}, + {110,113,114}, + { 66, 65, 63}, + { 66, 63, 99}, + { 66, 99, 98}, + { 96, 46, 61}, + { 89, 88, 90}, + { 86, 87, 57}, + { 80, 78, 81}, + { 72, 69, 49}, + { 67, 48, 47}, + { 67, 47, 68}, + { 56, 55, 53}, + { 50, 49, 36}, + { 50, 36, 35}, + { 40, 39, 41}, + {242,243,229}, + {242,229,227}, + { 6, 37, 39}, + { 42, 47, 48}, + { 42, 48, 43}, + { 61, 46, 44}, + { 45, 70, 69}, + { 69, 70, 71}, + { 69, 71, 49}, + { 74, 78, 77}, + { 83, 84, 85}, + { 73, 74, 77}, + { 93, 96, 92}, + { 68, 46, 93}, + { 95, 99, 63}, + { 95, 63, 59}, + {115,108,110}, + {115,110,114}, + {125,126,127}, + {129,130,132}, + {137,133,138}, + {137,138,139}, + {148,146,143}, + {148,143,147}, + {119,118,154}, + {161,147,143}, + {165,164,151}, + {158,157,171}, + {158,171,172}, + {159,158,187}, + {159,187,186}, + {194,192,191}, + {194,191,193}, + {189,202,201}, + {182,197,184}, + {205, 8, 7}, + { 48,109,107}, + {218,219, 57}, + {218, 57, 56}, + {207,231,211}, + {232,230,231}, + {232,231,233}, + { 53, 52, 31}, + {388,411,386}, + {409,430,250}, + {262,429,254}, + {262,254,256}, + {442,444,428}, + {273,264,383}, + {273,383,384}, + {429,271,251}, + {429,251,254}, + {413,365,362}, + { 67,413,360}, + {282,283,295}, + {285,301,299}, + {202,281,280}, + {284,283,291}, + {284,291,289}, + {320,189,160}, + {308,306,307}, + {307,309,308}, + {319,317,330}, + {319,330,328}, + {353,352,324}, + {332,331,333}, + {340,341,338}, + {354,341,344}, + {349,358,357}, + {349,357,347}, + {364,355,356}, + {364,356,363}, + {364,365,366}, + {364,366,369}, + {374,376,402}, + {375, 92,373}, + { 77,389,390}, + {382,380,381}, + {389, 77,386}, + {393,394,412}, + {393,412,392}, + {401,394,416}, + {415,400,403}, + {411,410,427}, + {411,427,426}, + {422,420,424}, + {247,248,263}, + {247,263,261}, + {445,443, 14}, + {445, 14, 11}, + {449,450, 4}, + {449, 4, 5}, + {443,441, 17}, + {443, 17, 14}, + {436, 23, 17}, + {436, 17,441}, + {424,448,422}, + {448,423,422}, + {414,419,418}, + {414,418,413}, + {406,404,405}, + {399,397,395}, + {399,395,396}, + {420,416,392}, + {388,410,411}, + {386,384,383}, + {390, 88, 77}, + {375, 94, 92}, + {415,414, 68}, + {415, 68, 94}, + {370,374,402}, + {370,402,398}, + {361,357,358}, + {361,358,359}, + {125,348,126}, + {346,344,343}, + {340,338,339}, + {337,335,334}, + {337,334,336}, + {325,353,324}, + {324,331,332}, + {324,332,329}, + {323,322,309}, + {323,309,310}, + {294,295,297}, + {294,297,296}, + {289,286,285}, + {202,280,203}, + {288,307,303}, + {282,295,321}, + { 67,360,111}, + {418,423,367}, + {418,367,366}, + {272,252,251}, + {272,251,271}, + {272,271,270}, + {255,253,274}, + {265,266,380}, + {265,380,382}, + {442,428,261}, + {440,263,258}, + {440,258,260}, + {409,250,410}, + {255,226,245}, + {255,245,246}, + { 31,240,243}, + {236,234,235}, + {236,235,237}, + {233,225,245}, + {233,245,244}, + {220,221, 85}, + {220, 85, 86}, + { 81,213,226}, + { 81,226, 80}, + { 7,206,205}, + {186,184,198}, + {186,198,199}, + {204,203,205}, + {204,205,206}, + {195,193,196}, + {171,174,172}, + {173,174,175}, + {173,172,174}, + {155,167,166}, + {160,161,143}, + {160,143,144}, + {119,154,155}, + {148,151,150}, + {148,150,146}, + {140,137,139}, + {140,139,141}, + {127,126,130}, + {114,124,128}, + {114,128,115}, + {117,105,106}, + {117,106,116}, + {104,105,100}, + {104,100,103}, + { 59, 60, 91}, + { 97, 96, 61}, + { 97, 61, 64}, + { 91, 72, 89}, + { 87, 84, 79}, + { 87, 79, 76}, + { 78, 80, 77}, + { 49, 50, 74}, + { 60, 44, 45}, + { 61, 44, 58}, + { 51, 50, 35}, + { 51, 35, 34}, + { 39, 37, 41}, + { 33, 34, 9}, + { 33, 9, 12}, + { 0, 36, 37}, + { 0, 37, 6}, + { 40, 46, 47}, + { 40, 47, 42}, + { 53, 54, 56}, + { 65, 62, 63}, + { 72, 49, 73}, + { 79, 78, 75}, + { 79, 75, 76}, + { 52, 53, 76}, + { 92, 89, 90}, + { 96, 93, 46}, + {102,103,100}, + {102,100,101}, + {116,106,108}, + {116,108,115}, + {123,125,124}, + {116,115,128}, + {118,131,135}, + {140,135,136}, + {148,147,149}, + {120,119,155}, + {164,162,152}, + {164,152,150}, + {157,147,161}, + {157,161,170}, + {186,187,185}, + {186,185,184}, + {193,197,196}, + {202,203,204}, + {194,195,178}, + {198,184,197}, + { 67,111,109}, + { 38, 43,103}, + { 38,103,102}, + {214,223,222}, + {214,222,221}, + {214,221,220}, + {214,220,219}, + {214,219,218}, + {213,237,235}, + {221,222, 83}, + {221, 83, 85}, + { 15,229, 33}, + {227, 18,230}, + {227,230,232}, + { 52, 51,240}, + { 75, 78, 50}, + {408,430,409}, + {260,258,257}, + {260,257,259}, + {224,207,259}, + {268,269,405}, + {268,405,404}, + {413,362,360}, + {447, 8,205}, + {299,297,285}, + {189,281,202}, + {290,288,289}, + {290,289,291}, + {322,321,295}, + {322,295,294}, + {333,323,311}, + {333,311,320}, + {317,316,329}, + {320,160,144}, + {353,325,326}, + {329,332,334}, + {329,334,330}, + {339,338,141}, + {339,141,139}, + {348,345,126}, + {347,356,346}, + {123,349,125}, + {364,353,354}, + {364,354,355}, + {365,364,363}, + {376,391,394}, + {376,394,401}, + { 92,376,374}, + { 92,374,373}, + {377, 90, 88}, + {380,379,378}, + {380,378,381}, + {388,387,409}, + {388,409,410}, + {416,393,392}, + {399,398,402}, + {399,402,403}, + {250,428,427}, + {421,417,416}, + {421,416,420}, + {426,427,446}, + {426,446,451}, + {444,442,441}, + {452,451,450}, + {452,450,449} +}; diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.h b/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.h index 5e315b0f104..6a408d77871 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.h +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.h @@ -1,31 +1,32 @@ -/* Copyright 1996, Viewpoint Datalabs Int'l, www.viewpoint.com, 1-800-DATASET */ -/* -# Usage Rights: You (the user) may use this model to help build cool personal -# vrml worlds, but please give us credit when you do ("3D model provided by -# Viewpoint Datalabs, www,viewpoint.com"). Please don't sell it or use it to -# make money indirectly. Don't redistribute it or put it on a web site except -# as a part of your personal, non-commerical vrml world. If you want to do a -# commercial project, give us a call at 1-800-DATASET or visit www.viewpoint.com -# and we'll help you obtain the rights to do so. -*/ - -/* - * Note that this data was put directly into the program - * to provide a demo program on the net that people could - * just run without having to fetch datafiles. - * i.e. more convienent for the user this way - */ - - -#ifndef RABBIT_DATA_H -#define RABBIT_DATA_H - -#define RABBIT_VERTEX_NUM (453) -#define RABBIT_TRIANGLE_NUM (902) - -extern float rabbit_vertices[RABBIT_VERTEX_NUM][3]; -extern int rabbit_triangles[RABBIT_TRIANGLE_NUM][3]; - - - -#endif +/* Copyright 1996, Viewpoint Datalabs Int'l, www.viewpoint.com, 1-800-DATASET */ +/* +# Usage Rights: You (the user) may use this model to help build +# cool personal vrml worlds, but please give us credit when you do +# ("3D model provided by Viewpoint Datalabs, www,viewpoint.com"). +# Please don't sell it or use it to make money indirectly. Don't +# redistribute it or put it on a web site except as a part of your +# personal, non-commerical vrml world. If you want to do a +# commercial project, give us a call at 1-800-DATASET or visit +# www.viewpoint.com and we'll help you obtain the rights to do so. +# */ + +/* + * Note that this data was put directly into the program + * to provide a demo program on the net that people could + * just run without having to fetch datafiles. + * i.e. more convienent for the user this way + */ + + +#ifndef RABBIT_DATA_H +#define RABBIT_DATA_H + +#define RABBIT_VERTEX_NUM (453) +#define RABBIT_TRIANGLE_NUM (902) + +extern float rabbit_vertices[RABBIT_VERTEX_NUM][3]; +extern int rabbit_triangles[RABBIT_TRIANGLE_NUM][3]; + + + +#endif diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.C b/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.C index f563a032004..9bdecbbd324 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.C +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.C @@ -1,108 +1,117 @@ - -#include <stdio.h> -#include <math.h> -#include <assert.h> - -#include "vector.h" - -float sqr(float a) {return a*a;} - -// vector (floating point) implementation - -float magnitude(Vector v) { - return float(sqrt(sqr(v.x) + sqr( v.y)+ sqr(v.z))); -} -Vector normalize(Vector v) { - float d=magnitude(v); - if (d==0) { - printf("Cant normalize ZERO vector\n"); - assert(0); - d=0.1f; - } - v.x/=d; - v.y/=d; - v.z/=d; - return v; -} - -Vector operator+(Vector v1,Vector v2) {return Vector(v1.x+v2.x,v1.y+v2.y,v1.z+v2.z);} -Vector operator-(Vector v1,Vector v2) {return Vector(v1.x-v2.x,v1.y-v2.y,v1.z-v2.z);} -Vector operator-(Vector v) {return Vector(-v.x,-v.y,-v.z);} -Vector operator*(Vector v1,float s) {return Vector(v1.x*s,v1.y*s,v1.z*s);} -Vector operator*(float s, Vector v1) {return Vector(v1.x*s,v1.y*s,v1.z*s);} -Vector operator/(Vector v1,float s) {return v1*(1.0f/s);} -float operator^(Vector v1,Vector v2) {return v1.x*v2.x + v1.y*v2.y + v1.z*v2.z;} -Vector operator*(Vector v1,Vector v2) { - return Vector( - v1.y * v2.z - v1.z*v2.y, - v1.z * v2.x - v1.x*v2.z, - v1.x * v2.y - v1.y*v2.x); -} -Vector planelineintersection(Vector n,float d,Vector p1,Vector p2){ - // returns the point where the line p1-p2 intersects the plane n&d - Vector dif = p2-p1; - float dn= n^dif; - float t = -(d+(n^p1) )/dn; - return p1 + (dif*t); -} -int concurrent(Vector a,Vector b) { - return(a.x==b.x && a.y==b.y && a.z==b.z); -} - - -// Matrix Implementation -matrix transpose(matrix m) { - return matrix( Vector(m.x.x,m.y.x,m.z.x), - Vector(m.x.y,m.y.y,m.z.y), - Vector(m.x.z,m.y.z,m.z.z)); -} -Vector operator*(matrix m,Vector v){ - m=transpose(m); // since column ordered - return Vector(m.x^v,m.y^v,m.z^v); -} -matrix operator*(matrix m1,matrix m2){ - m1=transpose(m1); - return matrix(m1*m2.x,m1*m2.y,m1*m2.z); -} - -//Quaternion Implementation -Quaternion operator*(Quaternion a,Quaternion b) { - Quaternion c; - c.r = a.r*b.r - a.x*b.x - a.y*b.y - a.z*b.z; - c.x = a.r*b.x + a.x*b.r + a.y*b.z - a.z*b.y; - c.y = a.r*b.y - a.x*b.z + a.y*b.r + a.z*b.x; - c.z = a.r*b.z + a.x*b.y - a.y*b.x + a.z*b.r; - return c; -} -Quaternion operator-(Quaternion q) { - return Quaternion(q.r*-1,q.x,q.y,q.z); -} -Quaternion operator*(Quaternion a,float b) { - return Quaternion(a.r*b, a.x*b, a.y*b, a.z*b); -} -Vector operator*(Quaternion q,Vector v) { - return q.getmatrix() * v; -} -Vector operator*(Vector v,Quaternion q){ - assert(0); // must multiply with the quat on the left - return Vector(0.0f,0.0f,0.0f); -} - -Quaternion operator+(Quaternion a,Quaternion b) { - return Quaternion(a.r+b.r, a.x+b.x, a.y+b.y, a.z+b.z); -} -float operator^(Quaternion a,Quaternion b) { - return (a.r*b.r + a.x*b.x + a.y*b.y + a.z*b.z); -} -Quaternion slerp(Quaternion a,Quaternion b,float interp){ - if((a^b) <0.0) { - a.r=-a.r; - a.x=-a.x; - a.y=-a.y; - a.z=-a.z; - } - float theta = float(acos(a^b)); - if(theta==0.0f) { return(a);} - return a*float(sin(theta-interp*theta)/sin(theta)) + b*float(sin(interp*theta)/sin(theta)); -} - +#include <stdio.h> +#include <math.h> +#include <assert.h> + +#include "vector.h" + +float sqr(float a) {return a*a;} + +// vector (floating point) implementation + +float magnitude(Vector v) { + return float(sqrt(sqr(v.x) + sqr( v.y)+ sqr(v.z))); +} +Vector normalize(Vector v) { + float d=magnitude(v); + if (d==0) { + printf("Cant normalize ZERO vector\n"); + assert(0); + d=0.1f; + } + v.x/=d; + v.y/=d; + v.z/=d; + return v; +} + +Vector operator+(Vector v1,Vector v2) +{ + return Vector(v1.x+v2.x,v1.y+v2.y,v1.z+v2.z); +} +Vector operator-(Vector v1,Vector v2) +{ + return Vector(v1.x-v2.x,v1.y-v2.y,v1.z-v2.z); +} +Vector operator-(Vector v) {return Vector(-v.x,-v.y,-v.z);} +Vector operator*(Vector v1,float s) {return Vector(v1.x*s,v1.y*s,v1.z*s);} +Vector operator*(float s, Vector v1) {return Vector(v1.x*s,v1.y*s,v1.z*s);} +Vector operator/(Vector v1,float s) {return v1*(1.0f/s);} +float operator^(Vector v1,Vector v2) +{ + return v1.x*v2.x + v1.y*v2.y + v1.z*v2.z; +} +Vector operator*(Vector v1,Vector v2) { + return Vector( + v1.y * v2.z - v1.z*v2.y, + v1.z * v2.x - v1.x*v2.z, + v1.x * v2.y - v1.y*v2.x); +} +Vector planelineintersection(Vector n,float d,Vector p1,Vector p2){ + // returns the point where the line p1-p2 intersects the plane n&d + Vector dif = p2-p1; + float dn= n^dif; + float t = -(d+(n^p1) )/dn; + return p1 + (dif*t); +} +int concurrent(Vector a,Vector b) { + return(a.x==b.x && a.y==b.y && a.z==b.z); +} + + +// Matrix Implementation +matrix transpose(matrix m) { + return matrix( Vector(m.x.x,m.y.x,m.z.x), + Vector(m.x.y,m.y.y,m.z.y), + Vector(m.x.z,m.y.z,m.z.z)); +} +Vector operator*(matrix m,Vector v){ + m=transpose(m); // since column ordered + return Vector(m.x^v,m.y^v,m.z^v); +} +matrix operator*(matrix m1,matrix m2){ + m1=transpose(m1); + return matrix(m1*m2.x,m1*m2.y,m1*m2.z); +} + +//Quaternion Implementation +Quaternion operator*(Quaternion a,Quaternion b) { + Quaternion c; + c.r = a.r*b.r - a.x*b.x - a.y*b.y - a.z*b.z; + c.x = a.r*b.x + a.x*b.r + a.y*b.z - a.z*b.y; + c.y = a.r*b.y - a.x*b.z + a.y*b.r + a.z*b.x; + c.z = a.r*b.z + a.x*b.y - a.y*b.x + a.z*b.r; + return c; +} +Quaternion operator-(Quaternion q) { + return Quaternion(q.r*-1,q.x,q.y,q.z); +} +Quaternion operator*(Quaternion a,float b) { + return Quaternion(a.r*b, a.x*b, a.y*b, a.z*b); +} +Vector operator*(Quaternion q,Vector v) { + return q.getmatrix() * v; +} +Vector operator*(Vector v,Quaternion q){ + assert(0); // must multiply with the quat on the left + return Vector(0.0f,0.0f,0.0f); +} + +Quaternion operator+(Quaternion a,Quaternion b) { + return Quaternion(a.r+b.r, a.x+b.x, a.y+b.y, a.z+b.z); +} +float operator^(Quaternion a,Quaternion b) { + return (a.r*b.r + a.x*b.x + a.y*b.y + a.z*b.z); +} +Quaternion slerp(Quaternion a,Quaternion b,float interp){ + if((a^b) <0.0) { + a.r=-a.r; + a.x=-a.x; + a.y=-a.y; + a.z=-a.z; + } + float theta = float(acos(a^b)); + if(theta==0.0f) { return(a);} + return + a*float(sin(theta-interp*theta)/sin(theta)) + + b*float(sin(interp*theta)/sin(theta)); +} diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h b/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h index 22703d8bf2c..26dd9bbe71c 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h @@ -1,66 +1,79 @@ -// -// This module contains a bunch of well understood functions -// I apologise if the conventions used here are slightly -// different than what you are used to. -// - -#ifndef GENERIC_VECTOR_H -#define GENERIC_VECTOR_H - -#include <stdio.h> -#include <math.h> - - -class Vector { - public: - float x,y,z; - Vector(float _x=0.0,float _y=0.0,float _z=0.0){x=_x;y=_y;z=_z;}; - operator float *() { return &x;}; -}; - -float magnitude(Vector v); -Vector normalize(Vector v); - -Vector operator+(Vector v1,Vector v2); -Vector operator-(Vector v); -Vector operator-(Vector v1,Vector v2); -Vector operator*(Vector v1,float s) ; -Vector operator*(float s,Vector v1) ; -Vector operator/(Vector v1,float s) ; -float operator^(Vector v1,Vector v2); // DOT product -Vector operator*(Vector v1,Vector v2); // CROSS product -Vector planelineintersection(Vector n,float d,Vector p1,Vector p2); - -class matrix{ - public: - Vector x,y,z; - matrix(){x=Vector(1.0f,0.0f,0.0f); - y=Vector(0.0f,1.0f,0.0f); - z=Vector(0.0f,0.0f,1.0f);}; - matrix(Vector _x,Vector _y,Vector _z){x=_x;y=_y;z=_z;}; -}; -matrix transpose(matrix m); -Vector operator*(matrix m,Vector v); -matrix operator*(matrix m1,matrix m2); - -class Quaternion{ - public: - float r,x,y,z; - Quaternion(){x=y=z=0.0f;r=1.0f;}; - Quaternion(Vector v,float t){v=normalize(v);r=float(cos(t/2.0));v=v*float(sin(t/2.0));x=v.x;y=v.y;z=v.z;}; - Quaternion(float _r,float _x,float _y,float _z){r=_r;x=_x;y=_y;z=_z;}; - float angle(){return float(acos(r)*2.0);} - Vector axis(){Vector a(x,y,z); return a*float(1/sin(angle()/2.0));} - Vector xdir(){return Vector(1-2*(y*y+z*z), 2*(x*y+r*z), 2*(x*z-r*y));} - Vector ydir(){return Vector( 2*(x*y-r*z),1-2*(x*x+z*z), 2*(y*z+r*x));} - Vector zdir(){return Vector( 2*(x*z+r*y), 2*(y*z-r*x),1-2*(x*x+y*y));} - matrix getmatrix(){return matrix(xdir(),ydir(),zdir());} - //operator matrix(){return getmatrix();} -}; -Quaternion operator-(Quaternion q); -Quaternion operator*(Quaternion a,Quaternion b); -Vector operator*(Quaternion q,Vector v); -Vector operator*(Vector v,Quaternion q); -Quaternion slerp(Quaternion a,Quaternion b,float interp); - -#endif +// +// This module contains a bunch of well understood functions +// I apologise if the conventions used here are slightly +// different than what you are used to. +// + +#ifndef GENERIC_VECTOR_H +#define GENERIC_VECTOR_H + +#include <stdio.h> +#include <math.h> + + +class Vector { + public: + float x,y,z; + Vector(float _x=0.0,float _y=0.0,float _z=0.0){x=_x;y=_y;z=_z;}; + operator float *() { return &x;}; +}; + +float magnitude(Vector v); +Vector normalize(Vector v); + +Vector operator+(Vector v1,Vector v2); +Vector operator-(Vector v); +Vector operator-(Vector v1,Vector v2); +Vector operator*(Vector v1,float s) ; +Vector operator*(float s,Vector v1) ; +Vector operator/(Vector v1,float s) ; +float operator^(Vector v1,Vector v2); // DOT product +Vector operator*(Vector v1,Vector v2); // CROSS product +Vector planelineintersection(Vector n,float d,Vector p1,Vector p2); + +class matrix{ + public: + Vector x,y,z; + matrix(){x=Vector(1.0f,0.0f,0.0f); + y=Vector(0.0f,1.0f,0.0f); + z=Vector(0.0f,0.0f,1.0f);}; + matrix(Vector _x,Vector _y,Vector _z){x=_x;y=_y;z=_z;}; +}; +matrix transpose(matrix m); +Vector operator*(matrix m,Vector v); +matrix operator*(matrix m1,matrix m2); + +class Quaternion{ + public: + float r,x,y,z; + Quaternion(){x=y=z=0.0f;r=1.0f;}; + Quaternion(Vector v,float t){ + v=normalize(v); + r=float(cos(t/2.0)); + v=v*float(sin(t/2.0)); + x=v.x; + y=v.y; + z=v.z; + }; + Quaternion(float _r,float _x,float _y,float _z){r=_r;x=_x;y=_y;z=_z;}; + float angle(){return float(acos(r)*2.0);} + Vector axis(){Vector a(x,y,z); return a*float(1/sin(angle()/2.0));} + Vector xdir(){ + return Vector(1-2*(y*y+z*z), 2*(x*y+r*z), 2*(x*z-r*y)); + } + Vector ydir(){ + return Vector( 2*(x*y-r*z),1-2*(x*x+z*z), 2*(y*z+r*x)); + } + Vector zdir(){ + return Vector( 2*(x*z+r*y), 2*(y*z-r*x),1-2*(x*x+y*y)); + } + matrix getmatrix(){return matrix(xdir(),ydir(),zdir());} + //operator matrix(){return getmatrix();} +}; +Quaternion operator-(Quaternion q); +Quaternion operator*(Quaternion a,Quaternion b); +Vector operator*(Quaternion q,Vector v); +Vector operator*(Vector v,Quaternion q); +Quaternion slerp(Quaternion a,Quaternion b,float interp); + +#endif diff --git a/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C b/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C index c5fc4b31e48..721460cbf68 100644 --- a/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C +++ b/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C @@ -1,155 +1,155 @@ - -/* - * Polygon Reduction Demo by Stan Melax (c) 1998 - * Permission to use any of this code wherever you want is granted.. - * Although, please do acknowledge authorship if appropriate. - * - * This module contains the window setup code, mouse input, timing - * routines, and that sort of stuff. The interesting modules - * to see are bunnygut.cpp and progmesh.cpp. - * - * The windows 95 specific code for this application was taken from +/* + * Polygon Reduction Demo by Stan Melax (c) 1998 + * Permission to use any of this code wherever you want is granted.. + * Although, please do acknowledge authorship if appropriate. + * + * This module contains the window setup code, mouse input, timing + * routines, and that sort of stuff. The interesting modules + * to see are bunnygut.cpp and progmesh.cpp. + * + * The windows 95 specific code for this application was taken from * an example of processing mouse events in an OpenGL program using - * the Win32 API from the www.opengl.org web site. - * - * Under Project->Settings, Link Options, General Category - * Add: - * Opengl32.lib glu32.lib winmm.lib - * to the Object/Library Modules - * - * You will need have OpenGL libs and include files to compile this - * Go to the www.opengl.org web site if you need help with this. + * the Win32 API from the www.opengl.org web site. + * + * Under Project->Settings, Link Options, General Category + * Add: + * Opengl32.lib glu32.lib winmm.lib + * to the Object/Library Modules + * + * You will need have OpenGL libs and include files to compile this + * Go to the www.opengl.org web site if you need help with this. */ -#include <windows.h> /* must include this before GL/gl.h */ -#include <GL/gl.h> /* OpenGL header file */ -#include <GL/glu.h> /* OpenGL utilities header file */ +#include <windows.h> /* must include this before GL/gl.h */ +#include <GL/gl.h> /* OpenGL header file */ +#include <GL/glu.h> /* OpenGL utilities header file */ #include <stdio.h> -#include <sys/types.h> -#include <sys/timeb.h> -#include <time.h> - +#include <sys/types.h> +#include <sys/timeb.h> +#include <time.h> + #include "vector.h" -#include "font.h" - -// Functions and Variables from bunny module -extern void InitModel(); -extern void RenderModel(); -extern Vector model_position; // position of bunny -extern Quaternion model_orientation; // orientation of bunny - -// Global Variables -float DeltaT = 0.1f; -float FPS; -int Width = 512; -int Height = 512; -int MouseX = 0; -int MouseY = 0; -Vector MouseVector; // 3D direction mouse points -Vector OldMouseVector; -int MouseState=0; // true iff left button down -float ViewAngle=45.0f; - -HDC hDC; /* device context */ -HPALETTE hPalette = 0; /* custom palette (if needed) */ - - -void CalcFPSDeltaT(){ - static int timeinit=0; - static int start,start2,current,last; - static int frame=0, frame2=0; - if(!timeinit){ - frame=0; - start=timeGetTime(); - timeinit=1; - } - frame++; - frame2++; - current=timeGetTime(); // found in winmm.lib - double dif=(double)(current-start)/CLOCKS_PER_SEC; - double rv = (dif)? (double)frame/(double)dif:-1.0; - if(dif>2.0 && frame >10) { - start = start2; - frame = frame2; - start2 = timeGetTime(); - frame2 = 0; - } - DeltaT = (float)(current-last)/CLOCKS_PER_SEC; - if(current==last) { - DeltaT = 0.1f/CLOCKS_PER_SEC; // it just cant be 0 - } - // if(DeltaT>1.0) DeltaT=1.0; - FPS = (float)rv; - last = current; -} - - -void ComputeMouseVector(){ - OldMouseVector=MouseVector; - float spread = (float)tan(ViewAngle/2*3.14/180); - float y = spread * ((Height-MouseY)-Height/2.0f) /(Height/2.0f); - float x = spread * (MouseX-Width/2.0f) /(Height/2.0f); - Vector v(x ,y,-1); - // v=UserOrientation *v; - v=normalize(v); - MouseVector = v; -} - -Quaternion VirtualTrackBall(Vector cop,Vector cor,Vector dir1,Vector dir2) { - // Implement track ball functionality to spin stuf on the screen - // cop center of projection - // cor center of rotation - // dir1 old mouse direction - // dir2 new mouse direction - // pretend there is a sphere around cor. Then find the points - // where dir1 and dir2 intersect that sphere. Find the - // rotation that takes the first point to the second. - float m; - // compute plane - Vector nrml = cor - cop; - float fudgefactor = 1.0f/(magnitude(nrml) * 0.25f); // since trackball proportional to distance from cop - nrml = normalize(nrml); - float dist = -(nrml^cor); - Vector u= planelineintersection(nrml,dist,cop,cop+dir1); - u=u-cor; - u=u*fudgefactor; - m= magnitude(u); - if(m>1) {u=u*1.0f/m;} - else { - u=u - (nrml * (float)sqrt(1-m*m)); - } - Vector v= planelineintersection(nrml,dist,cop,cop+dir2); - v=v-cor; - v=v*fudgefactor; - m= magnitude(v); - if(m>1) {v=v*1.0f/m;} - else { - v=v - (nrml * (float)sqrt(1-m*m)); - } - Vector axis = u*v; - float angle; - m=magnitude(axis); - if(m>1)m=1; // avoid potential floating point error - Quaternion q(Vector(1.0f,0.0f,0.0f),0.0f); - if(m>0 && (angle=(float)asin(m))>3.14/180) { - axis = normalize(axis); - q=Quaternion(axis,angle); - } - return q; -} - -void SpinIt(){ - // Change the orientation of the bunny according to mouse drag - Quaternion q=VirtualTrackBall(Vector(0,0,0),model_position, - OldMouseVector,MouseVector); - model_orientation=q*model_orientation; -} - -void Reshape(int width, int height){ - // called initially and when the window changes size - Width=width; - Height=height; +#include "font.h" + +// Functions and Variables from bunny module +extern void InitModel(); +extern void RenderModel(); +extern Vector model_position; // position of bunny +extern Quaternion model_orientation; // orientation of bunny + +// Global Variables +float DeltaT = 0.1f; +float FPS; +int Width = 512; +int Height = 512; +int MouseX = 0; +int MouseY = 0; +Vector MouseVector; // 3D direction mouse points +Vector OldMouseVector; +int MouseState=0; // true iff left button down +float ViewAngle=45.0f; + +HDC hDC; /* device context */ +HPALETTE hPalette = 0; /* custom palette (if needed) */ + + +void CalcFPSDeltaT(){ + static int timeinit=0; + static int start,start2,current,last; + static int frame=0, frame2=0; + if(!timeinit){ + frame=0; + start=timeGetTime(); + timeinit=1; + } + frame++; + frame2++; + current=timeGetTime(); // found in winmm.lib + double dif=(double)(current-start)/CLOCKS_PER_SEC; + double rv = (dif)? (double)frame/(double)dif:-1.0; + if(dif>2.0 && frame >10) { + start = start2; + frame = frame2; + start2 = timeGetTime(); + frame2 = 0; + } + DeltaT = (float)(current-last)/CLOCKS_PER_SEC; + if(current==last) { + DeltaT = 0.1f/CLOCKS_PER_SEC; // it just cant be 0 + } + // if(DeltaT>1.0) DeltaT=1.0; + FPS = (float)rv; + last = current; +} + + +void ComputeMouseVector(){ + OldMouseVector=MouseVector; + float spread = (float)tan(ViewAngle/2*3.14/180); + float y = spread * ((Height-MouseY)-Height/2.0f) /(Height/2.0f); + float x = spread * (MouseX-Width/2.0f) /(Height/2.0f); + Vector v(x ,y,-1); + // v=UserOrientation *v; + v=normalize(v); + MouseVector = v; +} + +Quaternion VirtualTrackBall(Vector cop,Vector cor,Vector dir1,Vector dir2) { + // Implement track ball functionality to spin stuf on the screen + // cop center of projection + // cor center of rotation + // dir1 old mouse direction + // dir2 new mouse direction + // pretend there is a sphere around cor. Then find the points + // where dir1 and dir2 intersect that sphere. Find the + // rotation that takes the first point to the second. + float m; + // compute plane + Vector nrml = cor - cop; + // since trackball proportional to distance from cop + float fudgefactor = 1.0f/(magnitude(nrml) * 0.25f); + nrml = normalize(nrml); + float dist = -(nrml^cor); + Vector u= planelineintersection(nrml,dist,cop,cop+dir1); + u=u-cor; + u=u*fudgefactor; + m= magnitude(u); + if(m>1) {u=u*1.0f/m;} + else { + u=u - (nrml * (float)sqrt(1-m*m)); + } + Vector v= planelineintersection(nrml,dist,cop,cop+dir2); + v=v-cor; + v=v*fudgefactor; + m= magnitude(v); + if(m>1) {v=v*1.0f/m;} + else { + v=v - (nrml * (float)sqrt(1-m*m)); + } + Vector axis = u*v; + float angle; + m=magnitude(axis); + if(m>1)m=1; // avoid potential floating point error + Quaternion q(Vector(1.0f,0.0f,0.0f),0.0f); + if(m>0 && (angle=(float)asin(m))>3.14/180) { + axis = normalize(axis); + q=Quaternion(axis,angle); + } + return q; +} + +void SpinIt(){ + // Change the orientation of the bunny according to mouse drag + Quaternion q=VirtualTrackBall(Vector(0,0,0),model_position, + OldMouseVector,MouseVector); + model_orientation=q*model_orientation; +} + +void Reshape(int width, int height){ + // called initially and when the window changes size + Width=width; + Height=height; glViewport(0, 0, width, height); glMatrixMode(GL_PROJECTION); glLoadIdentity(); @@ -157,111 +157,111 @@ void Reshape(int width, int height){ glMatrixMode(GL_MODELVIEW); glLoadIdentity(); } - -void PrintStats(){ - char buf[1024];buf[0]='\0'; - sprintf(buf,"FPS: %5.2f ",FPS); - PostString(buf,0,-1,0); -} - -void Display(){ - // main drawing routine - called every frame + +void PrintStats(){ + char buf[1024];buf[0]='\0'; + sprintf(buf,"FPS: %5.2f ",FPS); + PostString(buf,0,-1,0); +} + +void Display(){ + // main drawing routine - called every frame glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glPushMatrix(); - glLoadIdentity(); - // camera at default (zero) position and orientation - RenderModel(); - PrintStats(); - glLoadIdentity(); - RenderStrings(); - glPopMatrix(); + glLoadIdentity(); + // camera at default (zero) position and orientation + RenderModel(); + PrintStats(); + glLoadIdentity(); + RenderStrings(); + glPopMatrix(); glFlush(); - SwapBuffers(hDC); /* nop if singlebuffered */ + SwapBuffers(hDC); /* nop if singlebuffered */ } LONG WINAPI WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) -{ +{ static PAINTSTRUCT ps; - static GLboolean left = GL_FALSE; /* left button currently down? */ - static GLboolean right = GL_FALSE; /* right button currently down? */ + static GLboolean left = GL_FALSE; /* left button currently down? */ + static GLboolean right = GL_FALSE; /* right button currently down? */ static int omx, omy, mx, my; switch(uMsg) { case WM_PAINT: - BeginPaint(hWnd, &ps); - EndPaint(hWnd, &ps); - return 0; + BeginPaint(hWnd, &ps); + EndPaint(hWnd, &ps); + return 0; case WM_SIZE: - Reshape(LOWORD(lParam), HIWORD(lParam)); - PostMessage(hWnd, WM_PAINT, 0, 0); - return 0; + Reshape(LOWORD(lParam), HIWORD(lParam)); + PostMessage(hWnd, WM_PAINT, 0, 0); + return 0; case WM_CHAR: - switch (wParam) { - case 27: /* ESC key */ - PostQuitMessage(0); - break; - } - return 0; - - case WM_LBUTTONDOWN: - /* if we don't set the capture we won't get mouse move + switch (wParam) { + case 27: /* ESC key */ + PostQuitMessage(0); + break; + } + return 0; + + case WM_LBUTTONDOWN: + /* if we don't set the capture we won't get mouse move messages when the mouse moves outside the window. */ - SetCapture(hWnd); - MouseX = LOWORD(lParam); - MouseY = HIWORD(lParam); - ComputeMouseVector(); - MouseState = 1; - return 0; + SetCapture(hWnd); + MouseX = LOWORD(lParam); + MouseY = HIWORD(lParam); + ComputeMouseVector(); + MouseState = 1; + return 0; case WM_LBUTTONUP: - MouseX = LOWORD(lParam); - MouseY = HIWORD(lParam); - if(MouseX & 1 << 15) MouseX -= (1 << 16); - if(MouseY & 1 << 15) MouseY -= (1 << 16); - ComputeMouseVector(); - if(MouseState) SpinIt(); - MouseState=0; - /* remember to release the capture when we are finished. */ - ReleaseCapture(); - return 0; + MouseX = LOWORD(lParam); + MouseY = HIWORD(lParam); + if(MouseX & 1 << 15) MouseX -= (1 << 16); + if(MouseY & 1 << 15) MouseY -= (1 << 16); + ComputeMouseVector(); + if(MouseState) SpinIt(); + MouseState=0; + /* remember to release the capture when we are finished. */ + ReleaseCapture(); + return 0; case WM_MOUSEMOVE: - MouseX = LOWORD(lParam); - MouseY = HIWORD(lParam); - /* Win32 is pretty braindead about the x, y position that - it returns when the mouse is off the left or top edge - of the window (due to them being unsigned). therefore, - roll the Win32's 0..2^16 pointer co-ord range to the - more amenable (and useful) 0..+/-2^15. */ - if(MouseX & 1 << 15) MouseX -= (1 << 16); - if(MouseY & 1 << 15) MouseY -= (1 << 16); - ComputeMouseVector(); - if(MouseState) SpinIt(); - return 0; + MouseX = LOWORD(lParam); + MouseY = HIWORD(lParam); + /* Win32 is pretty braindead about the x, y position that + it returns when the mouse is off the left or top edge + of the window (due to them being unsigned). therefore, + roll the Win32's 0..2^16 pointer co-ord range to the + more amenable (and useful) 0..+/-2^15. */ + if(MouseX & 1 << 15) MouseX -= (1 << 16); + if(MouseY & 1 << 15) MouseY -= (1 << 16); + ComputeMouseVector(); + if(MouseState) SpinIt(); + return 0; case WM_PALETTECHANGED: - if (hWnd == (HWND)wParam) break; - /* fall through to WM_QUERYNEWPALETTE */ + if (hWnd == (HWND)wParam) break; + /* fall through to WM_QUERYNEWPALETTE */ case WM_QUERYNEWPALETTE: - if (hPalette) { - UnrealizeObject(hPalette); - SelectPalette(hDC, hPalette, FALSE); - RealizePalette(hDC); - return TRUE; - } - return FALSE; + if (hPalette) { + UnrealizeObject(hPalette); + SelectPalette(hDC, hPalette, FALSE); + RealizePalette(hDC); + return TRUE; + } + return FALSE; case WM_CLOSE: - PostQuitMessage(0); - return 0; + PostQuitMessage(0); + return 0; } - return DefWindowProc(hWnd, uMsg, wParam, lParam); -} + return DefWindowProc(hWnd, uMsg, wParam, lParam); +} HWND CreateOpenGLWindow(char* title) { - // make a double-buffered, rgba, opengl window + // make a double-buffered, rgba, opengl window int n, pf; HWND hWnd; WNDCLASS wc; @@ -271,33 +271,35 @@ HWND CreateOpenGLWindow(char* title) /* only register the window class once - use hInstance as a flag. */ if (!hInstance) { - hInstance = GetModuleHandle(NULL); - wc.style = CS_OWNDC; - wc.lpfnWndProc = (WNDPROC)WindowProc; - wc.cbClsExtra = 0; - wc.cbWndExtra = 0; - wc.hInstance = hInstance; - wc.hIcon = LoadIcon(NULL, IDI_WINLOGO); - wc.hCursor = LoadCursor(NULL, IDC_ARROW); - wc.hbrBackground = NULL; - wc.lpszMenuName = NULL; - wc.lpszClassName = "OpenGL"; - - if (!RegisterClass(&wc)) { - MessageBox(NULL, "RegisterClass() failed: " - "Cannot register window class.", "Error", MB_OK); - return NULL; - } + hInstance = GetModuleHandle(NULL); + wc.style = CS_OWNDC; + wc.lpfnWndProc = (WNDPROC)WindowProc; + wc.cbClsExtra = 0; + wc.cbWndExtra = 0; + wc.hInstance = hInstance; + wc.hIcon = LoadIcon(NULL, IDI_WINLOGO); + wc.hCursor = LoadCursor(NULL, IDC_ARROW); + wc.hbrBackground = NULL; + wc.lpszMenuName = NULL; + wc.lpszClassName = "OpenGL"; + + if (!RegisterClass(&wc)) { + MessageBox(NULL, "RegisterClass() failed: " + "Cannot register window class.", + "Error", MB_OK); + return NULL; + } } hWnd = CreateWindow("OpenGL", title, WS_OVERLAPPEDWINDOW | - WS_CLIPSIBLINGS | WS_CLIPCHILDREN, - 0,0,Width,Height, NULL, NULL, hInstance, NULL); + WS_CLIPSIBLINGS | WS_CLIPCHILDREN, + 0,0,Width,Height, NULL, NULL, hInstance, NULL); if (hWnd == NULL) { - MessageBox(NULL, "CreateWindow() failed: Cannot create a window.", - "Error", MB_OK); - return NULL; + MessageBox(NULL, + "CreateWindow() failed: Cannot create a window.", + "Error", MB_OK); + return NULL; } hDC = GetDC(hWnd); @@ -307,134 +309,141 @@ HWND CreateOpenGLWindow(char* title) memset(&pfd, 0, sizeof(pfd)); pfd.nSize = sizeof(pfd); pfd.nVersion = 1; - pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; + pfd.dwFlags = PFD_DRAW_TO_WINDOW + | PFD_SUPPORT_OPENGL + | PFD_DOUBLEBUFFER; pfd.iPixelType = PFD_TYPE_RGBA; pfd.cDepthBits = 32; pfd.cColorBits = 32; pf = ChoosePixelFormat(hDC, &pfd); if (pf == 0) { - MessageBox(NULL, "ChoosePixelFormat() failed: " - "Cannot find a suitable pixel format.", "Error", MB_OK); - return 0; - } - + MessageBox(NULL, "ChoosePixelFormat() failed: " + "Cannot find a suitable pixel format.", + "Error", MB_OK); + return 0; + } + if (SetPixelFormat(hDC, pf, &pfd) == FALSE) { - MessageBox(NULL, "SetPixelFormat() failed: " - "Cannot set format specified.", "Error", MB_OK); - return 0; - } + MessageBox(NULL, "SetPixelFormat() failed: " + "Cannot set format specified.", "Error", MB_OK); + return 0; + } DescribePixelFormat(hDC, pf, sizeof(PIXELFORMATDESCRIPTOR), &pfd); if (pfd.dwFlags & PFD_NEED_PALETTE || - pfd.iPixelType == PFD_TYPE_COLORINDEX) { - - n = 1 << pfd.cColorBits; - if (n > 256) n = 256; - - lpPal = (LOGPALETTE*)malloc(sizeof(LOGPALETTE) + - sizeof(PALETTEENTRY) * n); - memset(lpPal, 0, sizeof(LOGPALETTE) + sizeof(PALETTEENTRY) * n); - lpPal->palVersion = 0x300; - lpPal->palNumEntries = n; - - GetSystemPaletteEntries(hDC, 0, n, &lpPal->palPalEntry[0]); - - /* if the pixel type is RGBA, then we want to make an RGB ramp, - otherwise (color index) set individual colors. */ - if (pfd.iPixelType == PFD_TYPE_RGBA) { - int redMask = (1 << pfd.cRedBits) - 1; - int greenMask = (1 << pfd.cGreenBits) - 1; - int blueMask = (1 << pfd.cBlueBits) - 1; - int i; - - /* fill in the entries with an RGB color ramp. */ - for (i = 0; i < n; ++i) { - lpPal->palPalEntry[i].peRed = - (((i >> pfd.cRedShift) & redMask) * 255)/redMask; - lpPal->palPalEntry[i].peGreen = - (((i >> pfd.cGreenShift) & greenMask) * 255)/greenMask; - lpPal->palPalEntry[i].peBlue = - (((i >> pfd.cBlueShift) & blueMask) * 255)/blueMask; - lpPal->palPalEntry[i].peFlags = 0; - } - } else { - lpPal->palPalEntry[0].peRed = 0; - lpPal->palPalEntry[0].peGreen = 0; - lpPal->palPalEntry[0].peBlue = 0; - lpPal->palPalEntry[0].peFlags = PC_NOCOLLAPSE; - lpPal->palPalEntry[1].peRed = 255; - lpPal->palPalEntry[1].peGreen = 0; - lpPal->palPalEntry[1].peBlue = 0; - lpPal->palPalEntry[1].peFlags = PC_NOCOLLAPSE; - lpPal->palPalEntry[2].peRed = 0; - lpPal->palPalEntry[2].peGreen = 255; - lpPal->palPalEntry[2].peBlue = 0; - lpPal->palPalEntry[2].peFlags = PC_NOCOLLAPSE; - lpPal->palPalEntry[3].peRed = 0; - lpPal->palPalEntry[3].peGreen = 0; - lpPal->palPalEntry[3].peBlue = 255; - lpPal->palPalEntry[3].peFlags = PC_NOCOLLAPSE; - } - - hPalette = CreatePalette(lpPal); - if (hPalette) { - SelectPalette(hDC, hPalette, FALSE); - RealizePalette(hDC); - } - - free(lpPal); + pfd.iPixelType == PFD_TYPE_COLORINDEX) { + + n = 1 << pfd.cColorBits; + if (n > 256) n = 256; + + lpPal = (LOGPALETTE*)malloc(sizeof(LOGPALETTE) + + sizeof(PALETTEENTRY) * n); + memset(lpPal, 0, sizeof(LOGPALETTE) + sizeof(PALETTEENTRY) * n); + lpPal->palVersion = 0x300; + lpPal->palNumEntries = n; + + GetSystemPaletteEntries(hDC, 0, n, &lpPal->palPalEntry[0]); + + /* if the pixel type is RGBA, then we want to make an RGB ramp, + otherwise (color index) set individual colors. */ + if (pfd.iPixelType == PFD_TYPE_RGBA) { + int redMask = (1 << pfd.cRedBits) - 1; + int greenMask = (1 << pfd.cGreenBits) - 1; + int blueMask = (1 << pfd.cBlueBits) - 1; + int i; + + /* fill in the entries with an RGB color ramp. */ + for (i = 0; i < n; ++i) { + lpPal->palPalEntry[i].peRed = + (((i >> pfd.cRedShift) & redMask) * 255) + /redMask; + lpPal->palPalEntry[i].peGreen = + (((i >> pfd.cGreenShift) & greenMask) * 255) + /greenMask; + lpPal->palPalEntry[i].peBlue = + (((i >> pfd.cBlueShift) & blueMask) * 255) + /blueMask; + lpPal->palPalEntry[i].peFlags = 0; + } + } else { + lpPal->palPalEntry[0].peRed = 0; + lpPal->palPalEntry[0].peGreen = 0; + lpPal->palPalEntry[0].peBlue = 0; + lpPal->palPalEntry[0].peFlags = PC_NOCOLLAPSE; + lpPal->palPalEntry[1].peRed = 255; + lpPal->palPalEntry[1].peGreen = 0; + lpPal->palPalEntry[1].peBlue = 0; + lpPal->palPalEntry[1].peFlags = PC_NOCOLLAPSE; + lpPal->palPalEntry[2].peRed = 0; + lpPal->palPalEntry[2].peGreen = 255; + lpPal->palPalEntry[2].peBlue = 0; + lpPal->palPalEntry[2].peFlags = PC_NOCOLLAPSE; + lpPal->palPalEntry[3].peRed = 0; + lpPal->palPalEntry[3].peGreen = 0; + lpPal->palPalEntry[3].peBlue = 255; + lpPal->palPalEntry[3].peFlags = PC_NOCOLLAPSE; + } + + hPalette = CreatePalette(lpPal); + if (hPalette) { + SelectPalette(hDC, hPalette, FALSE); + RealizePalette(hDC); + } + + free(lpPal); } ReleaseDC(hDC, hWnd); return hWnd; -} +} int APIENTRY WinMain(HINSTANCE hCurrentInst, HINSTANCE hPreviousInst, - LPSTR lpszCmdLine, int nCmdShow) + LPSTR lpszCmdLine, int nCmdShow) { - HGLRC hRC; /* opengl context */ - HWND hWnd; /* window */ - MSG msg; /* message */ - - // InitModel() initializes some data structures and - // does the progressive mesh polygon reduction algorithm - // on the model. - CalcFPSDeltaT(); // to time the algorithm - InitModel(); - CalcFPSDeltaT(); - - hWnd = CreateOpenGLWindow("bunnylod by Stan Melax"); + HGLRC hRC; /* opengl context */ + HWND hWnd; /* window */ + MSG msg; /* message */ + + // InitModel() initializes some data structures and + // does the progressive mesh polygon reduction algorithm + // on the model. + CalcFPSDeltaT(); // to time the algorithm + InitModel(); + CalcFPSDeltaT(); + + hWnd = CreateOpenGLWindow("bunnylod by Stan Melax"); if (hWnd == NULL) exit(1); hDC = GetDC(hWnd); hRC = wglCreateContext(hDC); wglMakeCurrent(hDC, hRC); ShowWindow(hWnd, nCmdShow); - glEnable(GL_DEPTH_TEST); - - PostString("Demo by Stan Melax (c)1998",5,-5,20); - PostString("Model by Viewpoint Datalabs (c)1996",5,-4,20); - char buf[128]; - PostString("Mesh Reduction Algorithm (non-optimized)",1,0,5); - sprintf(buf,"was executed in %5.3f seconds",DeltaT); - PostString(buf,2,1,6); - - while (1) { - while(PeekMessage(&msg, hWnd, 0, 0, PM_NOREMOVE)) { - if(GetMessage(&msg, hWnd, 0, 0)) { - TranslateMessage(&msg); - DispatchMessage(&msg); - } else { - goto quit; // This 'goto' was in the sample code - } - } - CalcFPSDeltaT(); - Display(); - } - - quit: + glEnable(GL_DEPTH_TEST); + + PostString("Demo by Stan Melax (c)1998",5,-5,20); + PostString("Model by Viewpoint Datalabs (c)1996",5,-4,20); + char buf[128]; + PostString("Mesh Reduction Algorithm (non-optimized)",1,0,5); + sprintf(buf,"was executed in %5.3f seconds",DeltaT); + PostString(buf,2,1,6); + + while (1) { + while(PeekMessage(&msg, hWnd, 0, 0, PM_NOREMOVE)) { + if(GetMessage(&msg, hWnd, 0, 0)) { + TranslateMessage(&msg); + DispatchMessage(&msg); + } else { + // This 'goto' was in the sample code + goto quit; + } + } + CalcFPSDeltaT(); + Display(); + } + + quit: wglMakeCurrent(NULL, NULL); ReleaseDC(hDC, hWnd); wglDeleteContext(hRC); diff --git a/applications/utilities/surface/surfaceMeshConvertTesting/surfaceMeshConvertTesting.C b/applications/utilities/surface/surfaceMeshConvertTesting/surfaceMeshConvertTesting.C index 30a76b846e2..d937d46bf85 100644 --- a/applications/utilities/surface/surfaceMeshConvertTesting/surfaceMeshConvertTesting.C +++ b/applications/utilities/surface/surfaceMeshConvertTesting/surfaceMeshConvertTesting.C @@ -364,7 +364,8 @@ int main(int argc, char *argv[]) - Info<< "writing surfMesh again well: " << surfOut.objectPath() << endl; + Info<< "writing surfMesh again well: " << surfOut.objectPath() + << endl; surfOut.write(); // write directly diff --git a/applications/utilities/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C b/applications/utilities/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C index 14fd9525a5e..8d4d7ea5423 100644 --- a/applications/utilities/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C +++ b/applications/utilities/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C @@ -88,7 +88,8 @@ int main(int argc, char *argv[]) // - explicitly named patches only (-patches (at your option) // - all patches (default in sequential mode) // - all non-processor patches (default in parallel mode) - // - all non-processor patches (sequential mode, -excludeProcPatches (at your option) + // - all non-processor patches (sequential mode, -excludeProcPatches + // (at your option) // Construct table of patches to include. const polyBoundaryMesh& bMesh = mesh.boundaryMesh(); diff --git a/applications/utilities/surface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C b/applications/utilities/surface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C index a8ec5ea4d8b..e52a32010aa 100644 --- a/applications/utilities/surface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C +++ b/applications/utilities/surface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C @@ -481,8 +481,8 @@ label sharedFace } -// Calculate (inward pointing) normals on edges shared by faces in faceToEdge and -// averages them to pointNormals. +// Calculate (inward pointing) normals on edges shared by faces in +// faceToEdge and averages them to pointNormals. void calcPointVecs ( const triSurface& surf, @@ -696,8 +696,9 @@ int main(int argc, char *argv[]) boolList borderEdge(surf.nEdges(), false); markBorderEdges(debug, surf, borderEdge); - // Points on two sides connected to borderEdges are called borderPoints and - // will be duplicated. borderPoint contains label of newly introduced vertex. + // Points on two sides connected to borderEdges are called + // borderPoints and will be duplicated. borderPoint contains label + // of newly introduced vertex. labelList borderPoint(surf.nPoints(), -1); markBorderPoints(debug, surf, borderEdge, borderPoint); diff --git a/src/OpenFOAM/db/runTimeSelection/staticMemberFunctions/addToStaticMemberFunctionSelectionTable.H b/src/OpenFOAM/db/runTimeSelection/staticMemberFunctions/addToStaticMemberFunctionSelectionTable.H index e83946fd252..24550d46416 100644 --- a/src/OpenFOAM/db/runTimeSelection/staticMemberFunctions/addToStaticMemberFunctionSelectionTable.H +++ b/src/OpenFOAM/db/runTimeSelection/staticMemberFunctions/addToStaticMemberFunctionSelectionTable.H @@ -39,9 +39,10 @@ Description (baseType,thisType,memberFunction,argNames,lookup,functionPtr) \ \ /* Add the thisType memberFunction to the table, find by lookup name */ \ - baseType::add##memberFunction##argNames##StaticMemberFunctionToTable<thisType> \ - add_##lookup##_##thisType##memberFunction##argNames##StaticMemberFunctionTo##baseType##Table_\ - (#lookup, functionPtr) + baseType::add##memberFunction##argNames## \ + StaticMemberFunctionToTable<thisType> \ + add_##lookup##_##thisType##memberFunction##argNames## \ + StaticMemberFunctionTo##baseType##Table_(#lookup, functionPtr) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/OpenFOAM/global/foamDoc.H b/src/OpenFOAM/global/foamDoc.H index 91af8ece836..c44819062d1 100644 --- a/src/OpenFOAM/global/foamDoc.H +++ b/src/OpenFOAM/global/foamDoc.H @@ -28,20 +28,23 @@ License OpenFOAM is a free, open source CFD software package produced by a commercial company, <a href="http://www.openfoam.com/about">OpenCFD Ltd</a>. - It has a - large user base across most areas of engineering and science, - from both commercial and academic organisations. OpenFOAM has an - extensive range of features to solve anything from complex fluid - flows involving chemical reactions, turbulence and heat transfer, - to solid dynamics and electromagnetics. + It has a large user base across most areas of engineering and + science, from both commercial and academic organisations. + OpenFOAM has an extensive range of features to solve anything from + complex fluid flows involving chemical reactions, turbulence and + heat transfer, to solid dynamics and electromagnetics. <a href="http://www.openfoam.com/features">More ...</a> @section users Our commitment to the users OpenFOAM comes with full commercial support from OpenCFD, including - <a href="http://www.openfoam.com/support/software.php">software support</a>, - <a href="http://www.openfoam.com/support/development.php">contracted developments</a> - and a programme of <a href="http://www.openfoam.com/training/">training courses</a>. + <a href="http://www.openfoam.com/support/software.php"> + software support</a>, + <a href="http://www.openfoam.com/support/development.php"> + contracted developments</a> + and a programme of + <a href="http://www.openfoam.com/training/"> + training courses</a>. These activities fund the development, maintenance and release of OpenFOAM to make it an extremely viable commercial open source product. @@ -49,7 +52,8 @@ License OpenCFD is committed to open source software, continually developing and maintaining OpenFOAM under the - <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public Licence</a>. + <a href="http://www.gnu.org/copyleft/gpl.html"> + GNU General Public Licence</a>. OpenFOAM will <strong>always</strong> be free of charge and open source. In addition, we endeavour to support other viable open source initiatives that will benefit science and engineering. diff --git a/src/conversion/meshReader/starcd/STARCDMeshReader.C b/src/conversion/meshReader/starcd/STARCDMeshReader.C index 4fe92c82e43..0a67f5b5155 100644 --- a/src/conversion/meshReader/starcd/STARCDMeshReader.C +++ b/src/conversion/meshReader/starcd/STARCDMeshReader.C @@ -693,7 +693,8 @@ void Foam::meshReaders::STARCD::readBoundary(const fileName& inputName) maxId = max(maxId, starRegion); - if (patchType == "BAFF") // should actually be case-insensitive + // should actually be case-insensitive + if (patchType == "BAFF") { nBafflePatches++; } diff --git a/src/conversion/meshTables/cellTable.H b/src/conversion/meshTables/cellTable.H index eb1c307b04d..f09759ec9c8 100644 --- a/src/conversion/meshTables/cellTable.H +++ b/src/conversion/meshTables/cellTable.H @@ -140,7 +140,8 @@ public: //- Return a Map of (id => names) selected by patterns Map<word> names(const UList<wordRe>& patterns) const; - //- Return a Map of (id => name) for materialType (fluid | solid | shell) + //- Return a Map of (id => name) for materialType + // (fluid | solid | shell) Map<word> selectType(const word& materialType) const; //- Return a Map of (id => name) for fluids diff --git a/src/conversion/polyDualMesh/polyDualMesh.C b/src/conversion/polyDualMesh/polyDualMesh.C index 885fb80f6f0..a461c1d2d25 100644 --- a/src/conversion/polyDualMesh/polyDualMesh.C +++ b/src/conversion/polyDualMesh/polyDualMesh.C @@ -1400,8 +1400,8 @@ Foam::polyDualMesh::polyDualMesh polyMesh ( mesh, - xferCopy(pointField()), // to prevent any warnings "points not allocated" - xferCopy(faceList()), // to prevent any warnings "faces not allocated" + xferCopy(pointField()),// to prevent any warnings "points not allocated" + xferCopy(faceList()), // to prevent any warnings "faces not allocated" xferCopy(cellList()) ), cellPoint_ @@ -1445,8 +1445,8 @@ Foam::polyDualMesh::polyDualMesh polyMesh ( mesh, - xferCopy(pointField()), // to prevent any warnings "points not allocated" - xferCopy(faceList()), // to prevent any warnings "faces not allocated" + xferCopy(pointField()),// to prevent any warnings "points not allocated" + xferCopy(faceList()), // to prevent any warnings "faces not allocated" xferCopy(cellList()) ), cellPoint_ diff --git a/src/engine/include/StCorr.H b/src/engine/include/StCorr.H index 6e08edcf199..80df7f0af4f 100644 --- a/src/engine/include/StCorr.H +++ b/src/engine/include/StCorr.H @@ -60,7 +60,11 @@ *sqrt ( 4.0*Vk - /(circleFraction*thickness*constant::mathematical::pi) + /( + circleFraction + *thickness + *constant::mathematical::pi + ) ); } break; diff --git a/src/finiteVolume/cfdTools/general/MRF/MRFZone.C b/src/finiteVolume/cfdTools/general/MRF/MRFZone.C index ffa1d2bc6af..13b19e3c0a7 100644 --- a/src/finiteVolume/cfdTools/general/MRF/MRFZone.C +++ b/src/finiteVolume/cfdTools/general/MRF/MRFZone.C @@ -247,7 +247,8 @@ Foam::MRFZone::MRFZone(const fvMesh& mesh, Istream& is) WarningIn("MRFZone(const fvMesh&, Istream&)") << "Ignoring entry 'patches'\n" << " By default all patches within the rotating region rotate.\n" - << " Optionally supply excluded patches using 'nonRotatingPatches'." + << " Optionally supply excluded patches " + << "using 'nonRotatingPatches'." << endl; } diff --git a/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSourceI.H b/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSourceI.H index 55a9e7336e8..ace611df559 100644 --- a/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSourceI.H +++ b/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSourceI.H @@ -208,7 +208,10 @@ inline Foam::labelList& Foam::TimeActivatedExplicitSource<Type>::cells() template<class Type> -inline Foam::List<typename Foam::TimeActivatedExplicitSource<Type>::fieldNameValuePair>& +inline Foam::List +< + typename Foam::TimeActivatedExplicitSource<Type>::fieldNameValuePair +>& Foam::TimeActivatedExplicitSource<Type>::fieldData() { return fieldData_; diff --git a/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C b/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C index 595fb629c28..922c51a8d8c 100644 --- a/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C +++ b/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C @@ -381,7 +381,10 @@ Foam::scalar Foam::commonRailInjector::Cd } -Foam::scalar Foam::commonRailInjector::fractionOfInjection(const scalar time) const +Foam::scalar Foam::commonRailInjector::fractionOfInjection +( + const scalar time +) const { return integrateTable(massFlowRateProfile_, time)/mass_; } diff --git a/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H b/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H index 47131b3fcfb..0658139fa9f 100644 --- a/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H +++ b/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H @@ -103,13 +103,20 @@ private: //- Return the fraction of the total injected liquid scalar fractionOfInjection(const scalar time) const; -/* - //- Return the average injection velocity - scalar averageInjectionVelocityTime(const scalar liquidDensity) const; - //- Return the instantaneous injection velocity - scalar injectionVelocity(const scalar, const scalar liquidDensity) const; -*/ + // //- Return the average injection velocity + // scalar averageInjectionVelocityTime + // ( + // const scalar liquidDensity + // ) const; + + // //- Return the instantaneous injection velocity + // scalar injectionVelocity + // ( + // const scalar, + // const scalar liquidDensity + // ) const; + public: diff --git a/src/lagrangian/dieselSpray/parcel/parcel.C b/src/lagrangian/dieselSpray/parcel/parcel.C index 2dcd4665a57..b255d619160 100644 --- a/src/lagrangian/dieselSpray/parcel/parcel.C +++ b/src/lagrangian/dieselSpray/parcel/parcel.C @@ -465,7 +465,8 @@ void Foam::parcel::updateParcelProperties while ((n < sDB.evaporation().nEvapIter()) && (m() > VSMALL)) { n++; - // new characteristic times does not need to be calculated the first time + // new characteristic times does not need to be calculated the + // first time if (n > 1) { newDensity = fuels.rho(pg, Tnew, X()); diff --git a/src/lagrangian/dieselSpray/parcel/setRelaxationTimes.C b/src/lagrangian/dieselSpray/parcel/setRelaxationTimes.C index aa93a4fa911..7565a747102 100644 --- a/src/lagrangian/dieselSpray/parcel/setRelaxationTimes.C +++ b/src/lagrangian/dieselSpray/parcel/setRelaxationTimes.C @@ -190,7 +190,8 @@ void Foam::parcel::setRelaxationTimes { if (!boiling) { - // for saturation evaporation, only use 99.99% for numerical robustness + // for saturation evaporation, only use 99.99% for + // numerical robustness scalar dm = max(SMALL, 0.9999*msat[i] - mfg[i]); tauEvaporation[i] = sDB.evaporation().relaxationTime @@ -213,16 +214,23 @@ void Foam::parcel::setRelaxationTimes scalar Nusselt = sDB.heatTransfer().Nu(Reynolds, Prandtl); -// calculating the boiling temperature of the liquid at ambient pressure + // calculating the boiling temperature of the liquid + // at ambient pressure scalar tBoilingSurface = Td; label Niter = 0; scalar deltaT = 10.0; - scalar dp0 = fuels.properties()[i].pv(pressure, tBoilingSurface) - pressure; + scalar dp0 = + fuels.properties()[i].pv(pressure, tBoilingSurface) + - pressure; while ((Niter < 200) && (mag(deltaT) > 1.0e-3)) { Niter++; - scalar pBoil = fuels.properties()[i].pv(pressure, tBoilingSurface); + scalar pBoil = fuels.properties()[i].pv + ( + pressure, + tBoilingSurface + ); scalar dp = pBoil - pressure; if ( (dp > 0.0) && (dp0 > 0.0) ) { @@ -255,11 +263,19 @@ void Foam::parcel::setRelaxationTimes forAll(sDB.gasProperties(), k) { - vapourSurfaceEnthalpy += sDB.composition().Y()[k][celli]*sDB.gasProperties()[k].H(tBoilingSurface); - vapourFarEnthalpy += sDB.composition().Y()[k][celli]*sDB.gasProperties()[k].H(temperature); + vapourSurfaceEnthalpy += + sDB.composition().Y()[k][celli] + *sDB.gasProperties()[k].H(tBoilingSurface); + vapourFarEnthalpy += + sDB.composition().Y()[k][celli] + *sDB.gasProperties()[k].H(temperature); } - scalar kLiquid = fuels.properties()[i].K(pressure, 0.5*(tBoilingSurface+T())); + scalar kLiquid = fuels.properties()[i].K + ( + pressure, + 0.5*(tBoilingSurface+T()) + ); tauBoiling[i] = sDB.evaporation().boilingTime ( diff --git a/src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/sameCell.H b/src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/sameCell.H index 12a819a76ab..84b96ab88d9 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/sameCell.H +++ b/src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/sameCell.H @@ -48,7 +48,11 @@ if (( xx > collProb) && (mMin > VSMALL) && (mMax > VSMALL)) { // use mass-averaged temperature to calculate We number scalar averageTemp = (pMax().T()*mMax + pMin().T()*mMin)/mTot; // and mass averaged mole fractions ... - scalarField Xav((pMax().m()*pMax().X()+pMin().m()*pMin().X())/(pMax().m() + pMin().m())); + scalarField Xav + ( + (pMax().m()*pMax().X()+pMin().m()*pMin().X()) + /(pMax().m() + pMin().m()) + ); scalar sigma = spray_.fuels().sigma(pc, averageTemp, Xav); sigma = max(1.0e-6, sigma); scalar rho = spray_.fuels().rho(pc, averageTemp, Xav); diff --git a/src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryCM.H b/src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryCM.H index b8cecf2f9bc..9b60cff915f 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryCM.H +++ b/src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryCM.H @@ -129,7 +129,9 @@ if (vAlign > 0) pMax().d() = pow ( - 6.0*newMaxMass/(rhoMax*constant::mathematical::pi*nMax), + 6.0 + *newMaxMass + /(rhoMax*constant::mathematical::pi*nMax), 1.0/3.0 ); diff --git a/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C b/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C index fb9ecfcb201..25c14befc36 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C +++ b/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C @@ -253,7 +253,9 @@ Foam::scalar Foam::RutlandFlashBoil::boilingTime } scalar Gf = - 4.0*alfaS*dTLB*constant::mathematical::pi*sqr(diameter/2.0)/heatOfVapour; + 4.0*alfaS*dTLB + *constant::mathematical::pi*sqr(diameter/2.0) + /heatOfVapour; // calculation of the heat transfer vapourization at superheated // conditions (temperature>tBoilingSurface) @@ -265,7 +267,8 @@ Foam::scalar Foam::RutlandFlashBoil::boilingTime mag((vapourFarEnthalpy-vapourSurfaceEnthalpy)/heatOfVapour); // 2.0? or 1.0? try 1! - scalar B = 1.0*constant::mathematical::pi*kappa/cpGas*diameter*NusseltCorr; + scalar B = + 1.0*constant::mathematical::pi*kappa/cpGas*diameter*NusseltCorr; scalar nPos = B*log(1.0 + A)/Gf + 1.0; scalar nNeg = (1.0/A)*(exp(Gf/B) - 1.0 - A) + 1.0; @@ -338,7 +341,10 @@ Foam::scalar Foam::RutlandFlashBoil::boilingTime } } - time = (constant::mathematical::pi*pow3(diameter)/6.0)*liquidDensity/(G + Gf); + time = + (constant::mathematical::pi*pow3(diameter)/6.0) + *liquidDensity + /(G + Gf); time = max(VSMALL, time); } diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C index b69fd99959b..2c924d6ed17 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C @@ -77,7 +77,11 @@ Foam::ChomiakInjector::ChomiakInjector // correct velocityProfile forAll(sm.injectors(), i) { - sm.injectors()[i].properties()->correctProfiles(sm.fuels(), referencePressure); + sm.injectors()[i].properties()->correctProfiles + ( + sm.fuels(), + referencePressure + ); } } @@ -129,7 +133,8 @@ Foam::vector Foam::ChomiakInjector::direction scalar reduce = 0.01; // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0-2.0*reduce)*0.5*sm_.angleOfWedge()/constant::mathematical::pi; + beta *= + (1.0-2.0*reduce)*0.5*sm_.angleOfWedge()/constant::mathematical::pi; beta += reduce*sm_.angleOfWedge(); normal = diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C index 676d0a4d277..a0bf94b5a3c 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C @@ -150,7 +150,10 @@ Foam::vector Foam::blobsSwirlInjector::direction // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0 - 2.0*reduce)*sm_.angleOfWedge()/(constant::mathematical::twoPi); + beta *= + (1.0 - 2.0*reduce) + *sm_.angleOfWedge() + /(constant::mathematical::twoPi); beta += reduce*sm_.angleOfWedge(); normal = alpha diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H index 00eae2821d3..9e22fee47e9 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H @@ -30,7 +30,8 @@ Description Accurate description in: @verbatim Z. Han, S. Parrish, P.V. Farrell, R.D. Reitz - "Modeling Atomization Processes Of Pressure Swirl Hollow-Cone Fuel Sprays" + "Modeling Atomization Processes Of Pressure + Swirl Hollow-Cone Fuel Sprays" Atomization and Sprays, vol. 7, pp. 663-684, 1997 @endverbatim and diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C index 56c7d1165a8..7e52e1d77d1 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C @@ -129,7 +129,8 @@ Foam::vector Foam::constInjector::direction v (alpha) */ - scalar angle = rndGen_.scalar01()*sprayAngle_[n]*constant::mathematical::pi/360.0; + scalar angle = + rndGen_.scalar01()*sprayAngle_[n]*constant::mathematical::pi/360.0; scalar alpha = sin(angle); scalar dcorr = cos(angle); @@ -143,7 +144,10 @@ Foam::vector Foam::constInjector::direction scalar reduce = 0.01; // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0 - 2.0*reduce)*0.5*sm_.angleOfWedge()/constant::mathematical::pi; + beta *= + (1.0 - 2.0*reduce) + *0.5*sm_.angleOfWedge() + /constant::mathematical::pi; beta += reduce*sm_.angleOfWedge(); normal = diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C index 05743461004..ea7151f0701 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C @@ -172,7 +172,10 @@ Foam::vector Foam::definedHollowConeInjector::direction // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0 - 2.0*reduce)*sm_.angleOfWedge()/(constant::mathematical::twoPi); + beta *= + (1.0 - 2.0*reduce) + *sm_.angleOfWedge() + /(constant::mathematical::twoPi); beta += reduce*sm_.angleOfWedge(); normal = alpha diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C index 38d92037860..53204fac477 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C @@ -223,7 +223,10 @@ Foam::vector Foam::definedPressureSwirlInjector::direction // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0 - 2.0*reduce)*sm_.angleOfWedge()/(constant::mathematical::twoPi); + beta *= + (1.0 - 2.0*reduce) + *sm_.angleOfWedge() + /(constant::mathematical::twoPi); beta += reduce*sm_.angleOfWedge(); normal = alpha @@ -261,7 +264,10 @@ Foam::scalar Foam::definedPressureSwirlInjector::velocity } -Foam::scalar Foam::definedPressureSwirlInjector::averageVelocity(const label i) const +Foam::scalar Foam::definedPressureSwirlInjector::averageVelocity +( + const label i +) const { const injectorType& it = sm_.injectors()[i].properties(); diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C index b0ce51de533..81a1cdf8a28 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C @@ -139,7 +139,10 @@ Foam::vector Foam::hollowConeInjector::direction // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0 - 2.0*reduce)*sm_.angleOfWedge()/(constant::mathematical::twoPi); + beta *= + (1.0 - 2.0*reduce) + *sm_.angleOfWedge() + /(constant::mathematical::twoPi); beta += reduce*sm_.angleOfWedge(); normal = alpha diff --git a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C index bced5868ffc..9f299631f38 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C +++ b/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C @@ -145,7 +145,10 @@ Foam::vector Foam::pressureSwirlInjector::direction // correct beta if this is a 2D run // map it onto the 'angleOfWedge' - beta *= (1.0 - 2.0*reduce)*sm_.angleOfWedge()/(constant::mathematical::twoPi); + beta *= + (1.0 - 2.0*reduce) + *sm_.angleOfWedge() + /(constant::mathematical::twoPi); beta += reduce*sm_.angleOfWedge(); normal = alpha diff --git a/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C b/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C index 81b87a7c74d..c2202ddef5f 100644 --- a/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C +++ b/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C @@ -76,7 +76,8 @@ const Foam::dictionary& Foam::DevolatilisationModel<CloudType>::dict() const template<class CloudType> -const Foam::dictionary& Foam::DevolatilisationModel<CloudType>::coeffDict() const +const Foam::dictionary& +Foam::DevolatilisationModel<CloudType>::coeffDict() const { return coeffDict_; } @@ -87,4 +88,3 @@ const Foam::dictionary& Foam::DevolatilisationModel<CloudType>::coeffDict() cons #include "DevolatilisationModelNew.C" // ************************************************************************* // - diff --git a/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionDataIOList.C b/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionDataIOList.C index 19763303409..bbda9cdb358 100644 --- a/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionDataIOList.C +++ b/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionDataIOList.C @@ -29,7 +29,11 @@ License namespace Foam { - defineTemplateTypeNameAndDebug(IOList<reactingMultiphaseParcelInjectionData>, 0); + defineTemplateTypeNameAndDebug + ( + IOList<reactingMultiphaseParcelInjectionData>, + 0 + ); } diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H index 42ef62022de..29f8cc833b1 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H @@ -132,7 +132,10 @@ public: } //- Read energyScalingFunction dictionary - virtual bool read(const dictionary& energyScalingFunctionProperties) = 0; + virtual bool read + ( + const dictionary& energyScalingFunctionProperties + ) = 0; }; diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H index 0d33cb2c1f7..f294e63c6df 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H @@ -31,7 +31,8 @@ Description @verbatim @ARTICLE{MA_Maitland_Smith, author = {{Maitland}, G.~C. and {Smith}, E.~B.}, - title = {A simplified representation of intermolecular potential energy}, + title = {A simplified representation of + intermolecular potential energy}, journal = {Chemical Physics Letters}, year = 1973, month = oct, @@ -45,7 +46,8 @@ Description Parameters for other monoatomics from: @verbatim @BOOK{MD_Maitland_Rigby_Smith_Wakeham, - AUTHOR = {Geoffrey C. Maitland and Maurice Rigby and E. Brian Smith and William A. Wakeham}, + AUTHOR = {Geoffrey C. Maitland and Maurice Rigby and + E. Brian Smith and William A. Wakeham}, TITLE = {Intermolecular Forces: Their Origin and Determination}, PUBLISHER = {Oxford University Press}, YEAR = {1981} diff --git a/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.C b/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.C index 87fb5a205dc..4a25f36f970 100644 --- a/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.C +++ b/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.C @@ -50,7 +50,8 @@ void Foam::tetherPotentialList::readTetherPotentialDict if (tetherId == -1) { FatalErrorIn("tetherPotentialList::readTetherPotentialDict") - << nl << "No matching entry found in siteIdList for tether name " + << nl + << "No matching entry found in siteIdList for tether name " << tetherPotentialName << abort(FatalError); } diff --git a/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C index fad5dacc932..dc0da28405e 100644 --- a/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C +++ b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C @@ -590,7 +590,10 @@ Foam::booleanSurface::booleanSurface // Copy points from subSurf1 and remember the labels of the ones in // the intersection - labelList intersectionLabels(cutSurf1.nPoints() - cutSurf1.nSurfacePoints()); + labelList intersectionLabels + ( + cutSurf1.nPoints() - cutSurf1.nSurfacePoints() + ); label combinedPointI = 0; diff --git a/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C b/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C index 790433d4184..d34c4c9e661 100644 --- a/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C +++ b/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C @@ -250,11 +250,11 @@ void d2vec_part_quick_a ( int n, double a[], int *l, int *r ) return; } -//******************************************************************************* +//****************************************************************************** void d2vec_permute ( int n, double a[], int p[] ) -//******************************************************************************* +//****************************************************************************** // // Purpose: // @@ -383,7 +383,8 @@ int *d2vec_sort_heap_index_a ( int n, double a[] ) // // Purpose: // -// D2VEC_SORT_HEAP_INDEX_A does an indexed heap ascending sort of an R2 vector. +// D2VEC_SORT_HEAP_INDEX_A does an indexed heap ascending sort of +// an R2 vector. // // Discussion: // @@ -864,7 +865,8 @@ void dmat_uniform ( int m, int n, double b, double c, int *seed, double r[] ) // // Purpose: // -// DMAT_UNIFORM fills a double precision array with scaled pseudorandom values. +// DMAT_UNIFORM fills a double precision array with scaled +// pseudorandom values. // // Discussion: // @@ -983,8 +985,9 @@ int dtris2 ( int point_num, double point_xy[], int *tri_num, // // Input, int POINT_NUM, the number of vertices. // -// Input/output, double POINT_XY[POINT_NUM*2], the coordinates of the vertices. -// On output, the vertices have been sorted into dictionary order. +// Input/output, double POINT_XY[POINT_NUM*2], the coordinates of +// the vertices. On output, the vertices have been sorted into +// dictionary order. // // Output, int *TRI_NUM, the number of triangles in the triangulation; // TRI_NUM is equal to 2*POINT_NUM - NB - 2, where NB is the number @@ -1703,11 +1706,11 @@ int i_sign ( int i ) } } -//******************************************************************************* +//****************************************************************************** int i_wrap ( int ival, int ilo, int ihi ) -//******************************************************************************* +//****************************************************************************** // // Purpose: // @@ -3008,7 +3011,8 @@ double *triangle_circumcenter_2d ( double t[] ) // // Input, double T[2*3], the triangle vertices. // -// Output, double *X, *Y, the coordinates of the circumcenter of the triangle. +// Output, double *X, *Y, the coordinates of the circumcenter of +// the triangle. // { # define DIM_NUM 2 @@ -3043,8 +3047,8 @@ double *triangle_circumcenter_2d ( double t[] ) } //****************************************************************************** -bool triangulation_plot_eps ( const char *file_out_name, int g_num, double g_xy[], - int tri_num, int nod_tri[] ) +bool triangulation_plot_eps ( const char *file_out_name, int g_num, + double g_xy[], int tri_num, int nod_tri[] ) //****************************************************************************** // diff --git a/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.H b/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.H index ded4ad1a78c..d24af77a063 100644 --- a/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.H +++ b/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.H @@ -30,8 +30,8 @@ void ivec_heap_d ( int n, int a[] ); int *ivec_indicator ( int n ); void ivec_sort_heap_a ( int n, int a[] ); void ivec_sorted_unique ( int n, int a[], int *nuniq ); -int lrline ( double xu, double yu, double xv1, double yv1, double xv2, double yv2, - double dv ); +int lrline ( double xu, double yu, double xv1, double yv1, double xv2, + double yv2, double dv ); bool perm_check ( int n, int p[] ); void perm_inv ( int n, int p[] ); int *points_delaunay_naive_2d ( int n, double p[], int *ntri ); @@ -42,10 +42,9 @@ int swapec ( int i, int *top, int *btri, int *bedg, int point_num, void timestamp ( void ); char *timestring ( void ); double *triangle_circumcenter_2d ( double t[] ); -bool triangulation_plot_eps ( const char *file_out_name, int g_num, double g_xy[], - int tri_num, int nod_tri[] ); +bool triangulation_plot_eps ( const char *file_out_name, + int g_num, double g_xy[], int tri_num, int nod_tri[] ); void triangulation_print ( int point_num, double xc[], int tri_num, int tri_vert[], int tri_nabe[] ); void vbedg ( double x, double y, int point_num, double point_xy[], int tri_num, int tri_vert[], int tri_nabe[], int *ltri, int *ledg, int *rtri, int *redg ); - diff --git a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C index c535a02b095..6bdd5787fd1 100644 --- a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C +++ b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C @@ -29,7 +29,11 @@ License namespace Foam { - defineNamedTemplateTypeNameAndDebug(surfaceInterpolateFieldsFunctionObject, 0); + defineNamedTemplateTypeNameAndDebug + ( + surfaceInterpolateFieldsFunctionObject, + 0 + ); addToRunTimeSelectionTable ( diff --git a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.H b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.H index eb5546a8be9..159940baac0 100644 --- a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.H +++ b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.H @@ -25,8 +25,8 @@ Typedef Foam::surfaceInterpolateFieldsFunctionObject Description - FunctionObject wrapper around surfaceInterpolateFields to allow them to be created via - the functions entry within controlDict. + FunctionObject wrapper around surfaceInterpolateFields to allow + them to be created via the functions entry within controlDict. SourceFiles surfaceInterpolateFieldsFunctionObject.C diff --git a/src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H b/src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H index 84b33278c4c..4a5a3d379f8 100644 --- a/src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H +++ b/src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H @@ -28,7 +28,9 @@ Description Rosin-Rammler pdf @f[ - cumulative pdf = (1.0 - exp( -((x - d0)/d)^n ) / (1.0 - exp( -((d1 - d0)/d)^n ) + cumulative pdf = + (1.0 - exp( -(( x - d0)/d)^n ) + / (1.0 - exp( -((d1 - d0)/d)^n ) @f] diff --git a/tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/polyMesh/blockMeshDict b/tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/polyMesh/blockMeshDict index 99d86d5d233..d5e44065e17 100644 --- a/tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/polyMesh/blockMeshDict +++ b/tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/polyMesh/blockMeshDict @@ -1,83 +1,83 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - object blockMeshDict; -} - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( -/* - ( 581761 4.78575e+06 1000) - ( 581861 4.78575e+06 1000) - ( 581861 4.78585e+06 1000) - ( 581761 4.78585e+06 1000) - ( 581761 4.78575e+06 1100) - ( 581861 4.78575e+06 1100) - ( 581861 4.78585e+06 1100) - ( 581761 4.78585e+06 1100) -*/ - ( 581321 4.78537e+06 930) - ( 582290 4.78537e+06 930) - ( 582290 4.78624e+06 930) - ( 581321 4.78624e+06 930) - ( 581321 4.78537e+06 1500) - ( 582290 4.78537e+06 1500) - ( 582290 4.78624e+06 1500) - ( 581321 4.78624e+06 1500) - -); - -blocks - -( - hex (0 1 2 3 4 5 6 7) (30 30 20) simpleGrading (1 1 1) -); - -edges -( -); - -patches -( - patch outlet - ( - (2 6 5 1) - ) - patch sides - ( - (1 5 4 0) - (3 7 6 2) - ) - patch inlet - ( - (0 4 7 3) - ) - wall ground - ( - (0 3 2 1) - ) - patch top - ( - (4 5 6 7) - ) -); - -mergePatchPairs -( -); - - -// ************************************************************************* // +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: 1.6 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + object blockMeshDict; +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +convertToMeters 1; + +vertices +( +/* + ( 581761 4.78575e+06 1000) + ( 581861 4.78575e+06 1000) + ( 581861 4.78585e+06 1000) + ( 581761 4.78585e+06 1000) + ( 581761 4.78575e+06 1100) + ( 581861 4.78575e+06 1100) + ( 581861 4.78585e+06 1100) + ( 581761 4.78585e+06 1100) +*/ + ( 581321 4.78537e+06 930) + ( 582290 4.78537e+06 930) + ( 582290 4.78624e+06 930) + ( 581321 4.78624e+06 930) + ( 581321 4.78537e+06 1500) + ( 582290 4.78537e+06 1500) + ( 582290 4.78624e+06 1500) + ( 581321 4.78624e+06 1500) + +); + +blocks + +( + hex (0 1 2 3 4 5 6 7) (30 30 20) simpleGrading (1 1 1) +); + +edges +( +); + +patches +( + patch outlet + ( + (2 6 5 1) + ) + patch sides + ( + (1 5 4 0) + (3 7 6 2) + ) + patch inlet + ( + (0 4 7 3) + ) + wall ground + ( + (0 3 2 1) + ) + patch top + ( + (4 5 6 7) + ) +); + +mergePatchPairs +( +); + + +// ************************************************************************* // diff --git a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/AcrossCyn.XYZ b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/AcrossCyn.XYZ index 9a23da569b7..c5214627d0a 100644 --- a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/AcrossCyn.XYZ +++ b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/AcrossCyn.XYZ @@ -1,10573 +1,10573 @@ - 659501 4751301 955 - 659501 4751331 957 - 659501 4751361 960 - 659501 4751391 963 - 659501 4751421 968 - 659501 4751451 973 - 659501 4751481 977 - 659501 4751511 982 - 659501 4751541 987 - 659501 4751571 991 - 659501 4751601 992 - 659501 4751631 992 - 659501 4751661 993 - 659501 4751691 993 - 659501 4751721 993 - 659501 4751751 993 - 659501 4751781 993 - 659501 4751811 992 - 659501 4751841 991 - 659501 4751871 989 - 659501 4751901 987 - 659501 4751931 985 - 659501 4751961 984 - 659501 4751991 981 - 659501 4752021 979 - 659501 4752051 978 - 659501 4752081 976 - 659501 4752111 964 - 659501 4752141 947 - 659501 4752171 928 - 659501 4752201 909 - 659501 4752231 896 - 659501 4752261 889 - 659501 4752291 883 - 659501 4752321 878 - 659501 4752351 875 - 659501 4752381 872 - 659501 4752411 870 - 659501 4752441 869 - 659501 4752471 868 - 659501 4752501 867 - 659501 4752531 866 - 659501 4752561 866 - 659501 4752591 865 - 659501 4752621 864 - 659501 4752651 863 - 659501 4752681 863 - 659501 4752711 862 - 659501 4752741 862 - 659501 4752771 862 - 659501 4752801 861 - 659501 4752831 860 - 659501 4752861 858 - 659501 4752891 856 - 659501 4752921 855 - 659501 4752951 854 - 659501 4752981 854 - 659501 4753011 853 - 659501 4753041 851 - 659501 4753071 851 - 659501 4753101 850 - 659501 4753131 850 - 659501 4753161 849 - 659501 4753191 847 - 659501 4753221 842 - 659501 4753251 825 - 659501 4753281 809 - 659501 4753311 809 - 659501 4753341 809 - 659501 4753371 809 - 659501 4753401 809 - 659501 4753431 809 - 659501 4753461 809 - 659501 4753491 827 - 659501 4753521 845 - 659501 4753551 847 - 659501 4753581 848 - 659501 4753611 848 - 659501 4753641 848 - 659501 4753671 849 - 659501 4753701 850 - 659501 4753731 850 - 659501 4753761 851 - 659501 4753791 852 - 659501 4753821 853 - 659501 4753851 863 - 659501 4753881 875 - 659501 4753911 878 - 659501 4753941 879 - 659501 4753971 881 - 659501 4754001 882 - 659501 4754031 887 - 659501 4754061 898 - 659501 4754091 917 - 659501 4754121 938 - 659501 4754151 953 - 659501 4754181 953 - 659501 4754211 953 - 659501 4754241 953 - 659501 4754271 953 - 659501 4754301 953 - 659501 4754331 955 - 659501 4754361 954 - 659501 4754391 954 - 659501 4754421 953 - 659501 4754451 953 - 659501 4754481 953 - 659501 4754511 953 - 659501 4754541 953 - 659531 4751301 955 - 659531 4751331 958 - 659531 4751361 961 - 659531 4751391 966 - 659531 4751421 969 - 659531 4751451 973 - 659531 4751481 976 - 659531 4751511 981 - 659531 4751541 986 - 659531 4751571 991 - 659531 4751601 992 - 659531 4751631 992 - 659531 4751661 994 - 659531 4751691 994 - 659531 4751721 994 - 659531 4751751 994 - 659531 4751781 994 - 659531 4751811 993 - 659531 4751841 991 - 659531 4751871 990 - 659531 4751901 987 - 659531 4751931 986 - 659531 4751961 984 - 659531 4751991 982 - 659531 4752021 981 - 659531 4752051 979 - 659531 4752081 976 - 659531 4752111 962 - 659531 4752141 944 - 659531 4752171 928 - 659531 4752201 911 - 659531 4752231 897 - 659531 4752261 888 - 659531 4752291 882 - 659531 4752321 877 - 659531 4752351 875 - 659531 4752381 872 - 659531 4752411 870 - 659531 4752441 869 - 659531 4752471 868 - 659531 4752501 867 - 659531 4752531 866 - 659531 4752561 865 - 659531 4752591 864 - 659531 4752621 863 - 659531 4752651 863 - 659531 4752681 862 - 659531 4752711 861 - 659531 4752741 861 - 659531 4752771 861 - 659531 4752801 860 - 659531 4752831 859 - 659531 4752861 858 - 659531 4752891 856 - 659531 4752921 855 - 659531 4752951 854 - 659531 4752981 853 - 659531 4753011 852 - 659531 4753041 852 - 659531 4753071 852 - 659531 4753101 851 - 659531 4753131 850 - 659531 4753161 849 - 659531 4753191 847 - 659531 4753221 835 - 659531 4753251 809 - 659531 4753281 809 - 659531 4753311 809 - 659531 4753341 809 - 659531 4753371 809 - 659531 4753401 809 - 659531 4753431 809 - 659531 4753461 809 - 659531 4753491 833 - 659531 4753521 850 - 659531 4753551 850 - 659531 4753581 849 - 659531 4753611 849 - 659531 4753641 848 - 659531 4753671 849 - 659531 4753701 849 - 659531 4753731 850 - 659531 4753761 851 - 659531 4753791 852 - 659531 4753821 853 - 659531 4753851 865 - 659531 4753881 878 - 659531 4753911 883 - 659531 4753941 881 - 659531 4753971 883 - 659531 4754001 884 - 659531 4754031 890 - 659531 4754061 896 - 659531 4754091 913 - 659531 4754121 934 - 659531 4754151 953 - 659531 4754181 953 - 659531 4754211 953 - 659531 4754241 953 - 659531 4754271 954 - 659531 4754301 955 - 659531 4754331 953 - 659531 4754361 954 - 659531 4754391 954 - 659531 4754421 954 - 659531 4754451 953 - 659531 4754481 953 - 659531 4754511 953 - 659531 4754541 953 - 659561 4751301 956 - 659561 4751331 959 - 659561 4751361 962 - 659561 4751391 967 - 659561 4751421 970 - 659561 4751451 973 - 659561 4751481 976 - 659561 4751511 981 - 659561 4751541 986 - 659561 4751571 991 - 659561 4751601 992 - 659561 4751631 993 - 659561 4751661 994 - 659561 4751691 995 - 659561 4751721 995 - 659561 4751751 996 - 659561 4751781 995 - 659561 4751811 994 - 659561 4751841 993 - 659561 4751871 991 - 659561 4751901 991 - 659561 4751931 989 - 659561 4751961 986 - 659561 4751991 984 - 659561 4752021 982 - 659561 4752051 979 - 659561 4752081 974 - 659561 4752111 959 - 659561 4752141 942 - 659561 4752171 926 - 659561 4752201 911 - 659561 4752231 897 - 659561 4752261 887 - 659561 4752291 882 - 659561 4752321 877 - 659561 4752351 875 - 659561 4752381 872 - 659561 4752411 870 - 659561 4752441 868 - 659561 4752471 868 - 659561 4752501 867 - 659561 4752531 866 - 659561 4752561 865 - 659561 4752591 864 - 659561 4752621 863 - 659561 4752651 862 - 659561 4752681 862 - 659561 4752711 861 - 659561 4752741 860 - 659561 4752771 860 - 659561 4752801 859 - 659561 4752831 859 - 659561 4752861 857 - 659561 4752891 856 - 659561 4752921 855 - 659561 4752951 854 - 659561 4752981 853 - 659561 4753011 852 - 659561 4753041 852 - 659561 4753071 853 - 659561 4753101 853 - 659561 4753131 852 - 659561 4753161 850 - 659561 4753191 847 - 659561 4753221 831 - 659561 4753251 809 - 659561 4753281 809 - 659561 4753311 809 - 659561 4753341 809 - 659561 4753371 809 - 659561 4753401 809 - 659561 4753431 809 - 659561 4753461 825 - 659561 4753491 841 - 659561 4753521 855 - 659561 4753551 852 - 659561 4753581 848 - 659561 4753611 848 - 659561 4753641 848 - 659561 4753671 848 - 659561 4753701 849 - 659561 4753731 850 - 659561 4753761 851 - 659561 4753791 852 - 659561 4753821 854 - 659561 4753851 865 - 659561 4753881 878 - 659561 4753911 884 - 659561 4753941 881 - 659561 4753971 885 - 659561 4754001 888 - 659561 4754031 889 - 659561 4754061 894 - 659561 4754091 911 - 659561 4754121 931 - 659561 4754151 953 - 659561 4754181 953 - 659561 4754211 953 - 659561 4754241 953 - 659561 4754271 954 - 659561 4754301 955 - 659561 4754331 954 - 659561 4754361 955 - 659561 4754391 954 - 659561 4754421 954 - 659561 4754451 953 - 659561 4754481 953 - 659561 4754511 953 - 659561 4754541 953 - 659591 4751301 958 - 659591 4751331 959 - 659591 4751361 963 - 659591 4751391 967 - 659591 4751421 970 - 659591 4751451 974 - 659591 4751481 977 - 659591 4751511 982 - 659591 4751541 987 - 659591 4751571 991 - 659591 4751601 993 - 659591 4751631 995 - 659591 4751661 996 - 659591 4751691 997 - 659591 4751721 997 - 659591 4751751 997 - 659591 4751781 997 - 659591 4751811 996 - 659591 4751841 994 - 659591 4751871 993 - 659591 4751901 992 - 659591 4751931 990 - 659591 4751961 988 - 659591 4751991 986 - 659591 4752021 984 - 659591 4752051 980 - 659591 4752081 970 - 659591 4752111 957 - 659591 4752141 941 - 659591 4752171 925 - 659591 4752201 909 - 659591 4752231 893 - 659591 4752261 887 - 659591 4752291 882 - 659591 4752321 878 - 659591 4752351 875 - 659591 4752381 872 - 659591 4752411 869 - 659591 4752441 868 - 659591 4752471 868 - 659591 4752501 867 - 659591 4752531 866 - 659591 4752561 865 - 659591 4752591 864 - 659591 4752621 863 - 659591 4752651 862 - 659591 4752681 861 - 659591 4752711 861 - 659591 4752741 860 - 659591 4752771 859 - 659591 4752801 859 - 659591 4752831 857 - 659591 4752861 856 - 659591 4752891 855 - 659591 4752921 854 - 659591 4752951 853 - 659591 4752981 852 - 659591 4753011 852 - 659591 4753041 853 - 659591 4753071 854 - 659591 4753101 854 - 659591 4753131 854 - 659591 4753161 853 - 659591 4753191 844 - 659591 4753221 826 - 659591 4753251 809 - 659591 4753281 809 - 659591 4753311 809 - 659591 4753341 809 - 659591 4753371 809 - 659591 4753401 809 - 659591 4753431 815 - 659591 4753461 832 - 659591 4753491 848 - 659591 4753521 855 - 659591 4753551 852 - 659591 4753581 848 - 659591 4753611 848 - 659591 4753641 848 - 659591 4753671 848 - 659591 4753701 849 - 659591 4753731 850 - 659591 4753761 851 - 659591 4753791 852 - 659591 4753821 854 - 659591 4753851 864 - 659591 4753881 876 - 659591 4753911 879 - 659591 4753941 881 - 659591 4753971 885 - 659591 4754001 891 - 659591 4754031 892 - 659591 4754061 891 - 659591 4754091 909 - 659591 4754121 930 - 659591 4754151 953 - 659591 4754181 953 - 659591 4754211 953 - 659591 4754241 953 - 659591 4754271 954 - 659591 4754301 955 - 659591 4754331 955 - 659591 4754361 954 - 659591 4754391 954 - 659591 4754421 954 - 659591 4754451 954 - 659591 4754481 954 - 659591 4754511 953 - 659591 4754541 953 - 659621 4751301 961 - 659621 4751331 962 - 659621 4751361 965 - 659621 4751391 968 - 659621 4751421 971 - 659621 4751451 974 - 659621 4751481 978 - 659621 4751511 982 - 659621 4751541 987 - 659621 4751571 991 - 659621 4751601 994 - 659621 4751631 997 - 659621 4751661 998 - 659621 4751691 998 - 659621 4751721 997 - 659621 4751751 998 - 659621 4751781 998 - 659621 4751811 997 - 659621 4751841 995 - 659621 4751871 994 - 659621 4751901 993 - 659621 4751931 991 - 659621 4751961 989 - 659621 4751991 986 - 659621 4752021 984 - 659621 4752051 978 - 659621 4752081 966 - 659621 4752111 950 - 659621 4752141 937 - 659621 4752171 915 - 659621 4752201 906 - 659621 4752231 895 - 659621 4752261 888 - 659621 4752291 882 - 659621 4752321 878 - 659621 4752351 874 - 659621 4752381 871 - 659621 4752411 869 - 659621 4752441 868 - 659621 4752471 867 - 659621 4752501 867 - 659621 4752531 866 - 659621 4752561 865 - 659621 4752591 863 - 659621 4752621 862 - 659621 4752651 861 - 659621 4752681 861 - 659621 4752711 860 - 659621 4752741 860 - 659621 4752771 859 - 659621 4752801 858 - 659621 4752831 857 - 659621 4752861 856 - 659621 4752891 855 - 659621 4752921 854 - 659621 4752951 853 - 659621 4752981 852 - 659621 4753011 853 - 659621 4753041 854 - 659621 4753071 854 - 659621 4753101 855 - 659621 4753131 854 - 659621 4753161 852 - 659621 4753191 836 - 659621 4753221 809 - 659621 4753251 809 - 659621 4753281 809 - 659621 4753311 809 - 659621 4753341 809 - 659621 4753371 809 - 659621 4753401 809 - 659621 4753431 822 - 659621 4753461 839 - 659621 4753491 853 - 659621 4753521 855 - 659621 4753551 852 - 659621 4753581 848 - 659621 4753611 848 - 659621 4753641 848 - 659621 4753671 848 - 659621 4753701 849 - 659621 4753731 850 - 659621 4753761 851 - 659621 4753791 852 - 659621 4753821 853 - 659621 4753851 862 - 659621 4753881 872 - 659621 4753911 878 - 659621 4753941 881 - 659621 4753971 884 - 659621 4754001 891 - 659621 4754031 894 - 659621 4754061 891 - 659621 4754091 908 - 659621 4754121 930 - 659621 4754151 953 - 659621 4754181 953 - 659621 4754211 953 - 659621 4754241 953 - 659621 4754271 953 - 659621 4754301 954 - 659621 4754331 955 - 659621 4754361 954 - 659621 4754391 954 - 659621 4754421 954 - 659621 4754451 954 - 659621 4754481 954 - 659621 4754511 953 - 659621 4754541 953 - 659651 4751301 961 - 659651 4751331 963 - 659651 4751361 967 - 659651 4751391 969 - 659651 4751421 972 - 659651 4751451 975 - 659651 4751481 978 - 659651 4751511 982 - 659651 4751541 987 - 659651 4751571 991 - 659651 4751601 994 - 659651 4751631 998 - 659651 4751661 999 - 659651 4751691 999 - 659651 4751721 998 - 659651 4751751 999 - 659651 4751781 999 - 659651 4751811 998 - 659651 4751841 996 - 659651 4751871 995 - 659651 4751901 993 - 659651 4751931 992 - 659651 4751961 989 - 659651 4751991 986 - 659651 4752021 981 - 659651 4752051 971 - 659651 4752081 957 - 659651 4752111 945 - 659651 4752141 931 - 659651 4752171 914 - 659651 4752201 900 - 659651 4752231 894 - 659651 4752261 888 - 659651 4752291 882 - 659651 4752321 878 - 659651 4752351 874 - 659651 4752381 871 - 659651 4752411 869 - 659651 4752441 868 - 659651 4752471 867 - 659651 4752501 866 - 659651 4752531 866 - 659651 4752561 865 - 659651 4752591 864 - 659651 4752621 862 - 659651 4752651 861 - 659651 4752681 860 - 659651 4752711 860 - 659651 4752741 859 - 659651 4752771 859 - 659651 4752801 858 - 659651 4752831 857 - 659651 4752861 856 - 659651 4752891 855 - 659651 4752921 854 - 659651 4752951 853 - 659651 4752981 853 - 659651 4753011 853 - 659651 4753041 854 - 659651 4753071 854 - 659651 4753101 854 - 659651 4753131 854 - 659651 4753161 843 - 659651 4753191 827 - 659651 4753221 809 - 659651 4753251 809 - 659651 4753281 809 - 659651 4753311 809 - 659651 4753341 809 - 659651 4753371 809 - 659651 4753401 816 - 659651 4753431 831 - 659651 4753461 848 - 659651 4753491 857 - 659651 4753521 855 - 659651 4753551 852 - 659651 4753581 848 - 659651 4753611 848 - 659651 4753641 848 - 659651 4753671 849 - 659651 4753701 850 - 659651 4753731 850 - 659651 4753761 850 - 659651 4753791 851 - 659651 4753821 852 - 659651 4753851 857 - 659651 4753881 867 - 659651 4753911 876 - 659651 4753941 880 - 659651 4753971 885 - 659651 4754001 892 - 659651 4754031 894 - 659651 4754061 897 - 659651 4754091 907 - 659651 4754121 933 - 659651 4754151 953 - 659651 4754181 953 - 659651 4754211 953 - 659651 4754241 953 - 659651 4754271 953 - 659651 4754301 954 - 659651 4754331 955 - 659651 4754361 955 - 659651 4754391 954 - 659651 4754421 954 - 659651 4754451 954 - 659651 4754481 954 - 659651 4754511 954 - 659651 4754541 954 - 659681 4751301 960 - 659681 4751331 963 - 659681 4751361 968 - 659681 4751391 970 - 659681 4751421 972 - 659681 4751451 975 - 659681 4751481 978 - 659681 4751511 982 - 659681 4751541 987 - 659681 4751571 991 - 659681 4751601 995 - 659681 4751631 998 - 659681 4751661 1000 - 659681 4751691 1000 - 659681 4751721 999 - 659681 4751751 1000 - 659681 4751781 999 - 659681 4751811 998 - 659681 4751841 997 - 659681 4751871 995 - 659681 4751901 994 - 659681 4751931 992 - 659681 4751961 989 - 659681 4751991 986 - 659681 4752021 983 - 659681 4752051 965 - 659681 4752081 945 - 659681 4752111 934 - 659681 4752141 918 - 659681 4752171 910 - 659681 4752201 900 - 659681 4752231 892 - 659681 4752261 887 - 659681 4752291 882 - 659681 4752321 878 - 659681 4752351 874 - 659681 4752381 871 - 659681 4752411 869 - 659681 4752441 868 - 659681 4752471 867 - 659681 4752501 867 - 659681 4752531 866 - 659681 4752561 865 - 659681 4752591 863 - 659681 4752621 862 - 659681 4752651 861 - 659681 4752681 861 - 659681 4752711 860 - 659681 4752741 859 - 659681 4752771 859 - 659681 4752801 858 - 659681 4752831 857 - 659681 4752861 856 - 659681 4752891 855 - 659681 4752921 854 - 659681 4752951 853 - 659681 4752981 853 - 659681 4753011 853 - 659681 4753041 854 - 659681 4753071 854 - 659681 4753101 854 - 659681 4753131 847 - 659681 4753161 831 - 659681 4753191 809 - 659681 4753221 809 - 659681 4753251 809 - 659681 4753281 809 - 659681 4753311 809 - 659681 4753341 809 - 659681 4753371 809 - 659681 4753401 822 - 659681 4753431 837 - 659681 4753461 852 - 659681 4753491 856 - 659681 4753521 855 - 659681 4753551 851 - 659681 4753581 848 - 659681 4753611 848 - 659681 4753641 850 - 659681 4753671 852 - 659681 4753701 851 - 659681 4753731 851 - 659681 4753761 850 - 659681 4753791 851 - 659681 4753821 852 - 659681 4753851 853 - 659681 4753881 863 - 659681 4753911 872 - 659681 4753941 879 - 659681 4753971 885 - 659681 4754001 899 - 659681 4754031 895 - 659681 4754061 898 - 659681 4754091 907 - 659681 4754121 936 - 659681 4754151 953 - 659681 4754181 953 - 659681 4754211 953 - 659681 4754241 954 - 659681 4754271 953 - 659681 4754301 954 - 659681 4754331 955 - 659681 4754361 955 - 659681 4754391 954 - 659681 4754421 955 - 659681 4754451 954 - 659681 4754481 954 - 659681 4754511 954 - 659681 4754541 954 - 659711 4751301 959 - 659711 4751331 963 - 659711 4751361 968 - 659711 4751391 970 - 659711 4751421 972 - 659711 4751451 975 - 659711 4751481 978 - 659711 4751511 982 - 659711 4751541 986 - 659711 4751571 991 - 659711 4751601 994 - 659711 4751631 998 - 659711 4751661 1000 - 659711 4751691 1001 - 659711 4751721 1001 - 659711 4751751 1000 - 659711 4751781 999 - 659711 4751811 998 - 659711 4751841 997 - 659711 4751871 995 - 659711 4751901 994 - 659711 4751931 991 - 659711 4751961 989 - 659711 4751991 987 - 659711 4752021 980 - 659711 4752051 959 - 659711 4752081 939 - 659711 4752111 923 - 659711 4752141 911 - 659711 4752171 903 - 659711 4752201 896 - 659711 4752231 891 - 659711 4752261 887 - 659711 4752291 883 - 659711 4752321 877 - 659711 4752351 874 - 659711 4752381 871 - 659711 4752411 869 - 659711 4752441 868 - 659711 4752471 867 - 659711 4752501 867 - 659711 4752531 866 - 659711 4752561 865 - 659711 4752591 864 - 659711 4752621 863 - 659711 4752651 862 - 659711 4752681 861 - 659711 4752711 860 - 659711 4752741 859 - 659711 4752771 858 - 659711 4752801 858 - 659711 4752831 857 - 659711 4752861 856 - 659711 4752891 855 - 659711 4752921 854 - 659711 4752951 853 - 659711 4752981 854 - 659711 4753011 853 - 659711 4753041 854 - 659711 4753071 854 - 659711 4753101 849 - 659711 4753131 833 - 659711 4753161 818 - 659711 4753191 809 - 659711 4753221 809 - 659711 4753251 809 - 659711 4753281 809 - 659711 4753311 809 - 659711 4753341 809 - 659711 4753371 809 - 659711 4753401 828 - 659711 4753431 843 - 659711 4753461 853 - 659711 4753491 857 - 659711 4753521 855 - 659711 4753551 851 - 659711 4753581 848 - 659711 4753611 850 - 659711 4753641 854 - 659711 4753671 853 - 659711 4753701 853 - 659711 4753731 852 - 659711 4753761 852 - 659711 4753791 852 - 659711 4753821 852 - 659711 4753851 853 - 659711 4753881 856 - 659711 4753911 868 - 659711 4753941 876 - 659711 4753971 881 - 659711 4754001 893 - 659711 4754031 893 - 659711 4754061 897 - 659711 4754091 907 - 659711 4754121 937 - 659711 4754151 953 - 659711 4754181 953 - 659711 4754211 953 - 659711 4754241 953 - 659711 4754271 954 - 659711 4754301 954 - 659711 4754331 955 - 659711 4754361 955 - 659711 4754391 955 - 659711 4754421 954 - 659711 4754451 954 - 659711 4754481 954 - 659711 4754511 954 - 659711 4754541 954 - 659741 4751301 961 - 659741 4751331 964 - 659741 4751361 968 - 659741 4751391 970 - 659741 4751421 972 - 659741 4751451 974 - 659741 4751481 977 - 659741 4751511 981 - 659741 4751541 985 - 659741 4751571 989 - 659741 4751601 993 - 659741 4751631 998 - 659741 4751661 1000 - 659741 4751691 1001 - 659741 4751721 1001 - 659741 4751751 1001 - 659741 4751781 1000 - 659741 4751811 999 - 659741 4751841 997 - 659741 4751871 996 - 659741 4751901 994 - 659741 4751931 993 - 659741 4751961 991 - 659741 4751991 987 - 659741 4752021 978 - 659741 4752051 958 - 659741 4752081 937 - 659741 4752111 915 - 659741 4752141 906 - 659741 4752171 899 - 659741 4752201 892 - 659741 4752231 889 - 659741 4752261 886 - 659741 4752291 883 - 659741 4752321 877 - 659741 4752351 874 - 659741 4752381 872 - 659741 4752411 870 - 659741 4752441 869 - 659741 4752471 868 - 659741 4752501 867 - 659741 4752531 866 - 659741 4752561 865 - 659741 4752591 864 - 659741 4752621 863 - 659741 4752651 862 - 659741 4752681 861 - 659741 4752711 860 - 659741 4752741 859 - 659741 4752771 858 - 659741 4752801 858 - 659741 4752831 857 - 659741 4752861 856 - 659741 4752891 856 - 659741 4752921 855 - 659741 4752951 855 - 659741 4752981 855 - 659741 4753011 854 - 659741 4753041 855 - 659741 4753071 854 - 659741 4753101 842 - 659741 4753131 822 - 659741 4753161 809 - 659741 4753191 809 - 659741 4753221 809 - 659741 4753251 809 - 659741 4753281 809 - 659741 4753311 809 - 659741 4753341 809 - 659741 4753371 817 - 659741 4753401 832 - 659741 4753431 846 - 659741 4753461 854 - 659741 4753491 855 - 659741 4753521 855 - 659741 4753551 852 - 659741 4753581 848 - 659741 4753611 852 - 659741 4753641 854 - 659741 4753671 854 - 659741 4753701 853 - 659741 4753731 853 - 659741 4753761 852 - 659741 4753791 852 - 659741 4753821 853 - 659741 4753851 853 - 659741 4753881 853 - 659741 4753911 861 - 659741 4753941 869 - 659741 4753971 875 - 659741 4754001 879 - 659741 4754031 885 - 659741 4754061 892 - 659741 4754091 906 - 659741 4754121 937 - 659741 4754151 953 - 659741 4754181 953 - 659741 4754211 953 - 659741 4754241 953 - 659741 4754271 954 - 659741 4754301 954 - 659741 4754331 955 - 659741 4754361 955 - 659741 4754391 955 - 659741 4754421 954 - 659741 4754451 954 - 659741 4754481 954 - 659741 4754511 954 - 659741 4754541 954 - 659771 4751301 968 - 659771 4751331 966 - 659771 4751361 969 - 659771 4751391 970 - 659771 4751421 972 - 659771 4751451 974 - 659771 4751481 977 - 659771 4751511 980 - 659771 4751541 984 - 659771 4751571 988 - 659771 4751601 993 - 659771 4751631 998 - 659771 4751661 1000 - 659771 4751691 1002 - 659771 4751721 1002 - 659771 4751751 1001 - 659771 4751781 1000 - 659771 4751811 999 - 659771 4751841 998 - 659771 4751871 997 - 659771 4751901 995 - 659771 4751931 993 - 659771 4751961 991 - 659771 4751991 986 - 659771 4752021 975 - 659771 4752051 953 - 659771 4752081 933 - 659771 4752111 915 - 659771 4752141 904 - 659771 4752171 897 - 659771 4752201 891 - 659771 4752231 888 - 659771 4752261 885 - 659771 4752291 882 - 659771 4752321 878 - 659771 4752351 875 - 659771 4752381 873 - 659771 4752411 871 - 659771 4752441 869 - 659771 4752471 868 - 659771 4752501 867 - 659771 4752531 866 - 659771 4752561 865 - 659771 4752591 864 - 659771 4752621 863 - 659771 4752651 862 - 659771 4752681 861 - 659771 4752711 860 - 659771 4752741 859 - 659771 4752771 857 - 659771 4752801 857 - 659771 4752831 857 - 659771 4752861 857 - 659771 4752891 856 - 659771 4752921 856 - 659771 4752951 856 - 659771 4752981 855 - 659771 4753011 855 - 659771 4753041 854 - 659771 4753071 852 - 659771 4753101 839 - 659771 4753131 821 - 659771 4753161 809 - 659771 4753191 809 - 659771 4753221 809 - 659771 4753251 809 - 659771 4753281 809 - 659771 4753311 809 - 659771 4753341 809 - 659771 4753371 819 - 659771 4753401 834 - 659771 4753431 849 - 659771 4753461 856 - 659771 4753491 854 - 659771 4753521 854 - 659771 4753551 853 - 659771 4753581 852 - 659771 4753611 853 - 659771 4753641 854 - 659771 4753671 854 - 659771 4753701 854 - 659771 4753731 853 - 659771 4753761 853 - 659771 4753791 853 - 659771 4753821 853 - 659771 4753851 854 - 659771 4753881 854 - 659771 4753911 854 - 659771 4753941 859 - 659771 4753971 867 - 659771 4754001 873 - 659771 4754031 880 - 659771 4754061 890 - 659771 4754091 905 - 659771 4754121 928 - 659771 4754151 953 - 659771 4754181 953 - 659771 4754211 953 - 659771 4754241 954 - 659771 4754271 954 - 659771 4754301 955 - 659771 4754331 955 - 659771 4754361 955 - 659771 4754391 955 - 659771 4754421 955 - 659771 4754451 954 - 659771 4754481 954 - 659771 4754511 954 - 659771 4754541 954 - 659801 4751301 968 - 659801 4751331 967 - 659801 4751361 968 - 659801 4751391 970 - 659801 4751421 973 - 659801 4751451 975 - 659801 4751481 978 - 659801 4751511 981 - 659801 4751541 984 - 659801 4751571 989 - 659801 4751601 994 - 659801 4751631 998 - 659801 4751661 1000 - 659801 4751691 1002 - 659801 4751721 1002 - 659801 4751751 1002 - 659801 4751781 1001 - 659801 4751811 1000 - 659801 4751841 999 - 659801 4751871 997 - 659801 4751901 996 - 659801 4751931 994 - 659801 4751961 991 - 659801 4751991 985 - 659801 4752021 970 - 659801 4752051 947 - 659801 4752081 927 - 659801 4752111 909 - 659801 4752141 899 - 659801 4752171 895 - 659801 4752201 890 - 659801 4752231 887 - 659801 4752261 885 - 659801 4752291 882 - 659801 4752321 878 - 659801 4752351 876 - 659801 4752381 873 - 659801 4752411 871 - 659801 4752441 870 - 659801 4752471 868 - 659801 4752501 867 - 659801 4752531 866 - 659801 4752561 865 - 659801 4752591 864 - 659801 4752621 863 - 659801 4752651 862 - 659801 4752681 861 - 659801 4752711 860 - 659801 4752741 858 - 659801 4752771 856 - 659801 4752801 857 - 659801 4752831 856 - 659801 4752861 856 - 659801 4752891 856 - 659801 4752921 855 - 659801 4752951 855 - 659801 4752981 855 - 659801 4753011 854 - 659801 4753041 853 - 659801 4753071 847 - 659801 4753101 839 - 659801 4753131 820 - 659801 4753161 809 - 659801 4753191 809 - 659801 4753221 809 - 659801 4753251 809 - 659801 4753281 809 - 659801 4753311 809 - 659801 4753341 809 - 659801 4753371 822 - 659801 4753401 837 - 659801 4753431 852 - 659801 4753461 854 - 659801 4753491 854 - 659801 4753521 854 - 659801 4753551 854 - 659801 4753581 854 - 659801 4753611 854 - 659801 4753641 854 - 659801 4753671 855 - 659801 4753701 854 - 659801 4753731 854 - 659801 4753761 853 - 659801 4753791 854 - 659801 4753821 854 - 659801 4753851 854 - 659801 4753881 854 - 659801 4753911 854 - 659801 4753941 854 - 659801 4753971 860 - 659801 4754001 868 - 659801 4754031 878 - 659801 4754061 892 - 659801 4754091 902 - 659801 4754121 928 - 659801 4754151 953 - 659801 4754181 953 - 659801 4754211 953 - 659801 4754241 953 - 659801 4754271 954 - 659801 4754301 955 - 659801 4754331 955 - 659801 4754361 955 - 659801 4754391 955 - 659801 4754421 955 - 659801 4754451 954 - 659801 4754481 955 - 659801 4754511 954 - 659801 4754541 955 - 659831 4751301 969 - 659831 4751331 968 - 659831 4751361 967 - 659831 4751391 970 - 659831 4751421 973 - 659831 4751451 976 - 659831 4751481 979 - 659831 4751511 982 - 659831 4751541 986 - 659831 4751571 990 - 659831 4751601 995 - 659831 4751631 999 - 659831 4751661 1001 - 659831 4751691 1002 - 659831 4751721 1002 - 659831 4751751 1002 - 659831 4751781 1001 - 659831 4751811 1001 - 659831 4751841 999 - 659831 4751871 998 - 659831 4751901 998 - 659831 4751931 996 - 659831 4751961 991 - 659831 4751991 982 - 659831 4752021 966 - 659831 4752051 942 - 659831 4752081 921 - 659831 4752111 909 - 659831 4752141 900 - 659831 4752171 894 - 659831 4752201 890 - 659831 4752231 886 - 659831 4752261 883 - 659831 4752291 880 - 659831 4752321 878 - 659831 4752351 875 - 659831 4752381 873 - 659831 4752411 871 - 659831 4752441 870 - 659831 4752471 868 - 659831 4752501 867 - 659831 4752531 866 - 659831 4752561 865 - 659831 4752591 864 - 659831 4752621 863 - 659831 4752651 862 - 659831 4752681 861 - 659831 4752711 859 - 659831 4752741 856 - 659831 4752771 854 - 659831 4752801 855 - 659831 4752831 855 - 659831 4752861 855 - 659831 4752891 855 - 659831 4752921 855 - 659831 4752951 854 - 659831 4752981 854 - 659831 4753011 850 - 659831 4753041 840 - 659831 4753071 833 - 659831 4753101 829 - 659831 4753131 820 - 659831 4753161 809 - 659831 4753191 809 - 659831 4753221 809 - 659831 4753251 809 - 659831 4753281 809 - 659831 4753311 809 - 659831 4753341 809 - 659831 4753371 827 - 659831 4753401 838 - 659831 4753431 853 - 659831 4753461 854 - 659831 4753491 854 - 659831 4753521 854 - 659831 4753551 854 - 659831 4753581 854 - 659831 4753611 855 - 659831 4753641 855 - 659831 4753671 855 - 659831 4753701 855 - 659831 4753731 854 - 659831 4753761 854 - 659831 4753791 854 - 659831 4753821 854 - 659831 4753851 855 - 659831 4753881 855 - 659831 4753911 854 - 659831 4753941 854 - 659831 4753971 854 - 659831 4754001 861 - 659831 4754031 872 - 659831 4754061 886 - 659831 4754091 898 - 659831 4754121 923 - 659831 4754151 953 - 659831 4754181 953 - 659831 4754211 953 - 659831 4754241 953 - 659831 4754271 954 - 659831 4754301 954 - 659831 4754331 955 - 659831 4754361 955 - 659831 4754391 955 - 659831 4754421 955 - 659831 4754451 955 - 659831 4754481 954 - 659831 4754511 955 - 659831 4754541 955 - 659861 4751301 969 - 659861 4751331 968 - 659861 4751361 967 - 659861 4751391 969 - 659861 4751421 974 - 659861 4751451 977 - 659861 4751481 980 - 659861 4751511 983 - 659861 4751541 988 - 659861 4751571 992 - 659861 4751601 997 - 659861 4751631 999 - 659861 4751661 1001 - 659861 4751691 1002 - 659861 4751721 1003 - 659861 4751751 1003 - 659861 4751781 1002 - 659861 4751811 1002 - 659861 4751841 1001 - 659861 4751871 1000 - 659861 4751901 999 - 659861 4751931 997 - 659861 4751961 988 - 659861 4751991 975 - 659861 4752021 954 - 659861 4752051 934 - 659861 4752081 916 - 659861 4752111 906 - 659861 4752141 899 - 659861 4752171 891 - 659861 4752201 888 - 659861 4752231 885 - 659861 4752261 881 - 659861 4752291 878 - 659861 4752321 876 - 659861 4752351 874 - 659861 4752381 872 - 659861 4752411 871 - 659861 4752441 869 - 659861 4752471 868 - 659861 4752501 867 - 659861 4752531 866 - 659861 4752561 865 - 659861 4752591 864 - 659861 4752621 863 - 659861 4752651 862 - 659861 4752681 861 - 659861 4752711 859 - 659861 4752741 855 - 659861 4752771 853 - 659861 4752801 854 - 659861 4752831 854 - 659861 4752861 854 - 659861 4752891 854 - 659861 4752921 853 - 659861 4752951 849 - 659861 4752981 842 - 659861 4753011 834 - 659861 4753041 824 - 659861 4753071 816 - 659861 4753101 809 - 659861 4753131 809 - 659861 4753161 809 - 659861 4753191 809 - 659861 4753221 809 - 659861 4753251 809 - 659861 4753281 809 - 659861 4753311 809 - 659861 4753341 816 - 659861 4753371 828 - 659861 4753401 839 - 659861 4753431 853 - 659861 4753461 854 - 659861 4753491 854 - 659861 4753521 854 - 659861 4753551 855 - 659861 4753581 855 - 659861 4753611 855 - 659861 4753641 856 - 659861 4753671 855 - 659861 4753701 855 - 659861 4753731 855 - 659861 4753761 855 - 659861 4753791 855 - 659861 4753821 855 - 659861 4753851 855 - 659861 4753881 855 - 659861 4753911 855 - 659861 4753941 854 - 659861 4753971 854 - 659861 4754001 858 - 659861 4754031 866 - 659861 4754061 879 - 659861 4754091 894 - 659861 4754121 908 - 659861 4754151 950 - 659861 4754181 951 - 659861 4754211 953 - 659861 4754241 953 - 659861 4754271 954 - 659861 4754301 954 - 659861 4754331 955 - 659861 4754361 955 - 659861 4754391 955 - 659861 4754421 955 - 659861 4754451 955 - 659861 4754481 955 - 659861 4754511 955 - 659861 4754541 955 - 659891 4751301 970 - 659891 4751331 969 - 659891 4751361 967 - 659891 4751391 969 - 659891 4751421 975 - 659891 4751451 978 - 659891 4751481 981 - 659891 4751511 985 - 659891 4751541 989 - 659891 4751571 994 - 659891 4751601 998 - 659891 4751631 1000 - 659891 4751661 1002 - 659891 4751691 1002 - 659891 4751721 1003 - 659891 4751751 1002 - 659891 4751781 1003 - 659891 4751811 1003 - 659891 4751841 1002 - 659891 4751871 1001 - 659891 4751901 999 - 659891 4751931 994 - 659891 4751961 983 - 659891 4751991 965 - 659891 4752021 945 - 659891 4752051 924 - 659891 4752081 911 - 659891 4752111 903 - 659891 4752141 895 - 659891 4752171 890 - 659891 4752201 887 - 659891 4752231 883 - 659891 4752261 880 - 659891 4752291 877 - 659891 4752321 875 - 659891 4752351 873 - 659891 4752381 871 - 659891 4752411 870 - 659891 4752441 869 - 659891 4752471 868 - 659891 4752501 867 - 659891 4752531 866 - 659891 4752561 864 - 659891 4752591 864 - 659891 4752621 863 - 659891 4752651 862 - 659891 4752681 861 - 659891 4752711 858 - 659891 4752741 854 - 659891 4752771 852 - 659891 4752801 847 - 659891 4752831 847 - 659891 4752861 846 - 659891 4752891 844 - 659891 4752921 841 - 659891 4752951 832 - 659891 4752981 826 - 659891 4753011 819 - 659891 4753041 809 - 659891 4753071 809 - 659891 4753101 809 - 659891 4753131 809 - 659891 4753161 809 - 659891 4753191 809 - 659891 4753221 809 - 659891 4753251 809 - 659891 4753281 809 - 659891 4753311 809 - 659891 4753341 817 - 659891 4753371 830 - 659891 4753401 845 - 659891 4753431 854 - 659891 4753461 854 - 659891 4753491 855 - 659891 4753521 855 - 659891 4753551 855 - 659891 4753581 856 - 659891 4753611 856 - 659891 4753641 856 - 659891 4753671 856 - 659891 4753701 856 - 659891 4753731 856 - 659891 4753761 856 - 659891 4753791 856 - 659891 4753821 855 - 659891 4753851 856 - 659891 4753881 856 - 659891 4753911 856 - 659891 4753941 856 - 659891 4753971 856 - 659891 4754001 858 - 659891 4754031 860 - 659891 4754061 872 - 659891 4754091 884 - 659891 4754121 900 - 659891 4754151 933 - 659891 4754181 953 - 659891 4754211 953 - 659891 4754241 953 - 659891 4754271 953 - 659891 4754301 954 - 659891 4754331 955 - 659891 4754361 955 - 659891 4754391 955 - 659891 4754421 956 - 659891 4754451 955 - 659891 4754481 955 - 659891 4754511 955 - 659891 4754541 955 - 659921 4751301 970 - 659921 4751331 969 - 659921 4751361 967 - 659921 4751391 970 - 659921 4751421 975 - 659921 4751451 979 - 659921 4751481 982 - 659921 4751511 986 - 659921 4751541 990 - 659921 4751571 995 - 659921 4751601 999 - 659921 4751631 1001 - 659921 4751661 1002 - 659921 4751691 1002 - 659921 4751721 1003 - 659921 4751751 1003 - 659921 4751781 1004 - 659921 4751811 1003 - 659921 4751841 1002 - 659921 4751871 1001 - 659921 4751901 998 - 659921 4751931 992 - 659921 4751961 972 - 659921 4751991 956 - 659921 4752021 934 - 659921 4752051 919 - 659921 4752081 908 - 659921 4752111 899 - 659921 4752141 893 - 659921 4752171 889 - 659921 4752201 885 - 659921 4752231 882 - 659921 4752261 879 - 659921 4752291 876 - 659921 4752321 875 - 659921 4752351 873 - 659921 4752381 871 - 659921 4752411 869 - 659921 4752441 868 - 659921 4752471 867 - 659921 4752501 866 - 659921 4752531 865 - 659921 4752561 864 - 659921 4752591 863 - 659921 4752621 862 - 659921 4752651 862 - 659921 4752681 861 - 659921 4752711 858 - 659921 4752741 855 - 659921 4752771 854 - 659921 4752801 847 - 659921 4752831 839 - 659921 4752861 828 - 659921 4752891 828 - 659921 4752921 824 - 659921 4752951 819 - 659921 4752981 814 - 659921 4753011 809 - 659921 4753041 809 - 659921 4753071 809 - 659921 4753101 809 - 659921 4753131 809 - 659921 4753161 809 - 659921 4753191 809 - 659921 4753221 809 - 659921 4753251 809 - 659921 4753281 809 - 659921 4753311 809 - 659921 4753341 823 - 659921 4753371 840 - 659921 4753401 851 - 659921 4753431 854 - 659921 4753461 855 - 659921 4753491 855 - 659921 4753521 856 - 659921 4753551 856 - 659921 4753581 856 - 659921 4753611 857 - 659921 4753641 857 - 659921 4753671 857 - 659921 4753701 857 - 659921 4753731 857 - 659921 4753761 857 - 659921 4753791 857 - 659921 4753821 857 - 659921 4753851 857 - 659921 4753881 857 - 659921 4753911 857 - 659921 4753941 857 - 659921 4753971 857 - 659921 4754001 859 - 659921 4754031 859 - 659921 4754061 864 - 659921 4754091 877 - 659921 4754121 894 - 659921 4754151 922 - 659921 4754181 951 - 659921 4754211 953 - 659921 4754241 953 - 659921 4754271 953 - 659921 4754301 954 - 659921 4754331 955 - 659921 4754361 955 - 659921 4754391 955 - 659921 4754421 955 - 659921 4754451 955 - 659921 4754481 955 - 659921 4754511 955 - 659921 4754541 955 - 659951 4751301 971 - 659951 4751331 969 - 659951 4751361 967 - 659951 4751391 971 - 659951 4751421 976 - 659951 4751451 979 - 659951 4751481 983 - 659951 4751511 986 - 659951 4751541 990 - 659951 4751571 995 - 659951 4751601 999 - 659951 4751631 1001 - 659951 4751661 1002 - 659951 4751691 1003 - 659951 4751721 1003 - 659951 4751751 1003 - 659951 4751781 1003 - 659951 4751811 1004 - 659951 4751841 1002 - 659951 4751871 1000 - 659951 4751901 996 - 659951 4751931 988 - 659951 4751961 963 - 659951 4751991 945 - 659951 4752021 927 - 659951 4752051 913 - 659951 4752081 907 - 659951 4752111 898 - 659951 4752141 891 - 659951 4752171 887 - 659951 4752201 883 - 659951 4752231 880 - 659951 4752261 877 - 659951 4752291 876 - 659951 4752321 874 - 659951 4752351 872 - 659951 4752381 870 - 659951 4752411 868 - 659951 4752441 868 - 659951 4752471 867 - 659951 4752501 866 - 659951 4752531 865 - 659951 4752561 864 - 659951 4752591 863 - 659951 4752621 861 - 659951 4752651 861 - 659951 4752681 859 - 659951 4752711 857 - 659951 4752741 855 - 659951 4752771 854 - 659951 4752801 845 - 659951 4752831 838 - 659951 4752861 822 - 659951 4752891 814 - 659951 4752921 813 - 659951 4752951 809 - 659951 4752981 809 - 659951 4753011 809 - 659951 4753041 809 - 659951 4753071 809 - 659951 4753101 809 - 659951 4753131 809 - 659951 4753161 809 - 659951 4753191 809 - 659951 4753221 809 - 659951 4753251 809 - 659951 4753281 809 - 659951 4753311 809 - 659951 4753341 836 - 659951 4753371 851 - 659951 4753401 854 - 659951 4753431 855 - 659951 4753461 856 - 659951 4753491 856 - 659951 4753521 857 - 659951 4753551 857 - 659951 4753581 857 - 659951 4753611 857 - 659951 4753641 858 - 659951 4753671 858 - 659951 4753701 858 - 659951 4753731 858 - 659951 4753761 858 - 659951 4753791 858 - 659951 4753821 858 - 659951 4753851 858 - 659951 4753881 858 - 659951 4753911 858 - 659951 4753941 858 - 659951 4753971 858 - 659951 4754001 859 - 659951 4754031 859 - 659951 4754061 860 - 659951 4754091 872 - 659951 4754121 888 - 659951 4754151 903 - 659951 4754181 923 - 659951 4754211 953 - 659951 4754241 952 - 659951 4754271 953 - 659951 4754301 954 - 659951 4754331 954 - 659951 4754361 955 - 659951 4754391 956 - 659951 4754421 955 - 659951 4754451 955 - 659951 4754481 955 - 659951 4754511 955 - 659951 4754541 956 - 659981 4751301 972 - 659981 4751331 969 - 659981 4751361 967 - 659981 4751391 972 - 659981 4751421 977 - 659981 4751451 980 - 659981 4751481 983 - 659981 4751511 987 - 659981 4751541 990 - 659981 4751571 995 - 659981 4751601 998 - 659981 4751631 1000 - 659981 4751661 1002 - 659981 4751691 1003 - 659981 4751721 1003 - 659981 4751751 1003 - 659981 4751781 1003 - 659981 4751811 1003 - 659981 4751841 1002 - 659981 4751871 1000 - 659981 4751901 995 - 659981 4751931 982 - 659981 4751961 958 - 659981 4751991 938 - 659981 4752021 921 - 659981 4752051 911 - 659981 4752081 901 - 659981 4752111 896 - 659981 4752141 890 - 659981 4752171 884 - 659981 4752201 882 - 659981 4752231 879 - 659981 4752261 876 - 659981 4752291 875 - 659981 4752321 874 - 659981 4752351 872 - 659981 4752381 870 - 659981 4752411 869 - 659981 4752441 868 - 659981 4752471 867 - 659981 4752501 866 - 659981 4752531 864 - 659981 4752561 863 - 659981 4752591 862 - 659981 4752621 861 - 659981 4752651 860 - 659981 4752681 858 - 659981 4752711 855 - 659981 4752741 853 - 659981 4752771 853 - 659981 4752801 854 - 659981 4752831 841 - 659981 4752861 823 - 659981 4752891 813 - 659981 4752921 809 - 659981 4752951 809 - 659981 4752981 809 - 659981 4753011 809 - 659981 4753041 809 - 659981 4753071 809 - 659981 4753101 809 - 659981 4753131 809 - 659981 4753161 809 - 659981 4753191 809 - 659981 4753221 815 - 659981 4753251 820 - 659981 4753281 822 - 659981 4753311 832 - 659981 4753341 846 - 659981 4753371 854 - 659981 4753401 856 - 659981 4753431 856 - 659981 4753461 857 - 659981 4753491 857 - 659981 4753521 857 - 659981 4753551 857 - 659981 4753581 858 - 659981 4753611 858 - 659981 4753641 858 - 659981 4753671 858 - 659981 4753701 859 - 659981 4753731 859 - 659981 4753761 859 - 659981 4753791 859 - 659981 4753821 859 - 659981 4753851 859 - 659981 4753881 859 - 659981 4753911 859 - 659981 4753941 859 - 659981 4753971 859 - 659981 4754001 859 - 659981 4754031 859 - 659981 4754061 860 - 659981 4754091 865 - 659981 4754121 877 - 659981 4754151 891 - 659981 4754181 912 - 659981 4754211 938 - 659981 4754241 953 - 659981 4754271 953 - 659981 4754301 954 - 659981 4754331 954 - 659981 4754361 955 - 659981 4754391 956 - 659981 4754421 955 - 659981 4754451 955 - 659981 4754481 955 - 659981 4754511 956 - 659981 4754541 956 - 660011 4751301 972 - 660011 4751331 970 - 660011 4751361 967 - 660011 4751391 973 - 660011 4751421 977 - 660011 4751451 981 - 660011 4751481 984 - 660011 4751511 987 - 660011 4751541 990 - 660011 4751571 995 - 660011 4751601 998 - 660011 4751631 1000 - 660011 4751661 1002 - 660011 4751691 1003 - 660011 4751721 1003 - 660011 4751751 1004 - 660011 4751781 1003 - 660011 4751811 1003 - 660011 4751841 1001 - 660011 4751871 998 - 660011 4751901 991 - 660011 4751931 975 - 660011 4751961 951 - 660011 4751991 937 - 660011 4752021 920 - 660011 4752051 910 - 660011 4752081 900 - 660011 4752111 894 - 660011 4752141 890 - 660011 4752171 883 - 660011 4752201 880 - 660011 4752231 878 - 660011 4752261 876 - 660011 4752291 875 - 660011 4752321 873 - 660011 4752351 872 - 660011 4752381 871 - 660011 4752411 869 - 660011 4752441 868 - 660011 4752471 867 - 660011 4752501 865 - 660011 4752531 864 - 660011 4752561 862 - 660011 4752591 861 - 660011 4752621 861 - 660011 4752651 859 - 660011 4752681 857 - 660011 4752711 854 - 660011 4752741 854 - 660011 4752771 856 - 660011 4752801 847 - 660011 4752831 831 - 660011 4752861 815 - 660011 4752891 809 - 660011 4752921 809 - 660011 4752951 809 - 660011 4752981 809 - 660011 4753011 809 - 660011 4753041 809 - 660011 4753071 809 - 660011 4753101 809 - 660011 4753131 809 - 660011 4753161 809 - 660011 4753191 822 - 660011 4753221 825 - 660011 4753251 834 - 660011 4753281 843 - 660011 4753311 848 - 660011 4753341 854 - 660011 4753371 861 - 660011 4753401 860 - 660011 4753431 858 - 660011 4753461 858 - 660011 4753491 858 - 660011 4753521 858 - 660011 4753551 858 - 660011 4753581 858 - 660011 4753611 859 - 660011 4753641 859 - 660011 4753671 859 - 660011 4753701 860 - 660011 4753731 860 - 660011 4753761 860 - 660011 4753791 860 - 660011 4753821 860 - 660011 4753851 860 - 660011 4753881 860 - 660011 4753911 860 - 660011 4753941 859 - 660011 4753971 859 - 660011 4754001 860 - 660011 4754031 860 - 660011 4754061 860 - 660011 4754091 861 - 660011 4754121 871 - 660011 4754151 884 - 660011 4754181 902 - 660011 4754211 924 - 660011 4754241 953 - 660011 4754271 953 - 660011 4754301 954 - 660011 4754331 954 - 660011 4754361 955 - 660011 4754391 955 - 660011 4754421 956 - 660011 4754451 955 - 660011 4754481 956 - 660011 4754511 957 - 660011 4754541 956 - 660041 4751301 974 - 660041 4751331 971 - 660041 4751361 971 - 660041 4751391 975 - 660041 4751421 978 - 660041 4751451 981 - 660041 4751481 984 - 660041 4751511 987 - 660041 4751541 990 - 660041 4751571 994 - 660041 4751601 998 - 660041 4751631 1000 - 660041 4751661 1002 - 660041 4751691 1003 - 660041 4751721 1003 - 660041 4751751 1004 - 660041 4751781 1004 - 660041 4751811 1002 - 660041 4751841 1000 - 660041 4751871 996 - 660041 4751901 984 - 660041 4751931 964 - 660041 4751961 943 - 660041 4751991 930 - 660041 4752021 916 - 660041 4752051 909 - 660041 4752081 899 - 660041 4752111 891 - 660041 4752141 883 - 660041 4752171 881 - 660041 4752201 879 - 660041 4752231 877 - 660041 4752261 876 - 660041 4752291 874 - 660041 4752321 873 - 660041 4752351 872 - 660041 4752381 871 - 660041 4752411 869 - 660041 4752441 868 - 660041 4752471 866 - 660041 4752501 864 - 660041 4752531 863 - 660041 4752561 862 - 660041 4752591 861 - 660041 4752621 861 - 660041 4752651 859 - 660041 4752681 858 - 660041 4752711 856 - 660041 4752741 856 - 660041 4752771 854 - 660041 4752801 840 - 660041 4752831 821 - 660041 4752861 809 - 660041 4752891 809 - 660041 4752921 809 - 660041 4752951 809 - 660041 4752981 809 - 660041 4753011 809 - 660041 4753041 809 - 660041 4753071 809 - 660041 4753101 809 - 660041 4753131 820 - 660041 4753161 828 - 660041 4753191 833 - 660041 4753221 840 - 660041 4753251 844 - 660041 4753281 852 - 660041 4753311 856 - 660041 4753341 860 - 660041 4753371 861 - 660041 4753401 861 - 660041 4753431 860 - 660041 4753461 859 - 660041 4753491 859 - 660041 4753521 859 - 660041 4753551 859 - 660041 4753581 860 - 660041 4753611 860 - 660041 4753641 860 - 660041 4753671 860 - 660041 4753701 860 - 660041 4753731 861 - 660041 4753761 861 - 660041 4753791 861 - 660041 4753821 861 - 660041 4753851 861 - 660041 4753881 861 - 660041 4753911 860 - 660041 4753941 860 - 660041 4753971 860 - 660041 4754001 860 - 660041 4754031 861 - 660041 4754061 862 - 660041 4754091 861 - 660041 4754121 866 - 660041 4754151 877 - 660041 4754181 894 - 660041 4754211 913 - 660041 4754241 950 - 660041 4754271 953 - 660041 4754301 953 - 660041 4754331 954 - 660041 4754361 955 - 660041 4754391 955 - 660041 4754421 955 - 660041 4754451 955 - 660041 4754481 956 - 660041 4754511 957 - 660041 4754541 956 - 660071 4751301 976 - 660071 4751331 973 - 660071 4751361 973 - 660071 4751391 975 - 660071 4751421 978 - 660071 4751451 981 - 660071 4751481 984 - 660071 4751511 987 - 660071 4751541 990 - 660071 4751571 994 - 660071 4751601 998 - 660071 4751631 1000 - 660071 4751661 1002 - 660071 4751691 1003 - 660071 4751721 1004 - 660071 4751751 1003 - 660071 4751781 1004 - 660071 4751811 1002 - 660071 4751841 1000 - 660071 4751871 994 - 660071 4751901 979 - 660071 4751931 959 - 660071 4751961 946 - 660071 4751991 926 - 660071 4752021 912 - 660071 4752051 905 - 660071 4752081 900 - 660071 4752111 893 - 660071 4752141 884 - 660071 4752171 880 - 660071 4752201 878 - 660071 4752231 876 - 660071 4752261 875 - 660071 4752291 874 - 660071 4752321 873 - 660071 4752351 871 - 660071 4752381 870 - 660071 4752411 870 - 660071 4752441 868 - 660071 4752471 867 - 660071 4752501 863 - 660071 4752531 861 - 660071 4752561 861 - 660071 4752591 861 - 660071 4752621 861 - 660071 4752651 860 - 660071 4752681 859 - 660071 4752711 859 - 660071 4752741 859 - 660071 4752771 854 - 660071 4752801 834 - 660071 4752831 816 - 660071 4752861 809 - 660071 4752891 809 - 660071 4752921 809 - 660071 4752951 809 - 660071 4752981 809 - 660071 4753011 809 - 660071 4753041 809 - 660071 4753071 809 - 660071 4753101 822 - 660071 4753131 834 - 660071 4753161 842 - 660071 4753191 851 - 660071 4753221 854 - 660071 4753251 854 - 660071 4753281 856 - 660071 4753311 859 - 660071 4753341 861 - 660071 4753371 862 - 660071 4753401 861 - 660071 4753431 861 - 660071 4753461 860 - 660071 4753491 859 - 660071 4753521 859 - 660071 4753551 860 - 660071 4753581 860 - 660071 4753611 861 - 660071 4753641 861 - 660071 4753671 860 - 660071 4753701 861 - 660071 4753731 862 - 660071 4753761 862 - 660071 4753791 862 - 660071 4753821 863 - 660071 4753851 863 - 660071 4753881 862 - 660071 4753911 861 - 660071 4753941 860 - 660071 4753971 861 - 660071 4754001 861 - 660071 4754031 861 - 660071 4754061 862 - 660071 4754091 863 - 660071 4754121 866 - 660071 4754151 872 - 660071 4754181 890 - 660071 4754211 908 - 660071 4754241 945 - 660071 4754271 953 - 660071 4754301 953 - 660071 4754331 954 - 660071 4754361 956 - 660071 4754391 955 - 660071 4754421 955 - 660071 4754451 956 - 660071 4754481 956 - 660071 4754511 957 - 660071 4754541 957 - 660101 4751301 977 - 660101 4751331 975 - 660101 4751361 974 - 660101 4751391 975 - 660101 4751421 978 - 660101 4751451 981 - 660101 4751481 984 - 660101 4751511 987 - 660101 4751541 990 - 660101 4751571 994 - 660101 4751601 998 - 660101 4751631 1000 - 660101 4751661 1002 - 660101 4751691 1003 - 660101 4751721 1003 - 660101 4751751 1004 - 660101 4751781 1003 - 660101 4751811 1001 - 660101 4751841 999 - 660101 4751871 992 - 660101 4751901 975 - 660101 4751931 956 - 660101 4751961 940 - 660101 4751991 925 - 660101 4752021 912 - 660101 4752051 905 - 660101 4752081 895 - 660101 4752111 888 - 660101 4752141 883 - 660101 4752171 878 - 660101 4752201 876 - 660101 4752231 876 - 660101 4752261 875 - 660101 4752291 874 - 660101 4752321 873 - 660101 4752351 871 - 660101 4752381 869 - 660101 4752411 869 - 660101 4752441 868 - 660101 4752471 867 - 660101 4752501 864 - 660101 4752531 861 - 660101 4752561 861 - 660101 4752591 861 - 660101 4752621 860 - 660101 4752651 860 - 660101 4752681 861 - 660101 4752711 861 - 660101 4752741 862 - 660101 4752771 852 - 660101 4752801 829 - 660101 4752831 809 - 660101 4752861 809 - 660101 4752891 809 - 660101 4752921 809 - 660101 4752951 809 - 660101 4752981 809 - 660101 4753011 809 - 660101 4753041 809 - 660101 4753071 819 - 660101 4753101 837 - 660101 4753131 850 - 660101 4753161 854 - 660101 4753191 856 - 660101 4753221 858 - 660101 4753251 858 - 660101 4753281 858 - 660101 4753311 860 - 660101 4753341 861 - 660101 4753371 862 - 660101 4753401 862 - 660101 4753431 861 - 660101 4753461 860 - 660101 4753491 859 - 660101 4753521 859 - 660101 4753551 860 - 660101 4753581 861 - 660101 4753611 862 - 660101 4753641 861 - 660101 4753671 861 - 660101 4753701 861 - 660101 4753731 862 - 660101 4753761 863 - 660101 4753791 864 - 660101 4753821 865 - 660101 4753851 866 - 660101 4753881 864 - 660101 4753911 861 - 660101 4753941 860 - 660101 4753971 861 - 660101 4754001 861 - 660101 4754031 861 - 660101 4754061 862 - 660101 4754091 864 - 660101 4754121 867 - 660101 4754151 872 - 660101 4754181 888 - 660101 4754211 907 - 660101 4754241 943 - 660101 4754271 953 - 660101 4754301 953 - 660101 4754331 954 - 660101 4754361 955 - 660101 4754391 955 - 660101 4754421 955 - 660101 4754451 957 - 660101 4754481 957 - 660101 4754511 957 - 660101 4754541 957 - 660131 4751301 978 - 660131 4751331 976 - 660131 4751361 975 - 660131 4751391 975 - 660131 4751421 977 - 660131 4751451 980 - 660131 4751481 984 - 660131 4751511 986 - 660131 4751541 990 - 660131 4751571 995 - 660131 4751601 999 - 660131 4751631 1001 - 660131 4751661 1002 - 660131 4751691 1003 - 660131 4751721 1003 - 660131 4751751 1003 - 660131 4751781 1002 - 660131 4751811 999 - 660131 4751841 995 - 660131 4751871 986 - 660131 4751901 964 - 660131 4751931 952 - 660131 4751961 935 - 660131 4751991 923 - 660131 4752021 910 - 660131 4752051 904 - 660131 4752081 893 - 660131 4752111 884 - 660131 4752141 881 - 660131 4752171 877 - 660131 4752201 876 - 660131 4752231 875 - 660131 4752261 874 - 660131 4752291 873 - 660131 4752321 872 - 660131 4752351 871 - 660131 4752381 869 - 660131 4752411 869 - 660131 4752441 868 - 660131 4752471 867 - 660131 4752501 864 - 660131 4752531 863 - 660131 4752561 862 - 660131 4752591 862 - 660131 4752621 861 - 660131 4752651 861 - 660131 4752681 861 - 660131 4752711 861 - 660131 4752741 856 - 660131 4752771 838 - 660131 4752801 825 - 660131 4752831 809 - 660131 4752861 809 - 660131 4752891 809 - 660131 4752921 809 - 660131 4752951 809 - 660131 4752981 809 - 660131 4753011 809 - 660131 4753041 821 - 660131 4753071 837 - 660131 4753101 853 - 660131 4753131 861 - 660131 4753161 857 - 660131 4753191 859 - 660131 4753221 861 - 660131 4753251 860 - 660131 4753281 860 - 660131 4753311 861 - 660131 4753341 861 - 660131 4753371 863 - 660131 4753401 863 - 660131 4753431 861 - 660131 4753461 860 - 660131 4753491 860 - 660131 4753521 860 - 660131 4753551 861 - 660131 4753581 861 - 660131 4753611 862 - 660131 4753641 862 - 660131 4753671 862 - 660131 4753701 862 - 660131 4753731 863 - 660131 4753761 864 - 660131 4753791 866 - 660131 4753821 867 - 660131 4753851 869 - 660131 4753881 865 - 660131 4753911 861 - 660131 4753941 860 - 660131 4753971 860 - 660131 4754001 860 - 660131 4754031 861 - 660131 4754061 863 - 660131 4754091 864 - 660131 4754121 867 - 660131 4754151 872 - 660131 4754181 887 - 660131 4754211 907 - 660131 4754241 940 - 660131 4754271 953 - 660131 4754301 953 - 660131 4754331 954 - 660131 4754361 955 - 660131 4754391 956 - 660131 4754421 956 - 660131 4754451 957 - 660131 4754481 957 - 660131 4754511 957 - 660131 4754541 957 - 660161 4751301 981 - 660161 4751331 978 - 660161 4751361 977 - 660161 4751391 978 - 660161 4751421 978 - 660161 4751451 981 - 660161 4751481 983 - 660161 4751511 986 - 660161 4751541 989 - 660161 4751571 994 - 660161 4751601 998 - 660161 4751631 1000 - 660161 4751661 1002 - 660161 4751691 1003 - 660161 4751721 1003 - 660161 4751751 1004 - 660161 4751781 1001 - 660161 4751811 998 - 660161 4751841 991 - 660161 4751871 976 - 660161 4751901 957 - 660161 4751931 942 - 660161 4751961 931 - 660161 4751991 919 - 660161 4752021 908 - 660161 4752051 900 - 660161 4752081 891 - 660161 4752111 883 - 660161 4752141 880 - 660161 4752171 877 - 660161 4752201 875 - 660161 4752231 875 - 660161 4752261 874 - 660161 4752291 873 - 660161 4752321 872 - 660161 4752351 870 - 660161 4752381 869 - 660161 4752411 869 - 660161 4752441 869 - 660161 4752471 867 - 660161 4752501 865 - 660161 4752531 864 - 660161 4752561 863 - 660161 4752591 862 - 660161 4752621 861 - 660161 4752651 859 - 660161 4752681 860 - 660161 4752711 855 - 660161 4752741 845 - 660161 4752771 829 - 660161 4752801 817 - 660161 4752831 809 - 660161 4752861 809 - 660161 4752891 809 - 660161 4752921 809 - 660161 4752951 809 - 660161 4752981 809 - 660161 4753011 830 - 660161 4753041 839 - 660161 4753071 851 - 660161 4753101 861 - 660161 4753131 860 - 660161 4753161 859 - 660161 4753191 861 - 660161 4753221 862 - 660161 4753251 861 - 660161 4753281 861 - 660161 4753311 862 - 660161 4753341 863 - 660161 4753371 863 - 660161 4753401 863 - 660161 4753431 861 - 660161 4753461 861 - 660161 4753491 860 - 660161 4753521 860 - 660161 4753551 861 - 660161 4753581 862 - 660161 4753611 863 - 660161 4753641 863 - 660161 4753671 863 - 660161 4753701 863 - 660161 4753731 864 - 660161 4753761 865 - 660161 4753791 867 - 660161 4753821 869 - 660161 4753851 867 - 660161 4753881 861 - 660161 4753911 860 - 660161 4753941 860 - 660161 4753971 860 - 660161 4754001 860 - 660161 4754031 861 - 660161 4754061 863 - 660161 4754091 864 - 660161 4754121 866 - 660161 4754151 870 - 660161 4754181 885 - 660161 4754211 908 - 660161 4754241 942 - 660161 4754271 953 - 660161 4754301 954 - 660161 4754331 955 - 660161 4754361 956 - 660161 4754391 956 - 660161 4754421 957 - 660161 4754451 958 - 660161 4754481 957 - 660161 4754511 958 - 660161 4754541 957 - 660191 4751301 983 - 660191 4751331 982 - 660191 4751361 981 - 660191 4751391 981 - 660191 4751421 981 - 660191 4751451 981 - 660191 4751481 983 - 660191 4751511 985 - 660191 4751541 989 - 660191 4751571 992 - 660191 4751601 997 - 660191 4751631 999 - 660191 4751661 1001 - 660191 4751691 1002 - 660191 4751721 1003 - 660191 4751751 1003 - 660191 4751781 1001 - 660191 4751811 997 - 660191 4751841 986 - 660191 4751871 966 - 660191 4751901 946 - 660191 4751931 935 - 660191 4751961 926 - 660191 4751991 915 - 660191 4752021 910 - 660191 4752051 901 - 660191 4752081 890 - 660191 4752111 882 - 660191 4752141 879 - 660191 4752171 876 - 660191 4752201 875 - 660191 4752231 875 - 660191 4752261 874 - 660191 4752291 873 - 660191 4752321 872 - 660191 4752351 871 - 660191 4752381 870 - 660191 4752411 870 - 660191 4752441 869 - 660191 4752471 868 - 660191 4752501 866 - 660191 4752531 864 - 660191 4752561 862 - 660191 4752591 861 - 660191 4752621 860 - 660191 4752651 859 - 660191 4752681 857 - 660191 4752711 855 - 660191 4752741 851 - 660191 4752771 835 - 660191 4752801 809 - 660191 4752831 809 - 660191 4752861 809 - 660191 4752891 809 - 660191 4752921 809 - 660191 4752951 809 - 660191 4752981 828 - 660191 4753011 847 - 660191 4753041 854 - 660191 4753071 856 - 660191 4753101 858 - 660191 4753131 859 - 660191 4753161 860 - 660191 4753191 861 - 660191 4753221 862 - 660191 4753251 863 - 660191 4753281 863 - 660191 4753311 863 - 660191 4753341 864 - 660191 4753371 864 - 660191 4753401 864 - 660191 4753431 862 - 660191 4753461 861 - 660191 4753491 860 - 660191 4753521 861 - 660191 4753551 862 - 660191 4753581 863 - 660191 4753611 863 - 660191 4753641 863 - 660191 4753671 864 - 660191 4753701 864 - 660191 4753731 864 - 660191 4753761 864 - 660191 4753791 865 - 660191 4753821 868 - 660191 4753851 865 - 660191 4753881 861 - 660191 4753911 860 - 660191 4753941 860 - 660191 4753971 860 - 660191 4754001 860 - 660191 4754031 862 - 660191 4754061 863 - 660191 4754091 864 - 660191 4754121 866 - 660191 4754151 869 - 660191 4754181 884 - 660191 4754211 911 - 660191 4754241 949 - 660191 4754271 954 - 660191 4754301 954 - 660191 4754331 955 - 660191 4754361 957 - 660191 4754391 957 - 660191 4754421 958 - 660191 4754451 958 - 660191 4754481 958 - 660191 4754511 957 - 660191 4754541 957 - 660221 4751301 985 - 660221 4751331 983 - 660221 4751361 983 - 660221 4751391 983 - 660221 4751421 982 - 660221 4751451 982 - 660221 4751481 982 - 660221 4751511 984 - 660221 4751541 987 - 660221 4751571 990 - 660221 4751601 994 - 660221 4751631 997 - 660221 4751661 999 - 660221 4751691 1001 - 660221 4751721 1003 - 660221 4751751 1002 - 660221 4751781 1001 - 660221 4751811 996 - 660221 4751841 983 - 660221 4751871 966 - 660221 4751901 948 - 660221 4751931 934 - 660221 4751961 925 - 660221 4751991 909 - 660221 4752021 900 - 660221 4752051 893 - 660221 4752081 884 - 660221 4752111 882 - 660221 4752141 879 - 660221 4752171 877 - 660221 4752201 876 - 660221 4752231 875 - 660221 4752261 874 - 660221 4752291 873 - 660221 4752321 872 - 660221 4752351 871 - 660221 4752381 870 - 660221 4752411 870 - 660221 4752441 869 - 660221 4752471 868 - 660221 4752501 866 - 660221 4752531 864 - 660221 4752561 862 - 660221 4752591 861 - 660221 4752621 861 - 660221 4752651 861 - 660221 4752681 861 - 660221 4752711 862 - 660221 4752741 859 - 660221 4752771 835 - 660221 4752801 809 - 660221 4752831 809 - 660221 4752861 809 - 660221 4752891 809 - 660221 4752921 809 - 660221 4752951 809 - 660221 4752981 827 - 660221 4753011 844 - 660221 4753041 855 - 660221 4753071 859 - 660221 4753101 860 - 660221 4753131 861 - 660221 4753161 861 - 660221 4753191 862 - 660221 4753221 862 - 660221 4753251 863 - 660221 4753281 864 - 660221 4753311 865 - 660221 4753341 865 - 660221 4753371 866 - 660221 4753401 865 - 660221 4753431 863 - 660221 4753461 861 - 660221 4753491 861 - 660221 4753521 861 - 660221 4753551 862 - 660221 4753581 863 - 660221 4753611 864 - 660221 4753641 865 - 660221 4753671 865 - 660221 4753701 865 - 660221 4753731 865 - 660221 4753761 865 - 660221 4753791 864 - 660221 4753821 863 - 660221 4753851 862 - 660221 4753881 861 - 660221 4753911 861 - 660221 4753941 860 - 660221 4753971 860 - 660221 4754001 860 - 660221 4754031 862 - 660221 4754061 863 - 660221 4754091 864 - 660221 4754121 866 - 660221 4754151 868 - 660221 4754181 883 - 660221 4754211 906 - 660221 4754241 940 - 660221 4754271 954 - 660221 4754301 956 - 660221 4754331 957 - 660221 4754361 957 - 660221 4754391 959 - 660221 4754421 958 - 660221 4754451 959 - 660221 4754481 958 - 660221 4754511 958 - 660221 4754541 957 - 660251 4751301 987 - 660251 4751331 984 - 660251 4751361 984 - 660251 4751391 985 - 660251 4751421 984 - 660251 4751451 983 - 660251 4751481 983 - 660251 4751511 983 - 660251 4751541 985 - 660251 4751571 989 - 660251 4751601 991 - 660251 4751631 995 - 660251 4751661 997 - 660251 4751691 999 - 660251 4751721 1001 - 660251 4751751 1001 - 660251 4751781 1000 - 660251 4751811 995 - 660251 4751841 981 - 660251 4751871 963 - 660251 4751901 944 - 660251 4751931 930 - 660251 4751961 918 - 660251 4751991 907 - 660251 4752021 899 - 660251 4752051 893 - 660251 4752081 886 - 660251 4752111 882 - 660251 4752141 879 - 660251 4752171 877 - 660251 4752201 876 - 660251 4752231 875 - 660251 4752261 874 - 660251 4752291 873 - 660251 4752321 871 - 660251 4752351 870 - 660251 4752381 870 - 660251 4752411 869 - 660251 4752441 869 - 660251 4752471 868 - 660251 4752501 866 - 660251 4752531 864 - 660251 4752561 862 - 660251 4752591 861 - 660251 4752621 862 - 660251 4752651 862 - 660251 4752681 863 - 660251 4752711 863 - 660251 4752741 855 - 660251 4752771 832 - 660251 4752801 809 - 660251 4752831 809 - 660251 4752861 809 - 660251 4752891 809 - 660251 4752921 809 - 660251 4752951 809 - 660251 4752981 824 - 660251 4753011 842 - 660251 4753041 855 - 660251 4753071 861 - 660251 4753101 861 - 660251 4753131 861 - 660251 4753161 862 - 660251 4753191 862 - 660251 4753221 863 - 660251 4753251 864 - 660251 4753281 866 - 660251 4753311 866 - 660251 4753341 867 - 660251 4753371 867 - 660251 4753401 866 - 660251 4753431 864 - 660251 4753461 862 - 660251 4753491 862 - 660251 4753521 863 - 660251 4753551 864 - 660251 4753581 865 - 660251 4753611 865 - 660251 4753641 865 - 660251 4753671 866 - 660251 4753701 866 - 660251 4753731 866 - 660251 4753761 866 - 660251 4753791 865 - 660251 4753821 864 - 660251 4753851 863 - 660251 4753881 862 - 660251 4753911 861 - 660251 4753941 860 - 660251 4753971 860 - 660251 4754001 860 - 660251 4754031 861 - 660251 4754061 863 - 660251 4754091 864 - 660251 4754121 866 - 660251 4754151 868 - 660251 4754181 881 - 660251 4754211 902 - 660251 4754241 936 - 660251 4754271 953 - 660251 4754301 956 - 660251 4754331 958 - 660251 4754361 959 - 660251 4754391 959 - 660251 4754421 959 - 660251 4754451 959 - 660251 4754481 958 - 660251 4754511 958 - 660251 4754541 957 - 660281 4751301 988 - 660281 4751331 987 - 660281 4751361 987 - 660281 4751391 987 - 660281 4751421 987 - 660281 4751451 987 - 660281 4751481 986 - 660281 4751511 986 - 660281 4751541 988 - 660281 4751571 989 - 660281 4751601 990 - 660281 4751631 992 - 660281 4751661 996 - 660281 4751691 998 - 660281 4751721 999 - 660281 4751751 999 - 660281 4751781 997 - 660281 4751811 992 - 660281 4751841 975 - 660281 4751871 960 - 660281 4751901 942 - 660281 4751931 930 - 660281 4751961 916 - 660281 4751991 907 - 660281 4752021 901 - 660281 4752051 893 - 660281 4752081 886 - 660281 4752111 882 - 660281 4752141 879 - 660281 4752171 877 - 660281 4752201 876 - 660281 4752231 875 - 660281 4752261 874 - 660281 4752291 873 - 660281 4752321 871 - 660281 4752351 870 - 660281 4752381 869 - 660281 4752411 869 - 660281 4752441 868 - 660281 4752471 867 - 660281 4752501 866 - 660281 4752531 865 - 660281 4752561 865 - 660281 4752591 864 - 660281 4752621 864 - 660281 4752651 863 - 660281 4752681 862 - 660281 4752711 856 - 660281 4752741 847 - 660281 4752771 828 - 660281 4752801 809 - 660281 4752831 809 - 660281 4752861 809 - 660281 4752891 809 - 660281 4752921 809 - 660281 4752951 809 - 660281 4752981 821 - 660281 4753011 841 - 660281 4753041 857 - 660281 4753071 862 - 660281 4753101 861 - 660281 4753131 862 - 660281 4753161 863 - 660281 4753191 863 - 660281 4753221 863 - 660281 4753251 864 - 660281 4753281 866 - 660281 4753311 868 - 660281 4753341 868 - 660281 4753371 869 - 660281 4753401 867 - 660281 4753431 866 - 660281 4753461 865 - 660281 4753491 865 - 660281 4753521 866 - 660281 4753551 867 - 660281 4753581 867 - 660281 4753611 866 - 660281 4753641 866 - 660281 4753671 866 - 660281 4753701 867 - 660281 4753731 867 - 660281 4753761 866 - 660281 4753791 866 - 660281 4753821 865 - 660281 4753851 864 - 660281 4753881 863 - 660281 4753911 862 - 660281 4753941 861 - 660281 4753971 860 - 660281 4754001 860 - 660281 4754031 861 - 660281 4754061 862 - 660281 4754091 863 - 660281 4754121 865 - 660281 4754151 868 - 660281 4754181 880 - 660281 4754211 902 - 660281 4754241 937 - 660281 4754271 953 - 660281 4754301 956 - 660281 4754331 958 - 660281 4754361 960 - 660281 4754391 960 - 660281 4754421 959 - 660281 4754451 959 - 660281 4754481 958 - 660281 4754511 958 - 660281 4754541 957 - 660311 4751301 990 - 660311 4751331 989 - 660311 4751361 989 - 660311 4751391 990 - 660311 4751421 990 - 660311 4751451 990 - 660311 4751481 989 - 660311 4751511 989 - 660311 4751541 990 - 660311 4751571 990 - 660311 4751601 990 - 660311 4751631 991 - 660311 4751661 994 - 660311 4751691 996 - 660311 4751721 998 - 660311 4751751 997 - 660311 4751781 995 - 660311 4751811 991 - 660311 4751841 972 - 660311 4751871 957 - 660311 4751901 938 - 660311 4751931 924 - 660311 4751961 913 - 660311 4751991 905 - 660311 4752021 899 - 660311 4752051 891 - 660311 4752081 886 - 660311 4752111 883 - 660311 4752141 879 - 660311 4752171 877 - 660311 4752201 876 - 660311 4752231 875 - 660311 4752261 874 - 660311 4752291 873 - 660311 4752321 871 - 660311 4752351 870 - 660311 4752381 869 - 660311 4752411 869 - 660311 4752441 869 - 660311 4752471 868 - 660311 4752501 867 - 660311 4752531 866 - 660311 4752561 865 - 660311 4752591 864 - 660311 4752621 864 - 660311 4752651 862 - 660311 4752681 861 - 660311 4752711 845 - 660311 4752741 836 - 660311 4752771 825 - 660311 4752801 809 - 660311 4752831 809 - 660311 4752861 809 - 660311 4752891 809 - 660311 4752921 809 - 660311 4752951 809 - 660311 4752981 817 - 660311 4753011 832 - 660311 4753041 855 - 660311 4753071 862 - 660311 4753101 861 - 660311 4753131 862 - 660311 4753161 863 - 660311 4753191 863 - 660311 4753221 864 - 660311 4753251 865 - 660311 4753281 866 - 660311 4753311 868 - 660311 4753341 869 - 660311 4753371 869 - 660311 4753401 869 - 660311 4753431 868 - 660311 4753461 867 - 660311 4753491 868 - 660311 4753521 868 - 660311 4753551 869 - 660311 4753581 868 - 660311 4753611 867 - 660311 4753641 867 - 660311 4753671 867 - 660311 4753701 867 - 660311 4753731 868 - 660311 4753761 867 - 660311 4753791 867 - 660311 4753821 866 - 660311 4753851 865 - 660311 4753881 864 - 660311 4753911 863 - 660311 4753941 861 - 660311 4753971 861 - 660311 4754001 860 - 660311 4754031 860 - 660311 4754061 861 - 660311 4754091 863 - 660311 4754121 865 - 660311 4754151 868 - 660311 4754181 878 - 660311 4754211 902 - 660311 4754241 938 - 660311 4754271 953 - 660311 4754301 956 - 660311 4754331 958 - 660311 4754361 960 - 660311 4754391 960 - 660311 4754421 959 - 660311 4754451 959 - 660311 4754481 958 - 660311 4754511 958 - 660311 4754541 957 - 660341 4751301 992 - 660341 4751331 991 - 660341 4751361 990 - 660341 4751391 991 - 660341 4751421 992 - 660341 4751451 991 - 660341 4751481 991 - 660341 4751511 991 - 660341 4751541 991 - 660341 4751571 991 - 660341 4751601 991 - 660341 4751631 990 - 660341 4751661 992 - 660341 4751691 995 - 660341 4751721 997 - 660341 4751751 996 - 660341 4751781 994 - 660341 4751811 989 - 660341 4751841 967 - 660341 4751871 952 - 660341 4751901 935 - 660341 4751931 922 - 660341 4751961 912 - 660341 4751991 904 - 660341 4752021 899 - 660341 4752051 893 - 660341 4752081 888 - 660341 4752111 883 - 660341 4752141 880 - 660341 4752171 877 - 660341 4752201 876 - 660341 4752231 875 - 660341 4752261 874 - 660341 4752291 873 - 660341 4752321 872 - 660341 4752351 870 - 660341 4752381 870 - 660341 4752411 870 - 660341 4752441 869 - 660341 4752471 868 - 660341 4752501 867 - 660341 4752531 866 - 660341 4752561 865 - 660341 4752591 864 - 660341 4752621 863 - 660341 4752651 862 - 660341 4752681 854 - 660341 4752711 838 - 660341 4752741 828 - 660341 4752771 818 - 660341 4752801 809 - 660341 4752831 809 - 660341 4752861 809 - 660341 4752891 809 - 660341 4752921 809 - 660341 4752951 809 - 660341 4752981 809 - 660341 4753011 826 - 660341 4753041 845 - 660341 4753071 857 - 660341 4753101 859 - 660341 4753131 861 - 660341 4753161 862 - 660341 4753191 863 - 660341 4753221 863 - 660341 4753251 865 - 660341 4753281 866 - 660341 4753311 866 - 660341 4753341 868 - 660341 4753371 868 - 660341 4753401 869 - 660341 4753431 869 - 660341 4753461 868 - 660341 4753491 868 - 660341 4753521 869 - 660341 4753551 869 - 660341 4753581 868 - 660341 4753611 868 - 660341 4753641 868 - 660341 4753671 868 - 660341 4753701 868 - 660341 4753731 868 - 660341 4753761 868 - 660341 4753791 868 - 660341 4753821 867 - 660341 4753851 867 - 660341 4753881 867 - 660341 4753911 865 - 660341 4753941 864 - 660341 4753971 862 - 660341 4754001 861 - 660341 4754031 861 - 660341 4754061 861 - 660341 4754091 863 - 660341 4754121 865 - 660341 4754151 867 - 660341 4754181 876 - 660341 4754211 899 - 660341 4754241 937 - 660341 4754271 953 - 660341 4754301 956 - 660341 4754331 958 - 660341 4754361 960 - 660341 4754391 960 - 660341 4754421 959 - 660341 4754451 959 - 660341 4754481 958 - 660341 4754511 958 - 660341 4754541 957 - 660371 4751301 993 - 660371 4751331 992 - 660371 4751361 992 - 660371 4751391 993 - 660371 4751421 993 - 660371 4751451 993 - 660371 4751481 992 - 660371 4751511 992 - 660371 4751541 992 - 660371 4751571 992 - 660371 4751601 992 - 660371 4751631 991 - 660371 4751661 992 - 660371 4751691 994 - 660371 4751721 996 - 660371 4751751 995 - 660371 4751781 994 - 660371 4751811 986 - 660371 4751841 968 - 660371 4751871 953 - 660371 4751901 938 - 660371 4751931 925 - 660371 4751961 914 - 660371 4751991 907 - 660371 4752021 901 - 660371 4752051 895 - 660371 4752081 890 - 660371 4752111 883 - 660371 4752141 880 - 660371 4752171 877 - 660371 4752201 876 - 660371 4752231 875 - 660371 4752261 874 - 660371 4752291 873 - 660371 4752321 872 - 660371 4752351 871 - 660371 4752381 870 - 660371 4752411 869 - 660371 4752441 868 - 660371 4752471 867 - 660371 4752501 866 - 660371 4752531 866 - 660371 4752561 865 - 660371 4752591 864 - 660371 4752621 862 - 660371 4752651 859 - 660371 4752681 844 - 660371 4752711 835 - 660371 4752741 825 - 660371 4752771 809 - 660371 4752801 809 - 660371 4752831 809 - 660371 4752861 809 - 660371 4752891 809 - 660371 4752921 809 - 660371 4752951 809 - 660371 4752981 809 - 660371 4753011 823 - 660371 4753041 840 - 660371 4753071 853 - 660371 4753101 856 - 660371 4753131 860 - 660371 4753161 863 - 660371 4753191 863 - 660371 4753221 863 - 660371 4753251 862 - 660371 4753281 864 - 660371 4753311 865 - 660371 4753341 866 - 660371 4753371 867 - 660371 4753401 867 - 660371 4753431 868 - 660371 4753461 868 - 660371 4753491 869 - 660371 4753521 869 - 660371 4753551 869 - 660371 4753581 868 - 660371 4753611 868 - 660371 4753641 869 - 660371 4753671 869 - 660371 4753701 869 - 660371 4753731 869 - 660371 4753761 869 - 660371 4753791 869 - 660371 4753821 868 - 660371 4753851 868 - 660371 4753881 869 - 660371 4753911 868 - 660371 4753941 866 - 660371 4753971 864 - 660371 4754001 863 - 660371 4754031 863 - 660371 4754061 862 - 660371 4754091 863 - 660371 4754121 865 - 660371 4754151 867 - 660371 4754181 875 - 660371 4754211 899 - 660371 4754241 937 - 660371 4754271 953 - 660371 4754301 956 - 660371 4754331 958 - 660371 4754361 960 - 660371 4754391 960 - 660371 4754421 959 - 660371 4754451 959 - 660371 4754481 958 - 660371 4754511 958 - 660371 4754541 957 - 660401 4751301 994 - 660401 4751331 994 - 660401 4751361 994 - 660401 4751391 994 - 660401 4751421 994 - 660401 4751451 994 - 660401 4751481 994 - 660401 4751511 994 - 660401 4751541 993 - 660401 4751571 994 - 660401 4751601 993 - 660401 4751631 992 - 660401 4751661 994 - 660401 4751691 994 - 660401 4751721 995 - 660401 4751751 994 - 660401 4751781 993 - 660401 4751811 984 - 660401 4751841 965 - 660401 4751871 951 - 660401 4751901 935 - 660401 4751931 924 - 660401 4751961 913 - 660401 4751991 906 - 660401 4752021 899 - 660401 4752051 893 - 660401 4752081 888 - 660401 4752111 884 - 660401 4752141 880 - 660401 4752171 877 - 660401 4752201 876 - 660401 4752231 875 - 660401 4752261 874 - 660401 4752291 873 - 660401 4752321 872 - 660401 4752351 871 - 660401 4752381 870 - 660401 4752411 869 - 660401 4752441 867 - 660401 4752471 867 - 660401 4752501 866 - 660401 4752531 866 - 660401 4752561 865 - 660401 4752591 864 - 660401 4752621 862 - 660401 4752651 857 - 660401 4752681 840 - 660401 4752711 830 - 660401 4752741 823 - 660401 4752771 809 - 660401 4752801 809 - 660401 4752831 809 - 660401 4752861 809 - 660401 4752891 809 - 660401 4752921 809 - 660401 4752951 809 - 660401 4752981 809 - 660401 4753011 818 - 660401 4753041 829 - 660401 4753071 843 - 660401 4753101 851 - 660401 4753131 856 - 660401 4753161 862 - 660401 4753191 862 - 660401 4753221 862 - 660401 4753251 861 - 660401 4753281 862 - 660401 4753311 863 - 660401 4753341 864 - 660401 4753371 866 - 660401 4753401 866 - 660401 4753431 868 - 660401 4753461 868 - 660401 4753491 868 - 660401 4753521 869 - 660401 4753551 869 - 660401 4753581 869 - 660401 4753611 869 - 660401 4753641 869 - 660401 4753671 869 - 660401 4753701 869 - 660401 4753731 869 - 660401 4753761 870 - 660401 4753791 869 - 660401 4753821 869 - 660401 4753851 869 - 660401 4753881 869 - 660401 4753911 869 - 660401 4753941 868 - 660401 4753971 866 - 660401 4754001 865 - 660401 4754031 864 - 660401 4754061 863 - 660401 4754091 864 - 660401 4754121 866 - 660401 4754151 867 - 660401 4754181 875 - 660401 4754211 899 - 660401 4754241 936 - 660401 4754271 953 - 660401 4754301 956 - 660401 4754331 958 - 660401 4754361 960 - 660401 4754391 960 - 660401 4754421 960 - 660401 4754451 959 - 660401 4754481 959 - 660401 4754511 958 - 660401 4754541 958 - 660431 4751301 996 - 660431 4751331 996 - 660431 4751361 995 - 660431 4751391 996 - 660431 4751421 996 - 660431 4751451 996 - 660431 4751481 995 - 660431 4751511 995 - 660431 4751541 995 - 660431 4751571 995 - 660431 4751601 994 - 660431 4751631 994 - 660431 4751661 995 - 660431 4751691 995 - 660431 4751721 995 - 660431 4751751 994 - 660431 4751781 993 - 660431 4751811 980 - 660431 4751841 961 - 660431 4751871 947 - 660431 4751901 931 - 660431 4751931 921 - 660431 4751961 913 - 660431 4751991 905 - 660431 4752021 897 - 660431 4752051 891 - 660431 4752081 886 - 660431 4752111 883 - 660431 4752141 880 - 660431 4752171 878 - 660431 4752201 876 - 660431 4752231 875 - 660431 4752261 874 - 660431 4752291 873 - 660431 4752321 871 - 660431 4752351 871 - 660431 4752381 870 - 660431 4752411 869 - 660431 4752441 866 - 660431 4752471 864 - 660431 4752501 864 - 660431 4752531 865 - 660431 4752561 865 - 660431 4752591 863 - 660431 4752621 862 - 660431 4752651 856 - 660431 4752681 838 - 660431 4752711 825 - 660431 4752741 809 - 660431 4752771 809 - 660431 4752801 809 - 660431 4752831 809 - 660431 4752861 809 - 660431 4752891 809 - 660431 4752921 809 - 660431 4752951 809 - 660431 4752981 809 - 660431 4753011 809 - 660431 4753041 823 - 660431 4753071 833 - 660431 4753101 839 - 660431 4753131 846 - 660431 4753161 857 - 660431 4753191 863 - 660431 4753221 862 - 660431 4753251 861 - 660431 4753281 861 - 660431 4753311 862 - 660431 4753341 863 - 660431 4753371 865 - 660431 4753401 865 - 660431 4753431 866 - 660431 4753461 868 - 660431 4753491 868 - 660431 4753521 869 - 660431 4753551 869 - 660431 4753581 869 - 660431 4753611 869 - 660431 4753641 869 - 660431 4753671 870 - 660431 4753701 870 - 660431 4753731 870 - 660431 4753761 870 - 660431 4753791 870 - 660431 4753821 869 - 660431 4753851 869 - 660431 4753881 869 - 660431 4753911 869 - 660431 4753941 869 - 660431 4753971 868 - 660431 4754001 867 - 660431 4754031 865 - 660431 4754061 864 - 660431 4754091 865 - 660431 4754121 866 - 660431 4754151 868 - 660431 4754181 875 - 660431 4754211 895 - 660431 4754241 935 - 660431 4754271 953 - 660431 4754301 956 - 660431 4754331 958 - 660431 4754361 960 - 660431 4754391 960 - 660431 4754421 960 - 660431 4754451 959 - 660431 4754481 959 - 660431 4754511 958 - 660431 4754541 958 - 660461 4751301 997 - 660461 4751331 997 - 660461 4751361 997 - 660461 4751391 997 - 660461 4751421 997 - 660461 4751451 997 - 660461 4751481 997 - 660461 4751511 997 - 660461 4751541 996 - 660461 4751571 996 - 660461 4751601 996 - 660461 4751631 995 - 660461 4751661 995 - 660461 4751691 994 - 660461 4751721 994 - 660461 4751751 993 - 660461 4751781 992 - 660461 4751811 977 - 660461 4751841 962 - 660461 4751871 948 - 660461 4751901 931 - 660461 4751931 918 - 660461 4751961 908 - 660461 4751991 900 - 660461 4752021 894 - 660461 4752051 890 - 660461 4752081 886 - 660461 4752111 883 - 660461 4752141 881 - 660461 4752171 878 - 660461 4752201 876 - 660461 4752231 875 - 660461 4752261 874 - 660461 4752291 873 - 660461 4752321 871 - 660461 4752351 870 - 660461 4752381 869 - 660461 4752411 867 - 660461 4752441 862 - 660461 4752471 862 - 660461 4752501 861 - 660461 4752531 862 - 660461 4752561 864 - 660461 4752591 864 - 660461 4752621 862 - 660461 4752651 853 - 660461 4752681 836 - 660461 4752711 822 - 660461 4752741 809 - 660461 4752771 809 - 660461 4752801 809 - 660461 4752831 809 - 660461 4752861 809 - 660461 4752891 809 - 660461 4752921 809 - 660461 4752951 809 - 660461 4752981 809 - 660461 4753011 809 - 660461 4753041 809 - 660461 4753071 818 - 660461 4753101 824 - 660461 4753131 832 - 660461 4753161 846 - 660461 4753191 857 - 660461 4753221 861 - 660461 4753251 861 - 660461 4753281 858 - 660461 4753311 861 - 660461 4753341 862 - 660461 4753371 865 - 660461 4753401 866 - 660461 4753431 869 - 660461 4753461 868 - 660461 4753491 870 - 660461 4753521 869 - 660461 4753551 869 - 660461 4753581 870 - 660461 4753611 869 - 660461 4753641 870 - 660461 4753671 870 - 660461 4753701 870 - 660461 4753731 870 - 660461 4753761 870 - 660461 4753791 870 - 660461 4753821 870 - 660461 4753851 870 - 660461 4753881 869 - 660461 4753911 869 - 660461 4753941 869 - 660461 4753971 869 - 660461 4754001 868 - 660461 4754031 867 - 660461 4754061 865 - 660461 4754091 866 - 660461 4754121 866 - 660461 4754151 868 - 660461 4754181 875 - 660461 4754211 897 - 660461 4754241 933 - 660461 4754271 953 - 660461 4754301 955 - 660461 4754331 958 - 660461 4754361 960 - 660461 4754391 960 - 660461 4754421 960 - 660461 4754451 959 - 660461 4754481 959 - 660461 4754511 958 - 660461 4754541 958 - 660491 4751301 998 - 660491 4751331 998 - 660491 4751361 998 - 660491 4751391 998 - 660491 4751421 998 - 660491 4751451 998 - 660491 4751481 998 - 660491 4751511 998 - 660491 4751541 997 - 660491 4751571 997 - 660491 4751601 997 - 660491 4751631 996 - 660491 4751661 996 - 660491 4751691 995 - 660491 4751721 994 - 660491 4751751 993 - 660491 4751781 992 - 660491 4751811 983 - 660491 4751841 967 - 660491 4751871 948 - 660491 4751901 932 - 660491 4751931 919 - 660491 4751961 910 - 660491 4751991 902 - 660491 4752021 893 - 660491 4752051 889 - 660491 4752081 886 - 660491 4752111 884 - 660491 4752141 881 - 660491 4752171 878 - 660491 4752201 876 - 660491 4752231 875 - 660491 4752261 874 - 660491 4752291 873 - 660491 4752321 871 - 660491 4752351 870 - 660491 4752381 869 - 660491 4752411 866 - 660491 4752441 862 - 660491 4752471 860 - 660491 4752501 859 - 660491 4752531 861 - 660491 4752561 863 - 660491 4752591 863 - 660491 4752621 863 - 660491 4752651 854 - 660491 4752681 835 - 660491 4752711 820 - 660491 4752741 813 - 660491 4752771 817 - 660491 4752801 809 - 660491 4752831 809 - 660491 4752861 809 - 660491 4752891 809 - 660491 4752921 809 - 660491 4752951 809 - 660491 4752981 809 - 660491 4753011 809 - 660491 4753041 809 - 660491 4753071 809 - 660491 4753101 809 - 660491 4753131 820 - 660491 4753161 829 - 660491 4753191 844 - 660491 4753221 854 - 660491 4753251 856 - 660491 4753281 855 - 660491 4753311 860 - 660491 4753341 863 - 660491 4753371 866 - 660491 4753401 869 - 660491 4753431 869 - 660491 4753461 869 - 660491 4753491 869 - 660491 4753521 870 - 660491 4753551 870 - 660491 4753581 870 - 660491 4753611 871 - 660491 4753641 870 - 660491 4753671 871 - 660491 4753701 871 - 660491 4753731 871 - 660491 4753761 871 - 660491 4753791 871 - 660491 4753821 871 - 660491 4753851 871 - 660491 4753881 871 - 660491 4753911 871 - 660491 4753941 870 - 660491 4753971 870 - 660491 4754001 869 - 660491 4754031 868 - 660491 4754061 866 - 660491 4754091 866 - 660491 4754121 866 - 660491 4754151 868 - 660491 4754181 875 - 660491 4754211 898 - 660491 4754241 930 - 660491 4754271 953 - 660491 4754301 955 - 660491 4754331 958 - 660491 4754361 960 - 660491 4754391 960 - 660491 4754421 960 - 660491 4754451 959 - 660491 4754481 959 - 660491 4754511 958 - 660491 4754541 958 - 660521 4751301 999 - 660521 4751331 999 - 660521 4751361 999 - 660521 4751391 999 - 660521 4751421 999 - 660521 4751451 999 - 660521 4751481 999 - 660521 4751511 999 - 660521 4751541 998 - 660521 4751571 997 - 660521 4751601 997 - 660521 4751631 996 - 660521 4751661 996 - 660521 4751691 995 - 660521 4751721 994 - 660521 4751751 993 - 660521 4751781 993 - 660521 4751811 978 - 660521 4751841 963 - 660521 4751871 946 - 660521 4751901 930 - 660521 4751931 919 - 660521 4751961 910 - 660521 4751991 902 - 660521 4752021 894 - 660521 4752051 889 - 660521 4752081 885 - 660521 4752111 883 - 660521 4752141 880 - 660521 4752171 878 - 660521 4752201 876 - 660521 4752231 875 - 660521 4752261 874 - 660521 4752291 872 - 660521 4752321 871 - 660521 4752351 870 - 660521 4752381 869 - 660521 4752411 866 - 660521 4752441 864 - 660521 4752471 862 - 660521 4752501 856 - 660521 4752531 859 - 660521 4752561 861 - 660521 4752591 861 - 660521 4752621 863 - 660521 4752651 854 - 660521 4752681 836 - 660521 4752711 819 - 660521 4752741 820 - 660521 4752771 828 - 660521 4752801 821 - 660521 4752831 809 - 660521 4752861 809 - 660521 4752891 809 - 660521 4752921 809 - 660521 4752951 809 - 660521 4752981 809 - 660521 4753011 809 - 660521 4753041 809 - 660521 4753071 809 - 660521 4753101 809 - 660521 4753131 809 - 660521 4753161 809 - 660521 4753191 826 - 660521 4753221 838 - 660521 4753251 843 - 660521 4753281 849 - 660521 4753311 860 - 660521 4753341 862 - 660521 4753371 865 - 660521 4753401 867 - 660521 4753431 869 - 660521 4753461 868 - 660521 4753491 869 - 660521 4753521 869 - 660521 4753551 870 - 660521 4753581 870 - 660521 4753611 871 - 660521 4753641 870 - 660521 4753671 871 - 660521 4753701 871 - 660521 4753731 871 - 660521 4753761 872 - 660521 4753791 872 - 660521 4753821 872 - 660521 4753851 871 - 660521 4753881 871 - 660521 4753911 871 - 660521 4753941 871 - 660521 4753971 870 - 660521 4754001 869 - 660521 4754031 868 - 660521 4754061 867 - 660521 4754091 866 - 660521 4754121 867 - 660521 4754151 868 - 660521 4754181 873 - 660521 4754211 894 - 660521 4754241 926 - 660521 4754271 953 - 660521 4754301 955 - 660521 4754331 957 - 660521 4754361 960 - 660521 4754391 960 - 660521 4754421 960 - 660521 4754451 959 - 660521 4754481 959 - 660521 4754511 958 - 660521 4754541 958 - 660551 4751301 1001 - 660551 4751331 1000 - 660551 4751361 1000 - 660551 4751391 1000 - 660551 4751421 1000 - 660551 4751451 1000 - 660551 4751481 1000 - 660551 4751511 1000 - 660551 4751541 999 - 660551 4751571 998 - 660551 4751601 997 - 660551 4751631 997 - 660551 4751661 996 - 660551 4751691 996 - 660551 4751721 995 - 660551 4751751 993 - 660551 4751781 992 - 660551 4751811 977 - 660551 4751841 959 - 660551 4751871 945 - 660551 4751901 930 - 660551 4751931 915 - 660551 4751961 907 - 660551 4751991 900 - 660551 4752021 891 - 660551 4752051 887 - 660551 4752081 884 - 660551 4752111 882 - 660551 4752141 880 - 660551 4752171 877 - 660551 4752201 876 - 660551 4752231 875 - 660551 4752261 874 - 660551 4752291 872 - 660551 4752321 870 - 660551 4752351 869 - 660551 4752381 868 - 660551 4752411 866 - 660551 4752441 864 - 660551 4752471 862 - 660551 4752501 855 - 660551 4752531 854 - 660551 4752561 855 - 660551 4752591 852 - 660551 4752621 851 - 660551 4752651 847 - 660551 4752681 835 - 660551 4752711 821 - 660551 4752741 830 - 660551 4752771 837 - 660551 4752801 825 - 660551 4752831 814 - 660551 4752861 809 - 660551 4752891 809 - 660551 4752921 809 - 660551 4752951 809 - 660551 4752981 809 - 660551 4753011 809 - 660551 4753041 809 - 660551 4753071 809 - 660551 4753101 809 - 660551 4753131 809 - 660551 4753161 809 - 660551 4753191 817 - 660551 4753221 824 - 660551 4753251 831 - 660551 4753281 838 - 660551 4753311 854 - 660551 4753341 862 - 660551 4753371 864 - 660551 4753401 865 - 660551 4753431 867 - 660551 4753461 867 - 660551 4753491 868 - 660551 4753521 869 - 660551 4753551 870 - 660551 4753581 870 - 660551 4753611 871 - 660551 4753641 871 - 660551 4753671 871 - 660551 4753701 871 - 660551 4753731 871 - 660551 4753761 871 - 660551 4753791 871 - 660551 4753821 872 - 660551 4753851 872 - 660551 4753881 872 - 660551 4753911 872 - 660551 4753941 871 - 660551 4753971 871 - 660551 4754001 870 - 660551 4754031 869 - 660551 4754061 867 - 660551 4754091 866 - 660551 4754121 867 - 660551 4754151 867 - 660551 4754181 872 - 660551 4754211 889 - 660551 4754241 918 - 660551 4754271 951 - 660551 4754301 955 - 660551 4754331 957 - 660551 4754361 959 - 660551 4754391 960 - 660551 4754421 960 - 660551 4754451 959 - 660551 4754481 959 - 660551 4754511 958 - 660551 4754541 958 - 660581 4751301 1002 - 660581 4751331 1001 - 660581 4751361 1001 - 660581 4751391 1001 - 660581 4751421 1001 - 660581 4751451 1001 - 660581 4751481 1001 - 660581 4751511 1000 - 660581 4751541 999 - 660581 4751571 999 - 660581 4751601 998 - 660581 4751631 997 - 660581 4751661 997 - 660581 4751691 996 - 660581 4751721 995 - 660581 4751751 993 - 660581 4751781 991 - 660581 4751811 974 - 660581 4751841 957 - 660581 4751871 941 - 660581 4751901 926 - 660581 4751931 913 - 660581 4751961 905 - 660581 4751991 896 - 660581 4752021 890 - 660581 4752051 886 - 660581 4752081 884 - 660581 4752111 882 - 660581 4752141 880 - 660581 4752171 878 - 660581 4752201 877 - 660581 4752231 876 - 660581 4752261 874 - 660581 4752291 871 - 660581 4752321 870 - 660581 4752351 868 - 660581 4752381 866 - 660581 4752411 864 - 660581 4752441 862 - 660581 4752471 858 - 660581 4752501 852 - 660581 4752531 844 - 660581 4752561 843 - 660581 4752591 838 - 660581 4752621 837 - 660581 4752651 836 - 660581 4752681 830 - 660581 4752711 827 - 660581 4752741 843 - 660581 4752771 845 - 660581 4752801 829 - 660581 4752831 816 - 660581 4752861 809 - 660581 4752891 809 - 660581 4752921 809 - 660581 4752951 809 - 660581 4752981 809 - 660581 4753011 809 - 660581 4753041 809 - 660581 4753071 809 - 660581 4753101 809 - 660581 4753131 809 - 660581 4753161 809 - 660581 4753191 809 - 660581 4753221 813 - 660581 4753251 820 - 660581 4753281 832 - 660581 4753311 846 - 660581 4753341 861 - 660581 4753371 863 - 660581 4753401 864 - 660581 4753431 866 - 660581 4753461 867 - 660581 4753491 868 - 660581 4753521 869 - 660581 4753551 870 - 660581 4753581 870 - 660581 4753611 872 - 660581 4753641 871 - 660581 4753671 871 - 660581 4753701 872 - 660581 4753731 871 - 660581 4753761 871 - 660581 4753791 871 - 660581 4753821 871 - 660581 4753851 871 - 660581 4753881 871 - 660581 4753911 872 - 660581 4753941 872 - 660581 4753971 871 - 660581 4754001 869 - 660581 4754031 869 - 660581 4754061 867 - 660581 4754091 867 - 660581 4754121 867 - 660581 4754151 867 - 660581 4754181 871 - 660581 4754211 887 - 660581 4754241 925 - 660581 4754271 949 - 660581 4754301 955 - 660581 4754331 958 - 660581 4754361 959 - 660581 4754391 960 - 660581 4754421 960 - 660581 4754451 959 - 660581 4754481 959 - 660581 4754511 959 - 660581 4754541 958 - 660611 4751301 1002 - 660611 4751331 1002 - 660611 4751361 1003 - 660611 4751391 1002 - 660611 4751421 1003 - 660611 4751451 1002 - 660611 4751481 1002 - 660611 4751511 1001 - 660611 4751541 1000 - 660611 4751571 999 - 660611 4751601 999 - 660611 4751631 998 - 660611 4751661 997 - 660611 4751691 996 - 660611 4751721 994 - 660611 4751751 993 - 660611 4751781 986 - 660611 4751811 968 - 660611 4751841 948 - 660611 4751871 939 - 660611 4751901 924 - 660611 4751931 912 - 660611 4751961 903 - 660611 4751991 892 - 660611 4752021 889 - 660611 4752051 887 - 660611 4752081 884 - 660611 4752111 882 - 660611 4752141 881 - 660611 4752171 879 - 660611 4752201 878 - 660611 4752231 876 - 660611 4752261 874 - 660611 4752291 871 - 660611 4752321 869 - 660611 4752351 866 - 660611 4752381 863 - 660611 4752411 861 - 660611 4752441 856 - 660611 4752471 849 - 660611 4752501 844 - 660611 4752531 839 - 660611 4752561 838 - 660611 4752591 838 - 660611 4752621 837 - 660611 4752651 830 - 660611 4752681 828 - 660611 4752711 835 - 660611 4752741 850 - 660611 4752771 850 - 660611 4752801 831 - 660611 4752831 820 - 660611 4752861 818 - 660611 4752891 809 - 660611 4752921 809 - 660611 4752951 809 - 660611 4752981 809 - 660611 4753011 809 - 660611 4753041 809 - 660611 4753071 809 - 660611 4753101 809 - 660611 4753131 809 - 660611 4753161 809 - 660611 4753191 809 - 660611 4753221 809 - 660611 4753251 809 - 660611 4753281 825 - 660611 4753311 839 - 660611 4753341 854 - 660611 4753371 860 - 660611 4753401 862 - 660611 4753431 867 - 660611 4753461 869 - 660611 4753491 869 - 660611 4753521 869 - 660611 4753551 870 - 660611 4753581 870 - 660611 4753611 871 - 660611 4753641 871 - 660611 4753671 872 - 660611 4753701 872 - 660611 4753731 872 - 660611 4753761 872 - 660611 4753791 871 - 660611 4753821 871 - 660611 4753851 871 - 660611 4753881 871 - 660611 4753911 871 - 660611 4753941 871 - 660611 4753971 871 - 660611 4754001 869 - 660611 4754031 869 - 660611 4754061 867 - 660611 4754091 867 - 660611 4754121 867 - 660611 4754151 867 - 660611 4754181 872 - 660611 4754211 886 - 660611 4754241 912 - 660611 4754271 941 - 660611 4754301 954 - 660611 4754331 959 - 660611 4754361 960 - 660611 4754391 960 - 660611 4754421 960 - 660611 4754451 960 - 660611 4754481 959 - 660611 4754511 959 - 660611 4754541 958 - 660641 4751301 1002 - 660641 4751331 1003 - 660641 4751361 1003 - 660641 4751391 1004 - 660641 4751421 1004 - 660641 4751451 1004 - 660641 4751481 1003 - 660641 4751511 1002 - 660641 4751541 1001 - 660641 4751571 1000 - 660641 4751601 1000 - 660641 4751631 998 - 660641 4751661 997 - 660641 4751691 996 - 660641 4751721 994 - 660641 4751751 992 - 660641 4751781 978 - 660641 4751811 965 - 660641 4751841 949 - 660641 4751871 939 - 660641 4751901 926 - 660641 4751931 914 - 660641 4751961 904 - 660641 4751991 893 - 660641 4752021 890 - 660641 4752051 887 - 660641 4752081 884 - 660641 4752111 882 - 660641 4752141 881 - 660641 4752171 880 - 660641 4752201 878 - 660641 4752231 876 - 660641 4752261 874 - 660641 4752291 871 - 660641 4752321 868 - 660641 4752351 863 - 660641 4752381 861 - 660641 4752411 854 - 660641 4752441 851 - 660641 4752471 846 - 660641 4752501 842 - 660641 4752531 846 - 660641 4752561 852 - 660641 4752591 851 - 660641 4752621 843 - 660641 4752651 832 - 660641 4752681 836 - 660641 4752711 846 - 660641 4752741 855 - 660641 4752771 852 - 660641 4752801 832 - 660641 4752831 828 - 660641 4752861 825 - 660641 4752891 818 - 660641 4752921 809 - 660641 4752951 809 - 660641 4752981 809 - 660641 4753011 809 - 660641 4753041 809 - 660641 4753071 809 - 660641 4753101 809 - 660641 4753131 809 - 660641 4753161 809 - 660641 4753191 809 - 660641 4753221 809 - 660641 4753251 809 - 660641 4753281 815 - 660641 4753311 831 - 660641 4753341 840 - 660641 4753371 850 - 660641 4753401 859 - 660641 4753431 865 - 660641 4753461 869 - 660641 4753491 871 - 660641 4753521 870 - 660641 4753551 871 - 660641 4753581 871 - 660641 4753611 871 - 660641 4753641 871 - 660641 4753671 872 - 660641 4753701 872 - 660641 4753731 872 - 660641 4753761 873 - 660641 4753791 873 - 660641 4753821 873 - 660641 4753851 872 - 660641 4753881 871 - 660641 4753911 871 - 660641 4753941 870 - 660641 4753971 870 - 660641 4754001 870 - 660641 4754031 869 - 660641 4754061 867 - 660641 4754091 867 - 660641 4754121 867 - 660641 4754151 867 - 660641 4754181 872 - 660641 4754211 885 - 660641 4754241 907 - 660641 4754271 943 - 660641 4754301 958 - 660641 4754331 960 - 660641 4754361 960 - 660641 4754391 960 - 660641 4754421 960 - 660641 4754451 960 - 660641 4754481 959 - 660641 4754511 959 - 660641 4754541 958 - 660671 4751301 1002 - 660671 4751331 1004 - 660671 4751361 1004 - 660671 4751391 1004 - 660671 4751421 1005 - 660671 4751451 1005 - 660671 4751481 1005 - 660671 4751511 1004 - 660671 4751541 1003 - 660671 4751571 1001 - 660671 4751601 1000 - 660671 4751631 999 - 660671 4751661 998 - 660671 4751691 996 - 660671 4751721 995 - 660671 4751751 992 - 660671 4751781 981 - 660671 4751811 967 - 660671 4751841 955 - 660671 4751871 945 - 660671 4751901 930 - 660671 4751931 915 - 660671 4751961 905 - 660671 4751991 897 - 660671 4752021 891 - 660671 4752051 888 - 660671 4752081 885 - 660671 4752111 883 - 660671 4752141 881 - 660671 4752171 880 - 660671 4752201 878 - 660671 4752231 877 - 660671 4752261 874 - 660671 4752291 870 - 660671 4752321 867 - 660671 4752351 863 - 660671 4752381 860 - 660671 4752411 862 - 660671 4752441 853 - 660671 4752471 844 - 660671 4752501 852 - 660671 4752531 859 - 660671 4752561 863 - 660671 4752591 856 - 660671 4752621 845 - 660671 4752651 838 - 660671 4752681 844 - 660671 4752711 854 - 660671 4752741 858 - 660671 4752771 850 - 660671 4752801 836 - 660671 4752831 840 - 660671 4752861 834 - 660671 4752891 828 - 660671 4752921 809 - 660671 4752951 809 - 660671 4752981 809 - 660671 4753011 809 - 660671 4753041 809 - 660671 4753071 809 - 660671 4753101 809 - 660671 4753131 809 - 660671 4753161 809 - 660671 4753191 809 - 660671 4753221 809 - 660671 4753251 809 - 660671 4753281 809 - 660671 4753311 818 - 660671 4753341 829 - 660671 4753371 840 - 660671 4753401 853 - 660671 4753431 862 - 660671 4753461 868 - 660671 4753491 869 - 660671 4753521 871 - 660671 4753551 871 - 660671 4753581 871 - 660671 4753611 871 - 660671 4753641 872 - 660671 4753671 872 - 660671 4753701 873 - 660671 4753731 873 - 660671 4753761 874 - 660671 4753791 874 - 660671 4753821 873 - 660671 4753851 873 - 660671 4753881 873 - 660671 4753911 872 - 660671 4753941 871 - 660671 4753971 870 - 660671 4754001 869 - 660671 4754031 869 - 660671 4754061 867 - 660671 4754091 867 - 660671 4754121 867 - 660671 4754151 867 - 660671 4754181 871 - 660671 4754211 886 - 660671 4754241 910 - 660671 4754271 944 - 660671 4754301 961 - 660671 4754331 960 - 660671 4754361 960 - 660671 4754391 960 - 660671 4754421 960 - 660671 4754451 960 - 660671 4754481 959 - 660671 4754511 958 - 660671 4754541 958 - 660701 4751301 1000 - 660701 4751331 1003 - 660701 4751361 1005 - 660701 4751391 1005 - 660701 4751421 1006 - 660701 4751451 1006 - 660701 4751481 1006 - 660701 4751511 1005 - 660701 4751541 1004 - 660701 4751571 1002 - 660701 4751601 1001 - 660701 4751631 1000 - 660701 4751661 998 - 660701 4751691 997 - 660701 4751721 996 - 660701 4751751 993 - 660701 4751781 981 - 660701 4751811 967 - 660701 4751841 955 - 660701 4751871 943 - 660701 4751901 927 - 660701 4751931 915 - 660701 4751961 904 - 660701 4751991 897 - 660701 4752021 892 - 660701 4752051 889 - 660701 4752081 886 - 660701 4752111 884 - 660701 4752141 882 - 660701 4752171 880 - 660701 4752201 878 - 660701 4752231 877 - 660701 4752261 874 - 660701 4752291 870 - 660701 4752321 867 - 660701 4752351 865 - 660701 4752381 863 - 660701 4752411 859 - 660701 4752441 847 - 660701 4752471 852 - 660701 4752501 861 - 660701 4752531 864 - 660701 4752561 865 - 660701 4752591 856 - 660701 4752621 843 - 660701 4752651 841 - 660701 4752681 847 - 660701 4752711 861 - 660701 4752741 859 - 660701 4752771 850 - 660701 4752801 846 - 660701 4752831 849 - 660701 4752861 849 - 660701 4752891 832 - 660701 4752921 809 - 660701 4752951 809 - 660701 4752981 809 - 660701 4753011 809 - 660701 4753041 809 - 660701 4753071 820 - 660701 4753101 818 - 660701 4753131 809 - 660701 4753161 809 - 660701 4753191 809 - 660701 4753221 809 - 660701 4753251 809 - 660701 4753281 809 - 660701 4753311 809 - 660701 4753341 819 - 660701 4753371 832 - 660701 4753401 844 - 660701 4753431 853 - 660701 4753461 861 - 660701 4753491 865 - 660701 4753521 869 - 660701 4753551 869 - 660701 4753581 870 - 660701 4753611 870 - 660701 4753641 872 - 660701 4753671 872 - 660701 4753701 873 - 660701 4753731 874 - 660701 4753761 874 - 660701 4753791 874 - 660701 4753821 874 - 660701 4753851 874 - 660701 4753881 874 - 660701 4753911 874 - 660701 4753941 873 - 660701 4753971 870 - 660701 4754001 869 - 660701 4754031 868 - 660701 4754061 867 - 660701 4754091 867 - 660701 4754121 868 - 660701 4754151 867 - 660701 4754181 871 - 660701 4754211 888 - 660701 4754241 907 - 660701 4754271 940 - 660701 4754301 955 - 660701 4754331 957 - 660701 4754361 959 - 660701 4754391 960 - 660701 4754421 960 - 660701 4754451 959 - 660701 4754481 959 - 660701 4754511 958 - 660701 4754541 958 - 660731 4751301 998 - 660731 4751331 1003 - 660731 4751361 1005 - 660731 4751391 1006 - 660731 4751421 1006 - 660731 4751451 1006 - 660731 4751481 1006 - 660731 4751511 1006 - 660731 4751541 1004 - 660731 4751571 1002 - 660731 4751601 1001 - 660731 4751631 1000 - 660731 4751661 998 - 660731 4751691 999 - 660731 4751721 997 - 660731 4751751 993 - 660731 4751781 978 - 660731 4751811 964 - 660731 4751841 953 - 660731 4751871 941 - 660731 4751901 928 - 660731 4751931 913 - 660731 4751961 903 - 660731 4751991 897 - 660731 4752021 892 - 660731 4752051 889 - 660731 4752081 886 - 660731 4752111 884 - 660731 4752141 882 - 660731 4752171 880 - 660731 4752201 878 - 660731 4752231 876 - 660731 4752261 874 - 660731 4752291 871 - 660731 4752321 869 - 660731 4752351 866 - 660731 4752381 862 - 660731 4752411 853 - 660731 4752441 852 - 660731 4752471 860 - 660731 4752501 864 - 660731 4752531 867 - 660731 4752561 863 - 660731 4752591 852 - 660731 4752621 842 - 660731 4752651 843 - 660731 4752681 850 - 660731 4752711 863 - 660731 4752741 859 - 660731 4752771 853 - 660731 4752801 859 - 660731 4752831 862 - 660731 4752861 848 - 660731 4752891 825 - 660731 4752921 809 - 660731 4752951 809 - 660731 4752981 809 - 660731 4753011 809 - 660731 4753041 831 - 660731 4753071 839 - 660731 4753101 835 - 660731 4753131 831 - 660731 4753161 809 - 660731 4753191 809 - 660731 4753221 809 - 660731 4753251 809 - 660731 4753281 809 - 660731 4753311 809 - 660731 4753341 809 - 660731 4753371 826 - 660731 4753401 833 - 660731 4753431 845 - 660731 4753461 855 - 660731 4753491 861 - 660731 4753521 865 - 660731 4753551 867 - 660731 4753581 868 - 660731 4753611 871 - 660731 4753641 873 - 660731 4753671 873 - 660731 4753701 873 - 660731 4753731 874 - 660731 4753761 874 - 660731 4753791 875 - 660731 4753821 875 - 660731 4753851 875 - 660731 4753881 875 - 660731 4753911 875 - 660731 4753941 875 - 660731 4753971 873 - 660731 4754001 870 - 660731 4754031 869 - 660731 4754061 868 - 660731 4754091 867 - 660731 4754121 868 - 660731 4754151 868 - 660731 4754181 874 - 660731 4754211 889 - 660731 4754241 904 - 660731 4754271 937 - 660731 4754301 954 - 660731 4754331 956 - 660731 4754361 959 - 660731 4754391 960 - 660731 4754421 960 - 660731 4754451 959 - 660731 4754481 959 - 660731 4754511 958 - 660731 4754541 958 - 660761 4751301 1002 - 660761 4751331 1004 - 660761 4751361 1006 - 660761 4751391 1006 - 660761 4751421 1006 - 660761 4751451 1006 - 660761 4751481 1007 - 660761 4751511 1006 - 660761 4751541 1004 - 660761 4751571 1003 - 660761 4751601 1002 - 660761 4751631 1001 - 660761 4751661 1000 - 660761 4751691 1000 - 660761 4751721 997 - 660761 4751751 989 - 660761 4751781 972 - 660761 4751811 960 - 660761 4751841 949 - 660761 4751871 939 - 660761 4751901 924 - 660761 4751931 912 - 660761 4751961 901 - 660761 4751991 897 - 660761 4752021 892 - 660761 4752051 891 - 660761 4752081 886 - 660761 4752111 884 - 660761 4752141 882 - 660761 4752171 881 - 660761 4752201 879 - 660761 4752231 877 - 660761 4752261 877 - 660761 4752291 873 - 660761 4752321 869 - 660761 4752351 866 - 660761 4752381 862 - 660761 4752411 852 - 660761 4752441 855 - 660761 4752471 863 - 660761 4752501 866 - 660761 4752531 864 - 660761 4752561 856 - 660761 4752591 846 - 660761 4752621 842 - 660761 4752651 847 - 660761 4752681 854 - 660761 4752711 860 - 660761 4752741 859 - 660761 4752771 860 - 660761 4752801 863 - 660761 4752831 862 - 660761 4752861 845 - 660761 4752891 823 - 660761 4752921 809 - 660761 4752951 809 - 660761 4752981 809 - 660761 4753011 809 - 660761 4753041 835 - 660761 4753071 854 - 660761 4753101 847 - 660761 4753131 839 - 660761 4753161 809 - 660761 4753191 809 - 660761 4753221 809 - 660761 4753251 809 - 660761 4753281 809 - 660761 4753311 809 - 660761 4753341 809 - 660761 4753371 818 - 660761 4753401 826 - 660761 4753431 835 - 660761 4753461 848 - 660761 4753491 857 - 660761 4753521 861 - 660761 4753551 865 - 660761 4753581 869 - 660761 4753611 870 - 660761 4753641 871 - 660761 4753671 873 - 660761 4753701 873 - 660761 4753731 874 - 660761 4753761 874 - 660761 4753791 875 - 660761 4753821 875 - 660761 4753851 875 - 660761 4753881 875 - 660761 4753911 875 - 660761 4753941 875 - 660761 4753971 875 - 660761 4754001 873 - 660761 4754031 871 - 660761 4754061 869 - 660761 4754091 868 - 660761 4754121 868 - 660761 4754151 870 - 660761 4754181 876 - 660761 4754211 890 - 660761 4754241 905 - 660761 4754271 936 - 660761 4754301 953 - 660761 4754331 956 - 660761 4754361 959 - 660761 4754391 960 - 660761 4754421 960 - 660761 4754451 959 - 660761 4754481 959 - 660761 4754511 959 - 660761 4754541 959 - 660791 4751301 1004 - 660791 4751331 1005 - 660791 4751361 1006 - 660791 4751391 1006 - 660791 4751421 1007 - 660791 4751451 1006 - 660791 4751481 1006 - 660791 4751511 1005 - 660791 4751541 1003 - 660791 4751571 1003 - 660791 4751601 1002 - 660791 4751631 1001 - 660791 4751661 1001 - 660791 4751691 999 - 660791 4751721 993 - 660791 4751751 980 - 660791 4751781 966 - 660791 4751811 956 - 660791 4751841 943 - 660791 4751871 935 - 660791 4751901 923 - 660791 4751931 908 - 660791 4751961 903 - 660791 4751991 901 - 660791 4752021 895 - 660791 4752051 890 - 660791 4752081 888 - 660791 4752111 885 - 660791 4752141 883 - 660791 4752171 881 - 660791 4752201 879 - 660791 4752231 878 - 660791 4752261 877 - 660791 4752291 874 - 660791 4752321 870 - 660791 4752351 866 - 660791 4752381 862 - 660791 4752411 853 - 660791 4752441 861 - 660791 4752471 865 - 660791 4752501 867 - 660791 4752531 863 - 660791 4752561 854 - 660791 4752591 844 - 660791 4752621 843 - 660791 4752651 849 - 660791 4752681 861 - 660791 4752711 861 - 660791 4752741 859 - 660791 4752771 861 - 660791 4752801 864 - 660791 4752831 863 - 660791 4752861 849 - 660791 4752891 828 - 660791 4752921 809 - 660791 4752951 809 - 660791 4752981 809 - 660791 4753011 821 - 660791 4753041 835 - 660791 4753071 852 - 660791 4753101 846 - 660791 4753131 836 - 660791 4753161 823 - 660791 4753191 809 - 660791 4753221 809 - 660791 4753251 809 - 660791 4753281 809 - 660791 4753311 809 - 660791 4753341 809 - 660791 4753371 809 - 660791 4753401 819 - 660791 4753431 830 - 660791 4753461 840 - 660791 4753491 854 - 660791 4753521 855 - 660791 4753551 862 - 660791 4753581 869 - 660791 4753611 870 - 660791 4753641 870 - 660791 4753671 871 - 660791 4753701 872 - 660791 4753731 873 - 660791 4753761 874 - 660791 4753791 875 - 660791 4753821 875 - 660791 4753851 876 - 660791 4753881 876 - 660791 4753911 876 - 660791 4753941 876 - 660791 4753971 876 - 660791 4754001 876 - 660791 4754031 873 - 660791 4754061 870 - 660791 4754091 869 - 660791 4754121 868 - 660791 4754151 868 - 660791 4754181 877 - 660791 4754211 891 - 660791 4754241 907 - 660791 4754271 937 - 660791 4754301 955 - 660791 4754331 957 - 660791 4754361 959 - 660791 4754391 960 - 660791 4754421 960 - 660791 4754451 959 - 660791 4754481 959 - 660791 4754511 959 - 660791 4754541 959 - 660821 4751301 1005 - 660821 4751331 1006 - 660821 4751361 1007 - 660821 4751391 1007 - 660821 4751421 1008 - 660821 4751451 1007 - 660821 4751481 1007 - 660821 4751511 1006 - 660821 4751541 1003 - 660821 4751571 1003 - 660821 4751601 1002 - 660821 4751631 1001 - 660821 4751661 1000 - 660821 4751691 995 - 660821 4751721 983 - 660821 4751751 969 - 660821 4751781 960 - 660821 4751811 950 - 660821 4751841 941 - 660821 4751871 933 - 660821 4751901 922 - 660821 4751931 914 - 660821 4751961 909 - 660821 4751991 900 - 660821 4752021 896 - 660821 4752051 893 - 660821 4752081 890 - 660821 4752111 886 - 660821 4752141 883 - 660821 4752171 882 - 660821 4752201 880 - 660821 4752231 878 - 660821 4752261 876 - 660821 4752291 874 - 660821 4752321 870 - 660821 4752351 865 - 660821 4752381 861 - 660821 4752411 858 - 660821 4752441 866 - 660821 4752471 868 - 660821 4752501 866 - 660821 4752531 863 - 660821 4752561 853 - 660821 4752591 843 - 660821 4752621 844 - 660821 4752651 851 - 660821 4752681 861 - 660821 4752711 861 - 660821 4752741 861 - 660821 4752771 861 - 660821 4752801 863 - 660821 4752831 863 - 660821 4752861 853 - 660821 4752891 832 - 660821 4752921 809 - 660821 4752951 809 - 660821 4752981 809 - 660821 4753011 820 - 660821 4753041 839 - 660821 4753071 850 - 660821 4753101 845 - 660821 4753131 835 - 660821 4753161 824 - 660821 4753191 819 - 660821 4753221 809 - 660821 4753251 809 - 660821 4753281 809 - 660821 4753311 809 - 660821 4753341 809 - 660821 4753371 809 - 660821 4753401 809 - 660821 4753431 823 - 660821 4753461 832 - 660821 4753491 839 - 660821 4753521 846 - 660821 4753551 859 - 660821 4753581 868 - 660821 4753611 870 - 660821 4753641 871 - 660821 4753671 871 - 660821 4753701 872 - 660821 4753731 873 - 660821 4753761 874 - 660821 4753791 875 - 660821 4753821 876 - 660821 4753851 876 - 660821 4753881 876 - 660821 4753911 877 - 660821 4753941 877 - 660821 4753971 878 - 660821 4754001 877 - 660821 4754031 874 - 660821 4754061 872 - 660821 4754091 870 - 660821 4754121 868 - 660821 4754151 868 - 660821 4754181 879 - 660821 4754211 894 - 660821 4754241 910 - 660821 4754271 938 - 660821 4754301 960 - 660821 4754331 960 - 660821 4754361 958 - 660821 4754391 960 - 660821 4754421 960 - 660821 4754451 960 - 660821 4754481 959 - 660821 4754511 959 - 660821 4754541 959 - 660851 4751301 1006 - 660851 4751331 1006 - 660851 4751361 1008 - 660851 4751391 1010 - 660851 4751421 1011 - 660851 4751451 1010 - 660851 4751481 1008 - 660851 4751511 1007 - 660851 4751541 1004 - 660851 4751571 1002 - 660851 4751601 1001 - 660851 4751631 1000 - 660851 4751661 998 - 660851 4751691 983 - 660851 4751721 971 - 660851 4751751 958 - 660851 4751781 951 - 660851 4751811 944 - 660851 4751841 938 - 660851 4751871 929 - 660851 4751901 922 - 660851 4751931 917 - 660851 4751961 911 - 660851 4751991 905 - 660851 4752021 898 - 660851 4752051 895 - 660851 4752081 891 - 660851 4752111 886 - 660851 4752141 883 - 660851 4752171 881 - 660851 4752201 880 - 660851 4752231 878 - 660851 4752261 876 - 660851 4752291 873 - 660851 4752321 870 - 660851 4752351 865 - 660851 4752381 861 - 660851 4752411 861 - 660851 4752441 870 - 660851 4752471 869 - 660851 4752501 866 - 660851 4752531 861 - 660851 4752561 848 - 660851 4752591 843 - 660851 4752621 846 - 660851 4752651 859 - 660851 4752681 861 - 660851 4752711 861 - 660851 4752741 861 - 660851 4752771 861 - 660851 4752801 863 - 660851 4752831 858 - 660851 4752861 845 - 660851 4752891 829 - 660851 4752921 809 - 660851 4752951 809 - 660851 4752981 809 - 660851 4753011 822 - 660851 4753041 844 - 660851 4753071 855 - 660851 4753101 848 - 660851 4753131 839 - 660851 4753161 829 - 660851 4753191 834 - 660851 4753221 821 - 660851 4753251 809 - 660851 4753281 809 - 660851 4753311 809 - 660851 4753341 809 - 660851 4753371 809 - 660851 4753401 809 - 660851 4753431 809 - 660851 4753461 820 - 660851 4753491 828 - 660851 4753521 843 - 660851 4753551 855 - 660851 4753581 864 - 660851 4753611 869 - 660851 4753641 870 - 660851 4753671 871 - 660851 4753701 872 - 660851 4753731 873 - 660851 4753761 874 - 660851 4753791 875 - 660851 4753821 876 - 660851 4753851 877 - 660851 4753881 877 - 660851 4753911 877 - 660851 4753941 877 - 660851 4753971 877 - 660851 4754001 876 - 660851 4754031 874 - 660851 4754061 872 - 660851 4754091 870 - 660851 4754121 868 - 660851 4754151 871 - 660851 4754181 882 - 660851 4754211 898 - 660851 4754241 914 - 660851 4754271 946 - 660851 4754301 956 - 660851 4754331 957 - 660851 4754361 958 - 660851 4754391 960 - 660851 4754421 960 - 660851 4754451 960 - 660851 4754481 959 - 660851 4754511 959 - 660851 4754541 960 - 660881 4751301 1007 - 660881 4751331 1008 - 660881 4751361 1010 - 660881 4751391 1012 - 660881 4751421 1013 - 660881 4751451 1012 - 660881 4751481 1010 - 660881 4751511 1007 - 660881 4751541 1005 - 660881 4751571 1004 - 660881 4751601 1000 - 660881 4751631 999 - 660881 4751661 988 - 660881 4751691 973 - 660881 4751721 966 - 660881 4751751 967 - 660881 4751781 967 - 660881 4751811 964 - 660881 4751841 954 - 660881 4751871 942 - 660881 4751901 930 - 660881 4751931 924 - 660881 4751961 917 - 660881 4751991 910 - 660881 4752021 907 - 660881 4752051 898 - 660881 4752081 892 - 660881 4752111 886 - 660881 4752141 883 - 660881 4752171 882 - 660881 4752201 879 - 660881 4752231 877 - 660881 4752261 876 - 660881 4752291 872 - 660881 4752321 869 - 660881 4752351 864 - 660881 4752381 861 - 660881 4752411 865 - 660881 4752441 871 - 660881 4752471 868 - 660881 4752501 867 - 660881 4752531 859 - 660881 4752561 846 - 660881 4752591 843 - 660881 4752621 853 - 660881 4752651 861 - 660881 4752681 861 - 660881 4752711 861 - 660881 4752741 861 - 660881 4752771 862 - 660881 4752801 859 - 660881 4752831 844 - 660881 4752861 830 - 660881 4752891 817 - 660881 4752921 809 - 660881 4752951 809 - 660881 4752981 809 - 660881 4753011 830 - 660881 4753041 851 - 660881 4753071 860 - 660881 4753101 855 - 660881 4753131 843 - 660881 4753161 839 - 660881 4753191 845 - 660881 4753221 826 - 660881 4753251 809 - 660881 4753281 809 - 660881 4753311 809 - 660881 4753341 809 - 660881 4753371 809 - 660881 4753401 809 - 660881 4753431 809 - 660881 4753461 809 - 660881 4753491 822 - 660881 4753521 836 - 660881 4753551 849 - 660881 4753581 859 - 660881 4753611 868 - 660881 4753641 870 - 660881 4753671 871 - 660881 4753701 872 - 660881 4753731 872 - 660881 4753761 873 - 660881 4753791 875 - 660881 4753821 876 - 660881 4753851 876 - 660881 4753881 876 - 660881 4753911 877 - 660881 4753941 878 - 660881 4753971 877 - 660881 4754001 876 - 660881 4754031 875 - 660881 4754061 873 - 660881 4754091 870 - 660881 4754121 868 - 660881 4754151 873 - 660881 4754181 885 - 660881 4754211 901 - 660881 4754241 926 - 660881 4754271 952 - 660881 4754301 956 - 660881 4754331 959 - 660881 4754361 959 - 660881 4754391 960 - 660881 4754421 960 - 660881 4754451 960 - 660881 4754481 959 - 660881 4754511 959 - 660881 4754541 960 - 660911 4751301 1010 - 660911 4751331 1011 - 660911 4751361 1012 - 660911 4751391 1013 - 660911 4751421 1014 - 660911 4751451 1013 - 660911 4751481 1011 - 660911 4751511 1008 - 660911 4751541 1006 - 660911 4751571 1004 - 660911 4751601 1001 - 660911 4751631 997 - 660911 4751661 985 - 660911 4751691 974 - 660911 4751721 974 - 660911 4751751 979 - 660911 4751781 982 - 660911 4751811 979 - 660911 4751841 964 - 660911 4751871 948 - 660911 4751901 937 - 660911 4751931 929 - 660911 4751961 922 - 660911 4751991 915 - 660911 4752021 907 - 660911 4752051 900 - 660911 4752081 894 - 660911 4752111 889 - 660911 4752141 884 - 660911 4752171 882 - 660911 4752201 879 - 660911 4752231 876 - 660911 4752261 874 - 660911 4752291 871 - 660911 4752321 869 - 660911 4752351 863 - 660911 4752381 862 - 660911 4752411 868 - 660911 4752441 872 - 660911 4752471 872 - 660911 4752501 869 - 660911 4752531 857 - 660911 4752561 844 - 660911 4752591 843 - 660911 4752621 854 - 660911 4752651 861 - 660911 4752681 861 - 660911 4752711 861 - 660911 4752741 861 - 660911 4752771 868 - 660911 4752801 853 - 660911 4752831 837 - 660911 4752861 821 - 660911 4752891 811 - 660911 4752921 809 - 660911 4752951 809 - 660911 4752981 822 - 660911 4753011 837 - 660911 4753041 857 - 660911 4753071 864 - 660911 4753101 862 - 660911 4753131 849 - 660911 4753161 849 - 660911 4753191 853 - 660911 4753221 830 - 660911 4753251 809 - 660911 4753281 809 - 660911 4753311 809 - 660911 4753341 809 - 660911 4753371 809 - 660911 4753401 809 - 660911 4753431 809 - 660911 4753461 809 - 660911 4753491 815 - 660911 4753521 826 - 660911 4753551 837 - 660911 4753581 851 - 660911 4753611 862 - 660911 4753641 869 - 660911 4753671 871 - 660911 4753701 871 - 660911 4753731 872 - 660911 4753761 873 - 660911 4753791 874 - 660911 4753821 875 - 660911 4753851 875 - 660911 4753881 876 - 660911 4753911 877 - 660911 4753941 877 - 660911 4753971 878 - 660911 4754001 878 - 660911 4754031 877 - 660911 4754061 873 - 660911 4754091 869 - 660911 4754121 870 - 660911 4754151 875 - 660911 4754181 887 - 660911 4754211 903 - 660911 4754241 934 - 660911 4754271 958 - 660911 4754301 960 - 660911 4754331 960 - 660911 4754361 960 - 660911 4754391 960 - 660911 4754421 960 - 660911 4754451 960 - 660911 4754481 960 - 660911 4754511 960 - 660911 4754541 960 - 660941 4751301 1012 - 660941 4751331 1013 - 660941 4751361 1013 - 660941 4751391 1014 - 660941 4751421 1014 - 660941 4751451 1013 - 660941 4751481 1011 - 660941 4751511 1008 - 660941 4751541 1006 - 660941 4751571 1004 - 660941 4751601 1002 - 660941 4751631 999 - 660941 4751661 993 - 660941 4751691 982 - 660941 4751721 984 - 660941 4751751 990 - 660941 4751781 992 - 660941 4751811 991 - 660941 4751841 971 - 660941 4751871 954 - 660941 4751901 940 - 660941 4751931 929 - 660941 4751961 920 - 660941 4751991 911 - 660941 4752021 901 - 660941 4752051 897 - 660941 4752081 891 - 660941 4752111 889 - 660941 4752141 885 - 660941 4752171 882 - 660941 4752201 880 - 660941 4752231 878 - 660941 4752261 875 - 660941 4752291 871 - 660941 4752321 868 - 660941 4752351 864 - 660941 4752381 864 - 660941 4752411 868 - 660941 4752441 872 - 660941 4752471 874 - 660941 4752501 869 - 660941 4752531 852 - 660941 4752561 843 - 660941 4752591 844 - 660941 4752621 852 - 660941 4752651 861 - 660941 4752681 861 - 660941 4752711 861 - 660941 4752741 861 - 660941 4752771 873 - 660941 4752801 843 - 660941 4752831 825 - 660941 4752861 814 - 660941 4752891 809 - 660941 4752921 809 - 660941 4752951 817 - 660941 4752981 827 - 660941 4753011 846 - 660941 4753041 861 - 660941 4753071 864 - 660941 4753101 863 - 660941 4753131 856 - 660941 4753161 856 - 660941 4753191 858 - 660941 4753221 841 - 660941 4753251 821 - 660941 4753281 809 - 660941 4753311 809 - 660941 4753341 809 - 660941 4753371 809 - 660941 4753401 809 - 660941 4753431 809 - 660941 4753461 809 - 660941 4753491 809 - 660941 4753521 817 - 660941 4753551 826 - 660941 4753581 839 - 660941 4753611 852 - 660941 4753641 863 - 660941 4753671 869 - 660941 4753701 871 - 660941 4753731 871 - 660941 4753761 872 - 660941 4753791 873 - 660941 4753821 874 - 660941 4753851 875 - 660941 4753881 876 - 660941 4753911 877 - 660941 4753941 878 - 660941 4753971 878 - 660941 4754001 878 - 660941 4754031 876 - 660941 4754061 873 - 660941 4754091 869 - 660941 4754121 871 - 660941 4754151 876 - 660941 4754181 891 - 660941 4754211 906 - 660941 4754241 944 - 660941 4754271 960 - 660941 4754301 958 - 660941 4754331 960 - 660941 4754361 960 - 660941 4754391 960 - 660941 4754421 960 - 660941 4754451 960 - 660941 4754481 960 - 660941 4754511 960 - 660941 4754541 960 - 660971 4751301 1012 - 660971 4751331 1013 - 660971 4751361 1014 - 660971 4751391 1014 - 660971 4751421 1014 - 660971 4751451 1013 - 660971 4751481 1011 - 660971 4751511 1009 - 660971 4751541 1007 - 660971 4751571 1005 - 660971 4751601 1003 - 660971 4751631 1001 - 660971 4751661 999 - 660971 4751691 988 - 660971 4751721 996 - 660971 4751751 999 - 660971 4751781 996 - 660971 4751811 988 - 660971 4751841 970 - 660971 4751871 956 - 660971 4751901 943 - 660971 4751931 932 - 660971 4751961 921 - 660971 4751991 912 - 660971 4752021 904 - 660971 4752051 897 - 660971 4752081 892 - 660971 4752111 888 - 660971 4752141 884 - 660971 4752171 882 - 660971 4752201 880 - 660971 4752231 878 - 660971 4752261 875 - 660971 4752291 871 - 660971 4752321 868 - 660971 4752351 866 - 660971 4752381 867 - 660971 4752411 869 - 660971 4752441 871 - 660971 4752471 872 - 660971 4752501 865 - 660971 4752531 850 - 660971 4752561 843 - 660971 4752591 846 - 660971 4752621 855 - 660971 4752651 861 - 660971 4752681 861 - 660971 4752711 861 - 660971 4752741 865 - 660971 4752771 862 - 660971 4752801 838 - 660971 4752831 816 - 660971 4752861 810 - 660971 4752891 809 - 660971 4752921 809 - 660971 4752951 820 - 660971 4752981 833 - 660971 4753011 851 - 660971 4753041 862 - 660971 4753071 865 - 660971 4753101 864 - 660971 4753131 862 - 660971 4753161 861 - 660971 4753191 861 - 660971 4753221 851 - 660971 4753251 832 - 660971 4753281 817 - 660971 4753311 809 - 660971 4753341 809 - 660971 4753371 809 - 660971 4753401 809 - 660971 4753431 809 - 660971 4753461 809 - 660971 4753491 809 - 660971 4753521 809 - 660971 4753551 817 - 660971 4753581 827 - 660971 4753611 840 - 660971 4753641 853 - 660971 4753671 865 - 660971 4753701 870 - 660971 4753731 871 - 660971 4753761 871 - 660971 4753791 872 - 660971 4753821 873 - 660971 4753851 875 - 660971 4753881 876 - 660971 4753911 877 - 660971 4753941 877 - 660971 4753971 878 - 660971 4754001 878 - 660971 4754031 876 - 660971 4754061 874 - 660971 4754091 874 - 660971 4754121 872 - 660971 4754151 878 - 660971 4754181 894 - 660971 4754211 910 - 660971 4754241 946 - 660971 4754271 953 - 660971 4754301 957 - 660971 4754331 958 - 660971 4754361 958 - 660971 4754391 959 - 660971 4754421 960 - 660971 4754451 960 - 660971 4754481 960 - 660971 4754511 960 - 660971 4754541 960 - 661001 4751301 1013 - 661001 4751331 1014 - 661001 4751361 1014 - 661001 4751391 1014 - 661001 4751421 1014 - 661001 4751451 1012 - 661001 4751481 1011 - 661001 4751511 1009 - 661001 4751541 1007 - 661001 4751571 1006 - 661001 4751601 1005 - 661001 4751631 1003 - 661001 4751661 1000 - 661001 4751691 997 - 661001 4751721 1000 - 661001 4751751 1000 - 661001 4751781 996 - 661001 4751811 983 - 661001 4751841 969 - 661001 4751871 956 - 661001 4751901 942 - 661001 4751931 932 - 661001 4751961 924 - 661001 4751991 914 - 661001 4752021 907 - 661001 4752051 898 - 661001 4752081 892 - 661001 4752111 888 - 661001 4752141 885 - 661001 4752171 882 - 661001 4752201 880 - 661001 4752231 878 - 661001 4752261 875 - 661001 4752291 871 - 661001 4752321 868 - 661001 4752351 868 - 661001 4752381 868 - 661001 4752411 869 - 661001 4752441 871 - 661001 4752471 870 - 661001 4752501 862 - 661001 4752531 849 - 661001 4752561 843 - 661001 4752591 849 - 661001 4752621 860 - 661001 4752651 863 - 661001 4752681 861 - 661001 4752711 861 - 661001 4752741 871 - 661001 4752771 859 - 661001 4752801 831 - 661001 4752831 815 - 661001 4752861 809 - 661001 4752891 809 - 661001 4752921 809 - 661001 4752951 823 - 661001 4752981 839 - 661001 4753011 858 - 661001 4753041 866 - 661001 4753071 866 - 661001 4753101 865 - 661001 4753131 864 - 661001 4753161 863 - 661001 4753191 863 - 661001 4753221 857 - 661001 4753251 840 - 661001 4753281 820 - 661001 4753311 814 - 661001 4753341 809 - 661001 4753371 809 - 661001 4753401 809 - 661001 4753431 809 - 661001 4753461 809 - 661001 4753491 809 - 661001 4753521 809 - 661001 4753551 809 - 661001 4753581 817 - 661001 4753611 827 - 661001 4753641 840 - 661001 4753671 853 - 661001 4753701 868 - 661001 4753731 870 - 661001 4753761 871 - 661001 4753791 872 - 661001 4753821 873 - 661001 4753851 874 - 661001 4753881 875 - 661001 4753911 876 - 661001 4753941 877 - 661001 4753971 877 - 661001 4754001 877 - 661001 4754031 877 - 661001 4754061 875 - 661001 4754091 875 - 661001 4754121 875 - 661001 4754151 880 - 661001 4754181 897 - 661001 4754211 915 - 661001 4754241 949 - 661001 4754271 960 - 661001 4754301 960 - 661001 4754331 959 - 661001 4754361 960 - 661001 4754391 960 - 661001 4754421 961 - 661001 4754451 960 - 661001 4754481 960 - 661001 4754511 960 - 661001 4754541 960 - 661031 4751301 1014 - 661031 4751331 1014 - 661031 4751361 1015 - 661031 4751391 1014 - 661031 4751421 1013 - 661031 4751451 1012 - 661031 4751481 1011 - 661031 4751511 1010 - 661031 4751541 1008 - 661031 4751571 1007 - 661031 4751601 1006 - 661031 4751631 1005 - 661031 4751661 1002 - 661031 4751691 1000 - 661031 4751721 1001 - 661031 4751751 1000 - 661031 4751781 997 - 661031 4751811 982 - 661031 4751841 966 - 661031 4751871 955 - 661031 4751901 944 - 661031 4751931 932 - 661031 4751961 924 - 661031 4751991 912 - 661031 4752021 903 - 661031 4752051 896 - 661031 4752081 891 - 661031 4752111 888 - 661031 4752141 885 - 661031 4752171 883 - 661031 4752201 881 - 661031 4752231 878 - 661031 4752261 875 - 661031 4752291 872 - 661031 4752321 869 - 661031 4752351 869 - 661031 4752381 868 - 661031 4752411 869 - 661031 4752441 870 - 661031 4752471 870 - 661031 4752501 858 - 661031 4752531 847 - 661031 4752561 844 - 661031 4752591 852 - 661031 4752621 861 - 661031 4752651 865 - 661031 4752681 861 - 661031 4752711 864 - 661031 4752741 868 - 661031 4752771 853 - 661031 4752801 831 - 661031 4752831 809 - 661031 4752861 809 - 661031 4752891 809 - 661031 4752921 809 - 661031 4752951 826 - 661031 4752981 843 - 661031 4753011 860 - 661031 4753041 869 - 661031 4753071 868 - 661031 4753101 867 - 661031 4753131 865 - 661031 4753161 864 - 661031 4753191 862 - 661031 4753221 855 - 661031 4753251 838 - 661031 4753281 824 - 661031 4753311 819 - 661031 4753341 822 - 661031 4753371 821 - 661031 4753401 809 - 661031 4753431 809 - 661031 4753461 809 - 661031 4753491 809 - 661031 4753521 809 - 661031 4753551 809 - 661031 4753581 809 - 661031 4753611 817 - 661031 4753641 830 - 661031 4753671 842 - 661031 4753701 858 - 661031 4753731 869 - 661031 4753761 870 - 661031 4753791 871 - 661031 4753821 872 - 661031 4753851 874 - 661031 4753881 875 - 661031 4753911 875 - 661031 4753941 876 - 661031 4753971 876 - 661031 4754001 878 - 661031 4754031 877 - 661031 4754061 876 - 661031 4754091 875 - 661031 4754121 875 - 661031 4754151 881 - 661031 4754181 899 - 661031 4754211 921 - 661031 4754241 955 - 661031 4754271 960 - 661031 4754301 961 - 661031 4754331 961 - 661031 4754361 960 - 661031 4754391 960 - 661031 4754421 960 - 661031 4754451 961 - 661031 4754481 961 - 661031 4754511 960 - 661031 4754541 960 - 661061 4751301 1014 - 661061 4751331 1014 - 661061 4751361 1015 - 661061 4751391 1014 - 661061 4751421 1014 - 661061 4751451 1012 - 661061 4751481 1011 - 661061 4751511 1010 - 661061 4751541 1009 - 661061 4751571 1008 - 661061 4751601 1007 - 661061 4751631 1006 - 661061 4751661 1005 - 661061 4751691 1004 - 661061 4751721 1003 - 661061 4751751 1001 - 661061 4751781 999 - 661061 4751811 986 - 661061 4751841 971 - 661061 4751871 956 - 661061 4751901 944 - 661061 4751931 932 - 661061 4751961 922 - 661061 4751991 911 - 661061 4752021 902 - 661061 4752051 895 - 661061 4752081 891 - 661061 4752111 888 - 661061 4752141 886 - 661061 4752171 884 - 661061 4752201 881 - 661061 4752231 878 - 661061 4752261 876 - 661061 4752291 873 - 661061 4752321 871 - 661061 4752351 869 - 661061 4752381 868 - 661061 4752411 869 - 661061 4752441 869 - 661061 4752471 868 - 661061 4752501 854 - 661061 4752531 844 - 661061 4752561 845 - 661061 4752591 855 - 661061 4752621 864 - 661061 4752651 867 - 661061 4752681 862 - 661061 4752711 861 - 661061 4752741 855 - 661061 4752771 844 - 661061 4752801 829 - 661061 4752831 815 - 661061 4752861 809 - 661061 4752891 809 - 661061 4752921 809 - 661061 4752951 829 - 661061 4752981 844 - 661061 4753011 858 - 661061 4753041 870 - 661061 4753071 869 - 661061 4753101 868 - 661061 4753131 867 - 661061 4753161 865 - 661061 4753191 862 - 661061 4753221 857 - 661061 4753251 845 - 661061 4753281 831 - 661061 4753311 830 - 661061 4753341 831 - 661061 4753371 832 - 661061 4753401 822 - 661061 4753431 809 - 661061 4753461 809 - 661061 4753491 809 - 661061 4753521 809 - 661061 4753551 809 - 661061 4753581 809 - 661061 4753611 811 - 661061 4753641 821 - 661061 4753671 835 - 661061 4753701 850 - 661061 4753731 868 - 661061 4753761 870 - 661061 4753791 870 - 661061 4753821 872 - 661061 4753851 873 - 661061 4753881 874 - 661061 4753911 875 - 661061 4753941 876 - 661061 4753971 877 - 661061 4754001 878 - 661061 4754031 878 - 661061 4754061 877 - 661061 4754091 876 - 661061 4754121 875 - 661061 4754151 881 - 661061 4754181 900 - 661061 4754211 927 - 661061 4754241 957 - 661061 4754271 960 - 661061 4754301 960 - 661061 4754331 961 - 661061 4754361 961 - 661061 4754391 960 - 661061 4754421 962 - 661061 4754451 960 - 661061 4754481 961 - 661061 4754511 961 - 661061 4754541 960 - 661091 4751301 1015 - 661091 4751331 1015 - 661091 4751361 1015 - 661091 4751391 1014 - 661091 4751421 1014 - 661091 4751451 1013 - 661091 4751481 1012 - 661091 4751511 1011 - 661091 4751541 1010 - 661091 4751571 1009 - 661091 4751601 1008 - 661091 4751631 1007 - 661091 4751661 1006 - 661091 4751691 1005 - 661091 4751721 1004 - 661091 4751751 1003 - 661091 4751781 1000 - 661091 4751811 989 - 661091 4751841 975 - 661091 4751871 961 - 661091 4751901 943 - 661091 4751931 931 - 661091 4751961 922 - 661091 4751991 911 - 661091 4752021 903 - 661091 4752051 897 - 661091 4752081 891 - 661091 4752111 889 - 661091 4752141 886 - 661091 4752171 884 - 661091 4752201 881 - 661091 4752231 879 - 661091 4752261 876 - 661091 4752291 874 - 661091 4752321 871 - 661091 4752351 870 - 661091 4752381 869 - 661091 4752411 868 - 661091 4752441 869 - 661091 4752471 863 - 661091 4752501 851 - 661091 4752531 844 - 661091 4752561 846 - 661091 4752591 856 - 661091 4752621 863 - 661091 4752651 866 - 661091 4752681 862 - 661091 4752711 852 - 661091 4752741 842 - 661091 4752771 830 - 661091 4752801 821 - 661091 4752831 813 - 661091 4752861 809 - 661091 4752891 809 - 661091 4752921 809 - 661091 4752951 829 - 661091 4752981 844 - 661091 4753011 857 - 661091 4753041 870 - 661091 4753071 870 - 661091 4753101 869 - 661091 4753131 868 - 661091 4753161 867 - 661091 4753191 867 - 661091 4753221 862 - 661091 4753251 853 - 661091 4753281 838 - 661091 4753311 837 - 661091 4753341 841 - 661091 4753371 842 - 661091 4753401 834 - 661091 4753431 825 - 661091 4753461 815 - 661091 4753491 809 - 661091 4753521 809 - 661091 4753551 809 - 661091 4753581 809 - 661091 4753611 809 - 661091 4753641 816 - 661091 4753671 825 - 661091 4753701 843 - 661091 4753731 856 - 661091 4753761 869 - 661091 4753791 870 - 661091 4753821 871 - 661091 4753851 872 - 661091 4753881 873 - 661091 4753911 875 - 661091 4753941 876 - 661091 4753971 877 - 661091 4754001 878 - 661091 4754031 878 - 661091 4754061 878 - 661091 4754091 876 - 661091 4754121 876 - 661091 4754151 883 - 661091 4754181 900 - 661091 4754211 931 - 661091 4754241 960 - 661091 4754271 961 - 661091 4754301 961 - 661091 4754331 961 - 661091 4754361 960 - 661091 4754391 962 - 661091 4754421 962 - 661091 4754451 962 - 661091 4754481 961 - 661091 4754511 960 - 661091 4754541 960 - 661121 4751301 1015 - 661121 4751331 1015 - 661121 4751361 1015 - 661121 4751391 1014 - 661121 4751421 1014 - 661121 4751451 1013 - 661121 4751481 1012 - 661121 4751511 1011 - 661121 4751541 1010 - 661121 4751571 1009 - 661121 4751601 1008 - 661121 4751631 1007 - 661121 4751661 1006 - 661121 4751691 1006 - 661121 4751721 1005 - 661121 4751751 1005 - 661121 4751781 1005 - 661121 4751811 996 - 661121 4751841 978 - 661121 4751871 960 - 661121 4751901 946 - 661121 4751931 930 - 661121 4751961 915 - 661121 4751991 907 - 661121 4752021 899 - 661121 4752051 894 - 661121 4752081 891 - 661121 4752111 889 - 661121 4752141 887 - 661121 4752171 885 - 661121 4752201 882 - 661121 4752231 879 - 661121 4752261 876 - 661121 4752291 874 - 661121 4752321 872 - 661121 4752351 870 - 661121 4752381 869 - 661121 4752411 868 - 661121 4752441 869 - 661121 4752471 860 - 661121 4752501 848 - 661121 4752531 844 - 661121 4752561 848 - 661121 4752591 857 - 661121 4752621 862 - 661121 4752651 866 - 661121 4752681 859 - 661121 4752711 846 - 661121 4752741 834 - 661121 4752771 827 - 661121 4752801 821 - 661121 4752831 816 - 661121 4752861 809 - 661121 4752891 809 - 661121 4752921 809 - 661121 4752951 827 - 661121 4752981 843 - 661121 4753011 857 - 661121 4753041 870 - 661121 4753071 870 - 661121 4753101 869 - 661121 4753131 869 - 661121 4753161 869 - 661121 4753191 869 - 661121 4753221 864 - 661121 4753251 857 - 661121 4753281 843 - 661121 4753311 846 - 661121 4753341 853 - 661121 4753371 853 - 661121 4753401 846 - 661121 4753431 834 - 661121 4753461 826 - 661121 4753491 809 - 661121 4753521 809 - 661121 4753551 809 - 661121 4753581 809 - 661121 4753611 809 - 661121 4753641 809 - 661121 4753671 809 - 661121 4753701 832 - 661121 4753731 847 - 661121 4753761 860 - 661121 4753791 869 - 661121 4753821 871 - 661121 4753851 872 - 661121 4753881 873 - 661121 4753911 874 - 661121 4753941 876 - 661121 4753971 877 - 661121 4754001 878 - 661121 4754031 879 - 661121 4754061 880 - 661121 4754091 877 - 661121 4754121 877 - 661121 4754151 890 - 661121 4754181 904 - 661121 4754211 926 - 661121 4754241 960 - 661121 4754271 961 - 661121 4754301 961 - 661121 4754331 960 - 661121 4754361 962 - 661121 4754391 962 - 661121 4754421 962 - 661121 4754451 961 - 661121 4754481 960 - 661121 4754511 961 - 661121 4754541 961 - 661151 4751301 1016 - 661151 4751331 1016 - 661151 4751361 1015 - 661151 4751391 1015 - 661151 4751421 1014 - 661151 4751451 1013 - 661151 4751481 1012 - 661151 4751511 1011 - 661151 4751541 1011 - 661151 4751571 1010 - 661151 4751601 1009 - 661151 4751631 1008 - 661151 4751661 1008 - 661151 4751691 1007 - 661151 4751721 1007 - 661151 4751751 1007 - 661151 4751781 1006 - 661151 4751811 1000 - 661151 4751841 982 - 661151 4751871 961 - 661151 4751901 945 - 661151 4751931 928 - 661151 4751961 914 - 661151 4751991 906 - 661151 4752021 900 - 661151 4752051 893 - 661151 4752081 891 - 661151 4752111 889 - 661151 4752141 887 - 661151 4752171 885 - 661151 4752201 882 - 661151 4752231 878 - 661151 4752261 876 - 661151 4752291 874 - 661151 4752321 872 - 661151 4752351 870 - 661151 4752381 869 - 661151 4752411 866 - 661151 4752441 869 - 661151 4752471 858 - 661151 4752501 848 - 661151 4752531 848 - 661151 4752561 854 - 661151 4752591 860 - 661151 4752621 864 - 661151 4752651 866 - 661151 4752681 857 - 661151 4752711 843 - 661151 4752741 833 - 661151 4752771 836 - 661151 4752801 838 - 661151 4752831 819 - 661151 4752861 811 - 661151 4752891 809 - 661151 4752921 809 - 661151 4752951 824 - 661151 4752981 844 - 661151 4753011 860 - 661151 4753041 873 - 661151 4753071 871 - 661151 4753101 871 - 661151 4753131 870 - 661151 4753161 870 - 661151 4753191 868 - 661151 4753221 864 - 661151 4753251 861 - 661151 4753281 851 - 661151 4753311 851 - 661151 4753341 862 - 661151 4753371 861 - 661151 4753401 854 - 661151 4753431 843 - 661151 4753461 838 - 661151 4753491 826 - 661151 4753521 809 - 661151 4753551 809 - 661151 4753581 809 - 661151 4753611 809 - 661151 4753641 809 - 661151 4753671 809 - 661151 4753701 826 - 661151 4753731 838 - 661151 4753761 852 - 661151 4753791 869 - 661151 4753821 870 - 661151 4753851 871 - 661151 4753881 873 - 661151 4753911 874 - 661151 4753941 875 - 661151 4753971 876 - 661151 4754001 877 - 661151 4754031 879 - 661151 4754061 880 - 661151 4754091 881 - 661151 4754121 882 - 661151 4754151 890 - 661151 4754181 905 - 661151 4754211 935 - 661151 4754241 960 - 661151 4754271 961 - 661151 4754301 960 - 661151 4754331 961 - 661151 4754361 962 - 661151 4754391 961 - 661151 4754421 961 - 661151 4754451 962 - 661151 4754481 962 - 661151 4754511 962 - 661151 4754541 962 - 661181 4751301 1016 - 661181 4751331 1016 - 661181 4751361 1016 - 661181 4751391 1015 - 661181 4751421 1014 - 661181 4751451 1013 - 661181 4751481 1012 - 661181 4751511 1012 - 661181 4751541 1011 - 661181 4751571 1011 - 661181 4751601 1010 - 661181 4751631 1009 - 661181 4751661 1009 - 661181 4751691 1008 - 661181 4751721 1008 - 661181 4751751 1008 - 661181 4751781 1007 - 661181 4751811 1001 - 661181 4751841 979 - 661181 4751871 957 - 661181 4751901 942 - 661181 4751931 929 - 661181 4751961 914 - 661181 4751991 906 - 661181 4752021 900 - 661181 4752051 895 - 661181 4752081 892 - 661181 4752111 889 - 661181 4752141 886 - 661181 4752171 884 - 661181 4752201 881 - 661181 4752231 878 - 661181 4752261 875 - 661181 4752291 873 - 661181 4752321 871 - 661181 4752351 870 - 661181 4752381 869 - 661181 4752411 867 - 661181 4752441 864 - 661181 4752471 860 - 661181 4752501 854 - 661181 4752531 852 - 661181 4752561 859 - 661181 4752591 862 - 661181 4752621 865 - 661181 4752651 865 - 661181 4752681 856 - 661181 4752711 843 - 661181 4752741 841 - 661181 4752771 845 - 661181 4752801 845 - 661181 4752831 828 - 661181 4752861 815 - 661181 4752891 809 - 661181 4752921 809 - 661181 4752951 822 - 661181 4752981 845 - 661181 4753011 864 - 661181 4753041 872 - 661181 4753071 873 - 661181 4753101 872 - 661181 4753131 871 - 661181 4753161 869 - 661181 4753191 867 - 661181 4753221 864 - 661181 4753251 862 - 661181 4753281 859 - 661181 4753311 857 - 661181 4753341 865 - 661181 4753371 866 - 661181 4753401 859 - 661181 4753431 853 - 661181 4753461 849 - 661181 4753491 834 - 661181 4753521 809 - 661181 4753551 809 - 661181 4753581 809 - 661181 4753611 809 - 661181 4753641 809 - 661181 4753671 809 - 661181 4753701 821 - 661181 4753731 834 - 661181 4753761 847 - 661181 4753791 868 - 661181 4753821 870 - 661181 4753851 871 - 661181 4753881 872 - 661181 4753911 874 - 661181 4753941 875 - 661181 4753971 875 - 661181 4754001 876 - 661181 4754031 877 - 661181 4754061 879 - 661181 4754091 882 - 661181 4754121 884 - 661181 4754151 896 - 661181 4754181 910 - 661181 4754211 949 - 661181 4754241 960 - 661181 4754271 960 - 661181 4754301 961 - 661181 4754331 960 - 661181 4754361 961 - 661181 4754391 962 - 661181 4754421 962 - 661181 4754451 962 - 661181 4754481 962 - 661181 4754511 962 - 661181 4754541 962 - 661211 4751301 1017 - 661211 4751331 1016 - 661211 4751361 1016 - 661211 4751391 1015 - 661211 4751421 1014 - 661211 4751451 1013 - 661211 4751481 1013 - 661211 4751511 1012 - 661211 4751541 1012 - 661211 4751571 1011 - 661211 4751601 1011 - 661211 4751631 1010 - 661211 4751661 1009 - 661211 4751691 1009 - 661211 4751721 1008 - 661211 4751751 1008 - 661211 4751781 1007 - 661211 4751811 1002 - 661211 4751841 983 - 661211 4751871 961 - 661211 4751901 945 - 661211 4751931 933 - 661211 4751961 918 - 661211 4751991 909 - 661211 4752021 901 - 661211 4752051 895 - 661211 4752081 891 - 661211 4752111 889 - 661211 4752141 886 - 661211 4752171 883 - 661211 4752201 881 - 661211 4752231 878 - 661211 4752261 876 - 661211 4752291 873 - 661211 4752321 871 - 661211 4752351 869 - 661211 4752381 868 - 661211 4752411 866 - 661211 4752441 864 - 661211 4752471 862 - 661211 4752501 860 - 661211 4752531 859 - 661211 4752561 862 - 661211 4752591 863 - 661211 4752621 864 - 661211 4752651 864 - 661211 4752681 856 - 661211 4752711 846 - 661211 4752741 850 - 661211 4752771 856 - 661211 4752801 855 - 661211 4752831 837 - 661211 4752861 818 - 661211 4752891 809 - 661211 4752921 809 - 661211 4752951 824 - 661211 4752981 847 - 661211 4753011 867 - 661211 4753041 873 - 661211 4753071 872 - 661211 4753101 871 - 661211 4753131 870 - 661211 4753161 869 - 661211 4753191 867 - 661211 4753221 865 - 661211 4753251 863 - 661211 4753281 862 - 661211 4753311 861 - 661211 4753341 867 - 661211 4753371 869 - 661211 4753401 866 - 661211 4753431 862 - 661211 4753461 857 - 661211 4753491 854 - 661211 4753521 822 - 661211 4753551 809 - 661211 4753581 809 - 661211 4753611 809 - 661211 4753641 809 - 661211 4753671 809 - 661211 4753701 809 - 661211 4753731 829 - 661211 4753761 843 - 661211 4753791 861 - 661211 4753821 869 - 661211 4753851 871 - 661211 4753881 872 - 661211 4753911 873 - 661211 4753941 874 - 661211 4753971 875 - 661211 4754001 875 - 661211 4754031 877 - 661211 4754061 879 - 661211 4754091 882 - 661211 4754121 890 - 661211 4754151 900 - 661211 4754181 916 - 661211 4754211 954 - 661211 4754241 960 - 661211 4754271 959 - 661211 4754301 960 - 661211 4754331 961 - 661211 4754361 962 - 661211 4754391 962 - 661211 4754421 962 - 661211 4754451 962 - 661211 4754481 962 - 661211 4754511 963 - 661211 4754541 962 - 661241 4751301 1017 - 661241 4751331 1017 - 661241 4751361 1016 - 661241 4751391 1015 - 661241 4751421 1014 - 661241 4751451 1014 - 661241 4751481 1014 - 661241 4751511 1013 - 661241 4751541 1012 - 661241 4751571 1012 - 661241 4751601 1011 - 661241 4751631 1010 - 661241 4751661 1010 - 661241 4751691 1009 - 661241 4751721 1009 - 661241 4751751 1008 - 661241 4751781 1007 - 661241 4751811 1001 - 661241 4751841 983 - 661241 4751871 963 - 661241 4751901 944 - 661241 4751931 933 - 661241 4751961 915 - 661241 4751991 907 - 661241 4752021 902 - 661241 4752051 894 - 661241 4752081 890 - 661241 4752111 888 - 661241 4752141 886 - 661241 4752171 884 - 661241 4752201 881 - 661241 4752231 878 - 661241 4752261 876 - 661241 4752291 872 - 661241 4752321 870 - 661241 4752351 868 - 661241 4752381 867 - 661241 4752411 866 - 661241 4752441 865 - 661241 4752471 863 - 661241 4752501 864 - 661241 4752531 863 - 661241 4752561 864 - 661241 4752591 864 - 661241 4752621 864 - 661241 4752651 863 - 661241 4752681 859 - 661241 4752711 851 - 661241 4752741 861 - 661241 4752771 862 - 661241 4752801 849 - 661241 4752831 831 - 661241 4752861 816 - 661241 4752891 809 - 661241 4752921 809 - 661241 4752951 826 - 661241 4752981 850 - 661241 4753011 868 - 661241 4753041 873 - 661241 4753071 872 - 661241 4753101 870 - 661241 4753131 869 - 661241 4753161 869 - 661241 4753191 866 - 661241 4753221 865 - 661241 4753251 864 - 661241 4753281 862 - 661241 4753311 862 - 661241 4753341 867 - 661241 4753371 869 - 661241 4753401 869 - 661241 4753431 867 - 661241 4753461 865 - 661241 4753491 860 - 661241 4753521 848 - 661241 4753551 809 - 661241 4753581 809 - 661241 4753611 809 - 661241 4753641 809 - 661241 4753671 809 - 661241 4753701 809 - 661241 4753731 827 - 661241 4753761 842 - 661241 4753791 859 - 661241 4753821 869 - 661241 4753851 870 - 661241 4753881 871 - 661241 4753911 872 - 661241 4753941 873 - 661241 4753971 874 - 661241 4754001 875 - 661241 4754031 876 - 661241 4754061 879 - 661241 4754091 883 - 661241 4754121 893 - 661241 4754151 903 - 661241 4754181 921 - 661241 4754211 960 - 661241 4754241 959 - 661241 4754271 961 - 661241 4754301 961 - 661241 4754331 962 - 661241 4754361 962 - 661241 4754391 962 - 661241 4754421 963 - 661241 4754451 963 - 661241 4754481 963 - 661241 4754511 963 - 661241 4754541 963 - 661271 4751301 1018 - 661271 4751331 1017 - 661271 4751361 1016 - 661271 4751391 1016 - 661271 4751421 1015 - 661271 4751451 1015 - 661271 4751481 1014 - 661271 4751511 1013 - 661271 4751541 1013 - 661271 4751571 1012 - 661271 4751601 1011 - 661271 4751631 1011 - 661271 4751661 1010 - 661271 4751691 1010 - 661271 4751721 1009 - 661271 4751751 1008 - 661271 4751781 1007 - 661271 4751811 1003 - 661271 4751841 986 - 661271 4751871 965 - 661271 4751901 951 - 661271 4751931 938 - 661271 4751961 924 - 661271 4751991 909 - 661271 4752021 903 - 661271 4752051 896 - 661271 4752081 890 - 661271 4752111 888 - 661271 4752141 886 - 661271 4752171 883 - 661271 4752201 881 - 661271 4752231 878 - 661271 4752261 875 - 661271 4752291 871 - 661271 4752321 869 - 661271 4752351 868 - 661271 4752381 867 - 661271 4752411 866 - 661271 4752441 865 - 661271 4752471 864 - 661271 4752501 864 - 661271 4752531 864 - 661271 4752561 865 - 661271 4752591 864 - 661271 4752621 865 - 661271 4752651 862 - 661271 4752681 861 - 661271 4752711 861 - 661271 4752741 857 - 661271 4752771 846 - 661271 4752801 833 - 661271 4752831 818 - 661271 4752861 809 - 661271 4752891 809 - 661271 4752921 809 - 661271 4752951 838 - 661271 4752981 856 - 661271 4753011 869 - 661271 4753041 871 - 661271 4753071 872 - 661271 4753101 869 - 661271 4753131 869 - 661271 4753161 867 - 661271 4753191 867 - 661271 4753221 866 - 661271 4753251 864 - 661271 4753281 864 - 661271 4753311 865 - 661271 4753341 868 - 661271 4753371 869 - 661271 4753401 870 - 661271 4753431 869 - 661271 4753461 869 - 661271 4753491 867 - 661271 4753521 858 - 661271 4753551 809 - 661271 4753581 809 - 661271 4753611 809 - 661271 4753641 809 - 661271 4753671 809 - 661271 4753701 809 - 661271 4753731 825 - 661271 4753761 842 - 661271 4753791 860 - 661271 4753821 869 - 661271 4753851 870 - 661271 4753881 871 - 661271 4753911 872 - 661271 4753941 873 - 661271 4753971 874 - 661271 4754001 875 - 661271 4754031 876 - 661271 4754061 880 - 661271 4754091 884 - 661271 4754121 896 - 661271 4754151 907 - 661271 4754181 933 - 661271 4754211 958 - 661271 4754241 959 - 661271 4754271 961 - 661271 4754301 962 - 661271 4754331 962 - 661271 4754361 962 - 661271 4754391 963 - 661271 4754421 963 - 661271 4754451 963 - 661271 4754481 963 - 661271 4754511 963 - 661271 4754541 963 - 661301 4751301 1018 - 661301 4751331 1017 - 661301 4751361 1017 - 661301 4751391 1016 - 661301 4751421 1016 - 661301 4751451 1015 - 661301 4751481 1014 - 661301 4751511 1014 - 661301 4751541 1013 - 661301 4751571 1012 - 661301 4751601 1012 - 661301 4751631 1011 - 661301 4751661 1011 - 661301 4751691 1010 - 661301 4751721 1009 - 661301 4751751 1008 - 661301 4751781 1007 - 661301 4751811 1003 - 661301 4751841 986 - 661301 4751871 968 - 661301 4751901 954 - 661301 4751931 941 - 661301 4751961 925 - 661301 4751991 914 - 661301 4752021 905 - 661301 4752051 898 - 661301 4752081 892 - 661301 4752111 889 - 661301 4752141 886 - 661301 4752171 883 - 661301 4752201 880 - 661301 4752231 878 - 661301 4752261 874 - 661301 4752291 870 - 661301 4752321 868 - 661301 4752351 867 - 661301 4752381 866 - 661301 4752411 865 - 661301 4752441 864 - 661301 4752471 864 - 661301 4752501 864 - 661301 4752531 863 - 661301 4752561 864 - 661301 4752591 863 - 661301 4752621 862 - 661301 4752651 862 - 661301 4752681 862 - 661301 4752711 858 - 661301 4752741 846 - 661301 4752771 833 - 661301 4752801 809 - 661301 4752831 809 - 661301 4752861 809 - 661301 4752891 815 - 661301 4752921 829 - 661301 4752951 849 - 661301 4752981 863 - 661301 4753011 869 - 661301 4753041 871 - 661301 4753071 870 - 661301 4753101 869 - 661301 4753131 869 - 661301 4753161 868 - 661301 4753191 868 - 661301 4753221 867 - 661301 4753251 865 - 661301 4753281 865 - 661301 4753311 866 - 661301 4753341 867 - 661301 4753371 869 - 661301 4753401 869 - 661301 4753431 870 - 661301 4753461 871 - 661301 4753491 870 - 661301 4753521 860 - 661301 4753551 821 - 661301 4753581 809 - 661301 4753611 809 - 661301 4753641 809 - 661301 4753671 809 - 661301 4753701 809 - 661301 4753731 822 - 661301 4753761 839 - 661301 4753791 854 - 661301 4753821 868 - 661301 4753851 870 - 661301 4753881 871 - 661301 4753911 872 - 661301 4753941 873 - 661301 4753971 874 - 661301 4754001 875 - 661301 4754031 877 - 661301 4754061 880 - 661301 4754091 887 - 661301 4754121 900 - 661301 4754151 911 - 661301 4754181 949 - 661301 4754211 961 - 661301 4754241 959 - 661301 4754271 961 - 661301 4754301 962 - 661301 4754331 963 - 661301 4754361 963 - 661301 4754391 963 - 661301 4754421 964 - 661301 4754451 963 - 661301 4754481 963 - 661301 4754511 964 - 661301 4754541 964 - 661331 4751301 1018 - 661331 4751331 1018 - 661331 4751361 1017 - 661331 4751391 1017 - 661331 4751421 1016 - 661331 4751451 1015 - 661331 4751481 1015 - 661331 4751511 1014 - 661331 4751541 1013 - 661331 4751571 1012 - 661331 4751601 1012 - 661331 4751631 1012 - 661331 4751661 1011 - 661331 4751691 1010 - 661331 4751721 1009 - 661331 4751751 1008 - 661331 4751781 1007 - 661331 4751811 999 - 661331 4751841 983 - 661331 4751871 967 - 661331 4751901 953 - 661331 4751931 944 - 661331 4751961 924 - 661331 4751991 912 - 661331 4752021 904 - 661331 4752051 897 - 661331 4752081 891 - 661331 4752111 888 - 661331 4752141 885 - 661331 4752171 882 - 661331 4752201 878 - 661331 4752231 876 - 661331 4752261 873 - 661331 4752291 870 - 661331 4752321 868 - 661331 4752351 867 - 661331 4752381 865 - 661331 4752411 864 - 661331 4752441 863 - 661331 4752471 862 - 661331 4752501 862 - 661331 4752531 859 - 661331 4752561 852 - 661331 4752591 848 - 661331 4752621 846 - 661331 4752651 841 - 661331 4752681 844 - 661331 4752711 842 - 661331 4752741 833 - 661331 4752771 818 - 661331 4752801 809 - 661331 4752831 809 - 661331 4752861 817 - 661331 4752891 831 - 661331 4752921 848 - 661331 4752951 862 - 661331 4752981 868 - 661331 4753011 869 - 661331 4753041 870 - 661331 4753071 870 - 661331 4753101 870 - 661331 4753131 869 - 661331 4753161 869 - 661331 4753191 869 - 661331 4753221 868 - 661331 4753251 865 - 661331 4753281 866 - 661331 4753311 866 - 661331 4753341 867 - 661331 4753371 868 - 661331 4753401 869 - 661331 4753431 869 - 661331 4753461 870 - 661331 4753491 870 - 661331 4753521 860 - 661331 4753551 830 - 661331 4753581 809 - 661331 4753611 809 - 661331 4753641 809 - 661331 4753671 809 - 661331 4753701 809 - 661331 4753731 820 - 661331 4753761 835 - 661331 4753791 849 - 661331 4753821 865 - 661331 4753851 869 - 661331 4753881 871 - 661331 4753911 872 - 661331 4753941 873 - 661331 4753971 874 - 661331 4754001 875 - 661331 4754031 877 - 661331 4754061 881 - 661331 4754091 891 - 661331 4754121 907 - 661331 4754151 935 - 661331 4754181 960 - 661331 4754211 961 - 661331 4754241 961 - 661331 4754271 961 - 661331 4754301 963 - 661331 4754331 963 - 661331 4754361 963 - 661331 4754391 964 - 661331 4754421 964 - 661331 4754451 964 - 661331 4754481 964 - 661331 4754511 964 - 661331 4754541 964 - 661361 4751301 1019 - 661361 4751331 1018 - 661361 4751361 1018 - 661361 4751391 1017 - 661361 4751421 1016 - 661361 4751451 1016 - 661361 4751481 1015 - 661361 4751511 1014 - 661361 4751541 1013 - 661361 4751571 1013 - 661361 4751601 1013 - 661361 4751631 1012 - 661361 4751661 1012 - 661361 4751691 1011 - 661361 4751721 1010 - 661361 4751751 1008 - 661361 4751781 1007 - 661361 4751811 995 - 661361 4751841 981 - 661361 4751871 965 - 661361 4751901 953 - 661361 4751931 942 - 661361 4751961 924 - 661361 4751991 911 - 661361 4752021 904 - 661361 4752051 897 - 661361 4752081 891 - 661361 4752111 888 - 661361 4752141 885 - 661361 4752171 881 - 661361 4752201 878 - 661361 4752231 875 - 661361 4752261 872 - 661361 4752291 869 - 661361 4752321 867 - 661361 4752351 864 - 661361 4752381 864 - 661361 4752411 863 - 661361 4752441 860 - 661361 4752471 854 - 661361 4752501 850 - 661361 4752531 847 - 661361 4752561 842 - 661361 4752591 832 - 661361 4752621 829 - 661361 4752651 828 - 661361 4752681 831 - 661361 4752711 831 - 661361 4752741 819 - 661361 4752771 809 - 661361 4752801 809 - 661361 4752831 809 - 661361 4752861 829 - 661361 4752891 843 - 661361 4752921 858 - 661361 4752951 868 - 661361 4752981 869 - 661361 4753011 870 - 661361 4753041 870 - 661361 4753071 870 - 661361 4753101 870 - 661361 4753131 869 - 661361 4753161 869 - 661361 4753191 869 - 661361 4753221 867 - 661361 4753251 867 - 661361 4753281 866 - 661361 4753311 867 - 661361 4753341 868 - 661361 4753371 868 - 661361 4753401 869 - 661361 4753431 869 - 661361 4753461 870 - 661361 4753491 868 - 661361 4753521 861 - 661361 4753551 841 - 661361 4753581 809 - 661361 4753611 809 - 661361 4753641 809 - 661361 4753671 809 - 661361 4753701 809 - 661361 4753731 820 - 661361 4753761 835 - 661361 4753791 852 - 661361 4753821 869 - 661361 4753851 870 - 661361 4753881 871 - 661361 4753911 872 - 661361 4753941 873 - 661361 4753971 875 - 661361 4754001 876 - 661361 4754031 878 - 661361 4754061 882 - 661361 4754091 897 - 661361 4754121 912 - 661361 4754151 951 - 661361 4754181 961 - 661361 4754211 962 - 661361 4754241 963 - 661361 4754271 964 - 661361 4754301 962 - 661361 4754331 964 - 661361 4754361 964 - 661361 4754391 964 - 661361 4754421 964 - 661361 4754451 964 - 661361 4754481 965 - 661361 4754511 965 - 661361 4754541 965 - 661391 4751301 1019 - 661391 4751331 1019 - 661391 4751361 1018 - 661391 4751391 1017 - 661391 4751421 1017 - 661391 4751451 1016 - 661391 4751481 1015 - 661391 4751511 1014 - 661391 4751541 1014 - 661391 4751571 1014 - 661391 4751601 1014 - 661391 4751631 1013 - 661391 4751661 1012 - 661391 4751691 1012 - 661391 4751721 1011 - 661391 4751751 1008 - 661391 4751781 1002 - 661391 4751811 989 - 661391 4751841 976 - 661391 4751871 964 - 661391 4751901 953 - 661391 4751931 944 - 661391 4751961 928 - 661391 4751991 916 - 661391 4752021 906 - 661391 4752051 899 - 661391 4752081 892 - 661391 4752111 888 - 661391 4752141 884 - 661391 4752171 881 - 661391 4752201 878 - 661391 4752231 875 - 661391 4752261 872 - 661391 4752291 870 - 661391 4752321 867 - 661391 4752351 862 - 661391 4752381 861 - 661391 4752411 862 - 661391 4752441 861 - 661391 4752471 848 - 661391 4752501 842 - 661391 4752531 836 - 661391 4752561 830 - 661391 4752591 823 - 661391 4752621 821 - 661391 4752651 819 - 661391 4752681 820 - 661391 4752711 819 - 661391 4752741 809 - 661391 4752771 809 - 661391 4752801 809 - 661391 4752831 826 - 661391 4752861 841 - 661391 4752891 855 - 661391 4752921 867 - 661391 4752951 870 - 661391 4752981 870 - 661391 4753011 870 - 661391 4753041 869 - 661391 4753071 869 - 661391 4753101 869 - 661391 4753131 869 - 661391 4753161 869 - 661391 4753191 869 - 661391 4753221 867 - 661391 4753251 867 - 661391 4753281 866 - 661391 4753311 867 - 661391 4753341 867 - 661391 4753371 867 - 661391 4753401 868 - 661391 4753431 869 - 661391 4753461 869 - 661391 4753491 869 - 661391 4753521 869 - 661391 4753551 853 - 661391 4753581 820 - 661391 4753611 809 - 661391 4753641 809 - 661391 4753671 809 - 661391 4753701 809 - 661391 4753731 820 - 661391 4753761 835 - 661391 4753791 852 - 661391 4753821 869 - 661391 4753851 870 - 661391 4753881 871 - 661391 4753911 872 - 661391 4753941 874 - 661391 4753971 875 - 661391 4754001 876 - 661391 4754031 879 - 661391 4754061 885 - 661391 4754091 906 - 661391 4754121 939 - 661391 4754151 961 - 661391 4754181 965 - 661391 4754211 965 - 661391 4754241 964 - 661391 4754271 964 - 661391 4754301 964 - 661391 4754331 964 - 661391 4754361 964 - 661391 4754391 965 - 661391 4754421 966 - 661391 4754451 965 - 661391 4754481 965 - 661391 4754511 966 - 661391 4754541 965 - 661421 4751301 1020 - 661421 4751331 1019 - 661421 4751361 1018 - 661421 4751391 1018 - 661421 4751421 1017 - 661421 4751451 1016 - 661421 4751481 1015 - 661421 4751511 1015 - 661421 4751541 1015 - 661421 4751571 1015 - 661421 4751601 1014 - 661421 4751631 1013 - 661421 4751661 1013 - 661421 4751691 1013 - 661421 4751721 1014 - 661421 4751751 1010 - 661421 4751781 996 - 661421 4751811 981 - 661421 4751841 966 - 661421 4751871 953 - 661421 4751901 945 - 661421 4751931 934 - 661421 4751961 927 - 661421 4751991 914 - 661421 4752021 905 - 661421 4752051 897 - 661421 4752081 892 - 661421 4752111 887 - 661421 4752141 884 - 661421 4752171 881 - 661421 4752201 878 - 661421 4752231 875 - 661421 4752261 872 - 661421 4752291 869 - 661421 4752321 866 - 661421 4752351 862 - 661421 4752381 858 - 661421 4752411 854 - 661421 4752441 853 - 661421 4752471 844 - 661421 4752501 834 - 661421 4752531 830 - 661421 4752561 828 - 661421 4752591 832 - 661421 4752621 833 - 661421 4752651 824 - 661421 4752681 816 - 661421 4752711 813 - 661421 4752741 809 - 661421 4752771 809 - 661421 4752801 814 - 661421 4752831 831 - 661421 4752861 849 - 661421 4752891 862 - 661421 4752921 868 - 661421 4752951 869 - 661421 4752981 869 - 661421 4753011 870 - 661421 4753041 870 - 661421 4753071 869 - 661421 4753101 869 - 661421 4753131 869 - 661421 4753161 869 - 661421 4753191 868 - 661421 4753221 868 - 661421 4753251 867 - 661421 4753281 866 - 661421 4753311 867 - 661421 4753341 867 - 661421 4753371 868 - 661421 4753401 867 - 661421 4753431 869 - 661421 4753461 869 - 661421 4753491 871 - 661421 4753521 871 - 661421 4753551 859 - 661421 4753581 821 - 661421 4753611 809 - 661421 4753641 809 - 661421 4753671 809 - 661421 4753701 809 - 661421 4753731 818 - 661421 4753761 830 - 661421 4753791 848 - 661421 4753821 869 - 661421 4753851 870 - 661421 4753881 871 - 661421 4753911 873 - 661421 4753941 874 - 661421 4753971 875 - 661421 4754001 878 - 661421 4754031 881 - 661421 4754061 889 - 661421 4754091 916 - 661421 4754121 948 - 661421 4754151 968 - 661421 4754181 968 - 661421 4754211 966 - 661421 4754241 965 - 661421 4754271 965 - 661421 4754301 965 - 661421 4754331 965 - 661421 4754361 965 - 661421 4754391 966 - 661421 4754421 967 - 661421 4754451 966 - 661421 4754481 966 - 661421 4754511 966 - 661421 4754541 966 - 661451 4751301 1020 - 661451 4751331 1019 - 661451 4751361 1019 - 661451 4751391 1018 - 661451 4751421 1018 - 661451 4751451 1017 - 661451 4751481 1016 - 661451 4751511 1016 - 661451 4751541 1016 - 661451 4751571 1015 - 661451 4751601 1015 - 661451 4751631 1014 - 661451 4751661 1014 - 661451 4751691 1014 - 661451 4751721 1014 - 661451 4751751 1013 - 661451 4751781 1001 - 661451 4751811 985 - 661451 4751841 970 - 661451 4751871 953 - 661451 4751901 938 - 661451 4751931 918 - 661451 4751961 912 - 661451 4751991 911 - 661451 4752021 905 - 661451 4752051 897 - 661451 4752081 889 - 661451 4752111 885 - 661451 4752141 882 - 661451 4752171 879 - 661451 4752201 877 - 661451 4752231 874 - 661451 4752261 872 - 661451 4752291 869 - 661451 4752321 865 - 661451 4752351 861 - 661451 4752381 862 - 661451 4752411 850 - 661451 4752441 844 - 661451 4752471 837 - 661451 4752501 830 - 661451 4752531 833 - 661451 4752561 837 - 661451 4752591 840 - 661451 4752621 844 - 661451 4752651 844 - 661451 4752681 831 - 661451 4752711 819 - 661451 4752741 812 - 661451 4752771 810 - 661451 4752801 813 - 661451 4752831 833 - 661451 4752861 853 - 661451 4752891 863 - 661451 4752921 865 - 661451 4752951 867 - 661451 4752981 868 - 661451 4753011 869 - 661451 4753041 869 - 661451 4753071 869 - 661451 4753101 868 - 661451 4753131 868 - 661451 4753161 868 - 661451 4753191 868 - 661451 4753221 869 - 661451 4753251 868 - 661451 4753281 867 - 661451 4753311 868 - 661451 4753341 868 - 661451 4753371 868 - 661451 4753401 867 - 661451 4753431 868 - 661451 4753461 869 - 661451 4753491 871 - 661451 4753521 870 - 661451 4753551 859 - 661451 4753581 809 - 661451 4753611 809 - 661451 4753641 809 - 661451 4753671 809 - 661451 4753701 809 - 661451 4753731 817 - 661451 4753761 830 - 661451 4753791 846 - 661451 4753821 868 - 661451 4753851 871 - 661451 4753881 872 - 661451 4753911 874 - 661451 4753941 875 - 661451 4753971 876 - 661451 4754001 878 - 661451 4754031 882 - 661451 4754061 895 - 661451 4754091 916 - 661451 4754121 948 - 661451 4754151 965 - 661451 4754181 968 - 661451 4754211 967 - 661451 4754241 966 - 661451 4754271 966 - 661451 4754301 965 - 661451 4754331 965 - 661451 4754361 966 - 661451 4754391 966 - 661451 4754421 967 - 661451 4754451 967 - 661451 4754481 967 - 661451 4754511 966 - 661451 4754541 966 - 661481 4751301 1020 - 661481 4751331 1019 - 661481 4751361 1019 - 661481 4751391 1019 - 661481 4751421 1018 - 661481 4751451 1018 - 661481 4751481 1017 - 661481 4751511 1017 - 661481 4751541 1016 - 661481 4751571 1016 - 661481 4751601 1016 - 661481 4751631 1015 - 661481 4751661 1015 - 661481 4751691 1015 - 661481 4751721 1014 - 661481 4751751 1011 - 661481 4751781 1003 - 661481 4751811 988 - 661481 4751841 975 - 661481 4751871 957 - 661481 4751901 943 - 661481 4751931 921 - 661481 4751961 914 - 661481 4751991 909 - 661481 4752021 900 - 661481 4752051 892 - 661481 4752081 889 - 661481 4752111 884 - 661481 4752141 881 - 661481 4752171 876 - 661481 4752201 875 - 661481 4752231 873 - 661481 4752261 871 - 661481 4752291 868 - 661481 4752321 864 - 661481 4752351 860 - 661481 4752381 858 - 661481 4752411 850 - 661481 4752441 843 - 661481 4752471 837 - 661481 4752501 834 - 661481 4752531 840 - 661481 4752561 842 - 661481 4752591 848 - 661481 4752621 855 - 661481 4752651 856 - 661481 4752681 841 - 661481 4752711 829 - 661481 4752741 814 - 661481 4752771 810 - 661481 4752801 811 - 661481 4752831 824 - 661481 4752861 845 - 661481 4752891 857 - 661481 4752921 863 - 661481 4752951 865 - 661481 4752981 867 - 661481 4753011 868 - 661481 4753041 869 - 661481 4753071 868 - 661481 4753101 868 - 661481 4753131 868 - 661481 4753161 869 - 661481 4753191 869 - 661481 4753221 869 - 661481 4753251 869 - 661481 4753281 868 - 661481 4753311 868 - 661481 4753341 868 - 661481 4753371 869 - 661481 4753401 868 - 661481 4753431 868 - 661481 4753461 869 - 661481 4753491 870 - 661481 4753521 869 - 661481 4753551 857 - 661481 4753581 809 - 661481 4753611 809 - 661481 4753641 809 - 661481 4753671 809 - 661481 4753701 809 - 661481 4753731 817 - 661481 4753761 833 - 661481 4753791 852 - 661481 4753821 869 - 661481 4753851 874 - 661481 4753881 875 - 661481 4753911 875 - 661481 4753941 876 - 661481 4753971 877 - 661481 4754001 879 - 661481 4754031 882 - 661481 4754061 898 - 661481 4754091 914 - 661481 4754121 944 - 661481 4754151 968 - 661481 4754181 967 - 661481 4754211 968 - 661481 4754241 967 - 661481 4754271 966 - 661481 4754301 966 - 661481 4754331 966 - 661481 4754361 966 - 661481 4754391 967 - 661481 4754421 968 - 661481 4754451 968 - 661481 4754481 967 - 661481 4754511 967 - 661481 4754541 966 - 661511 4751301 1020 - 661511 4751331 1020 - 661511 4751361 1019 - 661511 4751391 1019 - 661511 4751421 1018 - 661511 4751451 1018 - 661511 4751481 1018 - 661511 4751511 1018 - 661511 4751541 1017 - 661511 4751571 1017 - 661511 4751601 1016 - 661511 4751631 1016 - 661511 4751661 1016 - 661511 4751691 1015 - 661511 4751721 1014 - 661511 4751751 1009 - 661511 4751781 997 - 661511 4751811 985 - 661511 4751841 971 - 661511 4751871 955 - 661511 4751901 940 - 661511 4751931 925 - 661511 4751961 923 - 661511 4751991 915 - 661511 4752021 903 - 661511 4752051 895 - 661511 4752081 889 - 661511 4752111 885 - 661511 4752141 881 - 661511 4752171 878 - 661511 4752201 875 - 661511 4752231 872 - 661511 4752261 870 - 661511 4752291 867 - 661511 4752321 863 - 661511 4752351 856 - 661511 4752381 848 - 661511 4752411 847 - 661511 4752441 840 - 661511 4752471 836 - 661511 4752501 839 - 661511 4752531 842 - 661511 4752561 844 - 661511 4752591 851 - 661511 4752621 860 - 661511 4752651 861 - 661511 4752681 845 - 661511 4752711 834 - 661511 4752741 820 - 661511 4752771 813 - 661511 4752801 811 - 661511 4752831 811 - 661511 4752861 831 - 661511 4752891 849 - 661511 4752921 861 - 661511 4752951 863 - 661511 4752981 865 - 661511 4753011 867 - 661511 4753041 867 - 661511 4753071 867 - 661511 4753101 868 - 661511 4753131 869 - 661511 4753161 869 - 661511 4753191 869 - 661511 4753221 869 - 661511 4753251 868 - 661511 4753281 868 - 661511 4753311 869 - 661511 4753341 869 - 661511 4753371 869 - 661511 4753401 868 - 661511 4753431 868 - 661511 4753461 869 - 661511 4753491 870 - 661511 4753521 869 - 661511 4753551 857 - 661511 4753581 809 - 661511 4753611 809 - 661511 4753641 809 - 661511 4753671 809 - 661511 4753701 809 - 661511 4753731 817 - 661511 4753761 838 - 661511 4753791 856 - 661511 4753821 872 - 661511 4753851 877 - 661511 4753881 877 - 661511 4753911 877 - 661511 4753941 877 - 661511 4753971 878 - 661511 4754001 881 - 661511 4754031 883 - 661511 4754061 899 - 661511 4754091 912 - 661511 4754121 942 - 661511 4754151 968 - 661511 4754181 968 - 661511 4754211 968 - 661511 4754241 967 - 661511 4754271 967 - 661511 4754301 966 - 661511 4754331 966 - 661511 4754361 966 - 661511 4754391 967 - 661511 4754421 968 - 661511 4754451 968 - 661511 4754481 967 - 661511 4754511 967 - 661511 4754541 966 - 661541 4751301 1021 - 661541 4751331 1020 - 661541 4751361 1019 - 661541 4751391 1019 - 661541 4751421 1019 - 661541 4751451 1018 - 661541 4751481 1018 - 661541 4751511 1018 - 661541 4751541 1018 - 661541 4751571 1018 - 661541 4751601 1017 - 661541 4751631 1017 - 661541 4751661 1016 - 661541 4751691 1015 - 661541 4751721 1013 - 661541 4751751 1004 - 661541 4751781 991 - 661541 4751811 976 - 661541 4751841 963 - 661541 4751871 947 - 661541 4751901 936 - 661541 4751931 938 - 661541 4751961 931 - 661541 4751991 917 - 661541 4752021 904 - 661541 4752051 896 - 661541 4752081 890 - 661541 4752111 884 - 661541 4752141 881 - 661541 4752171 877 - 661541 4752201 874 - 661541 4752231 872 - 661541 4752261 869 - 661541 4752291 866 - 661541 4752321 863 - 661541 4752351 853 - 661541 4752381 847 - 661541 4752411 843 - 661541 4752441 838 - 661541 4752471 838 - 661541 4752501 843 - 661541 4752531 845 - 661541 4752561 850 - 661541 4752591 857 - 661541 4752621 865 - 661541 4752651 865 - 661541 4752681 849 - 661541 4752711 837 - 661541 4752741 825 - 661541 4752771 817 - 661541 4752801 813 - 661541 4752831 811 - 661541 4752861 824 - 661541 4752891 842 - 661541 4752921 856 - 661541 4752951 862 - 661541 4752981 864 - 661541 4753011 866 - 661541 4753041 867 - 661541 4753071 868 - 661541 4753101 869 - 661541 4753131 869 - 661541 4753161 869 - 661541 4753191 869 - 661541 4753221 869 - 661541 4753251 869 - 661541 4753281 869 - 661541 4753311 869 - 661541 4753341 869 - 661541 4753371 869 - 661541 4753401 869 - 661541 4753431 869 - 661541 4753461 869 - 661541 4753491 870 - 661541 4753521 869 - 661541 4753551 858 - 661541 4753581 809 - 661541 4753611 809 - 661541 4753641 809 - 661541 4753671 809 - 661541 4753701 809 - 661541 4753731 820 - 661541 4753761 841 - 661541 4753791 858 - 661541 4753821 875 - 661541 4753851 877 - 661541 4753881 877 - 661541 4753911 878 - 661541 4753941 879 - 661541 4753971 880 - 661541 4754001 881 - 661541 4754031 884 - 661541 4754061 900 - 661541 4754091 912 - 661541 4754121 942 - 661541 4754151 968 - 661541 4754181 968 - 661541 4754211 968 - 661541 4754241 967 - 661541 4754271 967 - 661541 4754301 967 - 661541 4754331 967 - 661541 4754361 966 - 661541 4754391 967 - 661541 4754421 968 - 661541 4754451 968 - 661541 4754481 967 - 661541 4754511 967 - 661541 4754541 966 - 661571 4751301 1021 - 661571 4751331 1020 - 661571 4751361 1020 - 661571 4751391 1019 - 661571 4751421 1019 - 661571 4751451 1019 - 661571 4751481 1019 - 661571 4751511 1019 - 661571 4751541 1018 - 661571 4751571 1018 - 661571 4751601 1018 - 661571 4751631 1017 - 661571 4751661 1016 - 661571 4751691 1015 - 661571 4751721 1010 - 661571 4751751 997 - 661571 4751781 985 - 661571 4751811 970 - 661571 4751841 958 - 661571 4751871 952 - 661571 4751901 948 - 661571 4751931 943 - 661571 4751961 927 - 661571 4751991 913 - 661571 4752021 903 - 661571 4752051 895 - 661571 4752081 890 - 661571 4752111 885 - 661571 4752141 880 - 661571 4752171 877 - 661571 4752201 874 - 661571 4752231 871 - 661571 4752261 868 - 661571 4752291 865 - 661571 4752321 862 - 661571 4752351 851 - 661571 4752381 846 - 661571 4752411 841 - 661571 4752441 839 - 661571 4752471 842 - 661571 4752501 849 - 661571 4752531 853 - 661571 4752561 858 - 661571 4752591 864 - 661571 4752621 870 - 661571 4752651 870 - 661571 4752681 854 - 661571 4752711 840 - 661571 4752741 829 - 661571 4752771 820 - 661571 4752801 814 - 661571 4752831 811 - 661571 4752861 819 - 661571 4752891 839 - 661571 4752921 857 - 661571 4752951 862 - 661571 4752981 864 - 661571 4753011 866 - 661571 4753041 868 - 661571 4753071 869 - 661571 4753101 869 - 661571 4753131 869 - 661571 4753161 869 - 661571 4753191 869 - 661571 4753221 869 - 661571 4753251 869 - 661571 4753281 869 - 661571 4753311 869 - 661571 4753341 869 - 661571 4753371 869 - 661571 4753401 869 - 661571 4753431 869 - 661571 4753461 869 - 661571 4753491 870 - 661571 4753521 866 - 661571 4753551 855 - 661571 4753581 809 - 661571 4753611 809 - 661571 4753641 809 - 661571 4753671 809 - 661571 4753701 812 - 661571 4753731 823 - 661571 4753761 844 - 661571 4753791 866 - 661571 4753821 876 - 661571 4753851 878 - 661571 4753881 878 - 661571 4753911 878 - 661571 4753941 880 - 661571 4753971 880 - 661571 4754001 882 - 661571 4754031 884 - 661571 4754061 900 - 661571 4754091 912 - 661571 4754121 944 - 661571 4754151 968 - 661571 4754181 968 - 661571 4754211 968 - 661571 4754241 967 - 661571 4754271 967 - 661571 4754301 967 - 661571 4754331 967 - 661571 4754361 967 - 661571 4754391 967 - 661571 4754421 968 - 661571 4754451 968 - 661571 4754481 967 - 661571 4754511 967 - 661571 4754541 967 - 661601 4751301 1021 - 661601 4751331 1021 - 661601 4751361 1020 - 661601 4751391 1020 - 661601 4751421 1019 - 661601 4751451 1019 - 661601 4751481 1019 - 661601 4751511 1019 - 661601 4751541 1019 - 661601 4751571 1019 - 661601 4751601 1019 - 661601 4751631 1018 - 661601 4751661 1017 - 661601 4751691 1015 - 661601 4751721 1008 - 661601 4751751 995 - 661601 4751781 985 - 661601 4751811 971 - 661601 4751841 963 - 661601 4751871 957 - 661601 4751901 949 - 661601 4751931 935 - 661601 4751961 916 - 661601 4751991 906 - 661601 4752021 898 - 661601 4752051 891 - 661601 4752081 887 - 661601 4752111 883 - 661601 4752141 878 - 661601 4752171 876 - 661601 4752201 873 - 661601 4752231 870 - 661601 4752261 867 - 661601 4752291 863 - 661601 4752321 860 - 661601 4752351 852 - 661601 4752381 852 - 661601 4752411 845 - 661601 4752441 842 - 661601 4752471 843 - 661601 4752501 853 - 661601 4752531 862 - 661601 4752561 866 - 661601 4752591 869 - 661601 4752621 872 - 661601 4752651 872 - 661601 4752681 865 - 661601 4752711 845 - 661601 4752741 833 - 661601 4752771 822 - 661601 4752801 815 - 661601 4752831 811 - 661601 4752861 819 - 661601 4752891 840 - 661601 4752921 858 - 661601 4752951 862 - 661601 4752981 864 - 661601 4753011 866 - 661601 4753041 868 - 661601 4753071 869 - 661601 4753101 869 - 661601 4753131 869 - 661601 4753161 869 - 661601 4753191 869 - 661601 4753221 869 - 661601 4753251 869 - 661601 4753281 869 - 661601 4753311 869 - 661601 4753341 869 - 661601 4753371 869 - 661601 4753401 869 - 661601 4753431 869 - 661601 4753461 869 - 661601 4753491 869 - 661601 4753521 861 - 661601 4753551 842 - 661601 4753581 809 - 661601 4753611 809 - 661601 4753641 809 - 661601 4753671 809 - 661601 4753701 815 - 661601 4753731 826 - 661601 4753761 850 - 661601 4753791 869 - 661601 4753821 877 - 661601 4753851 878 - 661601 4753881 879 - 661601 4753911 879 - 661601 4753941 880 - 661601 4753971 881 - 661601 4754001 882 - 661601 4754031 884 - 661601 4754061 900 - 661601 4754091 913 - 661601 4754121 946 - 661601 4754151 968 - 661601 4754181 968 - 661601 4754211 968 - 661601 4754241 968 - 661601 4754271 968 - 661601 4754301 967 - 661601 4754331 968 - 661601 4754361 967 - 661601 4754391 967 - 661601 4754421 968 - 661601 4754451 968 - 661601 4754481 967 - 661601 4754511 967 - 661601 4754541 967 - 661631 4751301 1021 - 661631 4751331 1021 - 661631 4751361 1020 - 661631 4751391 1020 - 661631 4751421 1020 - 661631 4751451 1020 - 661631 4751481 1020 - 661631 4751511 1020 - 661631 4751541 1019 - 661631 4751571 1019 - 661631 4751601 1019 - 661631 4751631 1019 - 661631 4751661 1019 - 661631 4751691 1017 - 661631 4751721 1011 - 661631 4751751 998 - 661631 4751781 984 - 661631 4751811 971 - 661631 4751841 962 - 661631 4751871 952 - 661631 4751901 940 - 661631 4751931 930 - 661631 4751961 917 - 661631 4751991 908 - 661631 4752021 898 - 661631 4752051 891 - 661631 4752081 888 - 661631 4752111 884 - 661631 4752141 879 - 661631 4752171 877 - 661631 4752201 873 - 661631 4752231 870 - 661631 4752261 867 - 661631 4752291 862 - 661631 4752321 860 - 661631 4752351 859 - 661631 4752381 859 - 661631 4752411 845 - 661631 4752441 844 - 661631 4752471 847 - 661631 4752501 861 - 661631 4752531 863 - 661631 4752561 868 - 661631 4752591 869 - 661631 4752621 871 - 661631 4752651 872 - 661631 4752681 868 - 661631 4752711 853 - 661631 4752741 836 - 661631 4752771 823 - 661631 4752801 815 - 661631 4752831 811 - 661631 4752861 819 - 661631 4752891 840 - 661631 4752921 856 - 661631 4752951 862 - 661631 4752981 864 - 661631 4753011 866 - 661631 4753041 868 - 661631 4753071 869 - 661631 4753101 869 - 661631 4753131 869 - 661631 4753161 869 - 661631 4753191 869 - 661631 4753221 869 - 661631 4753251 869 - 661631 4753281 869 - 661631 4753311 869 - 661631 4753341 869 - 661631 4753371 869 - 661631 4753401 869 - 661631 4753431 869 - 661631 4753461 869 - 661631 4753491 870 - 661631 4753521 860 - 661631 4753551 831 - 661631 4753581 809 - 661631 4753611 809 - 661631 4753641 809 - 661631 4753671 809 - 661631 4753701 817 - 661631 4753731 830 - 661631 4753761 853 - 661631 4753791 871 - 661631 4753821 877 - 661631 4753851 878 - 661631 4753881 880 - 661631 4753911 879 - 661631 4753941 880 - 661631 4753971 881 - 661631 4754001 882 - 661631 4754031 884 - 661631 4754061 901 - 661631 4754091 914 - 661631 4754121 947 - 661631 4754151 968 - 661631 4754181 968 - 661631 4754211 968 - 661631 4754241 968 - 661631 4754271 968 - 661631 4754301 968 - 661631 4754331 968 - 661631 4754361 968 - 661631 4754391 968 - 661631 4754421 968 - 661631 4754451 968 - 661631 4754481 967 - 661631 4754511 967 - 661631 4754541 967 - 661661 4751301 1021 - 661661 4751331 1021 - 661661 4751361 1021 - 661661 4751391 1020 - 661661 4751421 1020 - 661661 4751451 1020 - 661661 4751481 1020 - 661661 4751511 1020 - 661661 4751541 1020 - 661661 4751571 1020 - 661661 4751601 1020 - 661661 4751631 1021 - 661661 4751661 1021 - 661661 4751691 1021 - 661661 4751721 1016 - 661661 4751751 1004 - 661661 4751781 993 - 661661 4751811 975 - 661661 4751841 963 - 661661 4751871 953 - 661661 4751901 941 - 661661 4751931 929 - 661661 4751961 918 - 661661 4751991 910 - 661661 4752021 902 - 661661 4752051 895 - 661661 4752081 889 - 661661 4752111 883 - 661661 4752141 879 - 661661 4752171 876 - 661661 4752201 873 - 661661 4752231 869 - 661661 4752261 867 - 661661 4752291 864 - 661661 4752321 862 - 661661 4752351 861 - 661661 4752381 861 - 661661 4752411 850 - 661661 4752441 847 - 661661 4752471 854 - 661661 4752501 862 - 661661 4752531 865 - 661661 4752561 867 - 661661 4752591 868 - 661661 4752621 870 - 661661 4752651 869 - 661661 4752681 871 - 661661 4752711 862 - 661661 4752741 841 - 661661 4752771 825 - 661661 4752801 814 - 661661 4752831 811 - 661661 4752861 818 - 661661 4752891 841 - 661661 4752921 857 - 661661 4752951 862 - 661661 4752981 864 - 661661 4753011 866 - 661661 4753041 867 - 661661 4753071 868 - 661661 4753101 869 - 661661 4753131 869 - 661661 4753161 869 - 661661 4753191 869 - 661661 4753221 869 - 661661 4753251 869 - 661661 4753281 869 - 661661 4753311 869 - 661661 4753341 869 - 661661 4753371 869 - 661661 4753401 870 - 661661 4753431 870 - 661661 4753461 870 - 661661 4753491 870 - 661661 4753521 863 - 661661 4753551 831 - 661661 4753581 809 - 661661 4753611 809 - 661661 4753641 809 - 661661 4753671 809 - 661661 4753701 818 - 661661 4753731 834 - 661661 4753761 857 - 661661 4753791 873 - 661661 4753821 877 - 661661 4753851 878 - 661661 4753881 880 - 661661 4753911 881 - 661661 4753941 881 - 661661 4753971 882 - 661661 4754001 883 - 661661 4754031 885 - 661661 4754061 901 - 661661 4754091 915 - 661661 4754121 950 - 661661 4754151 968 - 661661 4754181 968 - 661661 4754211 968 - 661661 4754241 968 - 661661 4754271 968 - 661661 4754301 968 - 661661 4754331 968 - 661661 4754361 968 - 661661 4754391 968 - 661661 4754421 968 - 661661 4754451 968 - 661661 4754481 968 - 661661 4754511 967 - 661661 4754541 967 - 661691 4751301 1021 - 661691 4751331 1021 - 661691 4751361 1021 - 661691 4751391 1021 - 661691 4751421 1021 - 661691 4751451 1020 - 661691 4751481 1020 - 661691 4751511 1021 - 661691 4751541 1021 - 661691 4751571 1021 - 661691 4751601 1021 - 661691 4751631 1021 - 661691 4751661 1022 - 661691 4751691 1022 - 661691 4751721 1020 - 661691 4751751 1010 - 661691 4751781 998 - 661691 4751811 980 - 661691 4751841 967 - 661691 4751871 954 - 661691 4751901 946 - 661691 4751931 934 - 661691 4751961 922 - 661691 4751991 912 - 661691 4752021 903 - 661691 4752051 894 - 661691 4752081 888 - 661691 4752111 883 - 661691 4752141 879 - 661691 4752171 876 - 661691 4752201 873 - 661691 4752231 870 - 661691 4752261 868 - 661691 4752291 866 - 661691 4752321 863 - 661691 4752351 861 - 661691 4752381 862 - 661691 4752411 856 - 661691 4752441 853 - 661691 4752471 859 - 661691 4752501 864 - 661691 4752531 867 - 661691 4752561 866 - 661691 4752591 866 - 661691 4752621 866 - 661691 4752651 865 - 661691 4752681 864 - 661691 4752711 856 - 661691 4752741 838 - 661691 4752771 823 - 661691 4752801 813 - 661691 4752831 811 - 661691 4752861 818 - 661691 4752891 842 - 661691 4752921 859 - 661691 4752951 862 - 661691 4752981 864 - 661691 4753011 866 - 661691 4753041 867 - 661691 4753071 869 - 661691 4753101 869 - 661691 4753131 869 - 661691 4753161 869 - 661691 4753191 869 - 661691 4753221 869 - 661691 4753251 869 - 661691 4753281 869 - 661691 4753311 869 - 661691 4753341 869 - 661691 4753371 869 - 661691 4753401 870 - 661691 4753431 870 - 661691 4753461 870 - 661691 4753491 870 - 661691 4753521 863 - 661691 4753551 832 - 661691 4753581 809 - 661691 4753611 809 - 661691 4753641 809 - 661691 4753671 809 - 661691 4753701 820 - 661691 4753731 838 - 661691 4753761 862 - 661691 4753791 874 - 661691 4753821 877 - 661691 4753851 879 - 661691 4753881 880 - 661691 4753911 882 - 661691 4753941 883 - 661691 4753971 884 - 661691 4754001 885 - 661691 4754031 886 - 661691 4754061 901 - 661691 4754091 916 - 661691 4754121 948 - 661691 4754151 968 - 661691 4754181 968 - 661691 4754211 968 - 661691 4754241 968 - 661691 4754271 968 - 661691 4754301 968 - 661691 4754331 968 - 661691 4754361 968 - 661691 4754391 968 - 661691 4754421 968 - 661691 4754451 968 - 661691 4754481 968 - 661691 4754511 968 - 661691 4754541 968 - 661721 4751301 1021 - 661721 4751331 1021 - 661721 4751361 1021 - 661721 4751391 1021 - 661721 4751421 1021 - 661721 4751451 1021 - 661721 4751481 1021 - 661721 4751511 1021 - 661721 4751541 1021 - 661721 4751571 1021 - 661721 4751601 1021 - 661721 4751631 1021 - 661721 4751661 1021 - 661721 4751691 1022 - 661721 4751721 1021 - 661721 4751751 1014 - 661721 4751781 998 - 661721 4751811 980 - 661721 4751841 968 - 661721 4751871 958 - 661721 4751901 949 - 661721 4751931 936 - 661721 4751961 925 - 661721 4751991 914 - 661721 4752021 904 - 661721 4752051 893 - 661721 4752081 888 - 661721 4752111 883 - 661721 4752141 879 - 661721 4752171 876 - 661721 4752201 873 - 661721 4752231 871 - 661721 4752261 869 - 661721 4752291 867 - 661721 4752321 865 - 661721 4752351 864 - 661721 4752381 863 - 661721 4752411 861 - 661721 4752441 860 - 661721 4752471 862 - 661721 4752501 867 - 661721 4752531 867 - 661721 4752561 864 - 661721 4752591 862 - 661721 4752621 858 - 661721 4752651 854 - 661721 4752681 849 - 661721 4752711 839 - 661721 4752741 828 - 661721 4752771 814 - 661721 4752801 811 - 661721 4752831 813 - 661721 4752861 823 - 661721 4752891 844 - 661721 4752921 861 - 661721 4752951 863 - 661721 4752981 864 - 661721 4753011 866 - 661721 4753041 868 - 661721 4753071 869 - 661721 4753101 869 - 661721 4753131 869 - 661721 4753161 869 - 661721 4753191 869 - 661721 4753221 869 - 661721 4753251 869 - 661721 4753281 869 - 661721 4753311 869 - 661721 4753341 871 - 661721 4753371 870 - 661721 4753401 871 - 661721 4753431 871 - 661721 4753461 872 - 661721 4753491 872 - 661721 4753521 860 - 661721 4753551 838 - 661721 4753581 809 - 661721 4753611 809 - 661721 4753641 809 - 661721 4753671 809 - 661721 4753701 820 - 661721 4753731 838 - 661721 4753761 863 - 661721 4753791 875 - 661721 4753821 877 - 661721 4753851 879 - 661721 4753881 880 - 661721 4753911 882 - 661721 4753941 883 - 661721 4753971 886 - 661721 4754001 891 - 661721 4754031 896 - 661721 4754061 902 - 661721 4754091 917 - 661721 4754121 947 - 661721 4754151 968 - 661721 4754181 968 - 661721 4754211 968 - 661721 4754241 968 - 661721 4754271 968 - 661721 4754301 968 - 661721 4754331 969 - 661721 4754361 968 - 661721 4754391 968 - 661721 4754421 968 - 661721 4754451 968 - 661721 4754481 968 - 661721 4754511 968 - 661721 4754541 968 - 661751 4751301 1021 - 661751 4751331 1021 - 661751 4751361 1021 - 661751 4751391 1021 - 661751 4751421 1021 - 661751 4751451 1021 - 661751 4751481 1021 - 661751 4751511 1022 - 661751 4751541 1022 - 661751 4751571 1022 - 661751 4751601 1022 - 661751 4751631 1022 - 661751 4751661 1023 - 661751 4751691 1023 - 661751 4751721 1022 - 661751 4751751 1016 - 661751 4751781 1000 - 661751 4751811 986 - 661751 4751841 974 - 661751 4751871 962 - 661751 4751901 950 - 661751 4751931 939 - 661751 4751961 926 - 661751 4751991 913 - 661751 4752021 905 - 661751 4752051 896 - 661751 4752081 890 - 661751 4752111 883 - 661751 4752141 879 - 661751 4752171 876 - 661751 4752201 874 - 661751 4752231 871 - 661751 4752261 869 - 661751 4752291 867 - 661751 4752321 866 - 661751 4752351 865 - 661751 4752381 863 - 661751 4752411 862 - 661751 4752441 863 - 661751 4752471 865 - 661751 4752501 867 - 661751 4752531 862 - 661751 4752561 854 - 661751 4752591 850 - 661751 4752621 843 - 661751 4752651 835 - 661751 4752681 831 - 661751 4752711 824 - 661751 4752741 815 - 661751 4752771 811 - 661751 4752801 812 - 661751 4752831 818 - 661751 4752861 829 - 661751 4752891 843 - 661751 4752921 860 - 661751 4752951 862 - 661751 4752981 864 - 661751 4753011 866 - 661751 4753041 868 - 661751 4753071 869 - 661751 4753101 869 - 661751 4753131 869 - 661751 4753161 869 - 661751 4753191 869 - 661751 4753221 869 - 661751 4753251 869 - 661751 4753281 870 - 661751 4753311 870 - 661751 4753341 871 - 661751 4753371 870 - 661751 4753401 870 - 661751 4753431 870 - 661751 4753461 870 - 661751 4753491 870 - 661751 4753521 861 - 661751 4753551 844 - 661751 4753581 809 - 661751 4753611 809 - 661751 4753641 809 - 661751 4753671 809 - 661751 4753701 820 - 661751 4753731 837 - 661751 4753761 859 - 661751 4753791 872 - 661751 4753821 877 - 661751 4753851 878 - 661751 4753881 880 - 661751 4753911 882 - 661751 4753941 884 - 661751 4753971 889 - 661751 4754001 893 - 661751 4754031 897 - 661751 4754061 901 - 661751 4754091 917 - 661751 4754121 946 - 661751 4754151 968 - 661751 4754181 968 - 661751 4754211 968 - 661751 4754241 968 - 661751 4754271 969 - 661751 4754301 969 - 661751 4754331 969 - 661751 4754361 968 - 661751 4754391 968 - 661751 4754421 969 - 661751 4754451 969 - 661751 4754481 968 - 661751 4754511 968 - 661751 4754541 968 - 661781 4751301 1021 - 661781 4751331 1021 - 661781 4751361 1021 - 661781 4751391 1021 - 661781 4751421 1021 - 661781 4751451 1021 - 661781 4751481 1022 - 661781 4751511 1022 - 661781 4751541 1022 - 661781 4751571 1022 - 661781 4751601 1022 - 661781 4751631 1022 - 661781 4751661 1023 - 661781 4751691 1023 - 661781 4751721 1022 - 661781 4751751 1017 - 661781 4751781 1002 - 661781 4751811 988 - 661781 4751841 976 - 661781 4751871 963 - 661781 4751901 950 - 661781 4751931 937 - 661781 4751961 924 - 661781 4751991 913 - 661781 4752021 905 - 661781 4752051 897 - 661781 4752081 889 - 661781 4752111 883 - 661781 4752141 877 - 661781 4752171 875 - 661781 4752201 874 - 661781 4752231 872 - 661781 4752261 870 - 661781 4752291 868 - 661781 4752321 867 - 661781 4752351 865 - 661781 4752381 864 - 661781 4752411 863 - 661781 4752441 863 - 661781 4752471 862 - 661781 4752501 856 - 661781 4752531 851 - 661781 4752561 842 - 661781 4752591 833 - 661781 4752621 828 - 661781 4752651 820 - 661781 4752681 817 - 661781 4752711 812 - 661781 4752741 812 - 661781 4752771 813 - 661781 4752801 818 - 661781 4752831 824 - 661781 4752861 832 - 661781 4752891 843 - 661781 4752921 855 - 661781 4752951 862 - 661781 4752981 865 - 661781 4753011 867 - 661781 4753041 868 - 661781 4753071 869 - 661781 4753101 869 - 661781 4753131 869 - 661781 4753161 869 - 661781 4753191 869 - 661781 4753221 869 - 661781 4753251 869 - 661781 4753281 870 - 661781 4753311 870 - 661781 4753341 870 - 661781 4753371 871 - 661781 4753401 871 - 661781 4753431 871 - 661781 4753461 870 - 661781 4753491 870 - 661781 4753521 865 - 661781 4753551 844 - 661781 4753581 817 - 661781 4753611 809 - 661781 4753641 809 - 661781 4753671 809 - 661781 4753701 819 - 661781 4753731 834 - 661781 4753761 850 - 661781 4753791 870 - 661781 4753821 876 - 661781 4753851 878 - 661781 4753881 880 - 661781 4753911 882 - 661781 4753941 885 - 661781 4753971 887 - 661781 4754001 892 - 661781 4754031 897 - 661781 4754061 901 - 661781 4754091 916 - 661781 4754121 945 - 661781 4754151 968 - 661781 4754181 968 - 661781 4754211 968 - 661781 4754241 968 - 661781 4754271 969 - 661781 4754301 969 - 661781 4754331 968 - 661781 4754361 968 - 661781 4754391 969 - 661781 4754421 969 - 661781 4754451 969 - 661781 4754481 969 - 661781 4754511 968 - 661781 4754541 968 - 661811 4751301 1021 - 661811 4751331 1021 - 661811 4751361 1021 - 661811 4751391 1021 - 661811 4751421 1021 - 661811 4751451 1022 - 661811 4751481 1022 - 661811 4751511 1022 - 661811 4751541 1022 - 661811 4751571 1023 - 661811 4751601 1023 - 661811 4751631 1023 - 661811 4751661 1024 - 661811 4751691 1025 - 661811 4751721 1024 - 661811 4751751 1020 - 661811 4751781 1003 - 661811 4751811 990 - 661811 4751841 982 - 661811 4751871 968 - 661811 4751901 952 - 661811 4751931 936 - 661811 4751961 920 - 661811 4751991 909 - 661811 4752021 901 - 661811 4752051 893 - 661811 4752081 886 - 661811 4752111 882 - 661811 4752141 878 - 661811 4752171 876 - 661811 4752201 874 - 661811 4752231 872 - 661811 4752261 870 - 661811 4752291 868 - 661811 4752321 866 - 661811 4752351 864 - 661811 4752381 863 - 661811 4752411 862 - 661811 4752441 861 - 661811 4752471 852 - 661811 4752501 844 - 661811 4752531 839 - 661811 4752561 830 - 661811 4752591 821 - 661811 4752621 815 - 661811 4752651 812 - 661811 4752681 812 - 661811 4752711 812 - 661811 4752741 815 - 661811 4752771 822 - 661811 4752801 828 - 661811 4752831 833 - 661811 4752861 838 - 661811 4752891 848 - 661811 4752921 861 - 661811 4752951 863 - 661811 4752981 865 - 661811 4753011 867 - 661811 4753041 868 - 661811 4753071 869 - 661811 4753101 869 - 661811 4753131 869 - 661811 4753161 869 - 661811 4753191 869 - 661811 4753221 869 - 661811 4753251 869 - 661811 4753281 870 - 661811 4753311 871 - 661811 4753341 871 - 661811 4753371 872 - 661811 4753401 872 - 661811 4753431 872 - 661811 4753461 872 - 661811 4753491 870 - 661811 4753521 869 - 661811 4753551 849 - 661811 4753581 816 - 661811 4753611 809 - 661811 4753641 809 - 661811 4753671 809 - 661811 4753701 816 - 661811 4753731 832 - 661811 4753761 851 - 661811 4753791 870 - 661811 4753821 877 - 661811 4753851 878 - 661811 4753881 880 - 661811 4753911 882 - 661811 4753941 884 - 661811 4753971 885 - 661811 4754001 889 - 661811 4754031 896 - 661811 4754061 901 - 661811 4754091 914 - 661811 4754121 946 - 661811 4754151 968 - 661811 4754181 968 - 661811 4754211 968 - 661811 4754241 968 - 661811 4754271 969 - 661811 4754301 968 - 661811 4754331 968 - 661811 4754361 969 - 661811 4754391 969 - 661811 4754421 969 - 661811 4754451 969 - 661811 4754481 968 - 661811 4754511 968 - 661811 4754541 968 - 661841 4751301 1021 - 661841 4751331 1021 - 661841 4751361 1021 - 661841 4751391 1021 - 661841 4751421 1022 - 661841 4751451 1022 - 661841 4751481 1022 - 661841 4751511 1022 - 661841 4751541 1023 - 661841 4751571 1023 - 661841 4751601 1024 - 661841 4751631 1025 - 661841 4751661 1025 - 661841 4751691 1026 - 661841 4751721 1025 - 661841 4751751 1021 - 661841 4751781 1006 - 661841 4751811 991 - 661841 4751841 982 - 661841 4751871 966 - 661841 4751901 951 - 661841 4751931 934 - 661841 4751961 918 - 661841 4751991 907 - 661841 4752021 899 - 661841 4752051 894 - 661841 4752081 888 - 661841 4752111 883 - 661841 4752141 879 - 661841 4752171 876 - 661841 4752201 874 - 661841 4752231 872 - 661841 4752261 870 - 661841 4752291 868 - 661841 4752321 867 - 661841 4752351 862 - 661841 4752381 862 - 661841 4752411 861 - 661841 4752441 851 - 661841 4752471 841 - 661841 4752501 832 - 661841 4752531 825 - 661841 4752561 817 - 661841 4752591 812 - 661841 4752621 812 - 661841 4752651 812 - 661841 4752681 818 - 661841 4752711 822 - 661841 4752741 827 - 661841 4752771 834 - 661841 4752801 842 - 661841 4752831 846 - 661841 4752861 852 - 661841 4752891 859 - 661841 4752921 862 - 661841 4752951 863 - 661841 4752981 865 - 661841 4753011 867 - 661841 4753041 868 - 661841 4753071 869 - 661841 4753101 869 - 661841 4753131 869 - 661841 4753161 869 - 661841 4753191 869 - 661841 4753221 869 - 661841 4753251 869 - 661841 4753281 870 - 661841 4753311 870 - 661841 4753341 871 - 661841 4753371 872 - 661841 4753401 871 - 661841 4753431 872 - 661841 4753461 872 - 661841 4753491 871 - 661841 4753521 869 - 661841 4753551 853 - 661841 4753581 817 - 661841 4753611 809 - 661841 4753641 809 - 661841 4753671 809 - 661841 4753701 809 - 661841 4753731 831 - 661841 4753761 849 - 661841 4753791 869 - 661841 4753821 877 - 661841 4753851 878 - 661841 4753881 879 - 661841 4753911 881 - 661841 4753941 882 - 661841 4753971 883 - 661841 4754001 884 - 661841 4754031 884 - 661841 4754061 901 - 661841 4754091 914 - 661841 4754121 947 - 661841 4754151 968 - 661841 4754181 968 - 661841 4754211 968 - 661841 4754241 968 - 661841 4754271 968 - 661841 4754301 968 - 661841 4754331 968 - 661841 4754361 968 - 661841 4754391 969 - 661841 4754421 968 - 661841 4754451 968 - 661841 4754481 968 - 661841 4754511 968 - 661841 4754541 968 - 661871 4751301 1021 - 661871 4751331 1021 - 661871 4751361 1021 - 661871 4751391 1022 - 661871 4751421 1022 - 661871 4751451 1022 - 661871 4751481 1022 - 661871 4751511 1022 - 661871 4751541 1023 - 661871 4751571 1023 - 661871 4751601 1024 - 661871 4751631 1025 - 661871 4751661 1025 - 661871 4751691 1027 - 661871 4751721 1025 - 661871 4751751 1022 - 661871 4751781 1012 - 661871 4751811 994 - 661871 4751841 984 - 661871 4751871 967 - 661871 4751901 952 - 661871 4751931 938 - 661871 4751961 924 - 661871 4751991 911 - 661871 4752021 902 - 661871 4752051 894 - 661871 4752081 888 - 661871 4752111 883 - 661871 4752141 879 - 661871 4752171 876 - 661871 4752201 874 - 661871 4752231 872 - 661871 4752261 869 - 661871 4752291 868 - 661871 4752321 866 - 661871 4752351 863 - 661871 4752381 862 - 661871 4752411 862 - 661871 4752441 847 - 661871 4752471 831 - 661871 4752501 822 - 661871 4752531 814 - 661871 4752561 812 - 661871 4752591 812 - 661871 4752621 817 - 661871 4752651 824 - 661871 4752681 833 - 661871 4752711 837 - 661871 4752741 841 - 661871 4752771 845 - 661871 4752801 853 - 661871 4752831 860 - 661871 4752861 861 - 661871 4752891 862 - 661871 4752921 862 - 661871 4752951 864 - 661871 4752981 866 - 661871 4753011 867 - 661871 4753041 869 - 661871 4753071 869 - 661871 4753101 869 - 661871 4753131 868 - 661871 4753161 868 - 661871 4753191 869 - 661871 4753221 869 - 661871 4753251 869 - 661871 4753281 870 - 661871 4753311 870 - 661871 4753341 872 - 661871 4753371 871 - 661871 4753401 871 - 661871 4753431 872 - 661871 4753461 873 - 661871 4753491 874 - 661871 4753521 865 - 661871 4753551 845 - 661871 4753581 818 - 661871 4753611 809 - 661871 4753641 809 - 661871 4753671 809 - 661871 4753701 817 - 661871 4753731 831 - 661871 4753761 849 - 661871 4753791 868 - 661871 4753821 877 - 661871 4753851 878 - 661871 4753881 879 - 661871 4753911 881 - 661871 4753941 882 - 661871 4753971 882 - 661871 4754001 883 - 661871 4754031 884 - 661871 4754061 902 - 661871 4754091 919 - 661871 4754121 948 - 661871 4754151 968 - 661871 4754181 968 - 661871 4754211 968 - 661871 4754241 967 - 661871 4754271 968 - 661871 4754301 968 - 661871 4754331 968 - 661871 4754361 967 - 661871 4754391 968 - 661871 4754421 968 - 661871 4754451 968 - 661871 4754481 969 - 661871 4754511 969 - 661871 4754541 969 - 661901 4751301 1021 - 661901 4751331 1021 - 661901 4751361 1022 - 661901 4751391 1022 - 661901 4751421 1022 - 661901 4751451 1022 - 661901 4751481 1022 - 661901 4751511 1023 - 661901 4751541 1023 - 661901 4751571 1024 - 661901 4751601 1024 - 661901 4751631 1025 - 661901 4751661 1025 - 661901 4751691 1026 - 661901 4751721 1026 - 661901 4751751 1023 - 661901 4751781 1016 - 661901 4751811 997 - 661901 4751841 985 - 661901 4751871 968 - 661901 4751901 951 - 661901 4751931 935 - 661901 4751961 921 - 661901 4751991 911 - 661901 4752021 904 - 661901 4752051 896 - 661901 4752081 889 - 661901 4752111 884 - 661901 4752141 880 - 661901 4752171 877 - 661901 4752201 874 - 661901 4752231 872 - 661901 4752261 869 - 661901 4752291 867 - 661901 4752321 865 - 661901 4752351 864 - 661901 4752381 863 - 661901 4752411 860 - 661901 4752441 843 - 661901 4752471 825 - 661901 4752501 816 - 661901 4752531 812 - 661901 4752561 814 - 661901 4752591 820 - 661901 4752621 828 - 661901 4752651 835 - 661901 4752681 841 - 661901 4752711 851 - 661901 4752741 858 - 661901 4752771 855 - 661901 4752801 857 - 661901 4752831 861 - 661901 4752861 862 - 661901 4752891 862 - 661901 4752921 863 - 661901 4752951 864 - 661901 4752981 866 - 661901 4753011 868 - 661901 4753041 869 - 661901 4753071 869 - 661901 4753101 869 - 661901 4753131 868 - 661901 4753161 868 - 661901 4753191 869 - 661901 4753221 869 - 661901 4753251 869 - 661901 4753281 870 - 661901 4753311 870 - 661901 4753341 871 - 661901 4753371 871 - 661901 4753401 872 - 661901 4753431 871 - 661901 4753461 871 - 661901 4753491 872 - 661901 4753521 859 - 661901 4753551 835 - 661901 4753581 817 - 661901 4753611 809 - 661901 4753641 809 - 661901 4753671 809 - 661901 4753701 819 - 661901 4753731 834 - 661901 4753761 851 - 661901 4753791 870 - 661901 4753821 877 - 661901 4753851 878 - 661901 4753881 879 - 661901 4753911 879 - 661901 4753941 881 - 661901 4753971 882 - 661901 4754001 883 - 661901 4754031 886 - 661901 4754061 904 - 661901 4754091 926 - 661901 4754121 952 - 661901 4754151 968 - 661901 4754181 968 - 661901 4754211 967 - 661901 4754241 967 - 661901 4754271 968 - 661901 4754301 967 - 661901 4754331 968 - 661901 4754361 967 - 661901 4754391 968 - 661901 4754421 968 - 661901 4754451 970 - 661901 4754481 969 - 661901 4754511 969 - 661901 4754541 969 - 661931 4751301 1021 - 661931 4751331 1022 - 661931 4751361 1022 - 661931 4751391 1022 - 661931 4751421 1022 - 661931 4751451 1022 - 661931 4751481 1023 - 661931 4751511 1023 - 661931 4751541 1023 - 661931 4751571 1024 - 661931 4751601 1024 - 661931 4751631 1025 - 661931 4751661 1025 - 661931 4751691 1026 - 661931 4751721 1025 - 661931 4751751 1025 - 661931 4751781 1021 - 661931 4751811 1005 - 661931 4751841 985 - 661931 4751871 966 - 661931 4751901 950 - 661931 4751931 933 - 661931 4751961 916 - 661931 4751991 906 - 661931 4752021 900 - 661931 4752051 893 - 661931 4752081 889 - 661931 4752111 884 - 661931 4752141 880 - 661931 4752171 877 - 661931 4752201 874 - 661931 4752231 871 - 661931 4752261 869 - 661931 4752291 867 - 661931 4752321 864 - 661931 4752351 862 - 661931 4752381 862 - 661931 4752411 852 - 661931 4752441 838 - 661931 4752471 823 - 661931 4752501 815 - 661931 4752531 812 - 661931 4752561 817 - 661931 4752591 828 - 661931 4752621 835 - 661931 4752651 843 - 661931 4752681 853 - 661931 4752711 861 - 661931 4752741 862 - 661931 4752771 862 - 661931 4752801 861 - 661931 4752831 861 - 661931 4752861 862 - 661931 4752891 863 - 661931 4752921 863 - 661931 4752951 865 - 661931 4752981 866 - 661931 4753011 868 - 661931 4753041 868 - 661931 4753071 869 - 661931 4753101 868 - 661931 4753131 868 - 661931 4753161 868 - 661931 4753191 869 - 661931 4753221 869 - 661931 4753251 869 - 661931 4753281 870 - 661931 4753311 870 - 661931 4753341 870 - 661931 4753371 872 - 661931 4753401 872 - 661931 4753431 872 - 661931 4753461 870 - 661931 4753491 869 - 661931 4753521 846 - 661931 4753551 824 - 661931 4753581 809 - 661931 4753611 809 - 661931 4753641 809 - 661931 4753671 811 - 661931 4753701 821 - 661931 4753731 837 - 661931 4753761 854 - 661931 4753791 871 - 661931 4753821 877 - 661931 4753851 878 - 661931 4753881 879 - 661931 4753911 880 - 661931 4753941 881 - 661931 4753971 882 - 661931 4754001 883 - 661931 4754031 889 - 661931 4754061 906 - 661931 4754091 931 - 661931 4754121 957 - 661931 4754151 968 - 661931 4754181 967 - 661931 4754211 967 - 661931 4754241 966 - 661931 4754271 966 - 661931 4754301 967 - 661931 4754331 967 - 661931 4754361 968 - 661931 4754391 969 - 661931 4754421 969 - 661931 4754451 969 - 661931 4754481 970 - 661931 4754511 970 - 661931 4754541 970 - 661961 4751301 1022 - 661961 4751331 1021 - 661961 4751361 1022 - 661961 4751391 1022 - 661961 4751421 1022 - 661961 4751451 1022 - 661961 4751481 1022 - 661961 4751511 1022 - 661961 4751541 1022 - 661961 4751571 1023 - 661961 4751601 1023 - 661961 4751631 1023 - 661961 4751661 1024 - 661961 4751691 1024 - 661961 4751721 1024 - 661961 4751751 1025 - 661961 4751781 1024 - 661961 4751811 1002 - 661961 4751841 986 - 661961 4751871 968 - 661961 4751901 953 - 661961 4751931 933 - 661961 4751961 916 - 661961 4751991 907 - 661961 4752021 900 - 661961 4752051 891 - 661961 4752081 887 - 661961 4752111 883 - 661961 4752141 880 - 661961 4752171 877 - 661961 4752201 874 - 661961 4752231 871 - 661961 4752261 869 - 661961 4752291 867 - 661961 4752321 863 - 661961 4752351 862 - 661961 4752381 857 - 661961 4752411 844 - 661961 4752441 831 - 661961 4752471 821 - 661961 4752501 814 - 661961 4752531 812 - 661961 4752561 820 - 661961 4752591 832 - 661961 4752621 841 - 661961 4752651 852 - 661961 4752681 861 - 661961 4752711 862 - 661961 4752741 862 - 661961 4752771 862 - 661961 4752801 862 - 661961 4752831 862 - 661961 4752861 862 - 661961 4752891 863 - 661961 4752921 864 - 661961 4752951 865 - 661961 4752981 866 - 661961 4753011 867 - 661961 4753041 868 - 661961 4753071 867 - 661961 4753101 867 - 661961 4753131 868 - 661961 4753161 868 - 661961 4753191 869 - 661961 4753221 869 - 661961 4753251 869 - 661961 4753281 870 - 661961 4753311 870 - 661961 4753341 870 - 661961 4753371 870 - 661961 4753401 872 - 661961 4753431 872 - 661961 4753461 873 - 661961 4753491 859 - 661961 4753521 830 - 661961 4753551 809 - 661961 4753581 809 - 661961 4753611 809 - 661961 4753641 809 - 661961 4753671 815 - 661961 4753701 830 - 661961 4753731 842 - 661961 4753761 860 - 661961 4753791 875 - 661961 4753821 877 - 661961 4753851 878 - 661961 4753881 879 - 661961 4753911 880 - 661961 4753941 881 - 661961 4753971 882 - 661961 4754001 883 - 661961 4754031 892 - 661961 4754061 909 - 661961 4754091 937 - 661961 4754121 963 - 661961 4754151 967 - 661961 4754181 965 - 661961 4754211 966 - 661961 4754241 966 - 661961 4754271 966 - 661961 4754301 967 - 661961 4754331 967 - 661961 4754361 967 - 661961 4754391 969 - 661961 4754421 969 - 661961 4754451 969 - 661961 4754481 969 - 661961 4754511 970 - 661961 4754541 970 - 661991 4751301 1022 - 661991 4751331 1023 - 661991 4751361 1023 - 661991 4751391 1022 - 661991 4751421 1022 - 661991 4751451 1022 - 661991 4751481 1022 - 661991 4751511 1023 - 661991 4751541 1023 - 661991 4751571 1023 - 661991 4751601 1023 - 661991 4751631 1023 - 661991 4751661 1023 - 661991 4751691 1023 - 661991 4751721 1023 - 661991 4751751 1024 - 661991 4751781 1024 - 661991 4751811 1003 - 661991 4751841 986 - 661991 4751871 969 - 661991 4751901 951 - 661991 4751931 932 - 661991 4751961 914 - 661991 4751991 907 - 661991 4752021 897 - 661991 4752051 890 - 661991 4752081 887 - 661991 4752111 884 - 661991 4752141 880 - 661991 4752171 877 - 661991 4752201 874 - 661991 4752231 871 - 661991 4752261 868 - 661991 4752291 866 - 661991 4752321 862 - 661991 4752351 861 - 661991 4752381 857 - 661991 4752411 840 - 661991 4752441 829 - 661991 4752471 821 - 661991 4752501 815 - 661991 4752531 814 - 661991 4752561 821 - 661991 4752591 834 - 661991 4752621 842 - 661991 4752651 856 - 661991 4752681 862 - 661991 4752711 862 - 661991 4752741 862 - 661991 4752771 862 - 661991 4752801 862 - 661991 4752831 862 - 661991 4752861 863 - 661991 4752891 863 - 661991 4752921 864 - 661991 4752951 865 - 661991 4752981 866 - 661991 4753011 867 - 661991 4753041 867 - 661991 4753071 867 - 661991 4753101 867 - 661991 4753131 868 - 661991 4753161 868 - 661991 4753191 869 - 661991 4753221 869 - 661991 4753251 869 - 661991 4753281 870 - 661991 4753311 870 - 661991 4753341 870 - 661991 4753371 870 - 661991 4753401 870 - 661991 4753431 872 - 661991 4753461 871 - 661991 4753491 854 - 661991 4753521 809 - 661991 4753551 809 - 661991 4753581 809 - 661991 4753611 809 - 661991 4753641 813 - 661991 4753671 829 - 661991 4753701 841 - 661991 4753731 856 - 661991 4753761 871 - 661991 4753791 877 - 661991 4753821 878 - 661991 4753851 878 - 661991 4753881 879 - 661991 4753911 880 - 661991 4753941 881 - 661991 4753971 882 - 661991 4754001 884 - 661991 4754031 896 - 661991 4754061 912 - 661991 4754091 941 - 661991 4754121 967 - 661991 4754151 963 - 661991 4754181 963 - 661991 4754211 964 - 661991 4754241 964 - 661991 4754271 965 - 661991 4754301 966 - 661991 4754331 967 - 661991 4754361 967 - 661991 4754391 968 - 661991 4754421 968 - 661991 4754451 968 - 661991 4754481 968 - 661991 4754511 968 - 661991 4754541 968 - 662021 4751301 1023 - 662021 4751331 1023 - 662021 4751361 1023 - 662021 4751391 1023 - 662021 4751421 1022 - 662021 4751451 1022 - 662021 4751481 1022 - 662021 4751511 1023 - 662021 4751541 1023 - 662021 4751571 1023 - 662021 4751601 1023 - 662021 4751631 1023 - 662021 4751661 1023 - 662021 4751691 1024 - 662021 4751721 1023 - 662021 4751751 1023 - 662021 4751781 1022 - 662021 4751811 1001 - 662021 4751841 983 - 662021 4751871 965 - 662021 4751901 946 - 662021 4751931 930 - 662021 4751961 913 - 662021 4751991 905 - 662021 4752021 897 - 662021 4752051 890 - 662021 4752081 886 - 662021 4752111 883 - 662021 4752141 880 - 662021 4752171 877 - 662021 4752201 874 - 662021 4752231 870 - 662021 4752261 868 - 662021 4752291 866 - 662021 4752321 863 - 662021 4752351 863 - 662021 4752381 861 - 662021 4752411 843 - 662021 4752441 826 - 662021 4752471 820 - 662021 4752501 816 - 662021 4752531 814 - 662021 4752561 821 - 662021 4752591 833 - 662021 4752621 841 - 662021 4752651 852 - 662021 4752681 862 - 662021 4752711 861 - 662021 4752741 862 - 662021 4752771 863 - 662021 4752801 863 - 662021 4752831 863 - 662021 4752861 863 - 662021 4752891 864 - 662021 4752921 864 - 662021 4752951 865 - 662021 4752981 866 - 662021 4753011 866 - 662021 4753041 866 - 662021 4753071 867 - 662021 4753101 867 - 662021 4753131 868 - 662021 4753161 868 - 662021 4753191 869 - 662021 4753221 869 - 662021 4753251 869 - 662021 4753281 870 - 662021 4753311 870 - 662021 4753341 870 - 662021 4753371 870 - 662021 4753401 870 - 662021 4753431 870 - 662021 4753461 869 - 662021 4753491 838 - 662021 4753521 809 - 662021 4753551 809 - 662021 4753581 809 - 662021 4753611 809 - 662021 4753641 824 - 662021 4753671 838 - 662021 4753701 859 - 662021 4753731 868 - 662021 4753761 877 - 662021 4753791 877 - 662021 4753821 878 - 662021 4753851 878 - 662021 4753881 879 - 662021 4753911 880 - 662021 4753941 881 - 662021 4753971 882 - 662021 4754001 884 - 662021 4754031 899 - 662021 4754061 916 - 662021 4754091 944 - 662021 4754121 954 - 662021 4754151 960 - 662021 4754181 962 - 662021 4754211 964 - 662021 4754241 965 - 662021 4754271 965 - 662021 4754301 966 - 662021 4754331 967 - 662021 4754361 967 - 662021 4754391 968 - 662021 4754421 968 - 662021 4754451 968 - 662021 4754481 969 - 662021 4754511 969 - 662021 4754541 969 - 662051 4751301 1023 - 662051 4751331 1023 - 662051 4751361 1023 - 662051 4751391 1023 - 662051 4751421 1023 - 662051 4751451 1023 - 662051 4751481 1022 - 662051 4751511 1023 - 662051 4751541 1023 - 662051 4751571 1023 - 662051 4751601 1023 - 662051 4751631 1023 - 662051 4751661 1023 - 662051 4751691 1023 - 662051 4751721 1024 - 662051 4751751 1024 - 662051 4751781 1019 - 662051 4751811 999 - 662051 4751841 984 - 662051 4751871 966 - 662051 4751901 948 - 662051 4751931 930 - 662051 4751961 914 - 662051 4751991 904 - 662051 4752021 898 - 662051 4752051 889 - 662051 4752081 884 - 662051 4752111 881 - 662051 4752141 878 - 662051 4752171 876 - 662051 4752201 873 - 662051 4752231 870 - 662051 4752261 868 - 662051 4752291 866 - 662051 4752321 865 - 662051 4752351 863 - 662051 4752381 862 - 662051 4752411 853 - 662051 4752441 834 - 662051 4752471 822 - 662051 4752501 816 - 662051 4752531 814 - 662051 4752561 820 - 662051 4752591 832 - 662051 4752621 841 - 662051 4752651 850 - 662051 4752681 860 - 662051 4752711 861 - 662051 4752741 862 - 662051 4752771 863 - 662051 4752801 863 - 662051 4752831 863 - 662051 4752861 864 - 662051 4752891 864 - 662051 4752921 865 - 662051 4752951 865 - 662051 4752981 866 - 662051 4753011 866 - 662051 4753041 866 - 662051 4753071 867 - 662051 4753101 868 - 662051 4753131 868 - 662051 4753161 869 - 662051 4753191 869 - 662051 4753221 869 - 662051 4753251 870 - 662051 4753281 870 - 662051 4753311 870 - 662051 4753341 870 - 662051 4753371 870 - 662051 4753401 870 - 662051 4753431 869 - 662051 4753461 867 - 662051 4753491 809 - 662051 4753521 809 - 662051 4753551 809 - 662051 4753581 809 - 662051 4753611 809 - 662051 4753641 828 - 662051 4753671 846 - 662051 4753701 868 - 662051 4753731 876 - 662051 4753761 877 - 662051 4753791 878 - 662051 4753821 878 - 662051 4753851 879 - 662051 4753881 880 - 662051 4753911 881 - 662051 4753941 882 - 662051 4753971 883 - 662051 4754001 887 - 662051 4754031 905 - 662051 4754061 922 - 662051 4754091 948 - 662051 4754121 955 - 662051 4754151 958 - 662051 4754181 961 - 662051 4754211 963 - 662051 4754241 965 - 662051 4754271 965 - 662051 4754301 966 - 662051 4754331 967 - 662051 4754361 967 - 662051 4754391 968 - 662051 4754421 968 - 662051 4754451 968 - 662051 4754481 969 - 662051 4754511 969 - 662051 4754541 969 - 662081 4751301 1023 - 662081 4751331 1023 - 662081 4751361 1024 - 662081 4751391 1023 - 662081 4751421 1023 - 662081 4751451 1024 - 662081 4751481 1024 - 662081 4751511 1024 - 662081 4751541 1025 - 662081 4751571 1024 - 662081 4751601 1024 - 662081 4751631 1024 - 662081 4751661 1025 - 662081 4751691 1025 - 662081 4751721 1026 - 662081 4751751 1026 - 662081 4751781 1020 - 662081 4751811 999 - 662081 4751841 983 - 662081 4751871 965 - 662081 4751901 946 - 662081 4751931 933 - 662081 4751961 914 - 662081 4751991 906 - 662081 4752021 897 - 662081 4752051 889 - 662081 4752081 884 - 662081 4752111 879 - 662081 4752141 876 - 662081 4752171 874 - 662081 4752201 872 - 662081 4752231 869 - 662081 4752261 867 - 662081 4752291 865 - 662081 4752321 862 - 662081 4752351 863 - 662081 4752381 862 - 662081 4752411 853 - 662081 4752441 836 - 662081 4752471 823 - 662081 4752501 816 - 662081 4752531 814 - 662081 4752561 821 - 662081 4752591 835 - 662081 4752621 847 - 662081 4752651 860 - 662081 4752681 861 - 662081 4752711 862 - 662081 4752741 862 - 662081 4752771 863 - 662081 4752801 863 - 662081 4752831 864 - 662081 4752861 864 - 662081 4752891 864 - 662081 4752921 865 - 662081 4752951 866 - 662081 4752981 866 - 662081 4753011 866 - 662081 4753041 867 - 662081 4753071 867 - 662081 4753101 868 - 662081 4753131 868 - 662081 4753161 869 - 662081 4753191 869 - 662081 4753221 869 - 662081 4753251 869 - 662081 4753281 870 - 662081 4753311 870 - 662081 4753341 871 - 662081 4753371 870 - 662081 4753401 870 - 662081 4753431 870 - 662081 4753461 866 - 662081 4753491 809 - 662081 4753521 809 - 662081 4753551 809 - 662081 4753581 809 - 662081 4753611 809 - 662081 4753641 830 - 662081 4753671 847 - 662081 4753701 866 - 662081 4753731 876 - 662081 4753761 877 - 662081 4753791 878 - 662081 4753821 878 - 662081 4753851 879 - 662081 4753881 880 - 662081 4753911 880 - 662081 4753941 882 - 662081 4753971 883 - 662081 4754001 894 - 662081 4754031 910 - 662081 4754061 927 - 662081 4754091 952 - 662081 4754121 967 - 662081 4754151 960 - 662081 4754181 962 - 662081 4754211 964 - 662081 4754241 965 - 662081 4754271 965 - 662081 4754301 967 - 662081 4754331 967 - 662081 4754361 968 - 662081 4754391 968 - 662081 4754421 969 - 662081 4754451 969 - 662081 4754481 969 - 662081 4754511 970 - 662081 4754541 970 - 662111 4751301 1022 - 662111 4751331 1023 - 662111 4751361 1023 - 662111 4751391 1023 - 662111 4751421 1024 - 662111 4751451 1024 - 662111 4751481 1023 - 662111 4751511 1024 - 662111 4751541 1024 - 662111 4751571 1025 - 662111 4751601 1024 - 662111 4751631 1025 - 662111 4751661 1025 - 662111 4751691 1025 - 662111 4751721 1026 - 662111 4751751 1026 - 662111 4751781 1020 - 662111 4751811 1000 - 662111 4751841 985 - 662111 4751871 967 - 662111 4751901 949 - 662111 4751931 933 - 662111 4751961 916 - 662111 4751991 908 - 662111 4752021 899 - 662111 4752051 890 - 662111 4752081 884 - 662111 4752111 880 - 662111 4752141 877 - 662111 4752171 874 - 662111 4752201 871 - 662111 4752231 868 - 662111 4752261 864 - 662111 4752291 861 - 662111 4752321 862 - 662111 4752351 862 - 662111 4752381 861 - 662111 4752411 847 - 662111 4752441 831 - 662111 4752471 821 - 662111 4752501 817 - 662111 4752531 817 - 662111 4752561 825 - 662111 4752591 838 - 662111 4752621 850 - 662111 4752651 861 - 662111 4752681 862 - 662111 4752711 862 - 662111 4752741 863 - 662111 4752771 863 - 662111 4752801 864 - 662111 4752831 864 - 662111 4752861 864 - 662111 4752891 865 - 662111 4752921 865 - 662111 4752951 866 - 662111 4752981 866 - 662111 4753011 866 - 662111 4753041 867 - 662111 4753071 867 - 662111 4753101 868 - 662111 4753131 868 - 662111 4753161 868 - 662111 4753191 869 - 662111 4753221 869 - 662111 4753251 869 - 662111 4753281 870 - 662111 4753311 870 - 662111 4753341 871 - 662111 4753371 871 - 662111 4753401 871 - 662111 4753431 870 - 662111 4753461 859 - 662111 4753491 809 - 662111 4753521 809 - 662111 4753551 809 - 662111 4753581 809 - 662111 4753611 809 - 662111 4753641 830 - 662111 4753671 848 - 662111 4753701 868 - 662111 4753731 877 - 662111 4753761 877 - 662111 4753791 878 - 662111 4753821 878 - 662111 4753851 877 - 662111 4753881 878 - 662111 4753911 880 - 662111 4753941 882 - 662111 4753971 886 - 662111 4754001 901 - 662111 4754031 919 - 662111 4754061 937 - 662111 4754091 959 - 662111 4754121 968 - 662111 4754151 967 - 662111 4754181 965 - 662111 4754211 964 - 662111 4754241 965 - 662111 4754271 965 - 662111 4754301 966 - 662111 4754331 967 - 662111 4754361 968 - 662111 4754391 969 - 662111 4754421 969 - 662111 4754451 969 - 662111 4754481 969 - 662111 4754511 970 - 662111 4754541 971 - 662141 4751301 1022 - 662141 4751331 1022 - 662141 4751361 1023 - 662141 4751391 1023 - 662141 4751421 1023 - 662141 4751451 1023 - 662141 4751481 1024 - 662141 4751511 1024 - 662141 4751541 1024 - 662141 4751571 1025 - 662141 4751601 1025 - 662141 4751631 1026 - 662141 4751661 1026 - 662141 4751691 1026 - 662141 4751721 1026 - 662141 4751751 1025 - 662141 4751781 1019 - 662141 4751811 1001 - 662141 4751841 986 - 662141 4751871 968 - 662141 4751901 951 - 662141 4751931 932 - 662141 4751961 917 - 662141 4751991 908 - 662141 4752021 897 - 662141 4752051 890 - 662141 4752081 885 - 662141 4752111 882 - 662141 4752141 877 - 662141 4752171 875 - 662141 4752201 872 - 662141 4752231 869 - 662141 4752261 865 - 662141 4752291 862 - 662141 4752321 860 - 662141 4752351 860 - 662141 4752381 854 - 662141 4752411 842 - 662141 4752441 826 - 662141 4752471 818 - 662141 4752501 817 - 662141 4752531 817 - 662141 4752561 834 - 662141 4752591 846 - 662141 4752621 857 - 662141 4752651 861 - 662141 4752681 862 - 662141 4752711 862 - 662141 4752741 863 - 662141 4752771 863 - 662141 4752801 864 - 662141 4752831 864 - 662141 4752861 865 - 662141 4752891 865 - 662141 4752921 865 - 662141 4752951 866 - 662141 4752981 866 - 662141 4753011 866 - 662141 4753041 867 - 662141 4753071 867 - 662141 4753101 867 - 662141 4753131 868 - 662141 4753161 868 - 662141 4753191 868 - 662141 4753221 869 - 662141 4753251 869 - 662141 4753281 870 - 662141 4753311 870 - 662141 4753341 871 - 662141 4753371 870 - 662141 4753401 871 - 662141 4753431 868 - 662141 4753461 846 - 662141 4753491 809 - 662141 4753521 809 - 662141 4753551 809 - 662141 4753581 809 - 662141 4753611 809 - 662141 4753641 831 - 662141 4753671 849 - 662141 4753701 865 - 662141 4753731 877 - 662141 4753761 877 - 662141 4753791 877 - 662141 4753821 876 - 662141 4753851 876 - 662141 4753881 877 - 662141 4753911 880 - 662141 4753941 883 - 662141 4753971 893 - 662141 4754001 905 - 662141 4754031 924 - 662141 4754061 944 - 662141 4754091 968 - 662141 4754121 968 - 662141 4754151 967 - 662141 4754181 967 - 662141 4754211 966 - 662141 4754241 966 - 662141 4754271 966 - 662141 4754301 967 - 662141 4754331 967 - 662141 4754361 968 - 662141 4754391 968 - 662141 4754421 969 - 662141 4754451 969 - 662141 4754481 970 - 662141 4754511 971 - 662141 4754541 970 - 662171 4751301 1021 - 662171 4751331 1022 - 662171 4751361 1022 - 662171 4751391 1023 - 662171 4751421 1023 - 662171 4751451 1023 - 662171 4751481 1023 - 662171 4751511 1023 - 662171 4751541 1024 - 662171 4751571 1025 - 662171 4751601 1024 - 662171 4751631 1025 - 662171 4751661 1026 - 662171 4751691 1025 - 662171 4751721 1024 - 662171 4751751 1023 - 662171 4751781 1015 - 662171 4751811 1001 - 662171 4751841 984 - 662171 4751871 966 - 662171 4751901 946 - 662171 4751931 930 - 662171 4751961 913 - 662171 4751991 904 - 662171 4752021 897 - 662171 4752051 892 - 662171 4752081 888 - 662171 4752111 884 - 662171 4752141 878 - 662171 4752171 876 - 662171 4752201 876 - 662171 4752231 871 - 662171 4752261 867 - 662171 4752291 864 - 662171 4752321 862 - 662171 4752351 863 - 662171 4752381 862 - 662171 4752411 846 - 662171 4752441 825 - 662171 4752471 818 - 662171 4752501 817 - 662171 4752531 826 - 662171 4752561 840 - 662171 4752591 854 - 662171 4752621 861 - 662171 4752651 862 - 662171 4752681 862 - 662171 4752711 863 - 662171 4752741 863 - 662171 4752771 863 - 662171 4752801 864 - 662171 4752831 864 - 662171 4752861 865 - 662171 4752891 865 - 662171 4752921 866 - 662171 4752951 866 - 662171 4752981 866 - 662171 4753011 866 - 662171 4753041 867 - 662171 4753071 867 - 662171 4753101 867 - 662171 4753131 868 - 662171 4753161 868 - 662171 4753191 869 - 662171 4753221 869 - 662171 4753251 869 - 662171 4753281 870 - 662171 4753311 870 - 662171 4753341 870 - 662171 4753371 871 - 662171 4753401 871 - 662171 4753431 861 - 662171 4753461 828 - 662171 4753491 809 - 662171 4753521 809 - 662171 4753551 809 - 662171 4753581 809 - 662171 4753611 819 - 662171 4753641 838 - 662171 4753671 854 - 662171 4753701 869 - 662171 4753731 877 - 662171 4753761 877 - 662171 4753791 877 - 662171 4753821 876 - 662171 4753851 876 - 662171 4753881 877 - 662171 4753911 881 - 662171 4753941 884 - 662171 4753971 898 - 662171 4754001 916 - 662171 4754031 931 - 662171 4754061 951 - 662171 4754091 968 - 662171 4754121 968 - 662171 4754151 968 - 662171 4754181 967 - 662171 4754211 968 - 662171 4754241 966 - 662171 4754271 967 - 662171 4754301 968 - 662171 4754331 967 - 662171 4754361 968 - 662171 4754391 968 - 662171 4754421 969 - 662171 4754451 970 - 662171 4754481 969 - 662171 4754511 971 - 662171 4754541 971 - 662201 4751301 1020 - 662201 4751331 1021 - 662201 4751361 1021 - 662201 4751391 1022 - 662201 4751421 1022 - 662201 4751451 1022 - 662201 4751481 1023 - 662201 4751511 1023 - 662201 4751541 1023 - 662201 4751571 1024 - 662201 4751601 1024 - 662201 4751631 1024 - 662201 4751661 1026 - 662201 4751691 1025 - 662201 4751721 1023 - 662201 4751751 1019 - 662201 4751781 1011 - 662201 4751811 999 - 662201 4751841 981 - 662201 4751871 963 - 662201 4751901 943 - 662201 4751931 928 - 662201 4751961 913 - 662201 4751991 901 - 662201 4752021 896 - 662201 4752051 893 - 662201 4752081 888 - 662201 4752111 884 - 662201 4752141 881 - 662201 4752171 880 - 662201 4752201 877 - 662201 4752231 873 - 662201 4752261 869 - 662201 4752291 867 - 662201 4752321 865 - 662201 4752351 863 - 662201 4752381 859 - 662201 4752411 841 - 662201 4752441 823 - 662201 4752471 818 - 662201 4752501 817 - 662201 4752531 828 - 662201 4752561 839 - 662201 4752591 848 - 662201 4752621 860 - 662201 4752651 862 - 662201 4752681 862 - 662201 4752711 863 - 662201 4752741 863 - 662201 4752771 863 - 662201 4752801 864 - 662201 4752831 865 - 662201 4752861 865 - 662201 4752891 866 - 662201 4752921 866 - 662201 4752951 866 - 662201 4752981 866 - 662201 4753011 867 - 662201 4753041 867 - 662201 4753071 867 - 662201 4753101 868 - 662201 4753131 868 - 662201 4753161 868 - 662201 4753191 869 - 662201 4753221 869 - 662201 4753251 869 - 662201 4753281 870 - 662201 4753311 871 - 662201 4753341 870 - 662201 4753371 870 - 662201 4753401 871 - 662201 4753431 855 - 662201 4753461 820 - 662201 4753491 809 - 662201 4753521 809 - 662201 4753551 809 - 662201 4753581 809 - 662201 4753611 828 - 662201 4753641 844 - 662201 4753671 862 - 662201 4753701 874 - 662201 4753731 877 - 662201 4753761 877 - 662201 4753791 876 - 662201 4753821 875 - 662201 4753851 876 - 662201 4753881 878 - 662201 4753911 881 - 662201 4753941 888 - 662201 4753971 903 - 662201 4754001 923 - 662201 4754031 939 - 662201 4754061 963 - 662201 4754091 968 - 662201 4754121 968 - 662201 4754151 969 - 662201 4754181 967 - 662201 4754211 968 - 662201 4754241 968 - 662201 4754271 967 - 662201 4754301 968 - 662201 4754331 969 - 662201 4754361 969 - 662201 4754391 969 - 662201 4754421 969 - 662201 4754451 969 - 662201 4754481 970 - 662201 4754511 970 - 662201 4754541 971 - 662231 4751301 1019 - 662231 4751331 1020 - 662231 4751361 1020 - 662231 4751391 1021 - 662231 4751421 1021 - 662231 4751451 1022 - 662231 4751481 1022 - 662231 4751511 1022 - 662231 4751541 1023 - 662231 4751571 1023 - 662231 4751601 1023 - 662231 4751631 1023 - 662231 4751661 1025 - 662231 4751691 1024 - 662231 4751721 1021 - 662231 4751751 1015 - 662231 4751781 1008 - 662231 4751811 994 - 662231 4751841 974 - 662231 4751871 958 - 662231 4751901 944 - 662231 4751931 924 - 662231 4751961 908 - 662231 4751991 899 - 662231 4752021 896 - 662231 4752051 892 - 662231 4752081 889 - 662231 4752111 886 - 662231 4752141 885 - 662231 4752171 883 - 662231 4752201 878 - 662231 4752231 874 - 662231 4752261 871 - 662231 4752291 868 - 662231 4752321 866 - 662231 4752351 862 - 662231 4752381 848 - 662231 4752411 832 - 662231 4752441 820 - 662231 4752471 817 - 662231 4752501 820 - 662231 4752531 829 - 662231 4752561 839 - 662231 4752591 848 - 662231 4752621 860 - 662231 4752651 862 - 662231 4752681 862 - 662231 4752711 863 - 662231 4752741 863 - 662231 4752771 864 - 662231 4752801 864 - 662231 4752831 865 - 662231 4752861 866 - 662231 4752891 867 - 662231 4752921 867 - 662231 4752951 866 - 662231 4752981 866 - 662231 4753011 867 - 662231 4753041 867 - 662231 4753071 868 - 662231 4753101 868 - 662231 4753131 868 - 662231 4753161 868 - 662231 4753191 869 - 662231 4753221 869 - 662231 4753251 869 - 662231 4753281 870 - 662231 4753311 870 - 662231 4753341 871 - 662231 4753371 870 - 662231 4753401 858 - 662231 4753431 831 - 662231 4753461 809 - 662231 4753491 809 - 662231 4753521 809 - 662231 4753551 809 - 662231 4753581 820 - 662231 4753611 838 - 662231 4753641 853 - 662231 4753671 869 - 662231 4753701 873 - 662231 4753731 876 - 662231 4753761 876 - 662231 4753791 876 - 662231 4753821 875 - 662231 4753851 876 - 662231 4753881 878 - 662231 4753911 882 - 662231 4753941 891 - 662231 4753971 909 - 662231 4754001 927 - 662231 4754031 950 - 662231 4754061 968 - 662231 4754091 968 - 662231 4754121 968 - 662231 4754151 969 - 662231 4754181 969 - 662231 4754211 968 - 662231 4754241 969 - 662231 4754271 969 - 662231 4754301 968 - 662231 4754331 968 - 662231 4754361 969 - 662231 4754391 970 - 662231 4754421 971 - 662231 4754451 970 - 662231 4754481 970 - 662231 4754511 970 - 662231 4754541 970 - 662261 4751301 1017 - 662261 4751331 1018 - 662261 4751361 1019 - 662261 4751391 1020 - 662261 4751421 1020 - 662261 4751451 1021 - 662261 4751481 1021 - 662261 4751511 1022 - 662261 4751541 1023 - 662261 4751571 1023 - 662261 4751601 1023 - 662261 4751631 1023 - 662261 4751661 1023 - 662261 4751691 1023 - 662261 4751721 1019 - 662261 4751751 1013 - 662261 4751781 1005 - 662261 4751811 991 - 662261 4751841 971 - 662261 4751871 952 - 662261 4751901 936 - 662261 4751931 923 - 662261 4751961 909 - 662261 4751991 900 - 662261 4752021 896 - 662261 4752051 893 - 662261 4752081 890 - 662261 4752111 888 - 662261 4752141 887 - 662261 4752171 885 - 662261 4752201 878 - 662261 4752231 874 - 662261 4752261 871 - 662261 4752291 868 - 662261 4752321 866 - 662261 4752351 861 - 662261 4752381 844 - 662261 4752411 829 - 662261 4752441 819 - 662261 4752471 817 - 662261 4752501 822 - 662261 4752531 832 - 662261 4752561 841 - 662261 4752591 849 - 662261 4752621 859 - 662261 4752651 862 - 662261 4752681 862 - 662261 4752711 863 - 662261 4752741 863 - 662261 4752771 864 - 662261 4752801 865 - 662261 4752831 866 - 662261 4752861 867 - 662261 4752891 867 - 662261 4752921 868 - 662261 4752951 867 - 662261 4752981 867 - 662261 4753011 867 - 662261 4753041 867 - 662261 4753071 868 - 662261 4753101 869 - 662261 4753131 869 - 662261 4753161 868 - 662261 4753191 869 - 662261 4753221 869 - 662261 4753251 869 - 662261 4753281 870 - 662261 4753311 870 - 662261 4753341 870 - 662261 4753371 861 - 662261 4753401 831 - 662261 4753431 814 - 662261 4753461 809 - 662261 4753491 809 - 662261 4753521 809 - 662261 4753551 809 - 662261 4753581 828 - 662261 4753611 846 - 662261 4753641 862 - 662261 4753671 870 - 662261 4753701 872 - 662261 4753731 875 - 662261 4753761 876 - 662261 4753791 875 - 662261 4753821 875 - 662261 4753851 876 - 662261 4753881 879 - 662261 4753911 883 - 662261 4753941 897 - 662261 4753971 915 - 662261 4754001 938 - 662261 4754031 964 - 662261 4754061 968 - 662261 4754091 968 - 662261 4754121 969 - 662261 4754151 969 - 662261 4754181 969 - 662261 4754211 968 - 662261 4754241 968 - 662261 4754271 970 - 662261 4754301 969 - 662261 4754331 969 - 662261 4754361 969 - 662261 4754391 970 - 662261 4754421 971 - 662261 4754451 972 - 662261 4754481 972 - 662261 4754511 971 - 662261 4754541 971 - 662291 4751301 1016 - 662291 4751331 1017 - 662291 4751361 1017 - 662291 4751391 1018 - 662291 4751421 1019 - 662291 4751451 1020 - 662291 4751481 1021 - 662291 4751511 1022 - 662291 4751541 1022 - 662291 4751571 1023 - 662291 4751601 1023 - 662291 4751631 1022 - 662291 4751661 1022 - 662291 4751691 1022 - 662291 4751721 1019 - 662291 4751751 1012 - 662291 4751781 1004 - 662291 4751811 991 - 662291 4751841 968 - 662291 4751871 947 - 662291 4751901 932 - 662291 4751931 914 - 662291 4751961 906 - 662291 4751991 898 - 662291 4752021 896 - 662291 4752051 894 - 662291 4752081 891 - 662291 4752111 889 - 662291 4752141 886 - 662291 4752171 884 - 662291 4752201 877 - 662291 4752231 874 - 662291 4752261 872 - 662291 4752291 869 - 662291 4752321 866 - 662291 4752351 862 - 662291 4752381 848 - 662291 4752411 834 - 662291 4752441 819 - 662291 4752471 817 - 662291 4752501 823 - 662291 4752531 832 - 662291 4752561 838 - 662291 4752591 848 - 662291 4752621 859 - 662291 4752651 861 - 662291 4752681 862 - 662291 4752711 863 - 662291 4752741 863 - 662291 4752771 864 - 662291 4752801 864 - 662291 4752831 866 - 662291 4752861 867 - 662291 4752891 868 - 662291 4752921 868 - 662291 4752951 869 - 662291 4752981 868 - 662291 4753011 867 - 662291 4753041 867 - 662291 4753071 868 - 662291 4753101 868 - 662291 4753131 869 - 662291 4753161 869 - 662291 4753191 869 - 662291 4753221 869 - 662291 4753251 869 - 662291 4753281 870 - 662291 4753311 870 - 662291 4753341 866 - 662291 4753371 840 - 662291 4753401 814 - 662291 4753431 809 - 662291 4753461 809 - 662291 4753491 809 - 662291 4753521 809 - 662291 4753551 822 - 662291 4753581 842 - 662291 4753611 856 - 662291 4753641 870 - 662291 4753671 874 - 662291 4753701 872 - 662291 4753731 875 - 662291 4753761 875 - 662291 4753791 874 - 662291 4753821 875 - 662291 4753851 876 - 662291 4753881 880 - 662291 4753911 887 - 662291 4753941 902 - 662291 4753971 922 - 662291 4754001 944 - 662291 4754031 968 - 662291 4754061 968 - 662291 4754091 969 - 662291 4754121 969 - 662291 4754151 969 - 662291 4754181 969 - 662291 4754211 970 - 662291 4754241 969 - 662291 4754271 970 - 662291 4754301 971 - 662291 4754331 971 - 662291 4754361 970 - 662291 4754391 970 - 662291 4754421 971 - 662291 4754451 972 - 662291 4754481 972 - 662291 4754511 972 - 662291 4754541 972 - 662321 4751301 1014 - 662321 4751331 1015 - 662321 4751361 1016 - 662321 4751391 1016 - 662321 4751421 1017 - 662321 4751451 1019 - 662321 4751481 1020 - 662321 4751511 1021 - 662321 4751541 1022 - 662321 4751571 1023 - 662321 4751601 1024 - 662321 4751631 1024 - 662321 4751661 1023 - 662321 4751691 1021 - 662321 4751721 1016 - 662321 4751751 1010 - 662321 4751781 1001 - 662321 4751811 982 - 662321 4751841 966 - 662321 4751871 945 - 662321 4751901 931 - 662321 4751931 915 - 662321 4751961 905 - 662321 4751991 898 - 662321 4752021 896 - 662321 4752051 894 - 662321 4752081 892 - 662321 4752111 889 - 662321 4752141 885 - 662321 4752171 883 - 662321 4752201 878 - 662321 4752231 875 - 662321 4752261 872 - 662321 4752291 870 - 662321 4752321 867 - 662321 4752351 863 - 662321 4752381 852 - 662321 4752411 839 - 662321 4752441 820 - 662321 4752471 817 - 662321 4752501 823 - 662321 4752531 830 - 662321 4752561 839 - 662321 4752591 849 - 662321 4752621 860 - 662321 4752651 862 - 662321 4752681 862 - 662321 4752711 863 - 662321 4752741 863 - 662321 4752771 864 - 662321 4752801 865 - 662321 4752831 866 - 662321 4752861 867 - 662321 4752891 868 - 662321 4752921 869 - 662321 4752951 869 - 662321 4752981 869 - 662321 4753011 868 - 662321 4753041 868 - 662321 4753071 868 - 662321 4753101 868 - 662321 4753131 868 - 662321 4753161 868 - 662321 4753191 869 - 662321 4753221 869 - 662321 4753251 870 - 662321 4753281 870 - 662321 4753311 870 - 662321 4753341 858 - 662321 4753371 820 - 662321 4753401 809 - 662321 4753431 809 - 662321 4753461 809 - 662321 4753491 809 - 662321 4753521 809 - 662321 4753551 838 - 662321 4753581 854 - 662321 4753611 868 - 662321 4753641 876 - 662321 4753671 876 - 662321 4753701 873 - 662321 4753731 873 - 662321 4753761 873 - 662321 4753791 874 - 662321 4753821 875 - 662321 4753851 878 - 662321 4753881 882 - 662321 4753911 893 - 662321 4753941 907 - 662321 4753971 926 - 662321 4754001 952 - 662321 4754031 968 - 662321 4754061 968 - 662321 4754091 969 - 662321 4754121 969 - 662321 4754151 969 - 662321 4754181 969 - 662321 4754211 970 - 662321 4754241 969 - 662321 4754271 970 - 662321 4754301 971 - 662321 4754331 971 - 662321 4754361 972 - 662321 4754391 971 - 662321 4754421 971 - 662321 4754451 972 - 662321 4754481 972 - 662321 4754511 972 - 662321 4754541 972 - 662351 4751301 1013 - 662351 4751331 1013 - 662351 4751361 1014 - 662351 4751391 1015 - 662351 4751421 1015 - 662351 4751451 1016 - 662351 4751481 1018 - 662351 4751511 1020 - 662351 4751541 1021 - 662351 4751571 1022 - 662351 4751601 1023 - 662351 4751631 1023 - 662351 4751661 1023 - 662351 4751691 1019 - 662351 4751721 1014 - 662351 4751751 1007 - 662351 4751781 995 - 662351 4751811 976 - 662351 4751841 963 - 662351 4751871 947 - 662351 4751901 928 - 662351 4751931 911 - 662351 4751961 902 - 662351 4751991 898 - 662351 4752021 896 - 662351 4752051 894 - 662351 4752081 892 - 662351 4752111 889 - 662351 4752141 885 - 662351 4752171 885 - 662351 4752201 881 - 662351 4752231 875 - 662351 4752261 873 - 662351 4752291 871 - 662351 4752321 867 - 662351 4752351 864 - 662351 4752381 853 - 662351 4752411 840 - 662351 4752441 823 - 662351 4752471 817 - 662351 4752501 823 - 662351 4752531 833 - 662351 4752561 839 - 662351 4752591 846 - 662351 4752621 857 - 662351 4752651 861 - 662351 4752681 862 - 662351 4752711 863 - 662351 4752741 864 - 662351 4752771 864 - 662351 4752801 865 - 662351 4752831 866 - 662351 4752861 867 - 662351 4752891 868 - 662351 4752921 868 - 662351 4752951 869 - 662351 4752981 869 - 662351 4753011 869 - 662351 4753041 868 - 662351 4753071 868 - 662351 4753101 868 - 662351 4753131 868 - 662351 4753161 868 - 662351 4753191 869 - 662351 4753221 869 - 662351 4753251 870 - 662351 4753281 870 - 662351 4753311 867 - 662351 4753341 839 - 662351 4753371 809 - 662351 4753401 809 - 662351 4753431 809 - 662351 4753461 809 - 662351 4753491 809 - 662351 4753521 835 - 662351 4753551 852 - 662351 4753581 866 - 662351 4753611 870 - 662351 4753641 873 - 662351 4753671 873 - 662351 4753701 871 - 662351 4753731 871 - 662351 4753761 873 - 662351 4753791 874 - 662351 4753821 876 - 662351 4753851 879 - 662351 4753881 886 - 662351 4753911 900 - 662351 4753941 915 - 662351 4753971 932 - 662351 4754001 964 - 662351 4754031 968 - 662351 4754061 968 - 662351 4754091 969 - 662351 4754121 969 - 662351 4754151 970 - 662351 4754181 970 - 662351 4754211 970 - 662351 4754241 970 - 662351 4754271 970 - 662351 4754301 972 - 662351 4754331 972 - 662351 4754361 972 - 662351 4754391 972 - 662351 4754421 972 - 662351 4754451 972 - 662351 4754481 973 - 662351 4754511 973 - 662351 4754541 973 - 662381 4751301 1011 - 662381 4751331 1012 - 662381 4751361 1012 - 662381 4751391 1013 - 662381 4751421 1013 - 662381 4751451 1014 - 662381 4751481 1016 - 662381 4751511 1018 - 662381 4751541 1020 - 662381 4751571 1021 - 662381 4751601 1022 - 662381 4751631 1022 - 662381 4751661 1022 - 662381 4751691 1018 - 662381 4751721 1013 - 662381 4751751 1006 - 662381 4751781 991 - 662381 4751811 974 - 662381 4751841 961 - 662381 4751871 944 - 662381 4751901 929 - 662381 4751931 912 - 662381 4751961 903 - 662381 4751991 898 - 662381 4752021 896 - 662381 4752051 893 - 662381 4752081 891 - 662381 4752111 889 - 662381 4752141 887 - 662381 4752171 886 - 662381 4752201 882 - 662381 4752231 876 - 662381 4752261 874 - 662381 4752291 871 - 662381 4752321 867 - 662381 4752351 865 - 662381 4752381 860 - 662381 4752411 845 - 662381 4752441 827 - 662381 4752471 817 - 662381 4752501 822 - 662381 4752531 835 - 662381 4752561 845 - 662381 4752591 848 - 662381 4752621 857 - 662381 4752651 861 - 662381 4752681 862 - 662381 4752711 862 - 662381 4752741 864 - 662381 4752771 865 - 662381 4752801 865 - 662381 4752831 866 - 662381 4752861 867 - 662381 4752891 868 - 662381 4752921 868 - 662381 4752951 869 - 662381 4752981 869 - 662381 4753011 869 - 662381 4753041 869 - 662381 4753071 869 - 662381 4753101 869 - 662381 4753131 869 - 662381 4753161 868 - 662381 4753191 869 - 662381 4753221 869 - 662381 4753251 869 - 662381 4753281 870 - 662381 4753311 860 - 662381 4753341 822 - 662381 4753371 809 - 662381 4753401 809 - 662381 4753431 809 - 662381 4753461 818 - 662381 4753491 831 - 662381 4753521 848 - 662381 4753551 865 - 662381 4753581 871 - 662381 4753611 871 - 662381 4753641 869 - 662381 4753671 869 - 662381 4753701 870 - 662381 4753731 870 - 662381 4753761 872 - 662381 4753791 874 - 662381 4753821 876 - 662381 4753851 882 - 662381 4753881 894 - 662381 4753911 909 - 662381 4753941 923 - 662381 4753971 936 - 662381 4754001 967 - 662381 4754031 968 - 662381 4754061 968 - 662381 4754091 969 - 662381 4754121 969 - 662381 4754151 970 - 662381 4754181 970 - 662381 4754211 971 - 662381 4754241 970 - 662381 4754271 970 - 662381 4754301 971 - 662381 4754331 972 - 662381 4754361 973 - 662381 4754391 973 - 662381 4754421 973 - 662381 4754451 973 - 662381 4754481 972 - 662381 4754511 973 - 662381 4754541 973 + 659501 4751301 955 + 659501 4751331 957 + 659501 4751361 960 + 659501 4751391 963 + 659501 4751421 968 + 659501 4751451 973 + 659501 4751481 977 + 659501 4751511 982 + 659501 4751541 987 + 659501 4751571 991 + 659501 4751601 992 + 659501 4751631 992 + 659501 4751661 993 + 659501 4751691 993 + 659501 4751721 993 + 659501 4751751 993 + 659501 4751781 993 + 659501 4751811 992 + 659501 4751841 991 + 659501 4751871 989 + 659501 4751901 987 + 659501 4751931 985 + 659501 4751961 984 + 659501 4751991 981 + 659501 4752021 979 + 659501 4752051 978 + 659501 4752081 976 + 659501 4752111 964 + 659501 4752141 947 + 659501 4752171 928 + 659501 4752201 909 + 659501 4752231 896 + 659501 4752261 889 + 659501 4752291 883 + 659501 4752321 878 + 659501 4752351 875 + 659501 4752381 872 + 659501 4752411 870 + 659501 4752441 869 + 659501 4752471 868 + 659501 4752501 867 + 659501 4752531 866 + 659501 4752561 866 + 659501 4752591 865 + 659501 4752621 864 + 659501 4752651 863 + 659501 4752681 863 + 659501 4752711 862 + 659501 4752741 862 + 659501 4752771 862 + 659501 4752801 861 + 659501 4752831 860 + 659501 4752861 858 + 659501 4752891 856 + 659501 4752921 855 + 659501 4752951 854 + 659501 4752981 854 + 659501 4753011 853 + 659501 4753041 851 + 659501 4753071 851 + 659501 4753101 850 + 659501 4753131 850 + 659501 4753161 849 + 659501 4753191 847 + 659501 4753221 842 + 659501 4753251 825 + 659501 4753281 809 + 659501 4753311 809 + 659501 4753341 809 + 659501 4753371 809 + 659501 4753401 809 + 659501 4753431 809 + 659501 4753461 809 + 659501 4753491 827 + 659501 4753521 845 + 659501 4753551 847 + 659501 4753581 848 + 659501 4753611 848 + 659501 4753641 848 + 659501 4753671 849 + 659501 4753701 850 + 659501 4753731 850 + 659501 4753761 851 + 659501 4753791 852 + 659501 4753821 853 + 659501 4753851 863 + 659501 4753881 875 + 659501 4753911 878 + 659501 4753941 879 + 659501 4753971 881 + 659501 4754001 882 + 659501 4754031 887 + 659501 4754061 898 + 659501 4754091 917 + 659501 4754121 938 + 659501 4754151 953 + 659501 4754181 953 + 659501 4754211 953 + 659501 4754241 953 + 659501 4754271 953 + 659501 4754301 953 + 659501 4754331 955 + 659501 4754361 954 + 659501 4754391 954 + 659501 4754421 953 + 659501 4754451 953 + 659501 4754481 953 + 659501 4754511 953 + 659501 4754541 953 + 659531 4751301 955 + 659531 4751331 958 + 659531 4751361 961 + 659531 4751391 966 + 659531 4751421 969 + 659531 4751451 973 + 659531 4751481 976 + 659531 4751511 981 + 659531 4751541 986 + 659531 4751571 991 + 659531 4751601 992 + 659531 4751631 992 + 659531 4751661 994 + 659531 4751691 994 + 659531 4751721 994 + 659531 4751751 994 + 659531 4751781 994 + 659531 4751811 993 + 659531 4751841 991 + 659531 4751871 990 + 659531 4751901 987 + 659531 4751931 986 + 659531 4751961 984 + 659531 4751991 982 + 659531 4752021 981 + 659531 4752051 979 + 659531 4752081 976 + 659531 4752111 962 + 659531 4752141 944 + 659531 4752171 928 + 659531 4752201 911 + 659531 4752231 897 + 659531 4752261 888 + 659531 4752291 882 + 659531 4752321 877 + 659531 4752351 875 + 659531 4752381 872 + 659531 4752411 870 + 659531 4752441 869 + 659531 4752471 868 + 659531 4752501 867 + 659531 4752531 866 + 659531 4752561 865 + 659531 4752591 864 + 659531 4752621 863 + 659531 4752651 863 + 659531 4752681 862 + 659531 4752711 861 + 659531 4752741 861 + 659531 4752771 861 + 659531 4752801 860 + 659531 4752831 859 + 659531 4752861 858 + 659531 4752891 856 + 659531 4752921 855 + 659531 4752951 854 + 659531 4752981 853 + 659531 4753011 852 + 659531 4753041 852 + 659531 4753071 852 + 659531 4753101 851 + 659531 4753131 850 + 659531 4753161 849 + 659531 4753191 847 + 659531 4753221 835 + 659531 4753251 809 + 659531 4753281 809 + 659531 4753311 809 + 659531 4753341 809 + 659531 4753371 809 + 659531 4753401 809 + 659531 4753431 809 + 659531 4753461 809 + 659531 4753491 833 + 659531 4753521 850 + 659531 4753551 850 + 659531 4753581 849 + 659531 4753611 849 + 659531 4753641 848 + 659531 4753671 849 + 659531 4753701 849 + 659531 4753731 850 + 659531 4753761 851 + 659531 4753791 852 + 659531 4753821 853 + 659531 4753851 865 + 659531 4753881 878 + 659531 4753911 883 + 659531 4753941 881 + 659531 4753971 883 + 659531 4754001 884 + 659531 4754031 890 + 659531 4754061 896 + 659531 4754091 913 + 659531 4754121 934 + 659531 4754151 953 + 659531 4754181 953 + 659531 4754211 953 + 659531 4754241 953 + 659531 4754271 954 + 659531 4754301 955 + 659531 4754331 953 + 659531 4754361 954 + 659531 4754391 954 + 659531 4754421 954 + 659531 4754451 953 + 659531 4754481 953 + 659531 4754511 953 + 659531 4754541 953 + 659561 4751301 956 + 659561 4751331 959 + 659561 4751361 962 + 659561 4751391 967 + 659561 4751421 970 + 659561 4751451 973 + 659561 4751481 976 + 659561 4751511 981 + 659561 4751541 986 + 659561 4751571 991 + 659561 4751601 992 + 659561 4751631 993 + 659561 4751661 994 + 659561 4751691 995 + 659561 4751721 995 + 659561 4751751 996 + 659561 4751781 995 + 659561 4751811 994 + 659561 4751841 993 + 659561 4751871 991 + 659561 4751901 991 + 659561 4751931 989 + 659561 4751961 986 + 659561 4751991 984 + 659561 4752021 982 + 659561 4752051 979 + 659561 4752081 974 + 659561 4752111 959 + 659561 4752141 942 + 659561 4752171 926 + 659561 4752201 911 + 659561 4752231 897 + 659561 4752261 887 + 659561 4752291 882 + 659561 4752321 877 + 659561 4752351 875 + 659561 4752381 872 + 659561 4752411 870 + 659561 4752441 868 + 659561 4752471 868 + 659561 4752501 867 + 659561 4752531 866 + 659561 4752561 865 + 659561 4752591 864 + 659561 4752621 863 + 659561 4752651 862 + 659561 4752681 862 + 659561 4752711 861 + 659561 4752741 860 + 659561 4752771 860 + 659561 4752801 859 + 659561 4752831 859 + 659561 4752861 857 + 659561 4752891 856 + 659561 4752921 855 + 659561 4752951 854 + 659561 4752981 853 + 659561 4753011 852 + 659561 4753041 852 + 659561 4753071 853 + 659561 4753101 853 + 659561 4753131 852 + 659561 4753161 850 + 659561 4753191 847 + 659561 4753221 831 + 659561 4753251 809 + 659561 4753281 809 + 659561 4753311 809 + 659561 4753341 809 + 659561 4753371 809 + 659561 4753401 809 + 659561 4753431 809 + 659561 4753461 825 + 659561 4753491 841 + 659561 4753521 855 + 659561 4753551 852 + 659561 4753581 848 + 659561 4753611 848 + 659561 4753641 848 + 659561 4753671 848 + 659561 4753701 849 + 659561 4753731 850 + 659561 4753761 851 + 659561 4753791 852 + 659561 4753821 854 + 659561 4753851 865 + 659561 4753881 878 + 659561 4753911 884 + 659561 4753941 881 + 659561 4753971 885 + 659561 4754001 888 + 659561 4754031 889 + 659561 4754061 894 + 659561 4754091 911 + 659561 4754121 931 + 659561 4754151 953 + 659561 4754181 953 + 659561 4754211 953 + 659561 4754241 953 + 659561 4754271 954 + 659561 4754301 955 + 659561 4754331 954 + 659561 4754361 955 + 659561 4754391 954 + 659561 4754421 954 + 659561 4754451 953 + 659561 4754481 953 + 659561 4754511 953 + 659561 4754541 953 + 659591 4751301 958 + 659591 4751331 959 + 659591 4751361 963 + 659591 4751391 967 + 659591 4751421 970 + 659591 4751451 974 + 659591 4751481 977 + 659591 4751511 982 + 659591 4751541 987 + 659591 4751571 991 + 659591 4751601 993 + 659591 4751631 995 + 659591 4751661 996 + 659591 4751691 997 + 659591 4751721 997 + 659591 4751751 997 + 659591 4751781 997 + 659591 4751811 996 + 659591 4751841 994 + 659591 4751871 993 + 659591 4751901 992 + 659591 4751931 990 + 659591 4751961 988 + 659591 4751991 986 + 659591 4752021 984 + 659591 4752051 980 + 659591 4752081 970 + 659591 4752111 957 + 659591 4752141 941 + 659591 4752171 925 + 659591 4752201 909 + 659591 4752231 893 + 659591 4752261 887 + 659591 4752291 882 + 659591 4752321 878 + 659591 4752351 875 + 659591 4752381 872 + 659591 4752411 869 + 659591 4752441 868 + 659591 4752471 868 + 659591 4752501 867 + 659591 4752531 866 + 659591 4752561 865 + 659591 4752591 864 + 659591 4752621 863 + 659591 4752651 862 + 659591 4752681 861 + 659591 4752711 861 + 659591 4752741 860 + 659591 4752771 859 + 659591 4752801 859 + 659591 4752831 857 + 659591 4752861 856 + 659591 4752891 855 + 659591 4752921 854 + 659591 4752951 853 + 659591 4752981 852 + 659591 4753011 852 + 659591 4753041 853 + 659591 4753071 854 + 659591 4753101 854 + 659591 4753131 854 + 659591 4753161 853 + 659591 4753191 844 + 659591 4753221 826 + 659591 4753251 809 + 659591 4753281 809 + 659591 4753311 809 + 659591 4753341 809 + 659591 4753371 809 + 659591 4753401 809 + 659591 4753431 815 + 659591 4753461 832 + 659591 4753491 848 + 659591 4753521 855 + 659591 4753551 852 + 659591 4753581 848 + 659591 4753611 848 + 659591 4753641 848 + 659591 4753671 848 + 659591 4753701 849 + 659591 4753731 850 + 659591 4753761 851 + 659591 4753791 852 + 659591 4753821 854 + 659591 4753851 864 + 659591 4753881 876 + 659591 4753911 879 + 659591 4753941 881 + 659591 4753971 885 + 659591 4754001 891 + 659591 4754031 892 + 659591 4754061 891 + 659591 4754091 909 + 659591 4754121 930 + 659591 4754151 953 + 659591 4754181 953 + 659591 4754211 953 + 659591 4754241 953 + 659591 4754271 954 + 659591 4754301 955 + 659591 4754331 955 + 659591 4754361 954 + 659591 4754391 954 + 659591 4754421 954 + 659591 4754451 954 + 659591 4754481 954 + 659591 4754511 953 + 659591 4754541 953 + 659621 4751301 961 + 659621 4751331 962 + 659621 4751361 965 + 659621 4751391 968 + 659621 4751421 971 + 659621 4751451 974 + 659621 4751481 978 + 659621 4751511 982 + 659621 4751541 987 + 659621 4751571 991 + 659621 4751601 994 + 659621 4751631 997 + 659621 4751661 998 + 659621 4751691 998 + 659621 4751721 997 + 659621 4751751 998 + 659621 4751781 998 + 659621 4751811 997 + 659621 4751841 995 + 659621 4751871 994 + 659621 4751901 993 + 659621 4751931 991 + 659621 4751961 989 + 659621 4751991 986 + 659621 4752021 984 + 659621 4752051 978 + 659621 4752081 966 + 659621 4752111 950 + 659621 4752141 937 + 659621 4752171 915 + 659621 4752201 906 + 659621 4752231 895 + 659621 4752261 888 + 659621 4752291 882 + 659621 4752321 878 + 659621 4752351 874 + 659621 4752381 871 + 659621 4752411 869 + 659621 4752441 868 + 659621 4752471 867 + 659621 4752501 867 + 659621 4752531 866 + 659621 4752561 865 + 659621 4752591 863 + 659621 4752621 862 + 659621 4752651 861 + 659621 4752681 861 + 659621 4752711 860 + 659621 4752741 860 + 659621 4752771 859 + 659621 4752801 858 + 659621 4752831 857 + 659621 4752861 856 + 659621 4752891 855 + 659621 4752921 854 + 659621 4752951 853 + 659621 4752981 852 + 659621 4753011 853 + 659621 4753041 854 + 659621 4753071 854 + 659621 4753101 855 + 659621 4753131 854 + 659621 4753161 852 + 659621 4753191 836 + 659621 4753221 809 + 659621 4753251 809 + 659621 4753281 809 + 659621 4753311 809 + 659621 4753341 809 + 659621 4753371 809 + 659621 4753401 809 + 659621 4753431 822 + 659621 4753461 839 + 659621 4753491 853 + 659621 4753521 855 + 659621 4753551 852 + 659621 4753581 848 + 659621 4753611 848 + 659621 4753641 848 + 659621 4753671 848 + 659621 4753701 849 + 659621 4753731 850 + 659621 4753761 851 + 659621 4753791 852 + 659621 4753821 853 + 659621 4753851 862 + 659621 4753881 872 + 659621 4753911 878 + 659621 4753941 881 + 659621 4753971 884 + 659621 4754001 891 + 659621 4754031 894 + 659621 4754061 891 + 659621 4754091 908 + 659621 4754121 930 + 659621 4754151 953 + 659621 4754181 953 + 659621 4754211 953 + 659621 4754241 953 + 659621 4754271 953 + 659621 4754301 954 + 659621 4754331 955 + 659621 4754361 954 + 659621 4754391 954 + 659621 4754421 954 + 659621 4754451 954 + 659621 4754481 954 + 659621 4754511 953 + 659621 4754541 953 + 659651 4751301 961 + 659651 4751331 963 + 659651 4751361 967 + 659651 4751391 969 + 659651 4751421 972 + 659651 4751451 975 + 659651 4751481 978 + 659651 4751511 982 + 659651 4751541 987 + 659651 4751571 991 + 659651 4751601 994 + 659651 4751631 998 + 659651 4751661 999 + 659651 4751691 999 + 659651 4751721 998 + 659651 4751751 999 + 659651 4751781 999 + 659651 4751811 998 + 659651 4751841 996 + 659651 4751871 995 + 659651 4751901 993 + 659651 4751931 992 + 659651 4751961 989 + 659651 4751991 986 + 659651 4752021 981 + 659651 4752051 971 + 659651 4752081 957 + 659651 4752111 945 + 659651 4752141 931 + 659651 4752171 914 + 659651 4752201 900 + 659651 4752231 894 + 659651 4752261 888 + 659651 4752291 882 + 659651 4752321 878 + 659651 4752351 874 + 659651 4752381 871 + 659651 4752411 869 + 659651 4752441 868 + 659651 4752471 867 + 659651 4752501 866 + 659651 4752531 866 + 659651 4752561 865 + 659651 4752591 864 + 659651 4752621 862 + 659651 4752651 861 + 659651 4752681 860 + 659651 4752711 860 + 659651 4752741 859 + 659651 4752771 859 + 659651 4752801 858 + 659651 4752831 857 + 659651 4752861 856 + 659651 4752891 855 + 659651 4752921 854 + 659651 4752951 853 + 659651 4752981 853 + 659651 4753011 853 + 659651 4753041 854 + 659651 4753071 854 + 659651 4753101 854 + 659651 4753131 854 + 659651 4753161 843 + 659651 4753191 827 + 659651 4753221 809 + 659651 4753251 809 + 659651 4753281 809 + 659651 4753311 809 + 659651 4753341 809 + 659651 4753371 809 + 659651 4753401 816 + 659651 4753431 831 + 659651 4753461 848 + 659651 4753491 857 + 659651 4753521 855 + 659651 4753551 852 + 659651 4753581 848 + 659651 4753611 848 + 659651 4753641 848 + 659651 4753671 849 + 659651 4753701 850 + 659651 4753731 850 + 659651 4753761 850 + 659651 4753791 851 + 659651 4753821 852 + 659651 4753851 857 + 659651 4753881 867 + 659651 4753911 876 + 659651 4753941 880 + 659651 4753971 885 + 659651 4754001 892 + 659651 4754031 894 + 659651 4754061 897 + 659651 4754091 907 + 659651 4754121 933 + 659651 4754151 953 + 659651 4754181 953 + 659651 4754211 953 + 659651 4754241 953 + 659651 4754271 953 + 659651 4754301 954 + 659651 4754331 955 + 659651 4754361 955 + 659651 4754391 954 + 659651 4754421 954 + 659651 4754451 954 + 659651 4754481 954 + 659651 4754511 954 + 659651 4754541 954 + 659681 4751301 960 + 659681 4751331 963 + 659681 4751361 968 + 659681 4751391 970 + 659681 4751421 972 + 659681 4751451 975 + 659681 4751481 978 + 659681 4751511 982 + 659681 4751541 987 + 659681 4751571 991 + 659681 4751601 995 + 659681 4751631 998 + 659681 4751661 1000 + 659681 4751691 1000 + 659681 4751721 999 + 659681 4751751 1000 + 659681 4751781 999 + 659681 4751811 998 + 659681 4751841 997 + 659681 4751871 995 + 659681 4751901 994 + 659681 4751931 992 + 659681 4751961 989 + 659681 4751991 986 + 659681 4752021 983 + 659681 4752051 965 + 659681 4752081 945 + 659681 4752111 934 + 659681 4752141 918 + 659681 4752171 910 + 659681 4752201 900 + 659681 4752231 892 + 659681 4752261 887 + 659681 4752291 882 + 659681 4752321 878 + 659681 4752351 874 + 659681 4752381 871 + 659681 4752411 869 + 659681 4752441 868 + 659681 4752471 867 + 659681 4752501 867 + 659681 4752531 866 + 659681 4752561 865 + 659681 4752591 863 + 659681 4752621 862 + 659681 4752651 861 + 659681 4752681 861 + 659681 4752711 860 + 659681 4752741 859 + 659681 4752771 859 + 659681 4752801 858 + 659681 4752831 857 + 659681 4752861 856 + 659681 4752891 855 + 659681 4752921 854 + 659681 4752951 853 + 659681 4752981 853 + 659681 4753011 853 + 659681 4753041 854 + 659681 4753071 854 + 659681 4753101 854 + 659681 4753131 847 + 659681 4753161 831 + 659681 4753191 809 + 659681 4753221 809 + 659681 4753251 809 + 659681 4753281 809 + 659681 4753311 809 + 659681 4753341 809 + 659681 4753371 809 + 659681 4753401 822 + 659681 4753431 837 + 659681 4753461 852 + 659681 4753491 856 + 659681 4753521 855 + 659681 4753551 851 + 659681 4753581 848 + 659681 4753611 848 + 659681 4753641 850 + 659681 4753671 852 + 659681 4753701 851 + 659681 4753731 851 + 659681 4753761 850 + 659681 4753791 851 + 659681 4753821 852 + 659681 4753851 853 + 659681 4753881 863 + 659681 4753911 872 + 659681 4753941 879 + 659681 4753971 885 + 659681 4754001 899 + 659681 4754031 895 + 659681 4754061 898 + 659681 4754091 907 + 659681 4754121 936 + 659681 4754151 953 + 659681 4754181 953 + 659681 4754211 953 + 659681 4754241 954 + 659681 4754271 953 + 659681 4754301 954 + 659681 4754331 955 + 659681 4754361 955 + 659681 4754391 954 + 659681 4754421 955 + 659681 4754451 954 + 659681 4754481 954 + 659681 4754511 954 + 659681 4754541 954 + 659711 4751301 959 + 659711 4751331 963 + 659711 4751361 968 + 659711 4751391 970 + 659711 4751421 972 + 659711 4751451 975 + 659711 4751481 978 + 659711 4751511 982 + 659711 4751541 986 + 659711 4751571 991 + 659711 4751601 994 + 659711 4751631 998 + 659711 4751661 1000 + 659711 4751691 1001 + 659711 4751721 1001 + 659711 4751751 1000 + 659711 4751781 999 + 659711 4751811 998 + 659711 4751841 997 + 659711 4751871 995 + 659711 4751901 994 + 659711 4751931 991 + 659711 4751961 989 + 659711 4751991 987 + 659711 4752021 980 + 659711 4752051 959 + 659711 4752081 939 + 659711 4752111 923 + 659711 4752141 911 + 659711 4752171 903 + 659711 4752201 896 + 659711 4752231 891 + 659711 4752261 887 + 659711 4752291 883 + 659711 4752321 877 + 659711 4752351 874 + 659711 4752381 871 + 659711 4752411 869 + 659711 4752441 868 + 659711 4752471 867 + 659711 4752501 867 + 659711 4752531 866 + 659711 4752561 865 + 659711 4752591 864 + 659711 4752621 863 + 659711 4752651 862 + 659711 4752681 861 + 659711 4752711 860 + 659711 4752741 859 + 659711 4752771 858 + 659711 4752801 858 + 659711 4752831 857 + 659711 4752861 856 + 659711 4752891 855 + 659711 4752921 854 + 659711 4752951 853 + 659711 4752981 854 + 659711 4753011 853 + 659711 4753041 854 + 659711 4753071 854 + 659711 4753101 849 + 659711 4753131 833 + 659711 4753161 818 + 659711 4753191 809 + 659711 4753221 809 + 659711 4753251 809 + 659711 4753281 809 + 659711 4753311 809 + 659711 4753341 809 + 659711 4753371 809 + 659711 4753401 828 + 659711 4753431 843 + 659711 4753461 853 + 659711 4753491 857 + 659711 4753521 855 + 659711 4753551 851 + 659711 4753581 848 + 659711 4753611 850 + 659711 4753641 854 + 659711 4753671 853 + 659711 4753701 853 + 659711 4753731 852 + 659711 4753761 852 + 659711 4753791 852 + 659711 4753821 852 + 659711 4753851 853 + 659711 4753881 856 + 659711 4753911 868 + 659711 4753941 876 + 659711 4753971 881 + 659711 4754001 893 + 659711 4754031 893 + 659711 4754061 897 + 659711 4754091 907 + 659711 4754121 937 + 659711 4754151 953 + 659711 4754181 953 + 659711 4754211 953 + 659711 4754241 953 + 659711 4754271 954 + 659711 4754301 954 + 659711 4754331 955 + 659711 4754361 955 + 659711 4754391 955 + 659711 4754421 954 + 659711 4754451 954 + 659711 4754481 954 + 659711 4754511 954 + 659711 4754541 954 + 659741 4751301 961 + 659741 4751331 964 + 659741 4751361 968 + 659741 4751391 970 + 659741 4751421 972 + 659741 4751451 974 + 659741 4751481 977 + 659741 4751511 981 + 659741 4751541 985 + 659741 4751571 989 + 659741 4751601 993 + 659741 4751631 998 + 659741 4751661 1000 + 659741 4751691 1001 + 659741 4751721 1001 + 659741 4751751 1001 + 659741 4751781 1000 + 659741 4751811 999 + 659741 4751841 997 + 659741 4751871 996 + 659741 4751901 994 + 659741 4751931 993 + 659741 4751961 991 + 659741 4751991 987 + 659741 4752021 978 + 659741 4752051 958 + 659741 4752081 937 + 659741 4752111 915 + 659741 4752141 906 + 659741 4752171 899 + 659741 4752201 892 + 659741 4752231 889 + 659741 4752261 886 + 659741 4752291 883 + 659741 4752321 877 + 659741 4752351 874 + 659741 4752381 872 + 659741 4752411 870 + 659741 4752441 869 + 659741 4752471 868 + 659741 4752501 867 + 659741 4752531 866 + 659741 4752561 865 + 659741 4752591 864 + 659741 4752621 863 + 659741 4752651 862 + 659741 4752681 861 + 659741 4752711 860 + 659741 4752741 859 + 659741 4752771 858 + 659741 4752801 858 + 659741 4752831 857 + 659741 4752861 856 + 659741 4752891 856 + 659741 4752921 855 + 659741 4752951 855 + 659741 4752981 855 + 659741 4753011 854 + 659741 4753041 855 + 659741 4753071 854 + 659741 4753101 842 + 659741 4753131 822 + 659741 4753161 809 + 659741 4753191 809 + 659741 4753221 809 + 659741 4753251 809 + 659741 4753281 809 + 659741 4753311 809 + 659741 4753341 809 + 659741 4753371 817 + 659741 4753401 832 + 659741 4753431 846 + 659741 4753461 854 + 659741 4753491 855 + 659741 4753521 855 + 659741 4753551 852 + 659741 4753581 848 + 659741 4753611 852 + 659741 4753641 854 + 659741 4753671 854 + 659741 4753701 853 + 659741 4753731 853 + 659741 4753761 852 + 659741 4753791 852 + 659741 4753821 853 + 659741 4753851 853 + 659741 4753881 853 + 659741 4753911 861 + 659741 4753941 869 + 659741 4753971 875 + 659741 4754001 879 + 659741 4754031 885 + 659741 4754061 892 + 659741 4754091 906 + 659741 4754121 937 + 659741 4754151 953 + 659741 4754181 953 + 659741 4754211 953 + 659741 4754241 953 + 659741 4754271 954 + 659741 4754301 954 + 659741 4754331 955 + 659741 4754361 955 + 659741 4754391 955 + 659741 4754421 954 + 659741 4754451 954 + 659741 4754481 954 + 659741 4754511 954 + 659741 4754541 954 + 659771 4751301 968 + 659771 4751331 966 + 659771 4751361 969 + 659771 4751391 970 + 659771 4751421 972 + 659771 4751451 974 + 659771 4751481 977 + 659771 4751511 980 + 659771 4751541 984 + 659771 4751571 988 + 659771 4751601 993 + 659771 4751631 998 + 659771 4751661 1000 + 659771 4751691 1002 + 659771 4751721 1002 + 659771 4751751 1001 + 659771 4751781 1000 + 659771 4751811 999 + 659771 4751841 998 + 659771 4751871 997 + 659771 4751901 995 + 659771 4751931 993 + 659771 4751961 991 + 659771 4751991 986 + 659771 4752021 975 + 659771 4752051 953 + 659771 4752081 933 + 659771 4752111 915 + 659771 4752141 904 + 659771 4752171 897 + 659771 4752201 891 + 659771 4752231 888 + 659771 4752261 885 + 659771 4752291 882 + 659771 4752321 878 + 659771 4752351 875 + 659771 4752381 873 + 659771 4752411 871 + 659771 4752441 869 + 659771 4752471 868 + 659771 4752501 867 + 659771 4752531 866 + 659771 4752561 865 + 659771 4752591 864 + 659771 4752621 863 + 659771 4752651 862 + 659771 4752681 861 + 659771 4752711 860 + 659771 4752741 859 + 659771 4752771 857 + 659771 4752801 857 + 659771 4752831 857 + 659771 4752861 857 + 659771 4752891 856 + 659771 4752921 856 + 659771 4752951 856 + 659771 4752981 855 + 659771 4753011 855 + 659771 4753041 854 + 659771 4753071 852 + 659771 4753101 839 + 659771 4753131 821 + 659771 4753161 809 + 659771 4753191 809 + 659771 4753221 809 + 659771 4753251 809 + 659771 4753281 809 + 659771 4753311 809 + 659771 4753341 809 + 659771 4753371 819 + 659771 4753401 834 + 659771 4753431 849 + 659771 4753461 856 + 659771 4753491 854 + 659771 4753521 854 + 659771 4753551 853 + 659771 4753581 852 + 659771 4753611 853 + 659771 4753641 854 + 659771 4753671 854 + 659771 4753701 854 + 659771 4753731 853 + 659771 4753761 853 + 659771 4753791 853 + 659771 4753821 853 + 659771 4753851 854 + 659771 4753881 854 + 659771 4753911 854 + 659771 4753941 859 + 659771 4753971 867 + 659771 4754001 873 + 659771 4754031 880 + 659771 4754061 890 + 659771 4754091 905 + 659771 4754121 928 + 659771 4754151 953 + 659771 4754181 953 + 659771 4754211 953 + 659771 4754241 954 + 659771 4754271 954 + 659771 4754301 955 + 659771 4754331 955 + 659771 4754361 955 + 659771 4754391 955 + 659771 4754421 955 + 659771 4754451 954 + 659771 4754481 954 + 659771 4754511 954 + 659771 4754541 954 + 659801 4751301 968 + 659801 4751331 967 + 659801 4751361 968 + 659801 4751391 970 + 659801 4751421 973 + 659801 4751451 975 + 659801 4751481 978 + 659801 4751511 981 + 659801 4751541 984 + 659801 4751571 989 + 659801 4751601 994 + 659801 4751631 998 + 659801 4751661 1000 + 659801 4751691 1002 + 659801 4751721 1002 + 659801 4751751 1002 + 659801 4751781 1001 + 659801 4751811 1000 + 659801 4751841 999 + 659801 4751871 997 + 659801 4751901 996 + 659801 4751931 994 + 659801 4751961 991 + 659801 4751991 985 + 659801 4752021 970 + 659801 4752051 947 + 659801 4752081 927 + 659801 4752111 909 + 659801 4752141 899 + 659801 4752171 895 + 659801 4752201 890 + 659801 4752231 887 + 659801 4752261 885 + 659801 4752291 882 + 659801 4752321 878 + 659801 4752351 876 + 659801 4752381 873 + 659801 4752411 871 + 659801 4752441 870 + 659801 4752471 868 + 659801 4752501 867 + 659801 4752531 866 + 659801 4752561 865 + 659801 4752591 864 + 659801 4752621 863 + 659801 4752651 862 + 659801 4752681 861 + 659801 4752711 860 + 659801 4752741 858 + 659801 4752771 856 + 659801 4752801 857 + 659801 4752831 856 + 659801 4752861 856 + 659801 4752891 856 + 659801 4752921 855 + 659801 4752951 855 + 659801 4752981 855 + 659801 4753011 854 + 659801 4753041 853 + 659801 4753071 847 + 659801 4753101 839 + 659801 4753131 820 + 659801 4753161 809 + 659801 4753191 809 + 659801 4753221 809 + 659801 4753251 809 + 659801 4753281 809 + 659801 4753311 809 + 659801 4753341 809 + 659801 4753371 822 + 659801 4753401 837 + 659801 4753431 852 + 659801 4753461 854 + 659801 4753491 854 + 659801 4753521 854 + 659801 4753551 854 + 659801 4753581 854 + 659801 4753611 854 + 659801 4753641 854 + 659801 4753671 855 + 659801 4753701 854 + 659801 4753731 854 + 659801 4753761 853 + 659801 4753791 854 + 659801 4753821 854 + 659801 4753851 854 + 659801 4753881 854 + 659801 4753911 854 + 659801 4753941 854 + 659801 4753971 860 + 659801 4754001 868 + 659801 4754031 878 + 659801 4754061 892 + 659801 4754091 902 + 659801 4754121 928 + 659801 4754151 953 + 659801 4754181 953 + 659801 4754211 953 + 659801 4754241 953 + 659801 4754271 954 + 659801 4754301 955 + 659801 4754331 955 + 659801 4754361 955 + 659801 4754391 955 + 659801 4754421 955 + 659801 4754451 954 + 659801 4754481 955 + 659801 4754511 954 + 659801 4754541 955 + 659831 4751301 969 + 659831 4751331 968 + 659831 4751361 967 + 659831 4751391 970 + 659831 4751421 973 + 659831 4751451 976 + 659831 4751481 979 + 659831 4751511 982 + 659831 4751541 986 + 659831 4751571 990 + 659831 4751601 995 + 659831 4751631 999 + 659831 4751661 1001 + 659831 4751691 1002 + 659831 4751721 1002 + 659831 4751751 1002 + 659831 4751781 1001 + 659831 4751811 1001 + 659831 4751841 999 + 659831 4751871 998 + 659831 4751901 998 + 659831 4751931 996 + 659831 4751961 991 + 659831 4751991 982 + 659831 4752021 966 + 659831 4752051 942 + 659831 4752081 921 + 659831 4752111 909 + 659831 4752141 900 + 659831 4752171 894 + 659831 4752201 890 + 659831 4752231 886 + 659831 4752261 883 + 659831 4752291 880 + 659831 4752321 878 + 659831 4752351 875 + 659831 4752381 873 + 659831 4752411 871 + 659831 4752441 870 + 659831 4752471 868 + 659831 4752501 867 + 659831 4752531 866 + 659831 4752561 865 + 659831 4752591 864 + 659831 4752621 863 + 659831 4752651 862 + 659831 4752681 861 + 659831 4752711 859 + 659831 4752741 856 + 659831 4752771 854 + 659831 4752801 855 + 659831 4752831 855 + 659831 4752861 855 + 659831 4752891 855 + 659831 4752921 855 + 659831 4752951 854 + 659831 4752981 854 + 659831 4753011 850 + 659831 4753041 840 + 659831 4753071 833 + 659831 4753101 829 + 659831 4753131 820 + 659831 4753161 809 + 659831 4753191 809 + 659831 4753221 809 + 659831 4753251 809 + 659831 4753281 809 + 659831 4753311 809 + 659831 4753341 809 + 659831 4753371 827 + 659831 4753401 838 + 659831 4753431 853 + 659831 4753461 854 + 659831 4753491 854 + 659831 4753521 854 + 659831 4753551 854 + 659831 4753581 854 + 659831 4753611 855 + 659831 4753641 855 + 659831 4753671 855 + 659831 4753701 855 + 659831 4753731 854 + 659831 4753761 854 + 659831 4753791 854 + 659831 4753821 854 + 659831 4753851 855 + 659831 4753881 855 + 659831 4753911 854 + 659831 4753941 854 + 659831 4753971 854 + 659831 4754001 861 + 659831 4754031 872 + 659831 4754061 886 + 659831 4754091 898 + 659831 4754121 923 + 659831 4754151 953 + 659831 4754181 953 + 659831 4754211 953 + 659831 4754241 953 + 659831 4754271 954 + 659831 4754301 954 + 659831 4754331 955 + 659831 4754361 955 + 659831 4754391 955 + 659831 4754421 955 + 659831 4754451 955 + 659831 4754481 954 + 659831 4754511 955 + 659831 4754541 955 + 659861 4751301 969 + 659861 4751331 968 + 659861 4751361 967 + 659861 4751391 969 + 659861 4751421 974 + 659861 4751451 977 + 659861 4751481 980 + 659861 4751511 983 + 659861 4751541 988 + 659861 4751571 992 + 659861 4751601 997 + 659861 4751631 999 + 659861 4751661 1001 + 659861 4751691 1002 + 659861 4751721 1003 + 659861 4751751 1003 + 659861 4751781 1002 + 659861 4751811 1002 + 659861 4751841 1001 + 659861 4751871 1000 + 659861 4751901 999 + 659861 4751931 997 + 659861 4751961 988 + 659861 4751991 975 + 659861 4752021 954 + 659861 4752051 934 + 659861 4752081 916 + 659861 4752111 906 + 659861 4752141 899 + 659861 4752171 891 + 659861 4752201 888 + 659861 4752231 885 + 659861 4752261 881 + 659861 4752291 878 + 659861 4752321 876 + 659861 4752351 874 + 659861 4752381 872 + 659861 4752411 871 + 659861 4752441 869 + 659861 4752471 868 + 659861 4752501 867 + 659861 4752531 866 + 659861 4752561 865 + 659861 4752591 864 + 659861 4752621 863 + 659861 4752651 862 + 659861 4752681 861 + 659861 4752711 859 + 659861 4752741 855 + 659861 4752771 853 + 659861 4752801 854 + 659861 4752831 854 + 659861 4752861 854 + 659861 4752891 854 + 659861 4752921 853 + 659861 4752951 849 + 659861 4752981 842 + 659861 4753011 834 + 659861 4753041 824 + 659861 4753071 816 + 659861 4753101 809 + 659861 4753131 809 + 659861 4753161 809 + 659861 4753191 809 + 659861 4753221 809 + 659861 4753251 809 + 659861 4753281 809 + 659861 4753311 809 + 659861 4753341 816 + 659861 4753371 828 + 659861 4753401 839 + 659861 4753431 853 + 659861 4753461 854 + 659861 4753491 854 + 659861 4753521 854 + 659861 4753551 855 + 659861 4753581 855 + 659861 4753611 855 + 659861 4753641 856 + 659861 4753671 855 + 659861 4753701 855 + 659861 4753731 855 + 659861 4753761 855 + 659861 4753791 855 + 659861 4753821 855 + 659861 4753851 855 + 659861 4753881 855 + 659861 4753911 855 + 659861 4753941 854 + 659861 4753971 854 + 659861 4754001 858 + 659861 4754031 866 + 659861 4754061 879 + 659861 4754091 894 + 659861 4754121 908 + 659861 4754151 950 + 659861 4754181 951 + 659861 4754211 953 + 659861 4754241 953 + 659861 4754271 954 + 659861 4754301 954 + 659861 4754331 955 + 659861 4754361 955 + 659861 4754391 955 + 659861 4754421 955 + 659861 4754451 955 + 659861 4754481 955 + 659861 4754511 955 + 659861 4754541 955 + 659891 4751301 970 + 659891 4751331 969 + 659891 4751361 967 + 659891 4751391 969 + 659891 4751421 975 + 659891 4751451 978 + 659891 4751481 981 + 659891 4751511 985 + 659891 4751541 989 + 659891 4751571 994 + 659891 4751601 998 + 659891 4751631 1000 + 659891 4751661 1002 + 659891 4751691 1002 + 659891 4751721 1003 + 659891 4751751 1002 + 659891 4751781 1003 + 659891 4751811 1003 + 659891 4751841 1002 + 659891 4751871 1001 + 659891 4751901 999 + 659891 4751931 994 + 659891 4751961 983 + 659891 4751991 965 + 659891 4752021 945 + 659891 4752051 924 + 659891 4752081 911 + 659891 4752111 903 + 659891 4752141 895 + 659891 4752171 890 + 659891 4752201 887 + 659891 4752231 883 + 659891 4752261 880 + 659891 4752291 877 + 659891 4752321 875 + 659891 4752351 873 + 659891 4752381 871 + 659891 4752411 870 + 659891 4752441 869 + 659891 4752471 868 + 659891 4752501 867 + 659891 4752531 866 + 659891 4752561 864 + 659891 4752591 864 + 659891 4752621 863 + 659891 4752651 862 + 659891 4752681 861 + 659891 4752711 858 + 659891 4752741 854 + 659891 4752771 852 + 659891 4752801 847 + 659891 4752831 847 + 659891 4752861 846 + 659891 4752891 844 + 659891 4752921 841 + 659891 4752951 832 + 659891 4752981 826 + 659891 4753011 819 + 659891 4753041 809 + 659891 4753071 809 + 659891 4753101 809 + 659891 4753131 809 + 659891 4753161 809 + 659891 4753191 809 + 659891 4753221 809 + 659891 4753251 809 + 659891 4753281 809 + 659891 4753311 809 + 659891 4753341 817 + 659891 4753371 830 + 659891 4753401 845 + 659891 4753431 854 + 659891 4753461 854 + 659891 4753491 855 + 659891 4753521 855 + 659891 4753551 855 + 659891 4753581 856 + 659891 4753611 856 + 659891 4753641 856 + 659891 4753671 856 + 659891 4753701 856 + 659891 4753731 856 + 659891 4753761 856 + 659891 4753791 856 + 659891 4753821 855 + 659891 4753851 856 + 659891 4753881 856 + 659891 4753911 856 + 659891 4753941 856 + 659891 4753971 856 + 659891 4754001 858 + 659891 4754031 860 + 659891 4754061 872 + 659891 4754091 884 + 659891 4754121 900 + 659891 4754151 933 + 659891 4754181 953 + 659891 4754211 953 + 659891 4754241 953 + 659891 4754271 953 + 659891 4754301 954 + 659891 4754331 955 + 659891 4754361 955 + 659891 4754391 955 + 659891 4754421 956 + 659891 4754451 955 + 659891 4754481 955 + 659891 4754511 955 + 659891 4754541 955 + 659921 4751301 970 + 659921 4751331 969 + 659921 4751361 967 + 659921 4751391 970 + 659921 4751421 975 + 659921 4751451 979 + 659921 4751481 982 + 659921 4751511 986 + 659921 4751541 990 + 659921 4751571 995 + 659921 4751601 999 + 659921 4751631 1001 + 659921 4751661 1002 + 659921 4751691 1002 + 659921 4751721 1003 + 659921 4751751 1003 + 659921 4751781 1004 + 659921 4751811 1003 + 659921 4751841 1002 + 659921 4751871 1001 + 659921 4751901 998 + 659921 4751931 992 + 659921 4751961 972 + 659921 4751991 956 + 659921 4752021 934 + 659921 4752051 919 + 659921 4752081 908 + 659921 4752111 899 + 659921 4752141 893 + 659921 4752171 889 + 659921 4752201 885 + 659921 4752231 882 + 659921 4752261 879 + 659921 4752291 876 + 659921 4752321 875 + 659921 4752351 873 + 659921 4752381 871 + 659921 4752411 869 + 659921 4752441 868 + 659921 4752471 867 + 659921 4752501 866 + 659921 4752531 865 + 659921 4752561 864 + 659921 4752591 863 + 659921 4752621 862 + 659921 4752651 862 + 659921 4752681 861 + 659921 4752711 858 + 659921 4752741 855 + 659921 4752771 854 + 659921 4752801 847 + 659921 4752831 839 + 659921 4752861 828 + 659921 4752891 828 + 659921 4752921 824 + 659921 4752951 819 + 659921 4752981 814 + 659921 4753011 809 + 659921 4753041 809 + 659921 4753071 809 + 659921 4753101 809 + 659921 4753131 809 + 659921 4753161 809 + 659921 4753191 809 + 659921 4753221 809 + 659921 4753251 809 + 659921 4753281 809 + 659921 4753311 809 + 659921 4753341 823 + 659921 4753371 840 + 659921 4753401 851 + 659921 4753431 854 + 659921 4753461 855 + 659921 4753491 855 + 659921 4753521 856 + 659921 4753551 856 + 659921 4753581 856 + 659921 4753611 857 + 659921 4753641 857 + 659921 4753671 857 + 659921 4753701 857 + 659921 4753731 857 + 659921 4753761 857 + 659921 4753791 857 + 659921 4753821 857 + 659921 4753851 857 + 659921 4753881 857 + 659921 4753911 857 + 659921 4753941 857 + 659921 4753971 857 + 659921 4754001 859 + 659921 4754031 859 + 659921 4754061 864 + 659921 4754091 877 + 659921 4754121 894 + 659921 4754151 922 + 659921 4754181 951 + 659921 4754211 953 + 659921 4754241 953 + 659921 4754271 953 + 659921 4754301 954 + 659921 4754331 955 + 659921 4754361 955 + 659921 4754391 955 + 659921 4754421 955 + 659921 4754451 955 + 659921 4754481 955 + 659921 4754511 955 + 659921 4754541 955 + 659951 4751301 971 + 659951 4751331 969 + 659951 4751361 967 + 659951 4751391 971 + 659951 4751421 976 + 659951 4751451 979 + 659951 4751481 983 + 659951 4751511 986 + 659951 4751541 990 + 659951 4751571 995 + 659951 4751601 999 + 659951 4751631 1001 + 659951 4751661 1002 + 659951 4751691 1003 + 659951 4751721 1003 + 659951 4751751 1003 + 659951 4751781 1003 + 659951 4751811 1004 + 659951 4751841 1002 + 659951 4751871 1000 + 659951 4751901 996 + 659951 4751931 988 + 659951 4751961 963 + 659951 4751991 945 + 659951 4752021 927 + 659951 4752051 913 + 659951 4752081 907 + 659951 4752111 898 + 659951 4752141 891 + 659951 4752171 887 + 659951 4752201 883 + 659951 4752231 880 + 659951 4752261 877 + 659951 4752291 876 + 659951 4752321 874 + 659951 4752351 872 + 659951 4752381 870 + 659951 4752411 868 + 659951 4752441 868 + 659951 4752471 867 + 659951 4752501 866 + 659951 4752531 865 + 659951 4752561 864 + 659951 4752591 863 + 659951 4752621 861 + 659951 4752651 861 + 659951 4752681 859 + 659951 4752711 857 + 659951 4752741 855 + 659951 4752771 854 + 659951 4752801 845 + 659951 4752831 838 + 659951 4752861 822 + 659951 4752891 814 + 659951 4752921 813 + 659951 4752951 809 + 659951 4752981 809 + 659951 4753011 809 + 659951 4753041 809 + 659951 4753071 809 + 659951 4753101 809 + 659951 4753131 809 + 659951 4753161 809 + 659951 4753191 809 + 659951 4753221 809 + 659951 4753251 809 + 659951 4753281 809 + 659951 4753311 809 + 659951 4753341 836 + 659951 4753371 851 + 659951 4753401 854 + 659951 4753431 855 + 659951 4753461 856 + 659951 4753491 856 + 659951 4753521 857 + 659951 4753551 857 + 659951 4753581 857 + 659951 4753611 857 + 659951 4753641 858 + 659951 4753671 858 + 659951 4753701 858 + 659951 4753731 858 + 659951 4753761 858 + 659951 4753791 858 + 659951 4753821 858 + 659951 4753851 858 + 659951 4753881 858 + 659951 4753911 858 + 659951 4753941 858 + 659951 4753971 858 + 659951 4754001 859 + 659951 4754031 859 + 659951 4754061 860 + 659951 4754091 872 + 659951 4754121 888 + 659951 4754151 903 + 659951 4754181 923 + 659951 4754211 953 + 659951 4754241 952 + 659951 4754271 953 + 659951 4754301 954 + 659951 4754331 954 + 659951 4754361 955 + 659951 4754391 956 + 659951 4754421 955 + 659951 4754451 955 + 659951 4754481 955 + 659951 4754511 955 + 659951 4754541 956 + 659981 4751301 972 + 659981 4751331 969 + 659981 4751361 967 + 659981 4751391 972 + 659981 4751421 977 + 659981 4751451 980 + 659981 4751481 983 + 659981 4751511 987 + 659981 4751541 990 + 659981 4751571 995 + 659981 4751601 998 + 659981 4751631 1000 + 659981 4751661 1002 + 659981 4751691 1003 + 659981 4751721 1003 + 659981 4751751 1003 + 659981 4751781 1003 + 659981 4751811 1003 + 659981 4751841 1002 + 659981 4751871 1000 + 659981 4751901 995 + 659981 4751931 982 + 659981 4751961 958 + 659981 4751991 938 + 659981 4752021 921 + 659981 4752051 911 + 659981 4752081 901 + 659981 4752111 896 + 659981 4752141 890 + 659981 4752171 884 + 659981 4752201 882 + 659981 4752231 879 + 659981 4752261 876 + 659981 4752291 875 + 659981 4752321 874 + 659981 4752351 872 + 659981 4752381 870 + 659981 4752411 869 + 659981 4752441 868 + 659981 4752471 867 + 659981 4752501 866 + 659981 4752531 864 + 659981 4752561 863 + 659981 4752591 862 + 659981 4752621 861 + 659981 4752651 860 + 659981 4752681 858 + 659981 4752711 855 + 659981 4752741 853 + 659981 4752771 853 + 659981 4752801 854 + 659981 4752831 841 + 659981 4752861 823 + 659981 4752891 813 + 659981 4752921 809 + 659981 4752951 809 + 659981 4752981 809 + 659981 4753011 809 + 659981 4753041 809 + 659981 4753071 809 + 659981 4753101 809 + 659981 4753131 809 + 659981 4753161 809 + 659981 4753191 809 + 659981 4753221 815 + 659981 4753251 820 + 659981 4753281 822 + 659981 4753311 832 + 659981 4753341 846 + 659981 4753371 854 + 659981 4753401 856 + 659981 4753431 856 + 659981 4753461 857 + 659981 4753491 857 + 659981 4753521 857 + 659981 4753551 857 + 659981 4753581 858 + 659981 4753611 858 + 659981 4753641 858 + 659981 4753671 858 + 659981 4753701 859 + 659981 4753731 859 + 659981 4753761 859 + 659981 4753791 859 + 659981 4753821 859 + 659981 4753851 859 + 659981 4753881 859 + 659981 4753911 859 + 659981 4753941 859 + 659981 4753971 859 + 659981 4754001 859 + 659981 4754031 859 + 659981 4754061 860 + 659981 4754091 865 + 659981 4754121 877 + 659981 4754151 891 + 659981 4754181 912 + 659981 4754211 938 + 659981 4754241 953 + 659981 4754271 953 + 659981 4754301 954 + 659981 4754331 954 + 659981 4754361 955 + 659981 4754391 956 + 659981 4754421 955 + 659981 4754451 955 + 659981 4754481 955 + 659981 4754511 956 + 659981 4754541 956 + 660011 4751301 972 + 660011 4751331 970 + 660011 4751361 967 + 660011 4751391 973 + 660011 4751421 977 + 660011 4751451 981 + 660011 4751481 984 + 660011 4751511 987 + 660011 4751541 990 + 660011 4751571 995 + 660011 4751601 998 + 660011 4751631 1000 + 660011 4751661 1002 + 660011 4751691 1003 + 660011 4751721 1003 + 660011 4751751 1004 + 660011 4751781 1003 + 660011 4751811 1003 + 660011 4751841 1001 + 660011 4751871 998 + 660011 4751901 991 + 660011 4751931 975 + 660011 4751961 951 + 660011 4751991 937 + 660011 4752021 920 + 660011 4752051 910 + 660011 4752081 900 + 660011 4752111 894 + 660011 4752141 890 + 660011 4752171 883 + 660011 4752201 880 + 660011 4752231 878 + 660011 4752261 876 + 660011 4752291 875 + 660011 4752321 873 + 660011 4752351 872 + 660011 4752381 871 + 660011 4752411 869 + 660011 4752441 868 + 660011 4752471 867 + 660011 4752501 865 + 660011 4752531 864 + 660011 4752561 862 + 660011 4752591 861 + 660011 4752621 861 + 660011 4752651 859 + 660011 4752681 857 + 660011 4752711 854 + 660011 4752741 854 + 660011 4752771 856 + 660011 4752801 847 + 660011 4752831 831 + 660011 4752861 815 + 660011 4752891 809 + 660011 4752921 809 + 660011 4752951 809 + 660011 4752981 809 + 660011 4753011 809 + 660011 4753041 809 + 660011 4753071 809 + 660011 4753101 809 + 660011 4753131 809 + 660011 4753161 809 + 660011 4753191 822 + 660011 4753221 825 + 660011 4753251 834 + 660011 4753281 843 + 660011 4753311 848 + 660011 4753341 854 + 660011 4753371 861 + 660011 4753401 860 + 660011 4753431 858 + 660011 4753461 858 + 660011 4753491 858 + 660011 4753521 858 + 660011 4753551 858 + 660011 4753581 858 + 660011 4753611 859 + 660011 4753641 859 + 660011 4753671 859 + 660011 4753701 860 + 660011 4753731 860 + 660011 4753761 860 + 660011 4753791 860 + 660011 4753821 860 + 660011 4753851 860 + 660011 4753881 860 + 660011 4753911 860 + 660011 4753941 859 + 660011 4753971 859 + 660011 4754001 860 + 660011 4754031 860 + 660011 4754061 860 + 660011 4754091 861 + 660011 4754121 871 + 660011 4754151 884 + 660011 4754181 902 + 660011 4754211 924 + 660011 4754241 953 + 660011 4754271 953 + 660011 4754301 954 + 660011 4754331 954 + 660011 4754361 955 + 660011 4754391 955 + 660011 4754421 956 + 660011 4754451 955 + 660011 4754481 956 + 660011 4754511 957 + 660011 4754541 956 + 660041 4751301 974 + 660041 4751331 971 + 660041 4751361 971 + 660041 4751391 975 + 660041 4751421 978 + 660041 4751451 981 + 660041 4751481 984 + 660041 4751511 987 + 660041 4751541 990 + 660041 4751571 994 + 660041 4751601 998 + 660041 4751631 1000 + 660041 4751661 1002 + 660041 4751691 1003 + 660041 4751721 1003 + 660041 4751751 1004 + 660041 4751781 1004 + 660041 4751811 1002 + 660041 4751841 1000 + 660041 4751871 996 + 660041 4751901 984 + 660041 4751931 964 + 660041 4751961 943 + 660041 4751991 930 + 660041 4752021 916 + 660041 4752051 909 + 660041 4752081 899 + 660041 4752111 891 + 660041 4752141 883 + 660041 4752171 881 + 660041 4752201 879 + 660041 4752231 877 + 660041 4752261 876 + 660041 4752291 874 + 660041 4752321 873 + 660041 4752351 872 + 660041 4752381 871 + 660041 4752411 869 + 660041 4752441 868 + 660041 4752471 866 + 660041 4752501 864 + 660041 4752531 863 + 660041 4752561 862 + 660041 4752591 861 + 660041 4752621 861 + 660041 4752651 859 + 660041 4752681 858 + 660041 4752711 856 + 660041 4752741 856 + 660041 4752771 854 + 660041 4752801 840 + 660041 4752831 821 + 660041 4752861 809 + 660041 4752891 809 + 660041 4752921 809 + 660041 4752951 809 + 660041 4752981 809 + 660041 4753011 809 + 660041 4753041 809 + 660041 4753071 809 + 660041 4753101 809 + 660041 4753131 820 + 660041 4753161 828 + 660041 4753191 833 + 660041 4753221 840 + 660041 4753251 844 + 660041 4753281 852 + 660041 4753311 856 + 660041 4753341 860 + 660041 4753371 861 + 660041 4753401 861 + 660041 4753431 860 + 660041 4753461 859 + 660041 4753491 859 + 660041 4753521 859 + 660041 4753551 859 + 660041 4753581 860 + 660041 4753611 860 + 660041 4753641 860 + 660041 4753671 860 + 660041 4753701 860 + 660041 4753731 861 + 660041 4753761 861 + 660041 4753791 861 + 660041 4753821 861 + 660041 4753851 861 + 660041 4753881 861 + 660041 4753911 860 + 660041 4753941 860 + 660041 4753971 860 + 660041 4754001 860 + 660041 4754031 861 + 660041 4754061 862 + 660041 4754091 861 + 660041 4754121 866 + 660041 4754151 877 + 660041 4754181 894 + 660041 4754211 913 + 660041 4754241 950 + 660041 4754271 953 + 660041 4754301 953 + 660041 4754331 954 + 660041 4754361 955 + 660041 4754391 955 + 660041 4754421 955 + 660041 4754451 955 + 660041 4754481 956 + 660041 4754511 957 + 660041 4754541 956 + 660071 4751301 976 + 660071 4751331 973 + 660071 4751361 973 + 660071 4751391 975 + 660071 4751421 978 + 660071 4751451 981 + 660071 4751481 984 + 660071 4751511 987 + 660071 4751541 990 + 660071 4751571 994 + 660071 4751601 998 + 660071 4751631 1000 + 660071 4751661 1002 + 660071 4751691 1003 + 660071 4751721 1004 + 660071 4751751 1003 + 660071 4751781 1004 + 660071 4751811 1002 + 660071 4751841 1000 + 660071 4751871 994 + 660071 4751901 979 + 660071 4751931 959 + 660071 4751961 946 + 660071 4751991 926 + 660071 4752021 912 + 660071 4752051 905 + 660071 4752081 900 + 660071 4752111 893 + 660071 4752141 884 + 660071 4752171 880 + 660071 4752201 878 + 660071 4752231 876 + 660071 4752261 875 + 660071 4752291 874 + 660071 4752321 873 + 660071 4752351 871 + 660071 4752381 870 + 660071 4752411 870 + 660071 4752441 868 + 660071 4752471 867 + 660071 4752501 863 + 660071 4752531 861 + 660071 4752561 861 + 660071 4752591 861 + 660071 4752621 861 + 660071 4752651 860 + 660071 4752681 859 + 660071 4752711 859 + 660071 4752741 859 + 660071 4752771 854 + 660071 4752801 834 + 660071 4752831 816 + 660071 4752861 809 + 660071 4752891 809 + 660071 4752921 809 + 660071 4752951 809 + 660071 4752981 809 + 660071 4753011 809 + 660071 4753041 809 + 660071 4753071 809 + 660071 4753101 822 + 660071 4753131 834 + 660071 4753161 842 + 660071 4753191 851 + 660071 4753221 854 + 660071 4753251 854 + 660071 4753281 856 + 660071 4753311 859 + 660071 4753341 861 + 660071 4753371 862 + 660071 4753401 861 + 660071 4753431 861 + 660071 4753461 860 + 660071 4753491 859 + 660071 4753521 859 + 660071 4753551 860 + 660071 4753581 860 + 660071 4753611 861 + 660071 4753641 861 + 660071 4753671 860 + 660071 4753701 861 + 660071 4753731 862 + 660071 4753761 862 + 660071 4753791 862 + 660071 4753821 863 + 660071 4753851 863 + 660071 4753881 862 + 660071 4753911 861 + 660071 4753941 860 + 660071 4753971 861 + 660071 4754001 861 + 660071 4754031 861 + 660071 4754061 862 + 660071 4754091 863 + 660071 4754121 866 + 660071 4754151 872 + 660071 4754181 890 + 660071 4754211 908 + 660071 4754241 945 + 660071 4754271 953 + 660071 4754301 953 + 660071 4754331 954 + 660071 4754361 956 + 660071 4754391 955 + 660071 4754421 955 + 660071 4754451 956 + 660071 4754481 956 + 660071 4754511 957 + 660071 4754541 957 + 660101 4751301 977 + 660101 4751331 975 + 660101 4751361 974 + 660101 4751391 975 + 660101 4751421 978 + 660101 4751451 981 + 660101 4751481 984 + 660101 4751511 987 + 660101 4751541 990 + 660101 4751571 994 + 660101 4751601 998 + 660101 4751631 1000 + 660101 4751661 1002 + 660101 4751691 1003 + 660101 4751721 1003 + 660101 4751751 1004 + 660101 4751781 1003 + 660101 4751811 1001 + 660101 4751841 999 + 660101 4751871 992 + 660101 4751901 975 + 660101 4751931 956 + 660101 4751961 940 + 660101 4751991 925 + 660101 4752021 912 + 660101 4752051 905 + 660101 4752081 895 + 660101 4752111 888 + 660101 4752141 883 + 660101 4752171 878 + 660101 4752201 876 + 660101 4752231 876 + 660101 4752261 875 + 660101 4752291 874 + 660101 4752321 873 + 660101 4752351 871 + 660101 4752381 869 + 660101 4752411 869 + 660101 4752441 868 + 660101 4752471 867 + 660101 4752501 864 + 660101 4752531 861 + 660101 4752561 861 + 660101 4752591 861 + 660101 4752621 860 + 660101 4752651 860 + 660101 4752681 861 + 660101 4752711 861 + 660101 4752741 862 + 660101 4752771 852 + 660101 4752801 829 + 660101 4752831 809 + 660101 4752861 809 + 660101 4752891 809 + 660101 4752921 809 + 660101 4752951 809 + 660101 4752981 809 + 660101 4753011 809 + 660101 4753041 809 + 660101 4753071 819 + 660101 4753101 837 + 660101 4753131 850 + 660101 4753161 854 + 660101 4753191 856 + 660101 4753221 858 + 660101 4753251 858 + 660101 4753281 858 + 660101 4753311 860 + 660101 4753341 861 + 660101 4753371 862 + 660101 4753401 862 + 660101 4753431 861 + 660101 4753461 860 + 660101 4753491 859 + 660101 4753521 859 + 660101 4753551 860 + 660101 4753581 861 + 660101 4753611 862 + 660101 4753641 861 + 660101 4753671 861 + 660101 4753701 861 + 660101 4753731 862 + 660101 4753761 863 + 660101 4753791 864 + 660101 4753821 865 + 660101 4753851 866 + 660101 4753881 864 + 660101 4753911 861 + 660101 4753941 860 + 660101 4753971 861 + 660101 4754001 861 + 660101 4754031 861 + 660101 4754061 862 + 660101 4754091 864 + 660101 4754121 867 + 660101 4754151 872 + 660101 4754181 888 + 660101 4754211 907 + 660101 4754241 943 + 660101 4754271 953 + 660101 4754301 953 + 660101 4754331 954 + 660101 4754361 955 + 660101 4754391 955 + 660101 4754421 955 + 660101 4754451 957 + 660101 4754481 957 + 660101 4754511 957 + 660101 4754541 957 + 660131 4751301 978 + 660131 4751331 976 + 660131 4751361 975 + 660131 4751391 975 + 660131 4751421 977 + 660131 4751451 980 + 660131 4751481 984 + 660131 4751511 986 + 660131 4751541 990 + 660131 4751571 995 + 660131 4751601 999 + 660131 4751631 1001 + 660131 4751661 1002 + 660131 4751691 1003 + 660131 4751721 1003 + 660131 4751751 1003 + 660131 4751781 1002 + 660131 4751811 999 + 660131 4751841 995 + 660131 4751871 986 + 660131 4751901 964 + 660131 4751931 952 + 660131 4751961 935 + 660131 4751991 923 + 660131 4752021 910 + 660131 4752051 904 + 660131 4752081 893 + 660131 4752111 884 + 660131 4752141 881 + 660131 4752171 877 + 660131 4752201 876 + 660131 4752231 875 + 660131 4752261 874 + 660131 4752291 873 + 660131 4752321 872 + 660131 4752351 871 + 660131 4752381 869 + 660131 4752411 869 + 660131 4752441 868 + 660131 4752471 867 + 660131 4752501 864 + 660131 4752531 863 + 660131 4752561 862 + 660131 4752591 862 + 660131 4752621 861 + 660131 4752651 861 + 660131 4752681 861 + 660131 4752711 861 + 660131 4752741 856 + 660131 4752771 838 + 660131 4752801 825 + 660131 4752831 809 + 660131 4752861 809 + 660131 4752891 809 + 660131 4752921 809 + 660131 4752951 809 + 660131 4752981 809 + 660131 4753011 809 + 660131 4753041 821 + 660131 4753071 837 + 660131 4753101 853 + 660131 4753131 861 + 660131 4753161 857 + 660131 4753191 859 + 660131 4753221 861 + 660131 4753251 860 + 660131 4753281 860 + 660131 4753311 861 + 660131 4753341 861 + 660131 4753371 863 + 660131 4753401 863 + 660131 4753431 861 + 660131 4753461 860 + 660131 4753491 860 + 660131 4753521 860 + 660131 4753551 861 + 660131 4753581 861 + 660131 4753611 862 + 660131 4753641 862 + 660131 4753671 862 + 660131 4753701 862 + 660131 4753731 863 + 660131 4753761 864 + 660131 4753791 866 + 660131 4753821 867 + 660131 4753851 869 + 660131 4753881 865 + 660131 4753911 861 + 660131 4753941 860 + 660131 4753971 860 + 660131 4754001 860 + 660131 4754031 861 + 660131 4754061 863 + 660131 4754091 864 + 660131 4754121 867 + 660131 4754151 872 + 660131 4754181 887 + 660131 4754211 907 + 660131 4754241 940 + 660131 4754271 953 + 660131 4754301 953 + 660131 4754331 954 + 660131 4754361 955 + 660131 4754391 956 + 660131 4754421 956 + 660131 4754451 957 + 660131 4754481 957 + 660131 4754511 957 + 660131 4754541 957 + 660161 4751301 981 + 660161 4751331 978 + 660161 4751361 977 + 660161 4751391 978 + 660161 4751421 978 + 660161 4751451 981 + 660161 4751481 983 + 660161 4751511 986 + 660161 4751541 989 + 660161 4751571 994 + 660161 4751601 998 + 660161 4751631 1000 + 660161 4751661 1002 + 660161 4751691 1003 + 660161 4751721 1003 + 660161 4751751 1004 + 660161 4751781 1001 + 660161 4751811 998 + 660161 4751841 991 + 660161 4751871 976 + 660161 4751901 957 + 660161 4751931 942 + 660161 4751961 931 + 660161 4751991 919 + 660161 4752021 908 + 660161 4752051 900 + 660161 4752081 891 + 660161 4752111 883 + 660161 4752141 880 + 660161 4752171 877 + 660161 4752201 875 + 660161 4752231 875 + 660161 4752261 874 + 660161 4752291 873 + 660161 4752321 872 + 660161 4752351 870 + 660161 4752381 869 + 660161 4752411 869 + 660161 4752441 869 + 660161 4752471 867 + 660161 4752501 865 + 660161 4752531 864 + 660161 4752561 863 + 660161 4752591 862 + 660161 4752621 861 + 660161 4752651 859 + 660161 4752681 860 + 660161 4752711 855 + 660161 4752741 845 + 660161 4752771 829 + 660161 4752801 817 + 660161 4752831 809 + 660161 4752861 809 + 660161 4752891 809 + 660161 4752921 809 + 660161 4752951 809 + 660161 4752981 809 + 660161 4753011 830 + 660161 4753041 839 + 660161 4753071 851 + 660161 4753101 861 + 660161 4753131 860 + 660161 4753161 859 + 660161 4753191 861 + 660161 4753221 862 + 660161 4753251 861 + 660161 4753281 861 + 660161 4753311 862 + 660161 4753341 863 + 660161 4753371 863 + 660161 4753401 863 + 660161 4753431 861 + 660161 4753461 861 + 660161 4753491 860 + 660161 4753521 860 + 660161 4753551 861 + 660161 4753581 862 + 660161 4753611 863 + 660161 4753641 863 + 660161 4753671 863 + 660161 4753701 863 + 660161 4753731 864 + 660161 4753761 865 + 660161 4753791 867 + 660161 4753821 869 + 660161 4753851 867 + 660161 4753881 861 + 660161 4753911 860 + 660161 4753941 860 + 660161 4753971 860 + 660161 4754001 860 + 660161 4754031 861 + 660161 4754061 863 + 660161 4754091 864 + 660161 4754121 866 + 660161 4754151 870 + 660161 4754181 885 + 660161 4754211 908 + 660161 4754241 942 + 660161 4754271 953 + 660161 4754301 954 + 660161 4754331 955 + 660161 4754361 956 + 660161 4754391 956 + 660161 4754421 957 + 660161 4754451 958 + 660161 4754481 957 + 660161 4754511 958 + 660161 4754541 957 + 660191 4751301 983 + 660191 4751331 982 + 660191 4751361 981 + 660191 4751391 981 + 660191 4751421 981 + 660191 4751451 981 + 660191 4751481 983 + 660191 4751511 985 + 660191 4751541 989 + 660191 4751571 992 + 660191 4751601 997 + 660191 4751631 999 + 660191 4751661 1001 + 660191 4751691 1002 + 660191 4751721 1003 + 660191 4751751 1003 + 660191 4751781 1001 + 660191 4751811 997 + 660191 4751841 986 + 660191 4751871 966 + 660191 4751901 946 + 660191 4751931 935 + 660191 4751961 926 + 660191 4751991 915 + 660191 4752021 910 + 660191 4752051 901 + 660191 4752081 890 + 660191 4752111 882 + 660191 4752141 879 + 660191 4752171 876 + 660191 4752201 875 + 660191 4752231 875 + 660191 4752261 874 + 660191 4752291 873 + 660191 4752321 872 + 660191 4752351 871 + 660191 4752381 870 + 660191 4752411 870 + 660191 4752441 869 + 660191 4752471 868 + 660191 4752501 866 + 660191 4752531 864 + 660191 4752561 862 + 660191 4752591 861 + 660191 4752621 860 + 660191 4752651 859 + 660191 4752681 857 + 660191 4752711 855 + 660191 4752741 851 + 660191 4752771 835 + 660191 4752801 809 + 660191 4752831 809 + 660191 4752861 809 + 660191 4752891 809 + 660191 4752921 809 + 660191 4752951 809 + 660191 4752981 828 + 660191 4753011 847 + 660191 4753041 854 + 660191 4753071 856 + 660191 4753101 858 + 660191 4753131 859 + 660191 4753161 860 + 660191 4753191 861 + 660191 4753221 862 + 660191 4753251 863 + 660191 4753281 863 + 660191 4753311 863 + 660191 4753341 864 + 660191 4753371 864 + 660191 4753401 864 + 660191 4753431 862 + 660191 4753461 861 + 660191 4753491 860 + 660191 4753521 861 + 660191 4753551 862 + 660191 4753581 863 + 660191 4753611 863 + 660191 4753641 863 + 660191 4753671 864 + 660191 4753701 864 + 660191 4753731 864 + 660191 4753761 864 + 660191 4753791 865 + 660191 4753821 868 + 660191 4753851 865 + 660191 4753881 861 + 660191 4753911 860 + 660191 4753941 860 + 660191 4753971 860 + 660191 4754001 860 + 660191 4754031 862 + 660191 4754061 863 + 660191 4754091 864 + 660191 4754121 866 + 660191 4754151 869 + 660191 4754181 884 + 660191 4754211 911 + 660191 4754241 949 + 660191 4754271 954 + 660191 4754301 954 + 660191 4754331 955 + 660191 4754361 957 + 660191 4754391 957 + 660191 4754421 958 + 660191 4754451 958 + 660191 4754481 958 + 660191 4754511 957 + 660191 4754541 957 + 660221 4751301 985 + 660221 4751331 983 + 660221 4751361 983 + 660221 4751391 983 + 660221 4751421 982 + 660221 4751451 982 + 660221 4751481 982 + 660221 4751511 984 + 660221 4751541 987 + 660221 4751571 990 + 660221 4751601 994 + 660221 4751631 997 + 660221 4751661 999 + 660221 4751691 1001 + 660221 4751721 1003 + 660221 4751751 1002 + 660221 4751781 1001 + 660221 4751811 996 + 660221 4751841 983 + 660221 4751871 966 + 660221 4751901 948 + 660221 4751931 934 + 660221 4751961 925 + 660221 4751991 909 + 660221 4752021 900 + 660221 4752051 893 + 660221 4752081 884 + 660221 4752111 882 + 660221 4752141 879 + 660221 4752171 877 + 660221 4752201 876 + 660221 4752231 875 + 660221 4752261 874 + 660221 4752291 873 + 660221 4752321 872 + 660221 4752351 871 + 660221 4752381 870 + 660221 4752411 870 + 660221 4752441 869 + 660221 4752471 868 + 660221 4752501 866 + 660221 4752531 864 + 660221 4752561 862 + 660221 4752591 861 + 660221 4752621 861 + 660221 4752651 861 + 660221 4752681 861 + 660221 4752711 862 + 660221 4752741 859 + 660221 4752771 835 + 660221 4752801 809 + 660221 4752831 809 + 660221 4752861 809 + 660221 4752891 809 + 660221 4752921 809 + 660221 4752951 809 + 660221 4752981 827 + 660221 4753011 844 + 660221 4753041 855 + 660221 4753071 859 + 660221 4753101 860 + 660221 4753131 861 + 660221 4753161 861 + 660221 4753191 862 + 660221 4753221 862 + 660221 4753251 863 + 660221 4753281 864 + 660221 4753311 865 + 660221 4753341 865 + 660221 4753371 866 + 660221 4753401 865 + 660221 4753431 863 + 660221 4753461 861 + 660221 4753491 861 + 660221 4753521 861 + 660221 4753551 862 + 660221 4753581 863 + 660221 4753611 864 + 660221 4753641 865 + 660221 4753671 865 + 660221 4753701 865 + 660221 4753731 865 + 660221 4753761 865 + 660221 4753791 864 + 660221 4753821 863 + 660221 4753851 862 + 660221 4753881 861 + 660221 4753911 861 + 660221 4753941 860 + 660221 4753971 860 + 660221 4754001 860 + 660221 4754031 862 + 660221 4754061 863 + 660221 4754091 864 + 660221 4754121 866 + 660221 4754151 868 + 660221 4754181 883 + 660221 4754211 906 + 660221 4754241 940 + 660221 4754271 954 + 660221 4754301 956 + 660221 4754331 957 + 660221 4754361 957 + 660221 4754391 959 + 660221 4754421 958 + 660221 4754451 959 + 660221 4754481 958 + 660221 4754511 958 + 660221 4754541 957 + 660251 4751301 987 + 660251 4751331 984 + 660251 4751361 984 + 660251 4751391 985 + 660251 4751421 984 + 660251 4751451 983 + 660251 4751481 983 + 660251 4751511 983 + 660251 4751541 985 + 660251 4751571 989 + 660251 4751601 991 + 660251 4751631 995 + 660251 4751661 997 + 660251 4751691 999 + 660251 4751721 1001 + 660251 4751751 1001 + 660251 4751781 1000 + 660251 4751811 995 + 660251 4751841 981 + 660251 4751871 963 + 660251 4751901 944 + 660251 4751931 930 + 660251 4751961 918 + 660251 4751991 907 + 660251 4752021 899 + 660251 4752051 893 + 660251 4752081 886 + 660251 4752111 882 + 660251 4752141 879 + 660251 4752171 877 + 660251 4752201 876 + 660251 4752231 875 + 660251 4752261 874 + 660251 4752291 873 + 660251 4752321 871 + 660251 4752351 870 + 660251 4752381 870 + 660251 4752411 869 + 660251 4752441 869 + 660251 4752471 868 + 660251 4752501 866 + 660251 4752531 864 + 660251 4752561 862 + 660251 4752591 861 + 660251 4752621 862 + 660251 4752651 862 + 660251 4752681 863 + 660251 4752711 863 + 660251 4752741 855 + 660251 4752771 832 + 660251 4752801 809 + 660251 4752831 809 + 660251 4752861 809 + 660251 4752891 809 + 660251 4752921 809 + 660251 4752951 809 + 660251 4752981 824 + 660251 4753011 842 + 660251 4753041 855 + 660251 4753071 861 + 660251 4753101 861 + 660251 4753131 861 + 660251 4753161 862 + 660251 4753191 862 + 660251 4753221 863 + 660251 4753251 864 + 660251 4753281 866 + 660251 4753311 866 + 660251 4753341 867 + 660251 4753371 867 + 660251 4753401 866 + 660251 4753431 864 + 660251 4753461 862 + 660251 4753491 862 + 660251 4753521 863 + 660251 4753551 864 + 660251 4753581 865 + 660251 4753611 865 + 660251 4753641 865 + 660251 4753671 866 + 660251 4753701 866 + 660251 4753731 866 + 660251 4753761 866 + 660251 4753791 865 + 660251 4753821 864 + 660251 4753851 863 + 660251 4753881 862 + 660251 4753911 861 + 660251 4753941 860 + 660251 4753971 860 + 660251 4754001 860 + 660251 4754031 861 + 660251 4754061 863 + 660251 4754091 864 + 660251 4754121 866 + 660251 4754151 868 + 660251 4754181 881 + 660251 4754211 902 + 660251 4754241 936 + 660251 4754271 953 + 660251 4754301 956 + 660251 4754331 958 + 660251 4754361 959 + 660251 4754391 959 + 660251 4754421 959 + 660251 4754451 959 + 660251 4754481 958 + 660251 4754511 958 + 660251 4754541 957 + 660281 4751301 988 + 660281 4751331 987 + 660281 4751361 987 + 660281 4751391 987 + 660281 4751421 987 + 660281 4751451 987 + 660281 4751481 986 + 660281 4751511 986 + 660281 4751541 988 + 660281 4751571 989 + 660281 4751601 990 + 660281 4751631 992 + 660281 4751661 996 + 660281 4751691 998 + 660281 4751721 999 + 660281 4751751 999 + 660281 4751781 997 + 660281 4751811 992 + 660281 4751841 975 + 660281 4751871 960 + 660281 4751901 942 + 660281 4751931 930 + 660281 4751961 916 + 660281 4751991 907 + 660281 4752021 901 + 660281 4752051 893 + 660281 4752081 886 + 660281 4752111 882 + 660281 4752141 879 + 660281 4752171 877 + 660281 4752201 876 + 660281 4752231 875 + 660281 4752261 874 + 660281 4752291 873 + 660281 4752321 871 + 660281 4752351 870 + 660281 4752381 869 + 660281 4752411 869 + 660281 4752441 868 + 660281 4752471 867 + 660281 4752501 866 + 660281 4752531 865 + 660281 4752561 865 + 660281 4752591 864 + 660281 4752621 864 + 660281 4752651 863 + 660281 4752681 862 + 660281 4752711 856 + 660281 4752741 847 + 660281 4752771 828 + 660281 4752801 809 + 660281 4752831 809 + 660281 4752861 809 + 660281 4752891 809 + 660281 4752921 809 + 660281 4752951 809 + 660281 4752981 821 + 660281 4753011 841 + 660281 4753041 857 + 660281 4753071 862 + 660281 4753101 861 + 660281 4753131 862 + 660281 4753161 863 + 660281 4753191 863 + 660281 4753221 863 + 660281 4753251 864 + 660281 4753281 866 + 660281 4753311 868 + 660281 4753341 868 + 660281 4753371 869 + 660281 4753401 867 + 660281 4753431 866 + 660281 4753461 865 + 660281 4753491 865 + 660281 4753521 866 + 660281 4753551 867 + 660281 4753581 867 + 660281 4753611 866 + 660281 4753641 866 + 660281 4753671 866 + 660281 4753701 867 + 660281 4753731 867 + 660281 4753761 866 + 660281 4753791 866 + 660281 4753821 865 + 660281 4753851 864 + 660281 4753881 863 + 660281 4753911 862 + 660281 4753941 861 + 660281 4753971 860 + 660281 4754001 860 + 660281 4754031 861 + 660281 4754061 862 + 660281 4754091 863 + 660281 4754121 865 + 660281 4754151 868 + 660281 4754181 880 + 660281 4754211 902 + 660281 4754241 937 + 660281 4754271 953 + 660281 4754301 956 + 660281 4754331 958 + 660281 4754361 960 + 660281 4754391 960 + 660281 4754421 959 + 660281 4754451 959 + 660281 4754481 958 + 660281 4754511 958 + 660281 4754541 957 + 660311 4751301 990 + 660311 4751331 989 + 660311 4751361 989 + 660311 4751391 990 + 660311 4751421 990 + 660311 4751451 990 + 660311 4751481 989 + 660311 4751511 989 + 660311 4751541 990 + 660311 4751571 990 + 660311 4751601 990 + 660311 4751631 991 + 660311 4751661 994 + 660311 4751691 996 + 660311 4751721 998 + 660311 4751751 997 + 660311 4751781 995 + 660311 4751811 991 + 660311 4751841 972 + 660311 4751871 957 + 660311 4751901 938 + 660311 4751931 924 + 660311 4751961 913 + 660311 4751991 905 + 660311 4752021 899 + 660311 4752051 891 + 660311 4752081 886 + 660311 4752111 883 + 660311 4752141 879 + 660311 4752171 877 + 660311 4752201 876 + 660311 4752231 875 + 660311 4752261 874 + 660311 4752291 873 + 660311 4752321 871 + 660311 4752351 870 + 660311 4752381 869 + 660311 4752411 869 + 660311 4752441 869 + 660311 4752471 868 + 660311 4752501 867 + 660311 4752531 866 + 660311 4752561 865 + 660311 4752591 864 + 660311 4752621 864 + 660311 4752651 862 + 660311 4752681 861 + 660311 4752711 845 + 660311 4752741 836 + 660311 4752771 825 + 660311 4752801 809 + 660311 4752831 809 + 660311 4752861 809 + 660311 4752891 809 + 660311 4752921 809 + 660311 4752951 809 + 660311 4752981 817 + 660311 4753011 832 + 660311 4753041 855 + 660311 4753071 862 + 660311 4753101 861 + 660311 4753131 862 + 660311 4753161 863 + 660311 4753191 863 + 660311 4753221 864 + 660311 4753251 865 + 660311 4753281 866 + 660311 4753311 868 + 660311 4753341 869 + 660311 4753371 869 + 660311 4753401 869 + 660311 4753431 868 + 660311 4753461 867 + 660311 4753491 868 + 660311 4753521 868 + 660311 4753551 869 + 660311 4753581 868 + 660311 4753611 867 + 660311 4753641 867 + 660311 4753671 867 + 660311 4753701 867 + 660311 4753731 868 + 660311 4753761 867 + 660311 4753791 867 + 660311 4753821 866 + 660311 4753851 865 + 660311 4753881 864 + 660311 4753911 863 + 660311 4753941 861 + 660311 4753971 861 + 660311 4754001 860 + 660311 4754031 860 + 660311 4754061 861 + 660311 4754091 863 + 660311 4754121 865 + 660311 4754151 868 + 660311 4754181 878 + 660311 4754211 902 + 660311 4754241 938 + 660311 4754271 953 + 660311 4754301 956 + 660311 4754331 958 + 660311 4754361 960 + 660311 4754391 960 + 660311 4754421 959 + 660311 4754451 959 + 660311 4754481 958 + 660311 4754511 958 + 660311 4754541 957 + 660341 4751301 992 + 660341 4751331 991 + 660341 4751361 990 + 660341 4751391 991 + 660341 4751421 992 + 660341 4751451 991 + 660341 4751481 991 + 660341 4751511 991 + 660341 4751541 991 + 660341 4751571 991 + 660341 4751601 991 + 660341 4751631 990 + 660341 4751661 992 + 660341 4751691 995 + 660341 4751721 997 + 660341 4751751 996 + 660341 4751781 994 + 660341 4751811 989 + 660341 4751841 967 + 660341 4751871 952 + 660341 4751901 935 + 660341 4751931 922 + 660341 4751961 912 + 660341 4751991 904 + 660341 4752021 899 + 660341 4752051 893 + 660341 4752081 888 + 660341 4752111 883 + 660341 4752141 880 + 660341 4752171 877 + 660341 4752201 876 + 660341 4752231 875 + 660341 4752261 874 + 660341 4752291 873 + 660341 4752321 872 + 660341 4752351 870 + 660341 4752381 870 + 660341 4752411 870 + 660341 4752441 869 + 660341 4752471 868 + 660341 4752501 867 + 660341 4752531 866 + 660341 4752561 865 + 660341 4752591 864 + 660341 4752621 863 + 660341 4752651 862 + 660341 4752681 854 + 660341 4752711 838 + 660341 4752741 828 + 660341 4752771 818 + 660341 4752801 809 + 660341 4752831 809 + 660341 4752861 809 + 660341 4752891 809 + 660341 4752921 809 + 660341 4752951 809 + 660341 4752981 809 + 660341 4753011 826 + 660341 4753041 845 + 660341 4753071 857 + 660341 4753101 859 + 660341 4753131 861 + 660341 4753161 862 + 660341 4753191 863 + 660341 4753221 863 + 660341 4753251 865 + 660341 4753281 866 + 660341 4753311 866 + 660341 4753341 868 + 660341 4753371 868 + 660341 4753401 869 + 660341 4753431 869 + 660341 4753461 868 + 660341 4753491 868 + 660341 4753521 869 + 660341 4753551 869 + 660341 4753581 868 + 660341 4753611 868 + 660341 4753641 868 + 660341 4753671 868 + 660341 4753701 868 + 660341 4753731 868 + 660341 4753761 868 + 660341 4753791 868 + 660341 4753821 867 + 660341 4753851 867 + 660341 4753881 867 + 660341 4753911 865 + 660341 4753941 864 + 660341 4753971 862 + 660341 4754001 861 + 660341 4754031 861 + 660341 4754061 861 + 660341 4754091 863 + 660341 4754121 865 + 660341 4754151 867 + 660341 4754181 876 + 660341 4754211 899 + 660341 4754241 937 + 660341 4754271 953 + 660341 4754301 956 + 660341 4754331 958 + 660341 4754361 960 + 660341 4754391 960 + 660341 4754421 959 + 660341 4754451 959 + 660341 4754481 958 + 660341 4754511 958 + 660341 4754541 957 + 660371 4751301 993 + 660371 4751331 992 + 660371 4751361 992 + 660371 4751391 993 + 660371 4751421 993 + 660371 4751451 993 + 660371 4751481 992 + 660371 4751511 992 + 660371 4751541 992 + 660371 4751571 992 + 660371 4751601 992 + 660371 4751631 991 + 660371 4751661 992 + 660371 4751691 994 + 660371 4751721 996 + 660371 4751751 995 + 660371 4751781 994 + 660371 4751811 986 + 660371 4751841 968 + 660371 4751871 953 + 660371 4751901 938 + 660371 4751931 925 + 660371 4751961 914 + 660371 4751991 907 + 660371 4752021 901 + 660371 4752051 895 + 660371 4752081 890 + 660371 4752111 883 + 660371 4752141 880 + 660371 4752171 877 + 660371 4752201 876 + 660371 4752231 875 + 660371 4752261 874 + 660371 4752291 873 + 660371 4752321 872 + 660371 4752351 871 + 660371 4752381 870 + 660371 4752411 869 + 660371 4752441 868 + 660371 4752471 867 + 660371 4752501 866 + 660371 4752531 866 + 660371 4752561 865 + 660371 4752591 864 + 660371 4752621 862 + 660371 4752651 859 + 660371 4752681 844 + 660371 4752711 835 + 660371 4752741 825 + 660371 4752771 809 + 660371 4752801 809 + 660371 4752831 809 + 660371 4752861 809 + 660371 4752891 809 + 660371 4752921 809 + 660371 4752951 809 + 660371 4752981 809 + 660371 4753011 823 + 660371 4753041 840 + 660371 4753071 853 + 660371 4753101 856 + 660371 4753131 860 + 660371 4753161 863 + 660371 4753191 863 + 660371 4753221 863 + 660371 4753251 862 + 660371 4753281 864 + 660371 4753311 865 + 660371 4753341 866 + 660371 4753371 867 + 660371 4753401 867 + 660371 4753431 868 + 660371 4753461 868 + 660371 4753491 869 + 660371 4753521 869 + 660371 4753551 869 + 660371 4753581 868 + 660371 4753611 868 + 660371 4753641 869 + 660371 4753671 869 + 660371 4753701 869 + 660371 4753731 869 + 660371 4753761 869 + 660371 4753791 869 + 660371 4753821 868 + 660371 4753851 868 + 660371 4753881 869 + 660371 4753911 868 + 660371 4753941 866 + 660371 4753971 864 + 660371 4754001 863 + 660371 4754031 863 + 660371 4754061 862 + 660371 4754091 863 + 660371 4754121 865 + 660371 4754151 867 + 660371 4754181 875 + 660371 4754211 899 + 660371 4754241 937 + 660371 4754271 953 + 660371 4754301 956 + 660371 4754331 958 + 660371 4754361 960 + 660371 4754391 960 + 660371 4754421 959 + 660371 4754451 959 + 660371 4754481 958 + 660371 4754511 958 + 660371 4754541 957 + 660401 4751301 994 + 660401 4751331 994 + 660401 4751361 994 + 660401 4751391 994 + 660401 4751421 994 + 660401 4751451 994 + 660401 4751481 994 + 660401 4751511 994 + 660401 4751541 993 + 660401 4751571 994 + 660401 4751601 993 + 660401 4751631 992 + 660401 4751661 994 + 660401 4751691 994 + 660401 4751721 995 + 660401 4751751 994 + 660401 4751781 993 + 660401 4751811 984 + 660401 4751841 965 + 660401 4751871 951 + 660401 4751901 935 + 660401 4751931 924 + 660401 4751961 913 + 660401 4751991 906 + 660401 4752021 899 + 660401 4752051 893 + 660401 4752081 888 + 660401 4752111 884 + 660401 4752141 880 + 660401 4752171 877 + 660401 4752201 876 + 660401 4752231 875 + 660401 4752261 874 + 660401 4752291 873 + 660401 4752321 872 + 660401 4752351 871 + 660401 4752381 870 + 660401 4752411 869 + 660401 4752441 867 + 660401 4752471 867 + 660401 4752501 866 + 660401 4752531 866 + 660401 4752561 865 + 660401 4752591 864 + 660401 4752621 862 + 660401 4752651 857 + 660401 4752681 840 + 660401 4752711 830 + 660401 4752741 823 + 660401 4752771 809 + 660401 4752801 809 + 660401 4752831 809 + 660401 4752861 809 + 660401 4752891 809 + 660401 4752921 809 + 660401 4752951 809 + 660401 4752981 809 + 660401 4753011 818 + 660401 4753041 829 + 660401 4753071 843 + 660401 4753101 851 + 660401 4753131 856 + 660401 4753161 862 + 660401 4753191 862 + 660401 4753221 862 + 660401 4753251 861 + 660401 4753281 862 + 660401 4753311 863 + 660401 4753341 864 + 660401 4753371 866 + 660401 4753401 866 + 660401 4753431 868 + 660401 4753461 868 + 660401 4753491 868 + 660401 4753521 869 + 660401 4753551 869 + 660401 4753581 869 + 660401 4753611 869 + 660401 4753641 869 + 660401 4753671 869 + 660401 4753701 869 + 660401 4753731 869 + 660401 4753761 870 + 660401 4753791 869 + 660401 4753821 869 + 660401 4753851 869 + 660401 4753881 869 + 660401 4753911 869 + 660401 4753941 868 + 660401 4753971 866 + 660401 4754001 865 + 660401 4754031 864 + 660401 4754061 863 + 660401 4754091 864 + 660401 4754121 866 + 660401 4754151 867 + 660401 4754181 875 + 660401 4754211 899 + 660401 4754241 936 + 660401 4754271 953 + 660401 4754301 956 + 660401 4754331 958 + 660401 4754361 960 + 660401 4754391 960 + 660401 4754421 960 + 660401 4754451 959 + 660401 4754481 959 + 660401 4754511 958 + 660401 4754541 958 + 660431 4751301 996 + 660431 4751331 996 + 660431 4751361 995 + 660431 4751391 996 + 660431 4751421 996 + 660431 4751451 996 + 660431 4751481 995 + 660431 4751511 995 + 660431 4751541 995 + 660431 4751571 995 + 660431 4751601 994 + 660431 4751631 994 + 660431 4751661 995 + 660431 4751691 995 + 660431 4751721 995 + 660431 4751751 994 + 660431 4751781 993 + 660431 4751811 980 + 660431 4751841 961 + 660431 4751871 947 + 660431 4751901 931 + 660431 4751931 921 + 660431 4751961 913 + 660431 4751991 905 + 660431 4752021 897 + 660431 4752051 891 + 660431 4752081 886 + 660431 4752111 883 + 660431 4752141 880 + 660431 4752171 878 + 660431 4752201 876 + 660431 4752231 875 + 660431 4752261 874 + 660431 4752291 873 + 660431 4752321 871 + 660431 4752351 871 + 660431 4752381 870 + 660431 4752411 869 + 660431 4752441 866 + 660431 4752471 864 + 660431 4752501 864 + 660431 4752531 865 + 660431 4752561 865 + 660431 4752591 863 + 660431 4752621 862 + 660431 4752651 856 + 660431 4752681 838 + 660431 4752711 825 + 660431 4752741 809 + 660431 4752771 809 + 660431 4752801 809 + 660431 4752831 809 + 660431 4752861 809 + 660431 4752891 809 + 660431 4752921 809 + 660431 4752951 809 + 660431 4752981 809 + 660431 4753011 809 + 660431 4753041 823 + 660431 4753071 833 + 660431 4753101 839 + 660431 4753131 846 + 660431 4753161 857 + 660431 4753191 863 + 660431 4753221 862 + 660431 4753251 861 + 660431 4753281 861 + 660431 4753311 862 + 660431 4753341 863 + 660431 4753371 865 + 660431 4753401 865 + 660431 4753431 866 + 660431 4753461 868 + 660431 4753491 868 + 660431 4753521 869 + 660431 4753551 869 + 660431 4753581 869 + 660431 4753611 869 + 660431 4753641 869 + 660431 4753671 870 + 660431 4753701 870 + 660431 4753731 870 + 660431 4753761 870 + 660431 4753791 870 + 660431 4753821 869 + 660431 4753851 869 + 660431 4753881 869 + 660431 4753911 869 + 660431 4753941 869 + 660431 4753971 868 + 660431 4754001 867 + 660431 4754031 865 + 660431 4754061 864 + 660431 4754091 865 + 660431 4754121 866 + 660431 4754151 868 + 660431 4754181 875 + 660431 4754211 895 + 660431 4754241 935 + 660431 4754271 953 + 660431 4754301 956 + 660431 4754331 958 + 660431 4754361 960 + 660431 4754391 960 + 660431 4754421 960 + 660431 4754451 959 + 660431 4754481 959 + 660431 4754511 958 + 660431 4754541 958 + 660461 4751301 997 + 660461 4751331 997 + 660461 4751361 997 + 660461 4751391 997 + 660461 4751421 997 + 660461 4751451 997 + 660461 4751481 997 + 660461 4751511 997 + 660461 4751541 996 + 660461 4751571 996 + 660461 4751601 996 + 660461 4751631 995 + 660461 4751661 995 + 660461 4751691 994 + 660461 4751721 994 + 660461 4751751 993 + 660461 4751781 992 + 660461 4751811 977 + 660461 4751841 962 + 660461 4751871 948 + 660461 4751901 931 + 660461 4751931 918 + 660461 4751961 908 + 660461 4751991 900 + 660461 4752021 894 + 660461 4752051 890 + 660461 4752081 886 + 660461 4752111 883 + 660461 4752141 881 + 660461 4752171 878 + 660461 4752201 876 + 660461 4752231 875 + 660461 4752261 874 + 660461 4752291 873 + 660461 4752321 871 + 660461 4752351 870 + 660461 4752381 869 + 660461 4752411 867 + 660461 4752441 862 + 660461 4752471 862 + 660461 4752501 861 + 660461 4752531 862 + 660461 4752561 864 + 660461 4752591 864 + 660461 4752621 862 + 660461 4752651 853 + 660461 4752681 836 + 660461 4752711 822 + 660461 4752741 809 + 660461 4752771 809 + 660461 4752801 809 + 660461 4752831 809 + 660461 4752861 809 + 660461 4752891 809 + 660461 4752921 809 + 660461 4752951 809 + 660461 4752981 809 + 660461 4753011 809 + 660461 4753041 809 + 660461 4753071 818 + 660461 4753101 824 + 660461 4753131 832 + 660461 4753161 846 + 660461 4753191 857 + 660461 4753221 861 + 660461 4753251 861 + 660461 4753281 858 + 660461 4753311 861 + 660461 4753341 862 + 660461 4753371 865 + 660461 4753401 866 + 660461 4753431 869 + 660461 4753461 868 + 660461 4753491 870 + 660461 4753521 869 + 660461 4753551 869 + 660461 4753581 870 + 660461 4753611 869 + 660461 4753641 870 + 660461 4753671 870 + 660461 4753701 870 + 660461 4753731 870 + 660461 4753761 870 + 660461 4753791 870 + 660461 4753821 870 + 660461 4753851 870 + 660461 4753881 869 + 660461 4753911 869 + 660461 4753941 869 + 660461 4753971 869 + 660461 4754001 868 + 660461 4754031 867 + 660461 4754061 865 + 660461 4754091 866 + 660461 4754121 866 + 660461 4754151 868 + 660461 4754181 875 + 660461 4754211 897 + 660461 4754241 933 + 660461 4754271 953 + 660461 4754301 955 + 660461 4754331 958 + 660461 4754361 960 + 660461 4754391 960 + 660461 4754421 960 + 660461 4754451 959 + 660461 4754481 959 + 660461 4754511 958 + 660461 4754541 958 + 660491 4751301 998 + 660491 4751331 998 + 660491 4751361 998 + 660491 4751391 998 + 660491 4751421 998 + 660491 4751451 998 + 660491 4751481 998 + 660491 4751511 998 + 660491 4751541 997 + 660491 4751571 997 + 660491 4751601 997 + 660491 4751631 996 + 660491 4751661 996 + 660491 4751691 995 + 660491 4751721 994 + 660491 4751751 993 + 660491 4751781 992 + 660491 4751811 983 + 660491 4751841 967 + 660491 4751871 948 + 660491 4751901 932 + 660491 4751931 919 + 660491 4751961 910 + 660491 4751991 902 + 660491 4752021 893 + 660491 4752051 889 + 660491 4752081 886 + 660491 4752111 884 + 660491 4752141 881 + 660491 4752171 878 + 660491 4752201 876 + 660491 4752231 875 + 660491 4752261 874 + 660491 4752291 873 + 660491 4752321 871 + 660491 4752351 870 + 660491 4752381 869 + 660491 4752411 866 + 660491 4752441 862 + 660491 4752471 860 + 660491 4752501 859 + 660491 4752531 861 + 660491 4752561 863 + 660491 4752591 863 + 660491 4752621 863 + 660491 4752651 854 + 660491 4752681 835 + 660491 4752711 820 + 660491 4752741 813 + 660491 4752771 817 + 660491 4752801 809 + 660491 4752831 809 + 660491 4752861 809 + 660491 4752891 809 + 660491 4752921 809 + 660491 4752951 809 + 660491 4752981 809 + 660491 4753011 809 + 660491 4753041 809 + 660491 4753071 809 + 660491 4753101 809 + 660491 4753131 820 + 660491 4753161 829 + 660491 4753191 844 + 660491 4753221 854 + 660491 4753251 856 + 660491 4753281 855 + 660491 4753311 860 + 660491 4753341 863 + 660491 4753371 866 + 660491 4753401 869 + 660491 4753431 869 + 660491 4753461 869 + 660491 4753491 869 + 660491 4753521 870 + 660491 4753551 870 + 660491 4753581 870 + 660491 4753611 871 + 660491 4753641 870 + 660491 4753671 871 + 660491 4753701 871 + 660491 4753731 871 + 660491 4753761 871 + 660491 4753791 871 + 660491 4753821 871 + 660491 4753851 871 + 660491 4753881 871 + 660491 4753911 871 + 660491 4753941 870 + 660491 4753971 870 + 660491 4754001 869 + 660491 4754031 868 + 660491 4754061 866 + 660491 4754091 866 + 660491 4754121 866 + 660491 4754151 868 + 660491 4754181 875 + 660491 4754211 898 + 660491 4754241 930 + 660491 4754271 953 + 660491 4754301 955 + 660491 4754331 958 + 660491 4754361 960 + 660491 4754391 960 + 660491 4754421 960 + 660491 4754451 959 + 660491 4754481 959 + 660491 4754511 958 + 660491 4754541 958 + 660521 4751301 999 + 660521 4751331 999 + 660521 4751361 999 + 660521 4751391 999 + 660521 4751421 999 + 660521 4751451 999 + 660521 4751481 999 + 660521 4751511 999 + 660521 4751541 998 + 660521 4751571 997 + 660521 4751601 997 + 660521 4751631 996 + 660521 4751661 996 + 660521 4751691 995 + 660521 4751721 994 + 660521 4751751 993 + 660521 4751781 993 + 660521 4751811 978 + 660521 4751841 963 + 660521 4751871 946 + 660521 4751901 930 + 660521 4751931 919 + 660521 4751961 910 + 660521 4751991 902 + 660521 4752021 894 + 660521 4752051 889 + 660521 4752081 885 + 660521 4752111 883 + 660521 4752141 880 + 660521 4752171 878 + 660521 4752201 876 + 660521 4752231 875 + 660521 4752261 874 + 660521 4752291 872 + 660521 4752321 871 + 660521 4752351 870 + 660521 4752381 869 + 660521 4752411 866 + 660521 4752441 864 + 660521 4752471 862 + 660521 4752501 856 + 660521 4752531 859 + 660521 4752561 861 + 660521 4752591 861 + 660521 4752621 863 + 660521 4752651 854 + 660521 4752681 836 + 660521 4752711 819 + 660521 4752741 820 + 660521 4752771 828 + 660521 4752801 821 + 660521 4752831 809 + 660521 4752861 809 + 660521 4752891 809 + 660521 4752921 809 + 660521 4752951 809 + 660521 4752981 809 + 660521 4753011 809 + 660521 4753041 809 + 660521 4753071 809 + 660521 4753101 809 + 660521 4753131 809 + 660521 4753161 809 + 660521 4753191 826 + 660521 4753221 838 + 660521 4753251 843 + 660521 4753281 849 + 660521 4753311 860 + 660521 4753341 862 + 660521 4753371 865 + 660521 4753401 867 + 660521 4753431 869 + 660521 4753461 868 + 660521 4753491 869 + 660521 4753521 869 + 660521 4753551 870 + 660521 4753581 870 + 660521 4753611 871 + 660521 4753641 870 + 660521 4753671 871 + 660521 4753701 871 + 660521 4753731 871 + 660521 4753761 872 + 660521 4753791 872 + 660521 4753821 872 + 660521 4753851 871 + 660521 4753881 871 + 660521 4753911 871 + 660521 4753941 871 + 660521 4753971 870 + 660521 4754001 869 + 660521 4754031 868 + 660521 4754061 867 + 660521 4754091 866 + 660521 4754121 867 + 660521 4754151 868 + 660521 4754181 873 + 660521 4754211 894 + 660521 4754241 926 + 660521 4754271 953 + 660521 4754301 955 + 660521 4754331 957 + 660521 4754361 960 + 660521 4754391 960 + 660521 4754421 960 + 660521 4754451 959 + 660521 4754481 959 + 660521 4754511 958 + 660521 4754541 958 + 660551 4751301 1001 + 660551 4751331 1000 + 660551 4751361 1000 + 660551 4751391 1000 + 660551 4751421 1000 + 660551 4751451 1000 + 660551 4751481 1000 + 660551 4751511 1000 + 660551 4751541 999 + 660551 4751571 998 + 660551 4751601 997 + 660551 4751631 997 + 660551 4751661 996 + 660551 4751691 996 + 660551 4751721 995 + 660551 4751751 993 + 660551 4751781 992 + 660551 4751811 977 + 660551 4751841 959 + 660551 4751871 945 + 660551 4751901 930 + 660551 4751931 915 + 660551 4751961 907 + 660551 4751991 900 + 660551 4752021 891 + 660551 4752051 887 + 660551 4752081 884 + 660551 4752111 882 + 660551 4752141 880 + 660551 4752171 877 + 660551 4752201 876 + 660551 4752231 875 + 660551 4752261 874 + 660551 4752291 872 + 660551 4752321 870 + 660551 4752351 869 + 660551 4752381 868 + 660551 4752411 866 + 660551 4752441 864 + 660551 4752471 862 + 660551 4752501 855 + 660551 4752531 854 + 660551 4752561 855 + 660551 4752591 852 + 660551 4752621 851 + 660551 4752651 847 + 660551 4752681 835 + 660551 4752711 821 + 660551 4752741 830 + 660551 4752771 837 + 660551 4752801 825 + 660551 4752831 814 + 660551 4752861 809 + 660551 4752891 809 + 660551 4752921 809 + 660551 4752951 809 + 660551 4752981 809 + 660551 4753011 809 + 660551 4753041 809 + 660551 4753071 809 + 660551 4753101 809 + 660551 4753131 809 + 660551 4753161 809 + 660551 4753191 817 + 660551 4753221 824 + 660551 4753251 831 + 660551 4753281 838 + 660551 4753311 854 + 660551 4753341 862 + 660551 4753371 864 + 660551 4753401 865 + 660551 4753431 867 + 660551 4753461 867 + 660551 4753491 868 + 660551 4753521 869 + 660551 4753551 870 + 660551 4753581 870 + 660551 4753611 871 + 660551 4753641 871 + 660551 4753671 871 + 660551 4753701 871 + 660551 4753731 871 + 660551 4753761 871 + 660551 4753791 871 + 660551 4753821 872 + 660551 4753851 872 + 660551 4753881 872 + 660551 4753911 872 + 660551 4753941 871 + 660551 4753971 871 + 660551 4754001 870 + 660551 4754031 869 + 660551 4754061 867 + 660551 4754091 866 + 660551 4754121 867 + 660551 4754151 867 + 660551 4754181 872 + 660551 4754211 889 + 660551 4754241 918 + 660551 4754271 951 + 660551 4754301 955 + 660551 4754331 957 + 660551 4754361 959 + 660551 4754391 960 + 660551 4754421 960 + 660551 4754451 959 + 660551 4754481 959 + 660551 4754511 958 + 660551 4754541 958 + 660581 4751301 1002 + 660581 4751331 1001 + 660581 4751361 1001 + 660581 4751391 1001 + 660581 4751421 1001 + 660581 4751451 1001 + 660581 4751481 1001 + 660581 4751511 1000 + 660581 4751541 999 + 660581 4751571 999 + 660581 4751601 998 + 660581 4751631 997 + 660581 4751661 997 + 660581 4751691 996 + 660581 4751721 995 + 660581 4751751 993 + 660581 4751781 991 + 660581 4751811 974 + 660581 4751841 957 + 660581 4751871 941 + 660581 4751901 926 + 660581 4751931 913 + 660581 4751961 905 + 660581 4751991 896 + 660581 4752021 890 + 660581 4752051 886 + 660581 4752081 884 + 660581 4752111 882 + 660581 4752141 880 + 660581 4752171 878 + 660581 4752201 877 + 660581 4752231 876 + 660581 4752261 874 + 660581 4752291 871 + 660581 4752321 870 + 660581 4752351 868 + 660581 4752381 866 + 660581 4752411 864 + 660581 4752441 862 + 660581 4752471 858 + 660581 4752501 852 + 660581 4752531 844 + 660581 4752561 843 + 660581 4752591 838 + 660581 4752621 837 + 660581 4752651 836 + 660581 4752681 830 + 660581 4752711 827 + 660581 4752741 843 + 660581 4752771 845 + 660581 4752801 829 + 660581 4752831 816 + 660581 4752861 809 + 660581 4752891 809 + 660581 4752921 809 + 660581 4752951 809 + 660581 4752981 809 + 660581 4753011 809 + 660581 4753041 809 + 660581 4753071 809 + 660581 4753101 809 + 660581 4753131 809 + 660581 4753161 809 + 660581 4753191 809 + 660581 4753221 813 + 660581 4753251 820 + 660581 4753281 832 + 660581 4753311 846 + 660581 4753341 861 + 660581 4753371 863 + 660581 4753401 864 + 660581 4753431 866 + 660581 4753461 867 + 660581 4753491 868 + 660581 4753521 869 + 660581 4753551 870 + 660581 4753581 870 + 660581 4753611 872 + 660581 4753641 871 + 660581 4753671 871 + 660581 4753701 872 + 660581 4753731 871 + 660581 4753761 871 + 660581 4753791 871 + 660581 4753821 871 + 660581 4753851 871 + 660581 4753881 871 + 660581 4753911 872 + 660581 4753941 872 + 660581 4753971 871 + 660581 4754001 869 + 660581 4754031 869 + 660581 4754061 867 + 660581 4754091 867 + 660581 4754121 867 + 660581 4754151 867 + 660581 4754181 871 + 660581 4754211 887 + 660581 4754241 925 + 660581 4754271 949 + 660581 4754301 955 + 660581 4754331 958 + 660581 4754361 959 + 660581 4754391 960 + 660581 4754421 960 + 660581 4754451 959 + 660581 4754481 959 + 660581 4754511 959 + 660581 4754541 958 + 660611 4751301 1002 + 660611 4751331 1002 + 660611 4751361 1003 + 660611 4751391 1002 + 660611 4751421 1003 + 660611 4751451 1002 + 660611 4751481 1002 + 660611 4751511 1001 + 660611 4751541 1000 + 660611 4751571 999 + 660611 4751601 999 + 660611 4751631 998 + 660611 4751661 997 + 660611 4751691 996 + 660611 4751721 994 + 660611 4751751 993 + 660611 4751781 986 + 660611 4751811 968 + 660611 4751841 948 + 660611 4751871 939 + 660611 4751901 924 + 660611 4751931 912 + 660611 4751961 903 + 660611 4751991 892 + 660611 4752021 889 + 660611 4752051 887 + 660611 4752081 884 + 660611 4752111 882 + 660611 4752141 881 + 660611 4752171 879 + 660611 4752201 878 + 660611 4752231 876 + 660611 4752261 874 + 660611 4752291 871 + 660611 4752321 869 + 660611 4752351 866 + 660611 4752381 863 + 660611 4752411 861 + 660611 4752441 856 + 660611 4752471 849 + 660611 4752501 844 + 660611 4752531 839 + 660611 4752561 838 + 660611 4752591 838 + 660611 4752621 837 + 660611 4752651 830 + 660611 4752681 828 + 660611 4752711 835 + 660611 4752741 850 + 660611 4752771 850 + 660611 4752801 831 + 660611 4752831 820 + 660611 4752861 818 + 660611 4752891 809 + 660611 4752921 809 + 660611 4752951 809 + 660611 4752981 809 + 660611 4753011 809 + 660611 4753041 809 + 660611 4753071 809 + 660611 4753101 809 + 660611 4753131 809 + 660611 4753161 809 + 660611 4753191 809 + 660611 4753221 809 + 660611 4753251 809 + 660611 4753281 825 + 660611 4753311 839 + 660611 4753341 854 + 660611 4753371 860 + 660611 4753401 862 + 660611 4753431 867 + 660611 4753461 869 + 660611 4753491 869 + 660611 4753521 869 + 660611 4753551 870 + 660611 4753581 870 + 660611 4753611 871 + 660611 4753641 871 + 660611 4753671 872 + 660611 4753701 872 + 660611 4753731 872 + 660611 4753761 872 + 660611 4753791 871 + 660611 4753821 871 + 660611 4753851 871 + 660611 4753881 871 + 660611 4753911 871 + 660611 4753941 871 + 660611 4753971 871 + 660611 4754001 869 + 660611 4754031 869 + 660611 4754061 867 + 660611 4754091 867 + 660611 4754121 867 + 660611 4754151 867 + 660611 4754181 872 + 660611 4754211 886 + 660611 4754241 912 + 660611 4754271 941 + 660611 4754301 954 + 660611 4754331 959 + 660611 4754361 960 + 660611 4754391 960 + 660611 4754421 960 + 660611 4754451 960 + 660611 4754481 959 + 660611 4754511 959 + 660611 4754541 958 + 660641 4751301 1002 + 660641 4751331 1003 + 660641 4751361 1003 + 660641 4751391 1004 + 660641 4751421 1004 + 660641 4751451 1004 + 660641 4751481 1003 + 660641 4751511 1002 + 660641 4751541 1001 + 660641 4751571 1000 + 660641 4751601 1000 + 660641 4751631 998 + 660641 4751661 997 + 660641 4751691 996 + 660641 4751721 994 + 660641 4751751 992 + 660641 4751781 978 + 660641 4751811 965 + 660641 4751841 949 + 660641 4751871 939 + 660641 4751901 926 + 660641 4751931 914 + 660641 4751961 904 + 660641 4751991 893 + 660641 4752021 890 + 660641 4752051 887 + 660641 4752081 884 + 660641 4752111 882 + 660641 4752141 881 + 660641 4752171 880 + 660641 4752201 878 + 660641 4752231 876 + 660641 4752261 874 + 660641 4752291 871 + 660641 4752321 868 + 660641 4752351 863 + 660641 4752381 861 + 660641 4752411 854 + 660641 4752441 851 + 660641 4752471 846 + 660641 4752501 842 + 660641 4752531 846 + 660641 4752561 852 + 660641 4752591 851 + 660641 4752621 843 + 660641 4752651 832 + 660641 4752681 836 + 660641 4752711 846 + 660641 4752741 855 + 660641 4752771 852 + 660641 4752801 832 + 660641 4752831 828 + 660641 4752861 825 + 660641 4752891 818 + 660641 4752921 809 + 660641 4752951 809 + 660641 4752981 809 + 660641 4753011 809 + 660641 4753041 809 + 660641 4753071 809 + 660641 4753101 809 + 660641 4753131 809 + 660641 4753161 809 + 660641 4753191 809 + 660641 4753221 809 + 660641 4753251 809 + 660641 4753281 815 + 660641 4753311 831 + 660641 4753341 840 + 660641 4753371 850 + 660641 4753401 859 + 660641 4753431 865 + 660641 4753461 869 + 660641 4753491 871 + 660641 4753521 870 + 660641 4753551 871 + 660641 4753581 871 + 660641 4753611 871 + 660641 4753641 871 + 660641 4753671 872 + 660641 4753701 872 + 660641 4753731 872 + 660641 4753761 873 + 660641 4753791 873 + 660641 4753821 873 + 660641 4753851 872 + 660641 4753881 871 + 660641 4753911 871 + 660641 4753941 870 + 660641 4753971 870 + 660641 4754001 870 + 660641 4754031 869 + 660641 4754061 867 + 660641 4754091 867 + 660641 4754121 867 + 660641 4754151 867 + 660641 4754181 872 + 660641 4754211 885 + 660641 4754241 907 + 660641 4754271 943 + 660641 4754301 958 + 660641 4754331 960 + 660641 4754361 960 + 660641 4754391 960 + 660641 4754421 960 + 660641 4754451 960 + 660641 4754481 959 + 660641 4754511 959 + 660641 4754541 958 + 660671 4751301 1002 + 660671 4751331 1004 + 660671 4751361 1004 + 660671 4751391 1004 + 660671 4751421 1005 + 660671 4751451 1005 + 660671 4751481 1005 + 660671 4751511 1004 + 660671 4751541 1003 + 660671 4751571 1001 + 660671 4751601 1000 + 660671 4751631 999 + 660671 4751661 998 + 660671 4751691 996 + 660671 4751721 995 + 660671 4751751 992 + 660671 4751781 981 + 660671 4751811 967 + 660671 4751841 955 + 660671 4751871 945 + 660671 4751901 930 + 660671 4751931 915 + 660671 4751961 905 + 660671 4751991 897 + 660671 4752021 891 + 660671 4752051 888 + 660671 4752081 885 + 660671 4752111 883 + 660671 4752141 881 + 660671 4752171 880 + 660671 4752201 878 + 660671 4752231 877 + 660671 4752261 874 + 660671 4752291 870 + 660671 4752321 867 + 660671 4752351 863 + 660671 4752381 860 + 660671 4752411 862 + 660671 4752441 853 + 660671 4752471 844 + 660671 4752501 852 + 660671 4752531 859 + 660671 4752561 863 + 660671 4752591 856 + 660671 4752621 845 + 660671 4752651 838 + 660671 4752681 844 + 660671 4752711 854 + 660671 4752741 858 + 660671 4752771 850 + 660671 4752801 836 + 660671 4752831 840 + 660671 4752861 834 + 660671 4752891 828 + 660671 4752921 809 + 660671 4752951 809 + 660671 4752981 809 + 660671 4753011 809 + 660671 4753041 809 + 660671 4753071 809 + 660671 4753101 809 + 660671 4753131 809 + 660671 4753161 809 + 660671 4753191 809 + 660671 4753221 809 + 660671 4753251 809 + 660671 4753281 809 + 660671 4753311 818 + 660671 4753341 829 + 660671 4753371 840 + 660671 4753401 853 + 660671 4753431 862 + 660671 4753461 868 + 660671 4753491 869 + 660671 4753521 871 + 660671 4753551 871 + 660671 4753581 871 + 660671 4753611 871 + 660671 4753641 872 + 660671 4753671 872 + 660671 4753701 873 + 660671 4753731 873 + 660671 4753761 874 + 660671 4753791 874 + 660671 4753821 873 + 660671 4753851 873 + 660671 4753881 873 + 660671 4753911 872 + 660671 4753941 871 + 660671 4753971 870 + 660671 4754001 869 + 660671 4754031 869 + 660671 4754061 867 + 660671 4754091 867 + 660671 4754121 867 + 660671 4754151 867 + 660671 4754181 871 + 660671 4754211 886 + 660671 4754241 910 + 660671 4754271 944 + 660671 4754301 961 + 660671 4754331 960 + 660671 4754361 960 + 660671 4754391 960 + 660671 4754421 960 + 660671 4754451 960 + 660671 4754481 959 + 660671 4754511 958 + 660671 4754541 958 + 660701 4751301 1000 + 660701 4751331 1003 + 660701 4751361 1005 + 660701 4751391 1005 + 660701 4751421 1006 + 660701 4751451 1006 + 660701 4751481 1006 + 660701 4751511 1005 + 660701 4751541 1004 + 660701 4751571 1002 + 660701 4751601 1001 + 660701 4751631 1000 + 660701 4751661 998 + 660701 4751691 997 + 660701 4751721 996 + 660701 4751751 993 + 660701 4751781 981 + 660701 4751811 967 + 660701 4751841 955 + 660701 4751871 943 + 660701 4751901 927 + 660701 4751931 915 + 660701 4751961 904 + 660701 4751991 897 + 660701 4752021 892 + 660701 4752051 889 + 660701 4752081 886 + 660701 4752111 884 + 660701 4752141 882 + 660701 4752171 880 + 660701 4752201 878 + 660701 4752231 877 + 660701 4752261 874 + 660701 4752291 870 + 660701 4752321 867 + 660701 4752351 865 + 660701 4752381 863 + 660701 4752411 859 + 660701 4752441 847 + 660701 4752471 852 + 660701 4752501 861 + 660701 4752531 864 + 660701 4752561 865 + 660701 4752591 856 + 660701 4752621 843 + 660701 4752651 841 + 660701 4752681 847 + 660701 4752711 861 + 660701 4752741 859 + 660701 4752771 850 + 660701 4752801 846 + 660701 4752831 849 + 660701 4752861 849 + 660701 4752891 832 + 660701 4752921 809 + 660701 4752951 809 + 660701 4752981 809 + 660701 4753011 809 + 660701 4753041 809 + 660701 4753071 820 + 660701 4753101 818 + 660701 4753131 809 + 660701 4753161 809 + 660701 4753191 809 + 660701 4753221 809 + 660701 4753251 809 + 660701 4753281 809 + 660701 4753311 809 + 660701 4753341 819 + 660701 4753371 832 + 660701 4753401 844 + 660701 4753431 853 + 660701 4753461 861 + 660701 4753491 865 + 660701 4753521 869 + 660701 4753551 869 + 660701 4753581 870 + 660701 4753611 870 + 660701 4753641 872 + 660701 4753671 872 + 660701 4753701 873 + 660701 4753731 874 + 660701 4753761 874 + 660701 4753791 874 + 660701 4753821 874 + 660701 4753851 874 + 660701 4753881 874 + 660701 4753911 874 + 660701 4753941 873 + 660701 4753971 870 + 660701 4754001 869 + 660701 4754031 868 + 660701 4754061 867 + 660701 4754091 867 + 660701 4754121 868 + 660701 4754151 867 + 660701 4754181 871 + 660701 4754211 888 + 660701 4754241 907 + 660701 4754271 940 + 660701 4754301 955 + 660701 4754331 957 + 660701 4754361 959 + 660701 4754391 960 + 660701 4754421 960 + 660701 4754451 959 + 660701 4754481 959 + 660701 4754511 958 + 660701 4754541 958 + 660731 4751301 998 + 660731 4751331 1003 + 660731 4751361 1005 + 660731 4751391 1006 + 660731 4751421 1006 + 660731 4751451 1006 + 660731 4751481 1006 + 660731 4751511 1006 + 660731 4751541 1004 + 660731 4751571 1002 + 660731 4751601 1001 + 660731 4751631 1000 + 660731 4751661 998 + 660731 4751691 999 + 660731 4751721 997 + 660731 4751751 993 + 660731 4751781 978 + 660731 4751811 964 + 660731 4751841 953 + 660731 4751871 941 + 660731 4751901 928 + 660731 4751931 913 + 660731 4751961 903 + 660731 4751991 897 + 660731 4752021 892 + 660731 4752051 889 + 660731 4752081 886 + 660731 4752111 884 + 660731 4752141 882 + 660731 4752171 880 + 660731 4752201 878 + 660731 4752231 876 + 660731 4752261 874 + 660731 4752291 871 + 660731 4752321 869 + 660731 4752351 866 + 660731 4752381 862 + 660731 4752411 853 + 660731 4752441 852 + 660731 4752471 860 + 660731 4752501 864 + 660731 4752531 867 + 660731 4752561 863 + 660731 4752591 852 + 660731 4752621 842 + 660731 4752651 843 + 660731 4752681 850 + 660731 4752711 863 + 660731 4752741 859 + 660731 4752771 853 + 660731 4752801 859 + 660731 4752831 862 + 660731 4752861 848 + 660731 4752891 825 + 660731 4752921 809 + 660731 4752951 809 + 660731 4752981 809 + 660731 4753011 809 + 660731 4753041 831 + 660731 4753071 839 + 660731 4753101 835 + 660731 4753131 831 + 660731 4753161 809 + 660731 4753191 809 + 660731 4753221 809 + 660731 4753251 809 + 660731 4753281 809 + 660731 4753311 809 + 660731 4753341 809 + 660731 4753371 826 + 660731 4753401 833 + 660731 4753431 845 + 660731 4753461 855 + 660731 4753491 861 + 660731 4753521 865 + 660731 4753551 867 + 660731 4753581 868 + 660731 4753611 871 + 660731 4753641 873 + 660731 4753671 873 + 660731 4753701 873 + 660731 4753731 874 + 660731 4753761 874 + 660731 4753791 875 + 660731 4753821 875 + 660731 4753851 875 + 660731 4753881 875 + 660731 4753911 875 + 660731 4753941 875 + 660731 4753971 873 + 660731 4754001 870 + 660731 4754031 869 + 660731 4754061 868 + 660731 4754091 867 + 660731 4754121 868 + 660731 4754151 868 + 660731 4754181 874 + 660731 4754211 889 + 660731 4754241 904 + 660731 4754271 937 + 660731 4754301 954 + 660731 4754331 956 + 660731 4754361 959 + 660731 4754391 960 + 660731 4754421 960 + 660731 4754451 959 + 660731 4754481 959 + 660731 4754511 958 + 660731 4754541 958 + 660761 4751301 1002 + 660761 4751331 1004 + 660761 4751361 1006 + 660761 4751391 1006 + 660761 4751421 1006 + 660761 4751451 1006 + 660761 4751481 1007 + 660761 4751511 1006 + 660761 4751541 1004 + 660761 4751571 1003 + 660761 4751601 1002 + 660761 4751631 1001 + 660761 4751661 1000 + 660761 4751691 1000 + 660761 4751721 997 + 660761 4751751 989 + 660761 4751781 972 + 660761 4751811 960 + 660761 4751841 949 + 660761 4751871 939 + 660761 4751901 924 + 660761 4751931 912 + 660761 4751961 901 + 660761 4751991 897 + 660761 4752021 892 + 660761 4752051 891 + 660761 4752081 886 + 660761 4752111 884 + 660761 4752141 882 + 660761 4752171 881 + 660761 4752201 879 + 660761 4752231 877 + 660761 4752261 877 + 660761 4752291 873 + 660761 4752321 869 + 660761 4752351 866 + 660761 4752381 862 + 660761 4752411 852 + 660761 4752441 855 + 660761 4752471 863 + 660761 4752501 866 + 660761 4752531 864 + 660761 4752561 856 + 660761 4752591 846 + 660761 4752621 842 + 660761 4752651 847 + 660761 4752681 854 + 660761 4752711 860 + 660761 4752741 859 + 660761 4752771 860 + 660761 4752801 863 + 660761 4752831 862 + 660761 4752861 845 + 660761 4752891 823 + 660761 4752921 809 + 660761 4752951 809 + 660761 4752981 809 + 660761 4753011 809 + 660761 4753041 835 + 660761 4753071 854 + 660761 4753101 847 + 660761 4753131 839 + 660761 4753161 809 + 660761 4753191 809 + 660761 4753221 809 + 660761 4753251 809 + 660761 4753281 809 + 660761 4753311 809 + 660761 4753341 809 + 660761 4753371 818 + 660761 4753401 826 + 660761 4753431 835 + 660761 4753461 848 + 660761 4753491 857 + 660761 4753521 861 + 660761 4753551 865 + 660761 4753581 869 + 660761 4753611 870 + 660761 4753641 871 + 660761 4753671 873 + 660761 4753701 873 + 660761 4753731 874 + 660761 4753761 874 + 660761 4753791 875 + 660761 4753821 875 + 660761 4753851 875 + 660761 4753881 875 + 660761 4753911 875 + 660761 4753941 875 + 660761 4753971 875 + 660761 4754001 873 + 660761 4754031 871 + 660761 4754061 869 + 660761 4754091 868 + 660761 4754121 868 + 660761 4754151 870 + 660761 4754181 876 + 660761 4754211 890 + 660761 4754241 905 + 660761 4754271 936 + 660761 4754301 953 + 660761 4754331 956 + 660761 4754361 959 + 660761 4754391 960 + 660761 4754421 960 + 660761 4754451 959 + 660761 4754481 959 + 660761 4754511 959 + 660761 4754541 959 + 660791 4751301 1004 + 660791 4751331 1005 + 660791 4751361 1006 + 660791 4751391 1006 + 660791 4751421 1007 + 660791 4751451 1006 + 660791 4751481 1006 + 660791 4751511 1005 + 660791 4751541 1003 + 660791 4751571 1003 + 660791 4751601 1002 + 660791 4751631 1001 + 660791 4751661 1001 + 660791 4751691 999 + 660791 4751721 993 + 660791 4751751 980 + 660791 4751781 966 + 660791 4751811 956 + 660791 4751841 943 + 660791 4751871 935 + 660791 4751901 923 + 660791 4751931 908 + 660791 4751961 903 + 660791 4751991 901 + 660791 4752021 895 + 660791 4752051 890 + 660791 4752081 888 + 660791 4752111 885 + 660791 4752141 883 + 660791 4752171 881 + 660791 4752201 879 + 660791 4752231 878 + 660791 4752261 877 + 660791 4752291 874 + 660791 4752321 870 + 660791 4752351 866 + 660791 4752381 862 + 660791 4752411 853 + 660791 4752441 861 + 660791 4752471 865 + 660791 4752501 867 + 660791 4752531 863 + 660791 4752561 854 + 660791 4752591 844 + 660791 4752621 843 + 660791 4752651 849 + 660791 4752681 861 + 660791 4752711 861 + 660791 4752741 859 + 660791 4752771 861 + 660791 4752801 864 + 660791 4752831 863 + 660791 4752861 849 + 660791 4752891 828 + 660791 4752921 809 + 660791 4752951 809 + 660791 4752981 809 + 660791 4753011 821 + 660791 4753041 835 + 660791 4753071 852 + 660791 4753101 846 + 660791 4753131 836 + 660791 4753161 823 + 660791 4753191 809 + 660791 4753221 809 + 660791 4753251 809 + 660791 4753281 809 + 660791 4753311 809 + 660791 4753341 809 + 660791 4753371 809 + 660791 4753401 819 + 660791 4753431 830 + 660791 4753461 840 + 660791 4753491 854 + 660791 4753521 855 + 660791 4753551 862 + 660791 4753581 869 + 660791 4753611 870 + 660791 4753641 870 + 660791 4753671 871 + 660791 4753701 872 + 660791 4753731 873 + 660791 4753761 874 + 660791 4753791 875 + 660791 4753821 875 + 660791 4753851 876 + 660791 4753881 876 + 660791 4753911 876 + 660791 4753941 876 + 660791 4753971 876 + 660791 4754001 876 + 660791 4754031 873 + 660791 4754061 870 + 660791 4754091 869 + 660791 4754121 868 + 660791 4754151 868 + 660791 4754181 877 + 660791 4754211 891 + 660791 4754241 907 + 660791 4754271 937 + 660791 4754301 955 + 660791 4754331 957 + 660791 4754361 959 + 660791 4754391 960 + 660791 4754421 960 + 660791 4754451 959 + 660791 4754481 959 + 660791 4754511 959 + 660791 4754541 959 + 660821 4751301 1005 + 660821 4751331 1006 + 660821 4751361 1007 + 660821 4751391 1007 + 660821 4751421 1008 + 660821 4751451 1007 + 660821 4751481 1007 + 660821 4751511 1006 + 660821 4751541 1003 + 660821 4751571 1003 + 660821 4751601 1002 + 660821 4751631 1001 + 660821 4751661 1000 + 660821 4751691 995 + 660821 4751721 983 + 660821 4751751 969 + 660821 4751781 960 + 660821 4751811 950 + 660821 4751841 941 + 660821 4751871 933 + 660821 4751901 922 + 660821 4751931 914 + 660821 4751961 909 + 660821 4751991 900 + 660821 4752021 896 + 660821 4752051 893 + 660821 4752081 890 + 660821 4752111 886 + 660821 4752141 883 + 660821 4752171 882 + 660821 4752201 880 + 660821 4752231 878 + 660821 4752261 876 + 660821 4752291 874 + 660821 4752321 870 + 660821 4752351 865 + 660821 4752381 861 + 660821 4752411 858 + 660821 4752441 866 + 660821 4752471 868 + 660821 4752501 866 + 660821 4752531 863 + 660821 4752561 853 + 660821 4752591 843 + 660821 4752621 844 + 660821 4752651 851 + 660821 4752681 861 + 660821 4752711 861 + 660821 4752741 861 + 660821 4752771 861 + 660821 4752801 863 + 660821 4752831 863 + 660821 4752861 853 + 660821 4752891 832 + 660821 4752921 809 + 660821 4752951 809 + 660821 4752981 809 + 660821 4753011 820 + 660821 4753041 839 + 660821 4753071 850 + 660821 4753101 845 + 660821 4753131 835 + 660821 4753161 824 + 660821 4753191 819 + 660821 4753221 809 + 660821 4753251 809 + 660821 4753281 809 + 660821 4753311 809 + 660821 4753341 809 + 660821 4753371 809 + 660821 4753401 809 + 660821 4753431 823 + 660821 4753461 832 + 660821 4753491 839 + 660821 4753521 846 + 660821 4753551 859 + 660821 4753581 868 + 660821 4753611 870 + 660821 4753641 871 + 660821 4753671 871 + 660821 4753701 872 + 660821 4753731 873 + 660821 4753761 874 + 660821 4753791 875 + 660821 4753821 876 + 660821 4753851 876 + 660821 4753881 876 + 660821 4753911 877 + 660821 4753941 877 + 660821 4753971 878 + 660821 4754001 877 + 660821 4754031 874 + 660821 4754061 872 + 660821 4754091 870 + 660821 4754121 868 + 660821 4754151 868 + 660821 4754181 879 + 660821 4754211 894 + 660821 4754241 910 + 660821 4754271 938 + 660821 4754301 960 + 660821 4754331 960 + 660821 4754361 958 + 660821 4754391 960 + 660821 4754421 960 + 660821 4754451 960 + 660821 4754481 959 + 660821 4754511 959 + 660821 4754541 959 + 660851 4751301 1006 + 660851 4751331 1006 + 660851 4751361 1008 + 660851 4751391 1010 + 660851 4751421 1011 + 660851 4751451 1010 + 660851 4751481 1008 + 660851 4751511 1007 + 660851 4751541 1004 + 660851 4751571 1002 + 660851 4751601 1001 + 660851 4751631 1000 + 660851 4751661 998 + 660851 4751691 983 + 660851 4751721 971 + 660851 4751751 958 + 660851 4751781 951 + 660851 4751811 944 + 660851 4751841 938 + 660851 4751871 929 + 660851 4751901 922 + 660851 4751931 917 + 660851 4751961 911 + 660851 4751991 905 + 660851 4752021 898 + 660851 4752051 895 + 660851 4752081 891 + 660851 4752111 886 + 660851 4752141 883 + 660851 4752171 881 + 660851 4752201 880 + 660851 4752231 878 + 660851 4752261 876 + 660851 4752291 873 + 660851 4752321 870 + 660851 4752351 865 + 660851 4752381 861 + 660851 4752411 861 + 660851 4752441 870 + 660851 4752471 869 + 660851 4752501 866 + 660851 4752531 861 + 660851 4752561 848 + 660851 4752591 843 + 660851 4752621 846 + 660851 4752651 859 + 660851 4752681 861 + 660851 4752711 861 + 660851 4752741 861 + 660851 4752771 861 + 660851 4752801 863 + 660851 4752831 858 + 660851 4752861 845 + 660851 4752891 829 + 660851 4752921 809 + 660851 4752951 809 + 660851 4752981 809 + 660851 4753011 822 + 660851 4753041 844 + 660851 4753071 855 + 660851 4753101 848 + 660851 4753131 839 + 660851 4753161 829 + 660851 4753191 834 + 660851 4753221 821 + 660851 4753251 809 + 660851 4753281 809 + 660851 4753311 809 + 660851 4753341 809 + 660851 4753371 809 + 660851 4753401 809 + 660851 4753431 809 + 660851 4753461 820 + 660851 4753491 828 + 660851 4753521 843 + 660851 4753551 855 + 660851 4753581 864 + 660851 4753611 869 + 660851 4753641 870 + 660851 4753671 871 + 660851 4753701 872 + 660851 4753731 873 + 660851 4753761 874 + 660851 4753791 875 + 660851 4753821 876 + 660851 4753851 877 + 660851 4753881 877 + 660851 4753911 877 + 660851 4753941 877 + 660851 4753971 877 + 660851 4754001 876 + 660851 4754031 874 + 660851 4754061 872 + 660851 4754091 870 + 660851 4754121 868 + 660851 4754151 871 + 660851 4754181 882 + 660851 4754211 898 + 660851 4754241 914 + 660851 4754271 946 + 660851 4754301 956 + 660851 4754331 957 + 660851 4754361 958 + 660851 4754391 960 + 660851 4754421 960 + 660851 4754451 960 + 660851 4754481 959 + 660851 4754511 959 + 660851 4754541 960 + 660881 4751301 1007 + 660881 4751331 1008 + 660881 4751361 1010 + 660881 4751391 1012 + 660881 4751421 1013 + 660881 4751451 1012 + 660881 4751481 1010 + 660881 4751511 1007 + 660881 4751541 1005 + 660881 4751571 1004 + 660881 4751601 1000 + 660881 4751631 999 + 660881 4751661 988 + 660881 4751691 973 + 660881 4751721 966 + 660881 4751751 967 + 660881 4751781 967 + 660881 4751811 964 + 660881 4751841 954 + 660881 4751871 942 + 660881 4751901 930 + 660881 4751931 924 + 660881 4751961 917 + 660881 4751991 910 + 660881 4752021 907 + 660881 4752051 898 + 660881 4752081 892 + 660881 4752111 886 + 660881 4752141 883 + 660881 4752171 882 + 660881 4752201 879 + 660881 4752231 877 + 660881 4752261 876 + 660881 4752291 872 + 660881 4752321 869 + 660881 4752351 864 + 660881 4752381 861 + 660881 4752411 865 + 660881 4752441 871 + 660881 4752471 868 + 660881 4752501 867 + 660881 4752531 859 + 660881 4752561 846 + 660881 4752591 843 + 660881 4752621 853 + 660881 4752651 861 + 660881 4752681 861 + 660881 4752711 861 + 660881 4752741 861 + 660881 4752771 862 + 660881 4752801 859 + 660881 4752831 844 + 660881 4752861 830 + 660881 4752891 817 + 660881 4752921 809 + 660881 4752951 809 + 660881 4752981 809 + 660881 4753011 830 + 660881 4753041 851 + 660881 4753071 860 + 660881 4753101 855 + 660881 4753131 843 + 660881 4753161 839 + 660881 4753191 845 + 660881 4753221 826 + 660881 4753251 809 + 660881 4753281 809 + 660881 4753311 809 + 660881 4753341 809 + 660881 4753371 809 + 660881 4753401 809 + 660881 4753431 809 + 660881 4753461 809 + 660881 4753491 822 + 660881 4753521 836 + 660881 4753551 849 + 660881 4753581 859 + 660881 4753611 868 + 660881 4753641 870 + 660881 4753671 871 + 660881 4753701 872 + 660881 4753731 872 + 660881 4753761 873 + 660881 4753791 875 + 660881 4753821 876 + 660881 4753851 876 + 660881 4753881 876 + 660881 4753911 877 + 660881 4753941 878 + 660881 4753971 877 + 660881 4754001 876 + 660881 4754031 875 + 660881 4754061 873 + 660881 4754091 870 + 660881 4754121 868 + 660881 4754151 873 + 660881 4754181 885 + 660881 4754211 901 + 660881 4754241 926 + 660881 4754271 952 + 660881 4754301 956 + 660881 4754331 959 + 660881 4754361 959 + 660881 4754391 960 + 660881 4754421 960 + 660881 4754451 960 + 660881 4754481 959 + 660881 4754511 959 + 660881 4754541 960 + 660911 4751301 1010 + 660911 4751331 1011 + 660911 4751361 1012 + 660911 4751391 1013 + 660911 4751421 1014 + 660911 4751451 1013 + 660911 4751481 1011 + 660911 4751511 1008 + 660911 4751541 1006 + 660911 4751571 1004 + 660911 4751601 1001 + 660911 4751631 997 + 660911 4751661 985 + 660911 4751691 974 + 660911 4751721 974 + 660911 4751751 979 + 660911 4751781 982 + 660911 4751811 979 + 660911 4751841 964 + 660911 4751871 948 + 660911 4751901 937 + 660911 4751931 929 + 660911 4751961 922 + 660911 4751991 915 + 660911 4752021 907 + 660911 4752051 900 + 660911 4752081 894 + 660911 4752111 889 + 660911 4752141 884 + 660911 4752171 882 + 660911 4752201 879 + 660911 4752231 876 + 660911 4752261 874 + 660911 4752291 871 + 660911 4752321 869 + 660911 4752351 863 + 660911 4752381 862 + 660911 4752411 868 + 660911 4752441 872 + 660911 4752471 872 + 660911 4752501 869 + 660911 4752531 857 + 660911 4752561 844 + 660911 4752591 843 + 660911 4752621 854 + 660911 4752651 861 + 660911 4752681 861 + 660911 4752711 861 + 660911 4752741 861 + 660911 4752771 868 + 660911 4752801 853 + 660911 4752831 837 + 660911 4752861 821 + 660911 4752891 811 + 660911 4752921 809 + 660911 4752951 809 + 660911 4752981 822 + 660911 4753011 837 + 660911 4753041 857 + 660911 4753071 864 + 660911 4753101 862 + 660911 4753131 849 + 660911 4753161 849 + 660911 4753191 853 + 660911 4753221 830 + 660911 4753251 809 + 660911 4753281 809 + 660911 4753311 809 + 660911 4753341 809 + 660911 4753371 809 + 660911 4753401 809 + 660911 4753431 809 + 660911 4753461 809 + 660911 4753491 815 + 660911 4753521 826 + 660911 4753551 837 + 660911 4753581 851 + 660911 4753611 862 + 660911 4753641 869 + 660911 4753671 871 + 660911 4753701 871 + 660911 4753731 872 + 660911 4753761 873 + 660911 4753791 874 + 660911 4753821 875 + 660911 4753851 875 + 660911 4753881 876 + 660911 4753911 877 + 660911 4753941 877 + 660911 4753971 878 + 660911 4754001 878 + 660911 4754031 877 + 660911 4754061 873 + 660911 4754091 869 + 660911 4754121 870 + 660911 4754151 875 + 660911 4754181 887 + 660911 4754211 903 + 660911 4754241 934 + 660911 4754271 958 + 660911 4754301 960 + 660911 4754331 960 + 660911 4754361 960 + 660911 4754391 960 + 660911 4754421 960 + 660911 4754451 960 + 660911 4754481 960 + 660911 4754511 960 + 660911 4754541 960 + 660941 4751301 1012 + 660941 4751331 1013 + 660941 4751361 1013 + 660941 4751391 1014 + 660941 4751421 1014 + 660941 4751451 1013 + 660941 4751481 1011 + 660941 4751511 1008 + 660941 4751541 1006 + 660941 4751571 1004 + 660941 4751601 1002 + 660941 4751631 999 + 660941 4751661 993 + 660941 4751691 982 + 660941 4751721 984 + 660941 4751751 990 + 660941 4751781 992 + 660941 4751811 991 + 660941 4751841 971 + 660941 4751871 954 + 660941 4751901 940 + 660941 4751931 929 + 660941 4751961 920 + 660941 4751991 911 + 660941 4752021 901 + 660941 4752051 897 + 660941 4752081 891 + 660941 4752111 889 + 660941 4752141 885 + 660941 4752171 882 + 660941 4752201 880 + 660941 4752231 878 + 660941 4752261 875 + 660941 4752291 871 + 660941 4752321 868 + 660941 4752351 864 + 660941 4752381 864 + 660941 4752411 868 + 660941 4752441 872 + 660941 4752471 874 + 660941 4752501 869 + 660941 4752531 852 + 660941 4752561 843 + 660941 4752591 844 + 660941 4752621 852 + 660941 4752651 861 + 660941 4752681 861 + 660941 4752711 861 + 660941 4752741 861 + 660941 4752771 873 + 660941 4752801 843 + 660941 4752831 825 + 660941 4752861 814 + 660941 4752891 809 + 660941 4752921 809 + 660941 4752951 817 + 660941 4752981 827 + 660941 4753011 846 + 660941 4753041 861 + 660941 4753071 864 + 660941 4753101 863 + 660941 4753131 856 + 660941 4753161 856 + 660941 4753191 858 + 660941 4753221 841 + 660941 4753251 821 + 660941 4753281 809 + 660941 4753311 809 + 660941 4753341 809 + 660941 4753371 809 + 660941 4753401 809 + 660941 4753431 809 + 660941 4753461 809 + 660941 4753491 809 + 660941 4753521 817 + 660941 4753551 826 + 660941 4753581 839 + 660941 4753611 852 + 660941 4753641 863 + 660941 4753671 869 + 660941 4753701 871 + 660941 4753731 871 + 660941 4753761 872 + 660941 4753791 873 + 660941 4753821 874 + 660941 4753851 875 + 660941 4753881 876 + 660941 4753911 877 + 660941 4753941 878 + 660941 4753971 878 + 660941 4754001 878 + 660941 4754031 876 + 660941 4754061 873 + 660941 4754091 869 + 660941 4754121 871 + 660941 4754151 876 + 660941 4754181 891 + 660941 4754211 906 + 660941 4754241 944 + 660941 4754271 960 + 660941 4754301 958 + 660941 4754331 960 + 660941 4754361 960 + 660941 4754391 960 + 660941 4754421 960 + 660941 4754451 960 + 660941 4754481 960 + 660941 4754511 960 + 660941 4754541 960 + 660971 4751301 1012 + 660971 4751331 1013 + 660971 4751361 1014 + 660971 4751391 1014 + 660971 4751421 1014 + 660971 4751451 1013 + 660971 4751481 1011 + 660971 4751511 1009 + 660971 4751541 1007 + 660971 4751571 1005 + 660971 4751601 1003 + 660971 4751631 1001 + 660971 4751661 999 + 660971 4751691 988 + 660971 4751721 996 + 660971 4751751 999 + 660971 4751781 996 + 660971 4751811 988 + 660971 4751841 970 + 660971 4751871 956 + 660971 4751901 943 + 660971 4751931 932 + 660971 4751961 921 + 660971 4751991 912 + 660971 4752021 904 + 660971 4752051 897 + 660971 4752081 892 + 660971 4752111 888 + 660971 4752141 884 + 660971 4752171 882 + 660971 4752201 880 + 660971 4752231 878 + 660971 4752261 875 + 660971 4752291 871 + 660971 4752321 868 + 660971 4752351 866 + 660971 4752381 867 + 660971 4752411 869 + 660971 4752441 871 + 660971 4752471 872 + 660971 4752501 865 + 660971 4752531 850 + 660971 4752561 843 + 660971 4752591 846 + 660971 4752621 855 + 660971 4752651 861 + 660971 4752681 861 + 660971 4752711 861 + 660971 4752741 865 + 660971 4752771 862 + 660971 4752801 838 + 660971 4752831 816 + 660971 4752861 810 + 660971 4752891 809 + 660971 4752921 809 + 660971 4752951 820 + 660971 4752981 833 + 660971 4753011 851 + 660971 4753041 862 + 660971 4753071 865 + 660971 4753101 864 + 660971 4753131 862 + 660971 4753161 861 + 660971 4753191 861 + 660971 4753221 851 + 660971 4753251 832 + 660971 4753281 817 + 660971 4753311 809 + 660971 4753341 809 + 660971 4753371 809 + 660971 4753401 809 + 660971 4753431 809 + 660971 4753461 809 + 660971 4753491 809 + 660971 4753521 809 + 660971 4753551 817 + 660971 4753581 827 + 660971 4753611 840 + 660971 4753641 853 + 660971 4753671 865 + 660971 4753701 870 + 660971 4753731 871 + 660971 4753761 871 + 660971 4753791 872 + 660971 4753821 873 + 660971 4753851 875 + 660971 4753881 876 + 660971 4753911 877 + 660971 4753941 877 + 660971 4753971 878 + 660971 4754001 878 + 660971 4754031 876 + 660971 4754061 874 + 660971 4754091 874 + 660971 4754121 872 + 660971 4754151 878 + 660971 4754181 894 + 660971 4754211 910 + 660971 4754241 946 + 660971 4754271 953 + 660971 4754301 957 + 660971 4754331 958 + 660971 4754361 958 + 660971 4754391 959 + 660971 4754421 960 + 660971 4754451 960 + 660971 4754481 960 + 660971 4754511 960 + 660971 4754541 960 + 661001 4751301 1013 + 661001 4751331 1014 + 661001 4751361 1014 + 661001 4751391 1014 + 661001 4751421 1014 + 661001 4751451 1012 + 661001 4751481 1011 + 661001 4751511 1009 + 661001 4751541 1007 + 661001 4751571 1006 + 661001 4751601 1005 + 661001 4751631 1003 + 661001 4751661 1000 + 661001 4751691 997 + 661001 4751721 1000 + 661001 4751751 1000 + 661001 4751781 996 + 661001 4751811 983 + 661001 4751841 969 + 661001 4751871 956 + 661001 4751901 942 + 661001 4751931 932 + 661001 4751961 924 + 661001 4751991 914 + 661001 4752021 907 + 661001 4752051 898 + 661001 4752081 892 + 661001 4752111 888 + 661001 4752141 885 + 661001 4752171 882 + 661001 4752201 880 + 661001 4752231 878 + 661001 4752261 875 + 661001 4752291 871 + 661001 4752321 868 + 661001 4752351 868 + 661001 4752381 868 + 661001 4752411 869 + 661001 4752441 871 + 661001 4752471 870 + 661001 4752501 862 + 661001 4752531 849 + 661001 4752561 843 + 661001 4752591 849 + 661001 4752621 860 + 661001 4752651 863 + 661001 4752681 861 + 661001 4752711 861 + 661001 4752741 871 + 661001 4752771 859 + 661001 4752801 831 + 661001 4752831 815 + 661001 4752861 809 + 661001 4752891 809 + 661001 4752921 809 + 661001 4752951 823 + 661001 4752981 839 + 661001 4753011 858 + 661001 4753041 866 + 661001 4753071 866 + 661001 4753101 865 + 661001 4753131 864 + 661001 4753161 863 + 661001 4753191 863 + 661001 4753221 857 + 661001 4753251 840 + 661001 4753281 820 + 661001 4753311 814 + 661001 4753341 809 + 661001 4753371 809 + 661001 4753401 809 + 661001 4753431 809 + 661001 4753461 809 + 661001 4753491 809 + 661001 4753521 809 + 661001 4753551 809 + 661001 4753581 817 + 661001 4753611 827 + 661001 4753641 840 + 661001 4753671 853 + 661001 4753701 868 + 661001 4753731 870 + 661001 4753761 871 + 661001 4753791 872 + 661001 4753821 873 + 661001 4753851 874 + 661001 4753881 875 + 661001 4753911 876 + 661001 4753941 877 + 661001 4753971 877 + 661001 4754001 877 + 661001 4754031 877 + 661001 4754061 875 + 661001 4754091 875 + 661001 4754121 875 + 661001 4754151 880 + 661001 4754181 897 + 661001 4754211 915 + 661001 4754241 949 + 661001 4754271 960 + 661001 4754301 960 + 661001 4754331 959 + 661001 4754361 960 + 661001 4754391 960 + 661001 4754421 961 + 661001 4754451 960 + 661001 4754481 960 + 661001 4754511 960 + 661001 4754541 960 + 661031 4751301 1014 + 661031 4751331 1014 + 661031 4751361 1015 + 661031 4751391 1014 + 661031 4751421 1013 + 661031 4751451 1012 + 661031 4751481 1011 + 661031 4751511 1010 + 661031 4751541 1008 + 661031 4751571 1007 + 661031 4751601 1006 + 661031 4751631 1005 + 661031 4751661 1002 + 661031 4751691 1000 + 661031 4751721 1001 + 661031 4751751 1000 + 661031 4751781 997 + 661031 4751811 982 + 661031 4751841 966 + 661031 4751871 955 + 661031 4751901 944 + 661031 4751931 932 + 661031 4751961 924 + 661031 4751991 912 + 661031 4752021 903 + 661031 4752051 896 + 661031 4752081 891 + 661031 4752111 888 + 661031 4752141 885 + 661031 4752171 883 + 661031 4752201 881 + 661031 4752231 878 + 661031 4752261 875 + 661031 4752291 872 + 661031 4752321 869 + 661031 4752351 869 + 661031 4752381 868 + 661031 4752411 869 + 661031 4752441 870 + 661031 4752471 870 + 661031 4752501 858 + 661031 4752531 847 + 661031 4752561 844 + 661031 4752591 852 + 661031 4752621 861 + 661031 4752651 865 + 661031 4752681 861 + 661031 4752711 864 + 661031 4752741 868 + 661031 4752771 853 + 661031 4752801 831 + 661031 4752831 809 + 661031 4752861 809 + 661031 4752891 809 + 661031 4752921 809 + 661031 4752951 826 + 661031 4752981 843 + 661031 4753011 860 + 661031 4753041 869 + 661031 4753071 868 + 661031 4753101 867 + 661031 4753131 865 + 661031 4753161 864 + 661031 4753191 862 + 661031 4753221 855 + 661031 4753251 838 + 661031 4753281 824 + 661031 4753311 819 + 661031 4753341 822 + 661031 4753371 821 + 661031 4753401 809 + 661031 4753431 809 + 661031 4753461 809 + 661031 4753491 809 + 661031 4753521 809 + 661031 4753551 809 + 661031 4753581 809 + 661031 4753611 817 + 661031 4753641 830 + 661031 4753671 842 + 661031 4753701 858 + 661031 4753731 869 + 661031 4753761 870 + 661031 4753791 871 + 661031 4753821 872 + 661031 4753851 874 + 661031 4753881 875 + 661031 4753911 875 + 661031 4753941 876 + 661031 4753971 876 + 661031 4754001 878 + 661031 4754031 877 + 661031 4754061 876 + 661031 4754091 875 + 661031 4754121 875 + 661031 4754151 881 + 661031 4754181 899 + 661031 4754211 921 + 661031 4754241 955 + 661031 4754271 960 + 661031 4754301 961 + 661031 4754331 961 + 661031 4754361 960 + 661031 4754391 960 + 661031 4754421 960 + 661031 4754451 961 + 661031 4754481 961 + 661031 4754511 960 + 661031 4754541 960 + 661061 4751301 1014 + 661061 4751331 1014 + 661061 4751361 1015 + 661061 4751391 1014 + 661061 4751421 1014 + 661061 4751451 1012 + 661061 4751481 1011 + 661061 4751511 1010 + 661061 4751541 1009 + 661061 4751571 1008 + 661061 4751601 1007 + 661061 4751631 1006 + 661061 4751661 1005 + 661061 4751691 1004 + 661061 4751721 1003 + 661061 4751751 1001 + 661061 4751781 999 + 661061 4751811 986 + 661061 4751841 971 + 661061 4751871 956 + 661061 4751901 944 + 661061 4751931 932 + 661061 4751961 922 + 661061 4751991 911 + 661061 4752021 902 + 661061 4752051 895 + 661061 4752081 891 + 661061 4752111 888 + 661061 4752141 886 + 661061 4752171 884 + 661061 4752201 881 + 661061 4752231 878 + 661061 4752261 876 + 661061 4752291 873 + 661061 4752321 871 + 661061 4752351 869 + 661061 4752381 868 + 661061 4752411 869 + 661061 4752441 869 + 661061 4752471 868 + 661061 4752501 854 + 661061 4752531 844 + 661061 4752561 845 + 661061 4752591 855 + 661061 4752621 864 + 661061 4752651 867 + 661061 4752681 862 + 661061 4752711 861 + 661061 4752741 855 + 661061 4752771 844 + 661061 4752801 829 + 661061 4752831 815 + 661061 4752861 809 + 661061 4752891 809 + 661061 4752921 809 + 661061 4752951 829 + 661061 4752981 844 + 661061 4753011 858 + 661061 4753041 870 + 661061 4753071 869 + 661061 4753101 868 + 661061 4753131 867 + 661061 4753161 865 + 661061 4753191 862 + 661061 4753221 857 + 661061 4753251 845 + 661061 4753281 831 + 661061 4753311 830 + 661061 4753341 831 + 661061 4753371 832 + 661061 4753401 822 + 661061 4753431 809 + 661061 4753461 809 + 661061 4753491 809 + 661061 4753521 809 + 661061 4753551 809 + 661061 4753581 809 + 661061 4753611 811 + 661061 4753641 821 + 661061 4753671 835 + 661061 4753701 850 + 661061 4753731 868 + 661061 4753761 870 + 661061 4753791 870 + 661061 4753821 872 + 661061 4753851 873 + 661061 4753881 874 + 661061 4753911 875 + 661061 4753941 876 + 661061 4753971 877 + 661061 4754001 878 + 661061 4754031 878 + 661061 4754061 877 + 661061 4754091 876 + 661061 4754121 875 + 661061 4754151 881 + 661061 4754181 900 + 661061 4754211 927 + 661061 4754241 957 + 661061 4754271 960 + 661061 4754301 960 + 661061 4754331 961 + 661061 4754361 961 + 661061 4754391 960 + 661061 4754421 962 + 661061 4754451 960 + 661061 4754481 961 + 661061 4754511 961 + 661061 4754541 960 + 661091 4751301 1015 + 661091 4751331 1015 + 661091 4751361 1015 + 661091 4751391 1014 + 661091 4751421 1014 + 661091 4751451 1013 + 661091 4751481 1012 + 661091 4751511 1011 + 661091 4751541 1010 + 661091 4751571 1009 + 661091 4751601 1008 + 661091 4751631 1007 + 661091 4751661 1006 + 661091 4751691 1005 + 661091 4751721 1004 + 661091 4751751 1003 + 661091 4751781 1000 + 661091 4751811 989 + 661091 4751841 975 + 661091 4751871 961 + 661091 4751901 943 + 661091 4751931 931 + 661091 4751961 922 + 661091 4751991 911 + 661091 4752021 903 + 661091 4752051 897 + 661091 4752081 891 + 661091 4752111 889 + 661091 4752141 886 + 661091 4752171 884 + 661091 4752201 881 + 661091 4752231 879 + 661091 4752261 876 + 661091 4752291 874 + 661091 4752321 871 + 661091 4752351 870 + 661091 4752381 869 + 661091 4752411 868 + 661091 4752441 869 + 661091 4752471 863 + 661091 4752501 851 + 661091 4752531 844 + 661091 4752561 846 + 661091 4752591 856 + 661091 4752621 863 + 661091 4752651 866 + 661091 4752681 862 + 661091 4752711 852 + 661091 4752741 842 + 661091 4752771 830 + 661091 4752801 821 + 661091 4752831 813 + 661091 4752861 809 + 661091 4752891 809 + 661091 4752921 809 + 661091 4752951 829 + 661091 4752981 844 + 661091 4753011 857 + 661091 4753041 870 + 661091 4753071 870 + 661091 4753101 869 + 661091 4753131 868 + 661091 4753161 867 + 661091 4753191 867 + 661091 4753221 862 + 661091 4753251 853 + 661091 4753281 838 + 661091 4753311 837 + 661091 4753341 841 + 661091 4753371 842 + 661091 4753401 834 + 661091 4753431 825 + 661091 4753461 815 + 661091 4753491 809 + 661091 4753521 809 + 661091 4753551 809 + 661091 4753581 809 + 661091 4753611 809 + 661091 4753641 816 + 661091 4753671 825 + 661091 4753701 843 + 661091 4753731 856 + 661091 4753761 869 + 661091 4753791 870 + 661091 4753821 871 + 661091 4753851 872 + 661091 4753881 873 + 661091 4753911 875 + 661091 4753941 876 + 661091 4753971 877 + 661091 4754001 878 + 661091 4754031 878 + 661091 4754061 878 + 661091 4754091 876 + 661091 4754121 876 + 661091 4754151 883 + 661091 4754181 900 + 661091 4754211 931 + 661091 4754241 960 + 661091 4754271 961 + 661091 4754301 961 + 661091 4754331 961 + 661091 4754361 960 + 661091 4754391 962 + 661091 4754421 962 + 661091 4754451 962 + 661091 4754481 961 + 661091 4754511 960 + 661091 4754541 960 + 661121 4751301 1015 + 661121 4751331 1015 + 661121 4751361 1015 + 661121 4751391 1014 + 661121 4751421 1014 + 661121 4751451 1013 + 661121 4751481 1012 + 661121 4751511 1011 + 661121 4751541 1010 + 661121 4751571 1009 + 661121 4751601 1008 + 661121 4751631 1007 + 661121 4751661 1006 + 661121 4751691 1006 + 661121 4751721 1005 + 661121 4751751 1005 + 661121 4751781 1005 + 661121 4751811 996 + 661121 4751841 978 + 661121 4751871 960 + 661121 4751901 946 + 661121 4751931 930 + 661121 4751961 915 + 661121 4751991 907 + 661121 4752021 899 + 661121 4752051 894 + 661121 4752081 891 + 661121 4752111 889 + 661121 4752141 887 + 661121 4752171 885 + 661121 4752201 882 + 661121 4752231 879 + 661121 4752261 876 + 661121 4752291 874 + 661121 4752321 872 + 661121 4752351 870 + 661121 4752381 869 + 661121 4752411 868 + 661121 4752441 869 + 661121 4752471 860 + 661121 4752501 848 + 661121 4752531 844 + 661121 4752561 848 + 661121 4752591 857 + 661121 4752621 862 + 661121 4752651 866 + 661121 4752681 859 + 661121 4752711 846 + 661121 4752741 834 + 661121 4752771 827 + 661121 4752801 821 + 661121 4752831 816 + 661121 4752861 809 + 661121 4752891 809 + 661121 4752921 809 + 661121 4752951 827 + 661121 4752981 843 + 661121 4753011 857 + 661121 4753041 870 + 661121 4753071 870 + 661121 4753101 869 + 661121 4753131 869 + 661121 4753161 869 + 661121 4753191 869 + 661121 4753221 864 + 661121 4753251 857 + 661121 4753281 843 + 661121 4753311 846 + 661121 4753341 853 + 661121 4753371 853 + 661121 4753401 846 + 661121 4753431 834 + 661121 4753461 826 + 661121 4753491 809 + 661121 4753521 809 + 661121 4753551 809 + 661121 4753581 809 + 661121 4753611 809 + 661121 4753641 809 + 661121 4753671 809 + 661121 4753701 832 + 661121 4753731 847 + 661121 4753761 860 + 661121 4753791 869 + 661121 4753821 871 + 661121 4753851 872 + 661121 4753881 873 + 661121 4753911 874 + 661121 4753941 876 + 661121 4753971 877 + 661121 4754001 878 + 661121 4754031 879 + 661121 4754061 880 + 661121 4754091 877 + 661121 4754121 877 + 661121 4754151 890 + 661121 4754181 904 + 661121 4754211 926 + 661121 4754241 960 + 661121 4754271 961 + 661121 4754301 961 + 661121 4754331 960 + 661121 4754361 962 + 661121 4754391 962 + 661121 4754421 962 + 661121 4754451 961 + 661121 4754481 960 + 661121 4754511 961 + 661121 4754541 961 + 661151 4751301 1016 + 661151 4751331 1016 + 661151 4751361 1015 + 661151 4751391 1015 + 661151 4751421 1014 + 661151 4751451 1013 + 661151 4751481 1012 + 661151 4751511 1011 + 661151 4751541 1011 + 661151 4751571 1010 + 661151 4751601 1009 + 661151 4751631 1008 + 661151 4751661 1008 + 661151 4751691 1007 + 661151 4751721 1007 + 661151 4751751 1007 + 661151 4751781 1006 + 661151 4751811 1000 + 661151 4751841 982 + 661151 4751871 961 + 661151 4751901 945 + 661151 4751931 928 + 661151 4751961 914 + 661151 4751991 906 + 661151 4752021 900 + 661151 4752051 893 + 661151 4752081 891 + 661151 4752111 889 + 661151 4752141 887 + 661151 4752171 885 + 661151 4752201 882 + 661151 4752231 878 + 661151 4752261 876 + 661151 4752291 874 + 661151 4752321 872 + 661151 4752351 870 + 661151 4752381 869 + 661151 4752411 866 + 661151 4752441 869 + 661151 4752471 858 + 661151 4752501 848 + 661151 4752531 848 + 661151 4752561 854 + 661151 4752591 860 + 661151 4752621 864 + 661151 4752651 866 + 661151 4752681 857 + 661151 4752711 843 + 661151 4752741 833 + 661151 4752771 836 + 661151 4752801 838 + 661151 4752831 819 + 661151 4752861 811 + 661151 4752891 809 + 661151 4752921 809 + 661151 4752951 824 + 661151 4752981 844 + 661151 4753011 860 + 661151 4753041 873 + 661151 4753071 871 + 661151 4753101 871 + 661151 4753131 870 + 661151 4753161 870 + 661151 4753191 868 + 661151 4753221 864 + 661151 4753251 861 + 661151 4753281 851 + 661151 4753311 851 + 661151 4753341 862 + 661151 4753371 861 + 661151 4753401 854 + 661151 4753431 843 + 661151 4753461 838 + 661151 4753491 826 + 661151 4753521 809 + 661151 4753551 809 + 661151 4753581 809 + 661151 4753611 809 + 661151 4753641 809 + 661151 4753671 809 + 661151 4753701 826 + 661151 4753731 838 + 661151 4753761 852 + 661151 4753791 869 + 661151 4753821 870 + 661151 4753851 871 + 661151 4753881 873 + 661151 4753911 874 + 661151 4753941 875 + 661151 4753971 876 + 661151 4754001 877 + 661151 4754031 879 + 661151 4754061 880 + 661151 4754091 881 + 661151 4754121 882 + 661151 4754151 890 + 661151 4754181 905 + 661151 4754211 935 + 661151 4754241 960 + 661151 4754271 961 + 661151 4754301 960 + 661151 4754331 961 + 661151 4754361 962 + 661151 4754391 961 + 661151 4754421 961 + 661151 4754451 962 + 661151 4754481 962 + 661151 4754511 962 + 661151 4754541 962 + 661181 4751301 1016 + 661181 4751331 1016 + 661181 4751361 1016 + 661181 4751391 1015 + 661181 4751421 1014 + 661181 4751451 1013 + 661181 4751481 1012 + 661181 4751511 1012 + 661181 4751541 1011 + 661181 4751571 1011 + 661181 4751601 1010 + 661181 4751631 1009 + 661181 4751661 1009 + 661181 4751691 1008 + 661181 4751721 1008 + 661181 4751751 1008 + 661181 4751781 1007 + 661181 4751811 1001 + 661181 4751841 979 + 661181 4751871 957 + 661181 4751901 942 + 661181 4751931 929 + 661181 4751961 914 + 661181 4751991 906 + 661181 4752021 900 + 661181 4752051 895 + 661181 4752081 892 + 661181 4752111 889 + 661181 4752141 886 + 661181 4752171 884 + 661181 4752201 881 + 661181 4752231 878 + 661181 4752261 875 + 661181 4752291 873 + 661181 4752321 871 + 661181 4752351 870 + 661181 4752381 869 + 661181 4752411 867 + 661181 4752441 864 + 661181 4752471 860 + 661181 4752501 854 + 661181 4752531 852 + 661181 4752561 859 + 661181 4752591 862 + 661181 4752621 865 + 661181 4752651 865 + 661181 4752681 856 + 661181 4752711 843 + 661181 4752741 841 + 661181 4752771 845 + 661181 4752801 845 + 661181 4752831 828 + 661181 4752861 815 + 661181 4752891 809 + 661181 4752921 809 + 661181 4752951 822 + 661181 4752981 845 + 661181 4753011 864 + 661181 4753041 872 + 661181 4753071 873 + 661181 4753101 872 + 661181 4753131 871 + 661181 4753161 869 + 661181 4753191 867 + 661181 4753221 864 + 661181 4753251 862 + 661181 4753281 859 + 661181 4753311 857 + 661181 4753341 865 + 661181 4753371 866 + 661181 4753401 859 + 661181 4753431 853 + 661181 4753461 849 + 661181 4753491 834 + 661181 4753521 809 + 661181 4753551 809 + 661181 4753581 809 + 661181 4753611 809 + 661181 4753641 809 + 661181 4753671 809 + 661181 4753701 821 + 661181 4753731 834 + 661181 4753761 847 + 661181 4753791 868 + 661181 4753821 870 + 661181 4753851 871 + 661181 4753881 872 + 661181 4753911 874 + 661181 4753941 875 + 661181 4753971 875 + 661181 4754001 876 + 661181 4754031 877 + 661181 4754061 879 + 661181 4754091 882 + 661181 4754121 884 + 661181 4754151 896 + 661181 4754181 910 + 661181 4754211 949 + 661181 4754241 960 + 661181 4754271 960 + 661181 4754301 961 + 661181 4754331 960 + 661181 4754361 961 + 661181 4754391 962 + 661181 4754421 962 + 661181 4754451 962 + 661181 4754481 962 + 661181 4754511 962 + 661181 4754541 962 + 661211 4751301 1017 + 661211 4751331 1016 + 661211 4751361 1016 + 661211 4751391 1015 + 661211 4751421 1014 + 661211 4751451 1013 + 661211 4751481 1013 + 661211 4751511 1012 + 661211 4751541 1012 + 661211 4751571 1011 + 661211 4751601 1011 + 661211 4751631 1010 + 661211 4751661 1009 + 661211 4751691 1009 + 661211 4751721 1008 + 661211 4751751 1008 + 661211 4751781 1007 + 661211 4751811 1002 + 661211 4751841 983 + 661211 4751871 961 + 661211 4751901 945 + 661211 4751931 933 + 661211 4751961 918 + 661211 4751991 909 + 661211 4752021 901 + 661211 4752051 895 + 661211 4752081 891 + 661211 4752111 889 + 661211 4752141 886 + 661211 4752171 883 + 661211 4752201 881 + 661211 4752231 878 + 661211 4752261 876 + 661211 4752291 873 + 661211 4752321 871 + 661211 4752351 869 + 661211 4752381 868 + 661211 4752411 866 + 661211 4752441 864 + 661211 4752471 862 + 661211 4752501 860 + 661211 4752531 859 + 661211 4752561 862 + 661211 4752591 863 + 661211 4752621 864 + 661211 4752651 864 + 661211 4752681 856 + 661211 4752711 846 + 661211 4752741 850 + 661211 4752771 856 + 661211 4752801 855 + 661211 4752831 837 + 661211 4752861 818 + 661211 4752891 809 + 661211 4752921 809 + 661211 4752951 824 + 661211 4752981 847 + 661211 4753011 867 + 661211 4753041 873 + 661211 4753071 872 + 661211 4753101 871 + 661211 4753131 870 + 661211 4753161 869 + 661211 4753191 867 + 661211 4753221 865 + 661211 4753251 863 + 661211 4753281 862 + 661211 4753311 861 + 661211 4753341 867 + 661211 4753371 869 + 661211 4753401 866 + 661211 4753431 862 + 661211 4753461 857 + 661211 4753491 854 + 661211 4753521 822 + 661211 4753551 809 + 661211 4753581 809 + 661211 4753611 809 + 661211 4753641 809 + 661211 4753671 809 + 661211 4753701 809 + 661211 4753731 829 + 661211 4753761 843 + 661211 4753791 861 + 661211 4753821 869 + 661211 4753851 871 + 661211 4753881 872 + 661211 4753911 873 + 661211 4753941 874 + 661211 4753971 875 + 661211 4754001 875 + 661211 4754031 877 + 661211 4754061 879 + 661211 4754091 882 + 661211 4754121 890 + 661211 4754151 900 + 661211 4754181 916 + 661211 4754211 954 + 661211 4754241 960 + 661211 4754271 959 + 661211 4754301 960 + 661211 4754331 961 + 661211 4754361 962 + 661211 4754391 962 + 661211 4754421 962 + 661211 4754451 962 + 661211 4754481 962 + 661211 4754511 963 + 661211 4754541 962 + 661241 4751301 1017 + 661241 4751331 1017 + 661241 4751361 1016 + 661241 4751391 1015 + 661241 4751421 1014 + 661241 4751451 1014 + 661241 4751481 1014 + 661241 4751511 1013 + 661241 4751541 1012 + 661241 4751571 1012 + 661241 4751601 1011 + 661241 4751631 1010 + 661241 4751661 1010 + 661241 4751691 1009 + 661241 4751721 1009 + 661241 4751751 1008 + 661241 4751781 1007 + 661241 4751811 1001 + 661241 4751841 983 + 661241 4751871 963 + 661241 4751901 944 + 661241 4751931 933 + 661241 4751961 915 + 661241 4751991 907 + 661241 4752021 902 + 661241 4752051 894 + 661241 4752081 890 + 661241 4752111 888 + 661241 4752141 886 + 661241 4752171 884 + 661241 4752201 881 + 661241 4752231 878 + 661241 4752261 876 + 661241 4752291 872 + 661241 4752321 870 + 661241 4752351 868 + 661241 4752381 867 + 661241 4752411 866 + 661241 4752441 865 + 661241 4752471 863 + 661241 4752501 864 + 661241 4752531 863 + 661241 4752561 864 + 661241 4752591 864 + 661241 4752621 864 + 661241 4752651 863 + 661241 4752681 859 + 661241 4752711 851 + 661241 4752741 861 + 661241 4752771 862 + 661241 4752801 849 + 661241 4752831 831 + 661241 4752861 816 + 661241 4752891 809 + 661241 4752921 809 + 661241 4752951 826 + 661241 4752981 850 + 661241 4753011 868 + 661241 4753041 873 + 661241 4753071 872 + 661241 4753101 870 + 661241 4753131 869 + 661241 4753161 869 + 661241 4753191 866 + 661241 4753221 865 + 661241 4753251 864 + 661241 4753281 862 + 661241 4753311 862 + 661241 4753341 867 + 661241 4753371 869 + 661241 4753401 869 + 661241 4753431 867 + 661241 4753461 865 + 661241 4753491 860 + 661241 4753521 848 + 661241 4753551 809 + 661241 4753581 809 + 661241 4753611 809 + 661241 4753641 809 + 661241 4753671 809 + 661241 4753701 809 + 661241 4753731 827 + 661241 4753761 842 + 661241 4753791 859 + 661241 4753821 869 + 661241 4753851 870 + 661241 4753881 871 + 661241 4753911 872 + 661241 4753941 873 + 661241 4753971 874 + 661241 4754001 875 + 661241 4754031 876 + 661241 4754061 879 + 661241 4754091 883 + 661241 4754121 893 + 661241 4754151 903 + 661241 4754181 921 + 661241 4754211 960 + 661241 4754241 959 + 661241 4754271 961 + 661241 4754301 961 + 661241 4754331 962 + 661241 4754361 962 + 661241 4754391 962 + 661241 4754421 963 + 661241 4754451 963 + 661241 4754481 963 + 661241 4754511 963 + 661241 4754541 963 + 661271 4751301 1018 + 661271 4751331 1017 + 661271 4751361 1016 + 661271 4751391 1016 + 661271 4751421 1015 + 661271 4751451 1015 + 661271 4751481 1014 + 661271 4751511 1013 + 661271 4751541 1013 + 661271 4751571 1012 + 661271 4751601 1011 + 661271 4751631 1011 + 661271 4751661 1010 + 661271 4751691 1010 + 661271 4751721 1009 + 661271 4751751 1008 + 661271 4751781 1007 + 661271 4751811 1003 + 661271 4751841 986 + 661271 4751871 965 + 661271 4751901 951 + 661271 4751931 938 + 661271 4751961 924 + 661271 4751991 909 + 661271 4752021 903 + 661271 4752051 896 + 661271 4752081 890 + 661271 4752111 888 + 661271 4752141 886 + 661271 4752171 883 + 661271 4752201 881 + 661271 4752231 878 + 661271 4752261 875 + 661271 4752291 871 + 661271 4752321 869 + 661271 4752351 868 + 661271 4752381 867 + 661271 4752411 866 + 661271 4752441 865 + 661271 4752471 864 + 661271 4752501 864 + 661271 4752531 864 + 661271 4752561 865 + 661271 4752591 864 + 661271 4752621 865 + 661271 4752651 862 + 661271 4752681 861 + 661271 4752711 861 + 661271 4752741 857 + 661271 4752771 846 + 661271 4752801 833 + 661271 4752831 818 + 661271 4752861 809 + 661271 4752891 809 + 661271 4752921 809 + 661271 4752951 838 + 661271 4752981 856 + 661271 4753011 869 + 661271 4753041 871 + 661271 4753071 872 + 661271 4753101 869 + 661271 4753131 869 + 661271 4753161 867 + 661271 4753191 867 + 661271 4753221 866 + 661271 4753251 864 + 661271 4753281 864 + 661271 4753311 865 + 661271 4753341 868 + 661271 4753371 869 + 661271 4753401 870 + 661271 4753431 869 + 661271 4753461 869 + 661271 4753491 867 + 661271 4753521 858 + 661271 4753551 809 + 661271 4753581 809 + 661271 4753611 809 + 661271 4753641 809 + 661271 4753671 809 + 661271 4753701 809 + 661271 4753731 825 + 661271 4753761 842 + 661271 4753791 860 + 661271 4753821 869 + 661271 4753851 870 + 661271 4753881 871 + 661271 4753911 872 + 661271 4753941 873 + 661271 4753971 874 + 661271 4754001 875 + 661271 4754031 876 + 661271 4754061 880 + 661271 4754091 884 + 661271 4754121 896 + 661271 4754151 907 + 661271 4754181 933 + 661271 4754211 958 + 661271 4754241 959 + 661271 4754271 961 + 661271 4754301 962 + 661271 4754331 962 + 661271 4754361 962 + 661271 4754391 963 + 661271 4754421 963 + 661271 4754451 963 + 661271 4754481 963 + 661271 4754511 963 + 661271 4754541 963 + 661301 4751301 1018 + 661301 4751331 1017 + 661301 4751361 1017 + 661301 4751391 1016 + 661301 4751421 1016 + 661301 4751451 1015 + 661301 4751481 1014 + 661301 4751511 1014 + 661301 4751541 1013 + 661301 4751571 1012 + 661301 4751601 1012 + 661301 4751631 1011 + 661301 4751661 1011 + 661301 4751691 1010 + 661301 4751721 1009 + 661301 4751751 1008 + 661301 4751781 1007 + 661301 4751811 1003 + 661301 4751841 986 + 661301 4751871 968 + 661301 4751901 954 + 661301 4751931 941 + 661301 4751961 925 + 661301 4751991 914 + 661301 4752021 905 + 661301 4752051 898 + 661301 4752081 892 + 661301 4752111 889 + 661301 4752141 886 + 661301 4752171 883 + 661301 4752201 880 + 661301 4752231 878 + 661301 4752261 874 + 661301 4752291 870 + 661301 4752321 868 + 661301 4752351 867 + 661301 4752381 866 + 661301 4752411 865 + 661301 4752441 864 + 661301 4752471 864 + 661301 4752501 864 + 661301 4752531 863 + 661301 4752561 864 + 661301 4752591 863 + 661301 4752621 862 + 661301 4752651 862 + 661301 4752681 862 + 661301 4752711 858 + 661301 4752741 846 + 661301 4752771 833 + 661301 4752801 809 + 661301 4752831 809 + 661301 4752861 809 + 661301 4752891 815 + 661301 4752921 829 + 661301 4752951 849 + 661301 4752981 863 + 661301 4753011 869 + 661301 4753041 871 + 661301 4753071 870 + 661301 4753101 869 + 661301 4753131 869 + 661301 4753161 868 + 661301 4753191 868 + 661301 4753221 867 + 661301 4753251 865 + 661301 4753281 865 + 661301 4753311 866 + 661301 4753341 867 + 661301 4753371 869 + 661301 4753401 869 + 661301 4753431 870 + 661301 4753461 871 + 661301 4753491 870 + 661301 4753521 860 + 661301 4753551 821 + 661301 4753581 809 + 661301 4753611 809 + 661301 4753641 809 + 661301 4753671 809 + 661301 4753701 809 + 661301 4753731 822 + 661301 4753761 839 + 661301 4753791 854 + 661301 4753821 868 + 661301 4753851 870 + 661301 4753881 871 + 661301 4753911 872 + 661301 4753941 873 + 661301 4753971 874 + 661301 4754001 875 + 661301 4754031 877 + 661301 4754061 880 + 661301 4754091 887 + 661301 4754121 900 + 661301 4754151 911 + 661301 4754181 949 + 661301 4754211 961 + 661301 4754241 959 + 661301 4754271 961 + 661301 4754301 962 + 661301 4754331 963 + 661301 4754361 963 + 661301 4754391 963 + 661301 4754421 964 + 661301 4754451 963 + 661301 4754481 963 + 661301 4754511 964 + 661301 4754541 964 + 661331 4751301 1018 + 661331 4751331 1018 + 661331 4751361 1017 + 661331 4751391 1017 + 661331 4751421 1016 + 661331 4751451 1015 + 661331 4751481 1015 + 661331 4751511 1014 + 661331 4751541 1013 + 661331 4751571 1012 + 661331 4751601 1012 + 661331 4751631 1012 + 661331 4751661 1011 + 661331 4751691 1010 + 661331 4751721 1009 + 661331 4751751 1008 + 661331 4751781 1007 + 661331 4751811 999 + 661331 4751841 983 + 661331 4751871 967 + 661331 4751901 953 + 661331 4751931 944 + 661331 4751961 924 + 661331 4751991 912 + 661331 4752021 904 + 661331 4752051 897 + 661331 4752081 891 + 661331 4752111 888 + 661331 4752141 885 + 661331 4752171 882 + 661331 4752201 878 + 661331 4752231 876 + 661331 4752261 873 + 661331 4752291 870 + 661331 4752321 868 + 661331 4752351 867 + 661331 4752381 865 + 661331 4752411 864 + 661331 4752441 863 + 661331 4752471 862 + 661331 4752501 862 + 661331 4752531 859 + 661331 4752561 852 + 661331 4752591 848 + 661331 4752621 846 + 661331 4752651 841 + 661331 4752681 844 + 661331 4752711 842 + 661331 4752741 833 + 661331 4752771 818 + 661331 4752801 809 + 661331 4752831 809 + 661331 4752861 817 + 661331 4752891 831 + 661331 4752921 848 + 661331 4752951 862 + 661331 4752981 868 + 661331 4753011 869 + 661331 4753041 870 + 661331 4753071 870 + 661331 4753101 870 + 661331 4753131 869 + 661331 4753161 869 + 661331 4753191 869 + 661331 4753221 868 + 661331 4753251 865 + 661331 4753281 866 + 661331 4753311 866 + 661331 4753341 867 + 661331 4753371 868 + 661331 4753401 869 + 661331 4753431 869 + 661331 4753461 870 + 661331 4753491 870 + 661331 4753521 860 + 661331 4753551 830 + 661331 4753581 809 + 661331 4753611 809 + 661331 4753641 809 + 661331 4753671 809 + 661331 4753701 809 + 661331 4753731 820 + 661331 4753761 835 + 661331 4753791 849 + 661331 4753821 865 + 661331 4753851 869 + 661331 4753881 871 + 661331 4753911 872 + 661331 4753941 873 + 661331 4753971 874 + 661331 4754001 875 + 661331 4754031 877 + 661331 4754061 881 + 661331 4754091 891 + 661331 4754121 907 + 661331 4754151 935 + 661331 4754181 960 + 661331 4754211 961 + 661331 4754241 961 + 661331 4754271 961 + 661331 4754301 963 + 661331 4754331 963 + 661331 4754361 963 + 661331 4754391 964 + 661331 4754421 964 + 661331 4754451 964 + 661331 4754481 964 + 661331 4754511 964 + 661331 4754541 964 + 661361 4751301 1019 + 661361 4751331 1018 + 661361 4751361 1018 + 661361 4751391 1017 + 661361 4751421 1016 + 661361 4751451 1016 + 661361 4751481 1015 + 661361 4751511 1014 + 661361 4751541 1013 + 661361 4751571 1013 + 661361 4751601 1013 + 661361 4751631 1012 + 661361 4751661 1012 + 661361 4751691 1011 + 661361 4751721 1010 + 661361 4751751 1008 + 661361 4751781 1007 + 661361 4751811 995 + 661361 4751841 981 + 661361 4751871 965 + 661361 4751901 953 + 661361 4751931 942 + 661361 4751961 924 + 661361 4751991 911 + 661361 4752021 904 + 661361 4752051 897 + 661361 4752081 891 + 661361 4752111 888 + 661361 4752141 885 + 661361 4752171 881 + 661361 4752201 878 + 661361 4752231 875 + 661361 4752261 872 + 661361 4752291 869 + 661361 4752321 867 + 661361 4752351 864 + 661361 4752381 864 + 661361 4752411 863 + 661361 4752441 860 + 661361 4752471 854 + 661361 4752501 850 + 661361 4752531 847 + 661361 4752561 842 + 661361 4752591 832 + 661361 4752621 829 + 661361 4752651 828 + 661361 4752681 831 + 661361 4752711 831 + 661361 4752741 819 + 661361 4752771 809 + 661361 4752801 809 + 661361 4752831 809 + 661361 4752861 829 + 661361 4752891 843 + 661361 4752921 858 + 661361 4752951 868 + 661361 4752981 869 + 661361 4753011 870 + 661361 4753041 870 + 661361 4753071 870 + 661361 4753101 870 + 661361 4753131 869 + 661361 4753161 869 + 661361 4753191 869 + 661361 4753221 867 + 661361 4753251 867 + 661361 4753281 866 + 661361 4753311 867 + 661361 4753341 868 + 661361 4753371 868 + 661361 4753401 869 + 661361 4753431 869 + 661361 4753461 870 + 661361 4753491 868 + 661361 4753521 861 + 661361 4753551 841 + 661361 4753581 809 + 661361 4753611 809 + 661361 4753641 809 + 661361 4753671 809 + 661361 4753701 809 + 661361 4753731 820 + 661361 4753761 835 + 661361 4753791 852 + 661361 4753821 869 + 661361 4753851 870 + 661361 4753881 871 + 661361 4753911 872 + 661361 4753941 873 + 661361 4753971 875 + 661361 4754001 876 + 661361 4754031 878 + 661361 4754061 882 + 661361 4754091 897 + 661361 4754121 912 + 661361 4754151 951 + 661361 4754181 961 + 661361 4754211 962 + 661361 4754241 963 + 661361 4754271 964 + 661361 4754301 962 + 661361 4754331 964 + 661361 4754361 964 + 661361 4754391 964 + 661361 4754421 964 + 661361 4754451 964 + 661361 4754481 965 + 661361 4754511 965 + 661361 4754541 965 + 661391 4751301 1019 + 661391 4751331 1019 + 661391 4751361 1018 + 661391 4751391 1017 + 661391 4751421 1017 + 661391 4751451 1016 + 661391 4751481 1015 + 661391 4751511 1014 + 661391 4751541 1014 + 661391 4751571 1014 + 661391 4751601 1014 + 661391 4751631 1013 + 661391 4751661 1012 + 661391 4751691 1012 + 661391 4751721 1011 + 661391 4751751 1008 + 661391 4751781 1002 + 661391 4751811 989 + 661391 4751841 976 + 661391 4751871 964 + 661391 4751901 953 + 661391 4751931 944 + 661391 4751961 928 + 661391 4751991 916 + 661391 4752021 906 + 661391 4752051 899 + 661391 4752081 892 + 661391 4752111 888 + 661391 4752141 884 + 661391 4752171 881 + 661391 4752201 878 + 661391 4752231 875 + 661391 4752261 872 + 661391 4752291 870 + 661391 4752321 867 + 661391 4752351 862 + 661391 4752381 861 + 661391 4752411 862 + 661391 4752441 861 + 661391 4752471 848 + 661391 4752501 842 + 661391 4752531 836 + 661391 4752561 830 + 661391 4752591 823 + 661391 4752621 821 + 661391 4752651 819 + 661391 4752681 820 + 661391 4752711 819 + 661391 4752741 809 + 661391 4752771 809 + 661391 4752801 809 + 661391 4752831 826 + 661391 4752861 841 + 661391 4752891 855 + 661391 4752921 867 + 661391 4752951 870 + 661391 4752981 870 + 661391 4753011 870 + 661391 4753041 869 + 661391 4753071 869 + 661391 4753101 869 + 661391 4753131 869 + 661391 4753161 869 + 661391 4753191 869 + 661391 4753221 867 + 661391 4753251 867 + 661391 4753281 866 + 661391 4753311 867 + 661391 4753341 867 + 661391 4753371 867 + 661391 4753401 868 + 661391 4753431 869 + 661391 4753461 869 + 661391 4753491 869 + 661391 4753521 869 + 661391 4753551 853 + 661391 4753581 820 + 661391 4753611 809 + 661391 4753641 809 + 661391 4753671 809 + 661391 4753701 809 + 661391 4753731 820 + 661391 4753761 835 + 661391 4753791 852 + 661391 4753821 869 + 661391 4753851 870 + 661391 4753881 871 + 661391 4753911 872 + 661391 4753941 874 + 661391 4753971 875 + 661391 4754001 876 + 661391 4754031 879 + 661391 4754061 885 + 661391 4754091 906 + 661391 4754121 939 + 661391 4754151 961 + 661391 4754181 965 + 661391 4754211 965 + 661391 4754241 964 + 661391 4754271 964 + 661391 4754301 964 + 661391 4754331 964 + 661391 4754361 964 + 661391 4754391 965 + 661391 4754421 966 + 661391 4754451 965 + 661391 4754481 965 + 661391 4754511 966 + 661391 4754541 965 + 661421 4751301 1020 + 661421 4751331 1019 + 661421 4751361 1018 + 661421 4751391 1018 + 661421 4751421 1017 + 661421 4751451 1016 + 661421 4751481 1015 + 661421 4751511 1015 + 661421 4751541 1015 + 661421 4751571 1015 + 661421 4751601 1014 + 661421 4751631 1013 + 661421 4751661 1013 + 661421 4751691 1013 + 661421 4751721 1014 + 661421 4751751 1010 + 661421 4751781 996 + 661421 4751811 981 + 661421 4751841 966 + 661421 4751871 953 + 661421 4751901 945 + 661421 4751931 934 + 661421 4751961 927 + 661421 4751991 914 + 661421 4752021 905 + 661421 4752051 897 + 661421 4752081 892 + 661421 4752111 887 + 661421 4752141 884 + 661421 4752171 881 + 661421 4752201 878 + 661421 4752231 875 + 661421 4752261 872 + 661421 4752291 869 + 661421 4752321 866 + 661421 4752351 862 + 661421 4752381 858 + 661421 4752411 854 + 661421 4752441 853 + 661421 4752471 844 + 661421 4752501 834 + 661421 4752531 830 + 661421 4752561 828 + 661421 4752591 832 + 661421 4752621 833 + 661421 4752651 824 + 661421 4752681 816 + 661421 4752711 813 + 661421 4752741 809 + 661421 4752771 809 + 661421 4752801 814 + 661421 4752831 831 + 661421 4752861 849 + 661421 4752891 862 + 661421 4752921 868 + 661421 4752951 869 + 661421 4752981 869 + 661421 4753011 870 + 661421 4753041 870 + 661421 4753071 869 + 661421 4753101 869 + 661421 4753131 869 + 661421 4753161 869 + 661421 4753191 868 + 661421 4753221 868 + 661421 4753251 867 + 661421 4753281 866 + 661421 4753311 867 + 661421 4753341 867 + 661421 4753371 868 + 661421 4753401 867 + 661421 4753431 869 + 661421 4753461 869 + 661421 4753491 871 + 661421 4753521 871 + 661421 4753551 859 + 661421 4753581 821 + 661421 4753611 809 + 661421 4753641 809 + 661421 4753671 809 + 661421 4753701 809 + 661421 4753731 818 + 661421 4753761 830 + 661421 4753791 848 + 661421 4753821 869 + 661421 4753851 870 + 661421 4753881 871 + 661421 4753911 873 + 661421 4753941 874 + 661421 4753971 875 + 661421 4754001 878 + 661421 4754031 881 + 661421 4754061 889 + 661421 4754091 916 + 661421 4754121 948 + 661421 4754151 968 + 661421 4754181 968 + 661421 4754211 966 + 661421 4754241 965 + 661421 4754271 965 + 661421 4754301 965 + 661421 4754331 965 + 661421 4754361 965 + 661421 4754391 966 + 661421 4754421 967 + 661421 4754451 966 + 661421 4754481 966 + 661421 4754511 966 + 661421 4754541 966 + 661451 4751301 1020 + 661451 4751331 1019 + 661451 4751361 1019 + 661451 4751391 1018 + 661451 4751421 1018 + 661451 4751451 1017 + 661451 4751481 1016 + 661451 4751511 1016 + 661451 4751541 1016 + 661451 4751571 1015 + 661451 4751601 1015 + 661451 4751631 1014 + 661451 4751661 1014 + 661451 4751691 1014 + 661451 4751721 1014 + 661451 4751751 1013 + 661451 4751781 1001 + 661451 4751811 985 + 661451 4751841 970 + 661451 4751871 953 + 661451 4751901 938 + 661451 4751931 918 + 661451 4751961 912 + 661451 4751991 911 + 661451 4752021 905 + 661451 4752051 897 + 661451 4752081 889 + 661451 4752111 885 + 661451 4752141 882 + 661451 4752171 879 + 661451 4752201 877 + 661451 4752231 874 + 661451 4752261 872 + 661451 4752291 869 + 661451 4752321 865 + 661451 4752351 861 + 661451 4752381 862 + 661451 4752411 850 + 661451 4752441 844 + 661451 4752471 837 + 661451 4752501 830 + 661451 4752531 833 + 661451 4752561 837 + 661451 4752591 840 + 661451 4752621 844 + 661451 4752651 844 + 661451 4752681 831 + 661451 4752711 819 + 661451 4752741 812 + 661451 4752771 810 + 661451 4752801 813 + 661451 4752831 833 + 661451 4752861 853 + 661451 4752891 863 + 661451 4752921 865 + 661451 4752951 867 + 661451 4752981 868 + 661451 4753011 869 + 661451 4753041 869 + 661451 4753071 869 + 661451 4753101 868 + 661451 4753131 868 + 661451 4753161 868 + 661451 4753191 868 + 661451 4753221 869 + 661451 4753251 868 + 661451 4753281 867 + 661451 4753311 868 + 661451 4753341 868 + 661451 4753371 868 + 661451 4753401 867 + 661451 4753431 868 + 661451 4753461 869 + 661451 4753491 871 + 661451 4753521 870 + 661451 4753551 859 + 661451 4753581 809 + 661451 4753611 809 + 661451 4753641 809 + 661451 4753671 809 + 661451 4753701 809 + 661451 4753731 817 + 661451 4753761 830 + 661451 4753791 846 + 661451 4753821 868 + 661451 4753851 871 + 661451 4753881 872 + 661451 4753911 874 + 661451 4753941 875 + 661451 4753971 876 + 661451 4754001 878 + 661451 4754031 882 + 661451 4754061 895 + 661451 4754091 916 + 661451 4754121 948 + 661451 4754151 965 + 661451 4754181 968 + 661451 4754211 967 + 661451 4754241 966 + 661451 4754271 966 + 661451 4754301 965 + 661451 4754331 965 + 661451 4754361 966 + 661451 4754391 966 + 661451 4754421 967 + 661451 4754451 967 + 661451 4754481 967 + 661451 4754511 966 + 661451 4754541 966 + 661481 4751301 1020 + 661481 4751331 1019 + 661481 4751361 1019 + 661481 4751391 1019 + 661481 4751421 1018 + 661481 4751451 1018 + 661481 4751481 1017 + 661481 4751511 1017 + 661481 4751541 1016 + 661481 4751571 1016 + 661481 4751601 1016 + 661481 4751631 1015 + 661481 4751661 1015 + 661481 4751691 1015 + 661481 4751721 1014 + 661481 4751751 1011 + 661481 4751781 1003 + 661481 4751811 988 + 661481 4751841 975 + 661481 4751871 957 + 661481 4751901 943 + 661481 4751931 921 + 661481 4751961 914 + 661481 4751991 909 + 661481 4752021 900 + 661481 4752051 892 + 661481 4752081 889 + 661481 4752111 884 + 661481 4752141 881 + 661481 4752171 876 + 661481 4752201 875 + 661481 4752231 873 + 661481 4752261 871 + 661481 4752291 868 + 661481 4752321 864 + 661481 4752351 860 + 661481 4752381 858 + 661481 4752411 850 + 661481 4752441 843 + 661481 4752471 837 + 661481 4752501 834 + 661481 4752531 840 + 661481 4752561 842 + 661481 4752591 848 + 661481 4752621 855 + 661481 4752651 856 + 661481 4752681 841 + 661481 4752711 829 + 661481 4752741 814 + 661481 4752771 810 + 661481 4752801 811 + 661481 4752831 824 + 661481 4752861 845 + 661481 4752891 857 + 661481 4752921 863 + 661481 4752951 865 + 661481 4752981 867 + 661481 4753011 868 + 661481 4753041 869 + 661481 4753071 868 + 661481 4753101 868 + 661481 4753131 868 + 661481 4753161 869 + 661481 4753191 869 + 661481 4753221 869 + 661481 4753251 869 + 661481 4753281 868 + 661481 4753311 868 + 661481 4753341 868 + 661481 4753371 869 + 661481 4753401 868 + 661481 4753431 868 + 661481 4753461 869 + 661481 4753491 870 + 661481 4753521 869 + 661481 4753551 857 + 661481 4753581 809 + 661481 4753611 809 + 661481 4753641 809 + 661481 4753671 809 + 661481 4753701 809 + 661481 4753731 817 + 661481 4753761 833 + 661481 4753791 852 + 661481 4753821 869 + 661481 4753851 874 + 661481 4753881 875 + 661481 4753911 875 + 661481 4753941 876 + 661481 4753971 877 + 661481 4754001 879 + 661481 4754031 882 + 661481 4754061 898 + 661481 4754091 914 + 661481 4754121 944 + 661481 4754151 968 + 661481 4754181 967 + 661481 4754211 968 + 661481 4754241 967 + 661481 4754271 966 + 661481 4754301 966 + 661481 4754331 966 + 661481 4754361 966 + 661481 4754391 967 + 661481 4754421 968 + 661481 4754451 968 + 661481 4754481 967 + 661481 4754511 967 + 661481 4754541 966 + 661511 4751301 1020 + 661511 4751331 1020 + 661511 4751361 1019 + 661511 4751391 1019 + 661511 4751421 1018 + 661511 4751451 1018 + 661511 4751481 1018 + 661511 4751511 1018 + 661511 4751541 1017 + 661511 4751571 1017 + 661511 4751601 1016 + 661511 4751631 1016 + 661511 4751661 1016 + 661511 4751691 1015 + 661511 4751721 1014 + 661511 4751751 1009 + 661511 4751781 997 + 661511 4751811 985 + 661511 4751841 971 + 661511 4751871 955 + 661511 4751901 940 + 661511 4751931 925 + 661511 4751961 923 + 661511 4751991 915 + 661511 4752021 903 + 661511 4752051 895 + 661511 4752081 889 + 661511 4752111 885 + 661511 4752141 881 + 661511 4752171 878 + 661511 4752201 875 + 661511 4752231 872 + 661511 4752261 870 + 661511 4752291 867 + 661511 4752321 863 + 661511 4752351 856 + 661511 4752381 848 + 661511 4752411 847 + 661511 4752441 840 + 661511 4752471 836 + 661511 4752501 839 + 661511 4752531 842 + 661511 4752561 844 + 661511 4752591 851 + 661511 4752621 860 + 661511 4752651 861 + 661511 4752681 845 + 661511 4752711 834 + 661511 4752741 820 + 661511 4752771 813 + 661511 4752801 811 + 661511 4752831 811 + 661511 4752861 831 + 661511 4752891 849 + 661511 4752921 861 + 661511 4752951 863 + 661511 4752981 865 + 661511 4753011 867 + 661511 4753041 867 + 661511 4753071 867 + 661511 4753101 868 + 661511 4753131 869 + 661511 4753161 869 + 661511 4753191 869 + 661511 4753221 869 + 661511 4753251 868 + 661511 4753281 868 + 661511 4753311 869 + 661511 4753341 869 + 661511 4753371 869 + 661511 4753401 868 + 661511 4753431 868 + 661511 4753461 869 + 661511 4753491 870 + 661511 4753521 869 + 661511 4753551 857 + 661511 4753581 809 + 661511 4753611 809 + 661511 4753641 809 + 661511 4753671 809 + 661511 4753701 809 + 661511 4753731 817 + 661511 4753761 838 + 661511 4753791 856 + 661511 4753821 872 + 661511 4753851 877 + 661511 4753881 877 + 661511 4753911 877 + 661511 4753941 877 + 661511 4753971 878 + 661511 4754001 881 + 661511 4754031 883 + 661511 4754061 899 + 661511 4754091 912 + 661511 4754121 942 + 661511 4754151 968 + 661511 4754181 968 + 661511 4754211 968 + 661511 4754241 967 + 661511 4754271 967 + 661511 4754301 966 + 661511 4754331 966 + 661511 4754361 966 + 661511 4754391 967 + 661511 4754421 968 + 661511 4754451 968 + 661511 4754481 967 + 661511 4754511 967 + 661511 4754541 966 + 661541 4751301 1021 + 661541 4751331 1020 + 661541 4751361 1019 + 661541 4751391 1019 + 661541 4751421 1019 + 661541 4751451 1018 + 661541 4751481 1018 + 661541 4751511 1018 + 661541 4751541 1018 + 661541 4751571 1018 + 661541 4751601 1017 + 661541 4751631 1017 + 661541 4751661 1016 + 661541 4751691 1015 + 661541 4751721 1013 + 661541 4751751 1004 + 661541 4751781 991 + 661541 4751811 976 + 661541 4751841 963 + 661541 4751871 947 + 661541 4751901 936 + 661541 4751931 938 + 661541 4751961 931 + 661541 4751991 917 + 661541 4752021 904 + 661541 4752051 896 + 661541 4752081 890 + 661541 4752111 884 + 661541 4752141 881 + 661541 4752171 877 + 661541 4752201 874 + 661541 4752231 872 + 661541 4752261 869 + 661541 4752291 866 + 661541 4752321 863 + 661541 4752351 853 + 661541 4752381 847 + 661541 4752411 843 + 661541 4752441 838 + 661541 4752471 838 + 661541 4752501 843 + 661541 4752531 845 + 661541 4752561 850 + 661541 4752591 857 + 661541 4752621 865 + 661541 4752651 865 + 661541 4752681 849 + 661541 4752711 837 + 661541 4752741 825 + 661541 4752771 817 + 661541 4752801 813 + 661541 4752831 811 + 661541 4752861 824 + 661541 4752891 842 + 661541 4752921 856 + 661541 4752951 862 + 661541 4752981 864 + 661541 4753011 866 + 661541 4753041 867 + 661541 4753071 868 + 661541 4753101 869 + 661541 4753131 869 + 661541 4753161 869 + 661541 4753191 869 + 661541 4753221 869 + 661541 4753251 869 + 661541 4753281 869 + 661541 4753311 869 + 661541 4753341 869 + 661541 4753371 869 + 661541 4753401 869 + 661541 4753431 869 + 661541 4753461 869 + 661541 4753491 870 + 661541 4753521 869 + 661541 4753551 858 + 661541 4753581 809 + 661541 4753611 809 + 661541 4753641 809 + 661541 4753671 809 + 661541 4753701 809 + 661541 4753731 820 + 661541 4753761 841 + 661541 4753791 858 + 661541 4753821 875 + 661541 4753851 877 + 661541 4753881 877 + 661541 4753911 878 + 661541 4753941 879 + 661541 4753971 880 + 661541 4754001 881 + 661541 4754031 884 + 661541 4754061 900 + 661541 4754091 912 + 661541 4754121 942 + 661541 4754151 968 + 661541 4754181 968 + 661541 4754211 968 + 661541 4754241 967 + 661541 4754271 967 + 661541 4754301 967 + 661541 4754331 967 + 661541 4754361 966 + 661541 4754391 967 + 661541 4754421 968 + 661541 4754451 968 + 661541 4754481 967 + 661541 4754511 967 + 661541 4754541 966 + 661571 4751301 1021 + 661571 4751331 1020 + 661571 4751361 1020 + 661571 4751391 1019 + 661571 4751421 1019 + 661571 4751451 1019 + 661571 4751481 1019 + 661571 4751511 1019 + 661571 4751541 1018 + 661571 4751571 1018 + 661571 4751601 1018 + 661571 4751631 1017 + 661571 4751661 1016 + 661571 4751691 1015 + 661571 4751721 1010 + 661571 4751751 997 + 661571 4751781 985 + 661571 4751811 970 + 661571 4751841 958 + 661571 4751871 952 + 661571 4751901 948 + 661571 4751931 943 + 661571 4751961 927 + 661571 4751991 913 + 661571 4752021 903 + 661571 4752051 895 + 661571 4752081 890 + 661571 4752111 885 + 661571 4752141 880 + 661571 4752171 877 + 661571 4752201 874 + 661571 4752231 871 + 661571 4752261 868 + 661571 4752291 865 + 661571 4752321 862 + 661571 4752351 851 + 661571 4752381 846 + 661571 4752411 841 + 661571 4752441 839 + 661571 4752471 842 + 661571 4752501 849 + 661571 4752531 853 + 661571 4752561 858 + 661571 4752591 864 + 661571 4752621 870 + 661571 4752651 870 + 661571 4752681 854 + 661571 4752711 840 + 661571 4752741 829 + 661571 4752771 820 + 661571 4752801 814 + 661571 4752831 811 + 661571 4752861 819 + 661571 4752891 839 + 661571 4752921 857 + 661571 4752951 862 + 661571 4752981 864 + 661571 4753011 866 + 661571 4753041 868 + 661571 4753071 869 + 661571 4753101 869 + 661571 4753131 869 + 661571 4753161 869 + 661571 4753191 869 + 661571 4753221 869 + 661571 4753251 869 + 661571 4753281 869 + 661571 4753311 869 + 661571 4753341 869 + 661571 4753371 869 + 661571 4753401 869 + 661571 4753431 869 + 661571 4753461 869 + 661571 4753491 870 + 661571 4753521 866 + 661571 4753551 855 + 661571 4753581 809 + 661571 4753611 809 + 661571 4753641 809 + 661571 4753671 809 + 661571 4753701 812 + 661571 4753731 823 + 661571 4753761 844 + 661571 4753791 866 + 661571 4753821 876 + 661571 4753851 878 + 661571 4753881 878 + 661571 4753911 878 + 661571 4753941 880 + 661571 4753971 880 + 661571 4754001 882 + 661571 4754031 884 + 661571 4754061 900 + 661571 4754091 912 + 661571 4754121 944 + 661571 4754151 968 + 661571 4754181 968 + 661571 4754211 968 + 661571 4754241 967 + 661571 4754271 967 + 661571 4754301 967 + 661571 4754331 967 + 661571 4754361 967 + 661571 4754391 967 + 661571 4754421 968 + 661571 4754451 968 + 661571 4754481 967 + 661571 4754511 967 + 661571 4754541 967 + 661601 4751301 1021 + 661601 4751331 1021 + 661601 4751361 1020 + 661601 4751391 1020 + 661601 4751421 1019 + 661601 4751451 1019 + 661601 4751481 1019 + 661601 4751511 1019 + 661601 4751541 1019 + 661601 4751571 1019 + 661601 4751601 1019 + 661601 4751631 1018 + 661601 4751661 1017 + 661601 4751691 1015 + 661601 4751721 1008 + 661601 4751751 995 + 661601 4751781 985 + 661601 4751811 971 + 661601 4751841 963 + 661601 4751871 957 + 661601 4751901 949 + 661601 4751931 935 + 661601 4751961 916 + 661601 4751991 906 + 661601 4752021 898 + 661601 4752051 891 + 661601 4752081 887 + 661601 4752111 883 + 661601 4752141 878 + 661601 4752171 876 + 661601 4752201 873 + 661601 4752231 870 + 661601 4752261 867 + 661601 4752291 863 + 661601 4752321 860 + 661601 4752351 852 + 661601 4752381 852 + 661601 4752411 845 + 661601 4752441 842 + 661601 4752471 843 + 661601 4752501 853 + 661601 4752531 862 + 661601 4752561 866 + 661601 4752591 869 + 661601 4752621 872 + 661601 4752651 872 + 661601 4752681 865 + 661601 4752711 845 + 661601 4752741 833 + 661601 4752771 822 + 661601 4752801 815 + 661601 4752831 811 + 661601 4752861 819 + 661601 4752891 840 + 661601 4752921 858 + 661601 4752951 862 + 661601 4752981 864 + 661601 4753011 866 + 661601 4753041 868 + 661601 4753071 869 + 661601 4753101 869 + 661601 4753131 869 + 661601 4753161 869 + 661601 4753191 869 + 661601 4753221 869 + 661601 4753251 869 + 661601 4753281 869 + 661601 4753311 869 + 661601 4753341 869 + 661601 4753371 869 + 661601 4753401 869 + 661601 4753431 869 + 661601 4753461 869 + 661601 4753491 869 + 661601 4753521 861 + 661601 4753551 842 + 661601 4753581 809 + 661601 4753611 809 + 661601 4753641 809 + 661601 4753671 809 + 661601 4753701 815 + 661601 4753731 826 + 661601 4753761 850 + 661601 4753791 869 + 661601 4753821 877 + 661601 4753851 878 + 661601 4753881 879 + 661601 4753911 879 + 661601 4753941 880 + 661601 4753971 881 + 661601 4754001 882 + 661601 4754031 884 + 661601 4754061 900 + 661601 4754091 913 + 661601 4754121 946 + 661601 4754151 968 + 661601 4754181 968 + 661601 4754211 968 + 661601 4754241 968 + 661601 4754271 968 + 661601 4754301 967 + 661601 4754331 968 + 661601 4754361 967 + 661601 4754391 967 + 661601 4754421 968 + 661601 4754451 968 + 661601 4754481 967 + 661601 4754511 967 + 661601 4754541 967 + 661631 4751301 1021 + 661631 4751331 1021 + 661631 4751361 1020 + 661631 4751391 1020 + 661631 4751421 1020 + 661631 4751451 1020 + 661631 4751481 1020 + 661631 4751511 1020 + 661631 4751541 1019 + 661631 4751571 1019 + 661631 4751601 1019 + 661631 4751631 1019 + 661631 4751661 1019 + 661631 4751691 1017 + 661631 4751721 1011 + 661631 4751751 998 + 661631 4751781 984 + 661631 4751811 971 + 661631 4751841 962 + 661631 4751871 952 + 661631 4751901 940 + 661631 4751931 930 + 661631 4751961 917 + 661631 4751991 908 + 661631 4752021 898 + 661631 4752051 891 + 661631 4752081 888 + 661631 4752111 884 + 661631 4752141 879 + 661631 4752171 877 + 661631 4752201 873 + 661631 4752231 870 + 661631 4752261 867 + 661631 4752291 862 + 661631 4752321 860 + 661631 4752351 859 + 661631 4752381 859 + 661631 4752411 845 + 661631 4752441 844 + 661631 4752471 847 + 661631 4752501 861 + 661631 4752531 863 + 661631 4752561 868 + 661631 4752591 869 + 661631 4752621 871 + 661631 4752651 872 + 661631 4752681 868 + 661631 4752711 853 + 661631 4752741 836 + 661631 4752771 823 + 661631 4752801 815 + 661631 4752831 811 + 661631 4752861 819 + 661631 4752891 840 + 661631 4752921 856 + 661631 4752951 862 + 661631 4752981 864 + 661631 4753011 866 + 661631 4753041 868 + 661631 4753071 869 + 661631 4753101 869 + 661631 4753131 869 + 661631 4753161 869 + 661631 4753191 869 + 661631 4753221 869 + 661631 4753251 869 + 661631 4753281 869 + 661631 4753311 869 + 661631 4753341 869 + 661631 4753371 869 + 661631 4753401 869 + 661631 4753431 869 + 661631 4753461 869 + 661631 4753491 870 + 661631 4753521 860 + 661631 4753551 831 + 661631 4753581 809 + 661631 4753611 809 + 661631 4753641 809 + 661631 4753671 809 + 661631 4753701 817 + 661631 4753731 830 + 661631 4753761 853 + 661631 4753791 871 + 661631 4753821 877 + 661631 4753851 878 + 661631 4753881 880 + 661631 4753911 879 + 661631 4753941 880 + 661631 4753971 881 + 661631 4754001 882 + 661631 4754031 884 + 661631 4754061 901 + 661631 4754091 914 + 661631 4754121 947 + 661631 4754151 968 + 661631 4754181 968 + 661631 4754211 968 + 661631 4754241 968 + 661631 4754271 968 + 661631 4754301 968 + 661631 4754331 968 + 661631 4754361 968 + 661631 4754391 968 + 661631 4754421 968 + 661631 4754451 968 + 661631 4754481 967 + 661631 4754511 967 + 661631 4754541 967 + 661661 4751301 1021 + 661661 4751331 1021 + 661661 4751361 1021 + 661661 4751391 1020 + 661661 4751421 1020 + 661661 4751451 1020 + 661661 4751481 1020 + 661661 4751511 1020 + 661661 4751541 1020 + 661661 4751571 1020 + 661661 4751601 1020 + 661661 4751631 1021 + 661661 4751661 1021 + 661661 4751691 1021 + 661661 4751721 1016 + 661661 4751751 1004 + 661661 4751781 993 + 661661 4751811 975 + 661661 4751841 963 + 661661 4751871 953 + 661661 4751901 941 + 661661 4751931 929 + 661661 4751961 918 + 661661 4751991 910 + 661661 4752021 902 + 661661 4752051 895 + 661661 4752081 889 + 661661 4752111 883 + 661661 4752141 879 + 661661 4752171 876 + 661661 4752201 873 + 661661 4752231 869 + 661661 4752261 867 + 661661 4752291 864 + 661661 4752321 862 + 661661 4752351 861 + 661661 4752381 861 + 661661 4752411 850 + 661661 4752441 847 + 661661 4752471 854 + 661661 4752501 862 + 661661 4752531 865 + 661661 4752561 867 + 661661 4752591 868 + 661661 4752621 870 + 661661 4752651 869 + 661661 4752681 871 + 661661 4752711 862 + 661661 4752741 841 + 661661 4752771 825 + 661661 4752801 814 + 661661 4752831 811 + 661661 4752861 818 + 661661 4752891 841 + 661661 4752921 857 + 661661 4752951 862 + 661661 4752981 864 + 661661 4753011 866 + 661661 4753041 867 + 661661 4753071 868 + 661661 4753101 869 + 661661 4753131 869 + 661661 4753161 869 + 661661 4753191 869 + 661661 4753221 869 + 661661 4753251 869 + 661661 4753281 869 + 661661 4753311 869 + 661661 4753341 869 + 661661 4753371 869 + 661661 4753401 870 + 661661 4753431 870 + 661661 4753461 870 + 661661 4753491 870 + 661661 4753521 863 + 661661 4753551 831 + 661661 4753581 809 + 661661 4753611 809 + 661661 4753641 809 + 661661 4753671 809 + 661661 4753701 818 + 661661 4753731 834 + 661661 4753761 857 + 661661 4753791 873 + 661661 4753821 877 + 661661 4753851 878 + 661661 4753881 880 + 661661 4753911 881 + 661661 4753941 881 + 661661 4753971 882 + 661661 4754001 883 + 661661 4754031 885 + 661661 4754061 901 + 661661 4754091 915 + 661661 4754121 950 + 661661 4754151 968 + 661661 4754181 968 + 661661 4754211 968 + 661661 4754241 968 + 661661 4754271 968 + 661661 4754301 968 + 661661 4754331 968 + 661661 4754361 968 + 661661 4754391 968 + 661661 4754421 968 + 661661 4754451 968 + 661661 4754481 968 + 661661 4754511 967 + 661661 4754541 967 + 661691 4751301 1021 + 661691 4751331 1021 + 661691 4751361 1021 + 661691 4751391 1021 + 661691 4751421 1021 + 661691 4751451 1020 + 661691 4751481 1020 + 661691 4751511 1021 + 661691 4751541 1021 + 661691 4751571 1021 + 661691 4751601 1021 + 661691 4751631 1021 + 661691 4751661 1022 + 661691 4751691 1022 + 661691 4751721 1020 + 661691 4751751 1010 + 661691 4751781 998 + 661691 4751811 980 + 661691 4751841 967 + 661691 4751871 954 + 661691 4751901 946 + 661691 4751931 934 + 661691 4751961 922 + 661691 4751991 912 + 661691 4752021 903 + 661691 4752051 894 + 661691 4752081 888 + 661691 4752111 883 + 661691 4752141 879 + 661691 4752171 876 + 661691 4752201 873 + 661691 4752231 870 + 661691 4752261 868 + 661691 4752291 866 + 661691 4752321 863 + 661691 4752351 861 + 661691 4752381 862 + 661691 4752411 856 + 661691 4752441 853 + 661691 4752471 859 + 661691 4752501 864 + 661691 4752531 867 + 661691 4752561 866 + 661691 4752591 866 + 661691 4752621 866 + 661691 4752651 865 + 661691 4752681 864 + 661691 4752711 856 + 661691 4752741 838 + 661691 4752771 823 + 661691 4752801 813 + 661691 4752831 811 + 661691 4752861 818 + 661691 4752891 842 + 661691 4752921 859 + 661691 4752951 862 + 661691 4752981 864 + 661691 4753011 866 + 661691 4753041 867 + 661691 4753071 869 + 661691 4753101 869 + 661691 4753131 869 + 661691 4753161 869 + 661691 4753191 869 + 661691 4753221 869 + 661691 4753251 869 + 661691 4753281 869 + 661691 4753311 869 + 661691 4753341 869 + 661691 4753371 869 + 661691 4753401 870 + 661691 4753431 870 + 661691 4753461 870 + 661691 4753491 870 + 661691 4753521 863 + 661691 4753551 832 + 661691 4753581 809 + 661691 4753611 809 + 661691 4753641 809 + 661691 4753671 809 + 661691 4753701 820 + 661691 4753731 838 + 661691 4753761 862 + 661691 4753791 874 + 661691 4753821 877 + 661691 4753851 879 + 661691 4753881 880 + 661691 4753911 882 + 661691 4753941 883 + 661691 4753971 884 + 661691 4754001 885 + 661691 4754031 886 + 661691 4754061 901 + 661691 4754091 916 + 661691 4754121 948 + 661691 4754151 968 + 661691 4754181 968 + 661691 4754211 968 + 661691 4754241 968 + 661691 4754271 968 + 661691 4754301 968 + 661691 4754331 968 + 661691 4754361 968 + 661691 4754391 968 + 661691 4754421 968 + 661691 4754451 968 + 661691 4754481 968 + 661691 4754511 968 + 661691 4754541 968 + 661721 4751301 1021 + 661721 4751331 1021 + 661721 4751361 1021 + 661721 4751391 1021 + 661721 4751421 1021 + 661721 4751451 1021 + 661721 4751481 1021 + 661721 4751511 1021 + 661721 4751541 1021 + 661721 4751571 1021 + 661721 4751601 1021 + 661721 4751631 1021 + 661721 4751661 1021 + 661721 4751691 1022 + 661721 4751721 1021 + 661721 4751751 1014 + 661721 4751781 998 + 661721 4751811 980 + 661721 4751841 968 + 661721 4751871 958 + 661721 4751901 949 + 661721 4751931 936 + 661721 4751961 925 + 661721 4751991 914 + 661721 4752021 904 + 661721 4752051 893 + 661721 4752081 888 + 661721 4752111 883 + 661721 4752141 879 + 661721 4752171 876 + 661721 4752201 873 + 661721 4752231 871 + 661721 4752261 869 + 661721 4752291 867 + 661721 4752321 865 + 661721 4752351 864 + 661721 4752381 863 + 661721 4752411 861 + 661721 4752441 860 + 661721 4752471 862 + 661721 4752501 867 + 661721 4752531 867 + 661721 4752561 864 + 661721 4752591 862 + 661721 4752621 858 + 661721 4752651 854 + 661721 4752681 849 + 661721 4752711 839 + 661721 4752741 828 + 661721 4752771 814 + 661721 4752801 811 + 661721 4752831 813 + 661721 4752861 823 + 661721 4752891 844 + 661721 4752921 861 + 661721 4752951 863 + 661721 4752981 864 + 661721 4753011 866 + 661721 4753041 868 + 661721 4753071 869 + 661721 4753101 869 + 661721 4753131 869 + 661721 4753161 869 + 661721 4753191 869 + 661721 4753221 869 + 661721 4753251 869 + 661721 4753281 869 + 661721 4753311 869 + 661721 4753341 871 + 661721 4753371 870 + 661721 4753401 871 + 661721 4753431 871 + 661721 4753461 872 + 661721 4753491 872 + 661721 4753521 860 + 661721 4753551 838 + 661721 4753581 809 + 661721 4753611 809 + 661721 4753641 809 + 661721 4753671 809 + 661721 4753701 820 + 661721 4753731 838 + 661721 4753761 863 + 661721 4753791 875 + 661721 4753821 877 + 661721 4753851 879 + 661721 4753881 880 + 661721 4753911 882 + 661721 4753941 883 + 661721 4753971 886 + 661721 4754001 891 + 661721 4754031 896 + 661721 4754061 902 + 661721 4754091 917 + 661721 4754121 947 + 661721 4754151 968 + 661721 4754181 968 + 661721 4754211 968 + 661721 4754241 968 + 661721 4754271 968 + 661721 4754301 968 + 661721 4754331 969 + 661721 4754361 968 + 661721 4754391 968 + 661721 4754421 968 + 661721 4754451 968 + 661721 4754481 968 + 661721 4754511 968 + 661721 4754541 968 + 661751 4751301 1021 + 661751 4751331 1021 + 661751 4751361 1021 + 661751 4751391 1021 + 661751 4751421 1021 + 661751 4751451 1021 + 661751 4751481 1021 + 661751 4751511 1022 + 661751 4751541 1022 + 661751 4751571 1022 + 661751 4751601 1022 + 661751 4751631 1022 + 661751 4751661 1023 + 661751 4751691 1023 + 661751 4751721 1022 + 661751 4751751 1016 + 661751 4751781 1000 + 661751 4751811 986 + 661751 4751841 974 + 661751 4751871 962 + 661751 4751901 950 + 661751 4751931 939 + 661751 4751961 926 + 661751 4751991 913 + 661751 4752021 905 + 661751 4752051 896 + 661751 4752081 890 + 661751 4752111 883 + 661751 4752141 879 + 661751 4752171 876 + 661751 4752201 874 + 661751 4752231 871 + 661751 4752261 869 + 661751 4752291 867 + 661751 4752321 866 + 661751 4752351 865 + 661751 4752381 863 + 661751 4752411 862 + 661751 4752441 863 + 661751 4752471 865 + 661751 4752501 867 + 661751 4752531 862 + 661751 4752561 854 + 661751 4752591 850 + 661751 4752621 843 + 661751 4752651 835 + 661751 4752681 831 + 661751 4752711 824 + 661751 4752741 815 + 661751 4752771 811 + 661751 4752801 812 + 661751 4752831 818 + 661751 4752861 829 + 661751 4752891 843 + 661751 4752921 860 + 661751 4752951 862 + 661751 4752981 864 + 661751 4753011 866 + 661751 4753041 868 + 661751 4753071 869 + 661751 4753101 869 + 661751 4753131 869 + 661751 4753161 869 + 661751 4753191 869 + 661751 4753221 869 + 661751 4753251 869 + 661751 4753281 870 + 661751 4753311 870 + 661751 4753341 871 + 661751 4753371 870 + 661751 4753401 870 + 661751 4753431 870 + 661751 4753461 870 + 661751 4753491 870 + 661751 4753521 861 + 661751 4753551 844 + 661751 4753581 809 + 661751 4753611 809 + 661751 4753641 809 + 661751 4753671 809 + 661751 4753701 820 + 661751 4753731 837 + 661751 4753761 859 + 661751 4753791 872 + 661751 4753821 877 + 661751 4753851 878 + 661751 4753881 880 + 661751 4753911 882 + 661751 4753941 884 + 661751 4753971 889 + 661751 4754001 893 + 661751 4754031 897 + 661751 4754061 901 + 661751 4754091 917 + 661751 4754121 946 + 661751 4754151 968 + 661751 4754181 968 + 661751 4754211 968 + 661751 4754241 968 + 661751 4754271 969 + 661751 4754301 969 + 661751 4754331 969 + 661751 4754361 968 + 661751 4754391 968 + 661751 4754421 969 + 661751 4754451 969 + 661751 4754481 968 + 661751 4754511 968 + 661751 4754541 968 + 661781 4751301 1021 + 661781 4751331 1021 + 661781 4751361 1021 + 661781 4751391 1021 + 661781 4751421 1021 + 661781 4751451 1021 + 661781 4751481 1022 + 661781 4751511 1022 + 661781 4751541 1022 + 661781 4751571 1022 + 661781 4751601 1022 + 661781 4751631 1022 + 661781 4751661 1023 + 661781 4751691 1023 + 661781 4751721 1022 + 661781 4751751 1017 + 661781 4751781 1002 + 661781 4751811 988 + 661781 4751841 976 + 661781 4751871 963 + 661781 4751901 950 + 661781 4751931 937 + 661781 4751961 924 + 661781 4751991 913 + 661781 4752021 905 + 661781 4752051 897 + 661781 4752081 889 + 661781 4752111 883 + 661781 4752141 877 + 661781 4752171 875 + 661781 4752201 874 + 661781 4752231 872 + 661781 4752261 870 + 661781 4752291 868 + 661781 4752321 867 + 661781 4752351 865 + 661781 4752381 864 + 661781 4752411 863 + 661781 4752441 863 + 661781 4752471 862 + 661781 4752501 856 + 661781 4752531 851 + 661781 4752561 842 + 661781 4752591 833 + 661781 4752621 828 + 661781 4752651 820 + 661781 4752681 817 + 661781 4752711 812 + 661781 4752741 812 + 661781 4752771 813 + 661781 4752801 818 + 661781 4752831 824 + 661781 4752861 832 + 661781 4752891 843 + 661781 4752921 855 + 661781 4752951 862 + 661781 4752981 865 + 661781 4753011 867 + 661781 4753041 868 + 661781 4753071 869 + 661781 4753101 869 + 661781 4753131 869 + 661781 4753161 869 + 661781 4753191 869 + 661781 4753221 869 + 661781 4753251 869 + 661781 4753281 870 + 661781 4753311 870 + 661781 4753341 870 + 661781 4753371 871 + 661781 4753401 871 + 661781 4753431 871 + 661781 4753461 870 + 661781 4753491 870 + 661781 4753521 865 + 661781 4753551 844 + 661781 4753581 817 + 661781 4753611 809 + 661781 4753641 809 + 661781 4753671 809 + 661781 4753701 819 + 661781 4753731 834 + 661781 4753761 850 + 661781 4753791 870 + 661781 4753821 876 + 661781 4753851 878 + 661781 4753881 880 + 661781 4753911 882 + 661781 4753941 885 + 661781 4753971 887 + 661781 4754001 892 + 661781 4754031 897 + 661781 4754061 901 + 661781 4754091 916 + 661781 4754121 945 + 661781 4754151 968 + 661781 4754181 968 + 661781 4754211 968 + 661781 4754241 968 + 661781 4754271 969 + 661781 4754301 969 + 661781 4754331 968 + 661781 4754361 968 + 661781 4754391 969 + 661781 4754421 969 + 661781 4754451 969 + 661781 4754481 969 + 661781 4754511 968 + 661781 4754541 968 + 661811 4751301 1021 + 661811 4751331 1021 + 661811 4751361 1021 + 661811 4751391 1021 + 661811 4751421 1021 + 661811 4751451 1022 + 661811 4751481 1022 + 661811 4751511 1022 + 661811 4751541 1022 + 661811 4751571 1023 + 661811 4751601 1023 + 661811 4751631 1023 + 661811 4751661 1024 + 661811 4751691 1025 + 661811 4751721 1024 + 661811 4751751 1020 + 661811 4751781 1003 + 661811 4751811 990 + 661811 4751841 982 + 661811 4751871 968 + 661811 4751901 952 + 661811 4751931 936 + 661811 4751961 920 + 661811 4751991 909 + 661811 4752021 901 + 661811 4752051 893 + 661811 4752081 886 + 661811 4752111 882 + 661811 4752141 878 + 661811 4752171 876 + 661811 4752201 874 + 661811 4752231 872 + 661811 4752261 870 + 661811 4752291 868 + 661811 4752321 866 + 661811 4752351 864 + 661811 4752381 863 + 661811 4752411 862 + 661811 4752441 861 + 661811 4752471 852 + 661811 4752501 844 + 661811 4752531 839 + 661811 4752561 830 + 661811 4752591 821 + 661811 4752621 815 + 661811 4752651 812 + 661811 4752681 812 + 661811 4752711 812 + 661811 4752741 815 + 661811 4752771 822 + 661811 4752801 828 + 661811 4752831 833 + 661811 4752861 838 + 661811 4752891 848 + 661811 4752921 861 + 661811 4752951 863 + 661811 4752981 865 + 661811 4753011 867 + 661811 4753041 868 + 661811 4753071 869 + 661811 4753101 869 + 661811 4753131 869 + 661811 4753161 869 + 661811 4753191 869 + 661811 4753221 869 + 661811 4753251 869 + 661811 4753281 870 + 661811 4753311 871 + 661811 4753341 871 + 661811 4753371 872 + 661811 4753401 872 + 661811 4753431 872 + 661811 4753461 872 + 661811 4753491 870 + 661811 4753521 869 + 661811 4753551 849 + 661811 4753581 816 + 661811 4753611 809 + 661811 4753641 809 + 661811 4753671 809 + 661811 4753701 816 + 661811 4753731 832 + 661811 4753761 851 + 661811 4753791 870 + 661811 4753821 877 + 661811 4753851 878 + 661811 4753881 880 + 661811 4753911 882 + 661811 4753941 884 + 661811 4753971 885 + 661811 4754001 889 + 661811 4754031 896 + 661811 4754061 901 + 661811 4754091 914 + 661811 4754121 946 + 661811 4754151 968 + 661811 4754181 968 + 661811 4754211 968 + 661811 4754241 968 + 661811 4754271 969 + 661811 4754301 968 + 661811 4754331 968 + 661811 4754361 969 + 661811 4754391 969 + 661811 4754421 969 + 661811 4754451 969 + 661811 4754481 968 + 661811 4754511 968 + 661811 4754541 968 + 661841 4751301 1021 + 661841 4751331 1021 + 661841 4751361 1021 + 661841 4751391 1021 + 661841 4751421 1022 + 661841 4751451 1022 + 661841 4751481 1022 + 661841 4751511 1022 + 661841 4751541 1023 + 661841 4751571 1023 + 661841 4751601 1024 + 661841 4751631 1025 + 661841 4751661 1025 + 661841 4751691 1026 + 661841 4751721 1025 + 661841 4751751 1021 + 661841 4751781 1006 + 661841 4751811 991 + 661841 4751841 982 + 661841 4751871 966 + 661841 4751901 951 + 661841 4751931 934 + 661841 4751961 918 + 661841 4751991 907 + 661841 4752021 899 + 661841 4752051 894 + 661841 4752081 888 + 661841 4752111 883 + 661841 4752141 879 + 661841 4752171 876 + 661841 4752201 874 + 661841 4752231 872 + 661841 4752261 870 + 661841 4752291 868 + 661841 4752321 867 + 661841 4752351 862 + 661841 4752381 862 + 661841 4752411 861 + 661841 4752441 851 + 661841 4752471 841 + 661841 4752501 832 + 661841 4752531 825 + 661841 4752561 817 + 661841 4752591 812 + 661841 4752621 812 + 661841 4752651 812 + 661841 4752681 818 + 661841 4752711 822 + 661841 4752741 827 + 661841 4752771 834 + 661841 4752801 842 + 661841 4752831 846 + 661841 4752861 852 + 661841 4752891 859 + 661841 4752921 862 + 661841 4752951 863 + 661841 4752981 865 + 661841 4753011 867 + 661841 4753041 868 + 661841 4753071 869 + 661841 4753101 869 + 661841 4753131 869 + 661841 4753161 869 + 661841 4753191 869 + 661841 4753221 869 + 661841 4753251 869 + 661841 4753281 870 + 661841 4753311 870 + 661841 4753341 871 + 661841 4753371 872 + 661841 4753401 871 + 661841 4753431 872 + 661841 4753461 872 + 661841 4753491 871 + 661841 4753521 869 + 661841 4753551 853 + 661841 4753581 817 + 661841 4753611 809 + 661841 4753641 809 + 661841 4753671 809 + 661841 4753701 809 + 661841 4753731 831 + 661841 4753761 849 + 661841 4753791 869 + 661841 4753821 877 + 661841 4753851 878 + 661841 4753881 879 + 661841 4753911 881 + 661841 4753941 882 + 661841 4753971 883 + 661841 4754001 884 + 661841 4754031 884 + 661841 4754061 901 + 661841 4754091 914 + 661841 4754121 947 + 661841 4754151 968 + 661841 4754181 968 + 661841 4754211 968 + 661841 4754241 968 + 661841 4754271 968 + 661841 4754301 968 + 661841 4754331 968 + 661841 4754361 968 + 661841 4754391 969 + 661841 4754421 968 + 661841 4754451 968 + 661841 4754481 968 + 661841 4754511 968 + 661841 4754541 968 + 661871 4751301 1021 + 661871 4751331 1021 + 661871 4751361 1021 + 661871 4751391 1022 + 661871 4751421 1022 + 661871 4751451 1022 + 661871 4751481 1022 + 661871 4751511 1022 + 661871 4751541 1023 + 661871 4751571 1023 + 661871 4751601 1024 + 661871 4751631 1025 + 661871 4751661 1025 + 661871 4751691 1027 + 661871 4751721 1025 + 661871 4751751 1022 + 661871 4751781 1012 + 661871 4751811 994 + 661871 4751841 984 + 661871 4751871 967 + 661871 4751901 952 + 661871 4751931 938 + 661871 4751961 924 + 661871 4751991 911 + 661871 4752021 902 + 661871 4752051 894 + 661871 4752081 888 + 661871 4752111 883 + 661871 4752141 879 + 661871 4752171 876 + 661871 4752201 874 + 661871 4752231 872 + 661871 4752261 869 + 661871 4752291 868 + 661871 4752321 866 + 661871 4752351 863 + 661871 4752381 862 + 661871 4752411 862 + 661871 4752441 847 + 661871 4752471 831 + 661871 4752501 822 + 661871 4752531 814 + 661871 4752561 812 + 661871 4752591 812 + 661871 4752621 817 + 661871 4752651 824 + 661871 4752681 833 + 661871 4752711 837 + 661871 4752741 841 + 661871 4752771 845 + 661871 4752801 853 + 661871 4752831 860 + 661871 4752861 861 + 661871 4752891 862 + 661871 4752921 862 + 661871 4752951 864 + 661871 4752981 866 + 661871 4753011 867 + 661871 4753041 869 + 661871 4753071 869 + 661871 4753101 869 + 661871 4753131 868 + 661871 4753161 868 + 661871 4753191 869 + 661871 4753221 869 + 661871 4753251 869 + 661871 4753281 870 + 661871 4753311 870 + 661871 4753341 872 + 661871 4753371 871 + 661871 4753401 871 + 661871 4753431 872 + 661871 4753461 873 + 661871 4753491 874 + 661871 4753521 865 + 661871 4753551 845 + 661871 4753581 818 + 661871 4753611 809 + 661871 4753641 809 + 661871 4753671 809 + 661871 4753701 817 + 661871 4753731 831 + 661871 4753761 849 + 661871 4753791 868 + 661871 4753821 877 + 661871 4753851 878 + 661871 4753881 879 + 661871 4753911 881 + 661871 4753941 882 + 661871 4753971 882 + 661871 4754001 883 + 661871 4754031 884 + 661871 4754061 902 + 661871 4754091 919 + 661871 4754121 948 + 661871 4754151 968 + 661871 4754181 968 + 661871 4754211 968 + 661871 4754241 967 + 661871 4754271 968 + 661871 4754301 968 + 661871 4754331 968 + 661871 4754361 967 + 661871 4754391 968 + 661871 4754421 968 + 661871 4754451 968 + 661871 4754481 969 + 661871 4754511 969 + 661871 4754541 969 + 661901 4751301 1021 + 661901 4751331 1021 + 661901 4751361 1022 + 661901 4751391 1022 + 661901 4751421 1022 + 661901 4751451 1022 + 661901 4751481 1022 + 661901 4751511 1023 + 661901 4751541 1023 + 661901 4751571 1024 + 661901 4751601 1024 + 661901 4751631 1025 + 661901 4751661 1025 + 661901 4751691 1026 + 661901 4751721 1026 + 661901 4751751 1023 + 661901 4751781 1016 + 661901 4751811 997 + 661901 4751841 985 + 661901 4751871 968 + 661901 4751901 951 + 661901 4751931 935 + 661901 4751961 921 + 661901 4751991 911 + 661901 4752021 904 + 661901 4752051 896 + 661901 4752081 889 + 661901 4752111 884 + 661901 4752141 880 + 661901 4752171 877 + 661901 4752201 874 + 661901 4752231 872 + 661901 4752261 869 + 661901 4752291 867 + 661901 4752321 865 + 661901 4752351 864 + 661901 4752381 863 + 661901 4752411 860 + 661901 4752441 843 + 661901 4752471 825 + 661901 4752501 816 + 661901 4752531 812 + 661901 4752561 814 + 661901 4752591 820 + 661901 4752621 828 + 661901 4752651 835 + 661901 4752681 841 + 661901 4752711 851 + 661901 4752741 858 + 661901 4752771 855 + 661901 4752801 857 + 661901 4752831 861 + 661901 4752861 862 + 661901 4752891 862 + 661901 4752921 863 + 661901 4752951 864 + 661901 4752981 866 + 661901 4753011 868 + 661901 4753041 869 + 661901 4753071 869 + 661901 4753101 869 + 661901 4753131 868 + 661901 4753161 868 + 661901 4753191 869 + 661901 4753221 869 + 661901 4753251 869 + 661901 4753281 870 + 661901 4753311 870 + 661901 4753341 871 + 661901 4753371 871 + 661901 4753401 872 + 661901 4753431 871 + 661901 4753461 871 + 661901 4753491 872 + 661901 4753521 859 + 661901 4753551 835 + 661901 4753581 817 + 661901 4753611 809 + 661901 4753641 809 + 661901 4753671 809 + 661901 4753701 819 + 661901 4753731 834 + 661901 4753761 851 + 661901 4753791 870 + 661901 4753821 877 + 661901 4753851 878 + 661901 4753881 879 + 661901 4753911 879 + 661901 4753941 881 + 661901 4753971 882 + 661901 4754001 883 + 661901 4754031 886 + 661901 4754061 904 + 661901 4754091 926 + 661901 4754121 952 + 661901 4754151 968 + 661901 4754181 968 + 661901 4754211 967 + 661901 4754241 967 + 661901 4754271 968 + 661901 4754301 967 + 661901 4754331 968 + 661901 4754361 967 + 661901 4754391 968 + 661901 4754421 968 + 661901 4754451 970 + 661901 4754481 969 + 661901 4754511 969 + 661901 4754541 969 + 661931 4751301 1021 + 661931 4751331 1022 + 661931 4751361 1022 + 661931 4751391 1022 + 661931 4751421 1022 + 661931 4751451 1022 + 661931 4751481 1023 + 661931 4751511 1023 + 661931 4751541 1023 + 661931 4751571 1024 + 661931 4751601 1024 + 661931 4751631 1025 + 661931 4751661 1025 + 661931 4751691 1026 + 661931 4751721 1025 + 661931 4751751 1025 + 661931 4751781 1021 + 661931 4751811 1005 + 661931 4751841 985 + 661931 4751871 966 + 661931 4751901 950 + 661931 4751931 933 + 661931 4751961 916 + 661931 4751991 906 + 661931 4752021 900 + 661931 4752051 893 + 661931 4752081 889 + 661931 4752111 884 + 661931 4752141 880 + 661931 4752171 877 + 661931 4752201 874 + 661931 4752231 871 + 661931 4752261 869 + 661931 4752291 867 + 661931 4752321 864 + 661931 4752351 862 + 661931 4752381 862 + 661931 4752411 852 + 661931 4752441 838 + 661931 4752471 823 + 661931 4752501 815 + 661931 4752531 812 + 661931 4752561 817 + 661931 4752591 828 + 661931 4752621 835 + 661931 4752651 843 + 661931 4752681 853 + 661931 4752711 861 + 661931 4752741 862 + 661931 4752771 862 + 661931 4752801 861 + 661931 4752831 861 + 661931 4752861 862 + 661931 4752891 863 + 661931 4752921 863 + 661931 4752951 865 + 661931 4752981 866 + 661931 4753011 868 + 661931 4753041 868 + 661931 4753071 869 + 661931 4753101 868 + 661931 4753131 868 + 661931 4753161 868 + 661931 4753191 869 + 661931 4753221 869 + 661931 4753251 869 + 661931 4753281 870 + 661931 4753311 870 + 661931 4753341 870 + 661931 4753371 872 + 661931 4753401 872 + 661931 4753431 872 + 661931 4753461 870 + 661931 4753491 869 + 661931 4753521 846 + 661931 4753551 824 + 661931 4753581 809 + 661931 4753611 809 + 661931 4753641 809 + 661931 4753671 811 + 661931 4753701 821 + 661931 4753731 837 + 661931 4753761 854 + 661931 4753791 871 + 661931 4753821 877 + 661931 4753851 878 + 661931 4753881 879 + 661931 4753911 880 + 661931 4753941 881 + 661931 4753971 882 + 661931 4754001 883 + 661931 4754031 889 + 661931 4754061 906 + 661931 4754091 931 + 661931 4754121 957 + 661931 4754151 968 + 661931 4754181 967 + 661931 4754211 967 + 661931 4754241 966 + 661931 4754271 966 + 661931 4754301 967 + 661931 4754331 967 + 661931 4754361 968 + 661931 4754391 969 + 661931 4754421 969 + 661931 4754451 969 + 661931 4754481 970 + 661931 4754511 970 + 661931 4754541 970 + 661961 4751301 1022 + 661961 4751331 1021 + 661961 4751361 1022 + 661961 4751391 1022 + 661961 4751421 1022 + 661961 4751451 1022 + 661961 4751481 1022 + 661961 4751511 1022 + 661961 4751541 1022 + 661961 4751571 1023 + 661961 4751601 1023 + 661961 4751631 1023 + 661961 4751661 1024 + 661961 4751691 1024 + 661961 4751721 1024 + 661961 4751751 1025 + 661961 4751781 1024 + 661961 4751811 1002 + 661961 4751841 986 + 661961 4751871 968 + 661961 4751901 953 + 661961 4751931 933 + 661961 4751961 916 + 661961 4751991 907 + 661961 4752021 900 + 661961 4752051 891 + 661961 4752081 887 + 661961 4752111 883 + 661961 4752141 880 + 661961 4752171 877 + 661961 4752201 874 + 661961 4752231 871 + 661961 4752261 869 + 661961 4752291 867 + 661961 4752321 863 + 661961 4752351 862 + 661961 4752381 857 + 661961 4752411 844 + 661961 4752441 831 + 661961 4752471 821 + 661961 4752501 814 + 661961 4752531 812 + 661961 4752561 820 + 661961 4752591 832 + 661961 4752621 841 + 661961 4752651 852 + 661961 4752681 861 + 661961 4752711 862 + 661961 4752741 862 + 661961 4752771 862 + 661961 4752801 862 + 661961 4752831 862 + 661961 4752861 862 + 661961 4752891 863 + 661961 4752921 864 + 661961 4752951 865 + 661961 4752981 866 + 661961 4753011 867 + 661961 4753041 868 + 661961 4753071 867 + 661961 4753101 867 + 661961 4753131 868 + 661961 4753161 868 + 661961 4753191 869 + 661961 4753221 869 + 661961 4753251 869 + 661961 4753281 870 + 661961 4753311 870 + 661961 4753341 870 + 661961 4753371 870 + 661961 4753401 872 + 661961 4753431 872 + 661961 4753461 873 + 661961 4753491 859 + 661961 4753521 830 + 661961 4753551 809 + 661961 4753581 809 + 661961 4753611 809 + 661961 4753641 809 + 661961 4753671 815 + 661961 4753701 830 + 661961 4753731 842 + 661961 4753761 860 + 661961 4753791 875 + 661961 4753821 877 + 661961 4753851 878 + 661961 4753881 879 + 661961 4753911 880 + 661961 4753941 881 + 661961 4753971 882 + 661961 4754001 883 + 661961 4754031 892 + 661961 4754061 909 + 661961 4754091 937 + 661961 4754121 963 + 661961 4754151 967 + 661961 4754181 965 + 661961 4754211 966 + 661961 4754241 966 + 661961 4754271 966 + 661961 4754301 967 + 661961 4754331 967 + 661961 4754361 967 + 661961 4754391 969 + 661961 4754421 969 + 661961 4754451 969 + 661961 4754481 969 + 661961 4754511 970 + 661961 4754541 970 + 661991 4751301 1022 + 661991 4751331 1023 + 661991 4751361 1023 + 661991 4751391 1022 + 661991 4751421 1022 + 661991 4751451 1022 + 661991 4751481 1022 + 661991 4751511 1023 + 661991 4751541 1023 + 661991 4751571 1023 + 661991 4751601 1023 + 661991 4751631 1023 + 661991 4751661 1023 + 661991 4751691 1023 + 661991 4751721 1023 + 661991 4751751 1024 + 661991 4751781 1024 + 661991 4751811 1003 + 661991 4751841 986 + 661991 4751871 969 + 661991 4751901 951 + 661991 4751931 932 + 661991 4751961 914 + 661991 4751991 907 + 661991 4752021 897 + 661991 4752051 890 + 661991 4752081 887 + 661991 4752111 884 + 661991 4752141 880 + 661991 4752171 877 + 661991 4752201 874 + 661991 4752231 871 + 661991 4752261 868 + 661991 4752291 866 + 661991 4752321 862 + 661991 4752351 861 + 661991 4752381 857 + 661991 4752411 840 + 661991 4752441 829 + 661991 4752471 821 + 661991 4752501 815 + 661991 4752531 814 + 661991 4752561 821 + 661991 4752591 834 + 661991 4752621 842 + 661991 4752651 856 + 661991 4752681 862 + 661991 4752711 862 + 661991 4752741 862 + 661991 4752771 862 + 661991 4752801 862 + 661991 4752831 862 + 661991 4752861 863 + 661991 4752891 863 + 661991 4752921 864 + 661991 4752951 865 + 661991 4752981 866 + 661991 4753011 867 + 661991 4753041 867 + 661991 4753071 867 + 661991 4753101 867 + 661991 4753131 868 + 661991 4753161 868 + 661991 4753191 869 + 661991 4753221 869 + 661991 4753251 869 + 661991 4753281 870 + 661991 4753311 870 + 661991 4753341 870 + 661991 4753371 870 + 661991 4753401 870 + 661991 4753431 872 + 661991 4753461 871 + 661991 4753491 854 + 661991 4753521 809 + 661991 4753551 809 + 661991 4753581 809 + 661991 4753611 809 + 661991 4753641 813 + 661991 4753671 829 + 661991 4753701 841 + 661991 4753731 856 + 661991 4753761 871 + 661991 4753791 877 + 661991 4753821 878 + 661991 4753851 878 + 661991 4753881 879 + 661991 4753911 880 + 661991 4753941 881 + 661991 4753971 882 + 661991 4754001 884 + 661991 4754031 896 + 661991 4754061 912 + 661991 4754091 941 + 661991 4754121 967 + 661991 4754151 963 + 661991 4754181 963 + 661991 4754211 964 + 661991 4754241 964 + 661991 4754271 965 + 661991 4754301 966 + 661991 4754331 967 + 661991 4754361 967 + 661991 4754391 968 + 661991 4754421 968 + 661991 4754451 968 + 661991 4754481 968 + 661991 4754511 968 + 661991 4754541 968 + 662021 4751301 1023 + 662021 4751331 1023 + 662021 4751361 1023 + 662021 4751391 1023 + 662021 4751421 1022 + 662021 4751451 1022 + 662021 4751481 1022 + 662021 4751511 1023 + 662021 4751541 1023 + 662021 4751571 1023 + 662021 4751601 1023 + 662021 4751631 1023 + 662021 4751661 1023 + 662021 4751691 1024 + 662021 4751721 1023 + 662021 4751751 1023 + 662021 4751781 1022 + 662021 4751811 1001 + 662021 4751841 983 + 662021 4751871 965 + 662021 4751901 946 + 662021 4751931 930 + 662021 4751961 913 + 662021 4751991 905 + 662021 4752021 897 + 662021 4752051 890 + 662021 4752081 886 + 662021 4752111 883 + 662021 4752141 880 + 662021 4752171 877 + 662021 4752201 874 + 662021 4752231 870 + 662021 4752261 868 + 662021 4752291 866 + 662021 4752321 863 + 662021 4752351 863 + 662021 4752381 861 + 662021 4752411 843 + 662021 4752441 826 + 662021 4752471 820 + 662021 4752501 816 + 662021 4752531 814 + 662021 4752561 821 + 662021 4752591 833 + 662021 4752621 841 + 662021 4752651 852 + 662021 4752681 862 + 662021 4752711 861 + 662021 4752741 862 + 662021 4752771 863 + 662021 4752801 863 + 662021 4752831 863 + 662021 4752861 863 + 662021 4752891 864 + 662021 4752921 864 + 662021 4752951 865 + 662021 4752981 866 + 662021 4753011 866 + 662021 4753041 866 + 662021 4753071 867 + 662021 4753101 867 + 662021 4753131 868 + 662021 4753161 868 + 662021 4753191 869 + 662021 4753221 869 + 662021 4753251 869 + 662021 4753281 870 + 662021 4753311 870 + 662021 4753341 870 + 662021 4753371 870 + 662021 4753401 870 + 662021 4753431 870 + 662021 4753461 869 + 662021 4753491 838 + 662021 4753521 809 + 662021 4753551 809 + 662021 4753581 809 + 662021 4753611 809 + 662021 4753641 824 + 662021 4753671 838 + 662021 4753701 859 + 662021 4753731 868 + 662021 4753761 877 + 662021 4753791 877 + 662021 4753821 878 + 662021 4753851 878 + 662021 4753881 879 + 662021 4753911 880 + 662021 4753941 881 + 662021 4753971 882 + 662021 4754001 884 + 662021 4754031 899 + 662021 4754061 916 + 662021 4754091 944 + 662021 4754121 954 + 662021 4754151 960 + 662021 4754181 962 + 662021 4754211 964 + 662021 4754241 965 + 662021 4754271 965 + 662021 4754301 966 + 662021 4754331 967 + 662021 4754361 967 + 662021 4754391 968 + 662021 4754421 968 + 662021 4754451 968 + 662021 4754481 969 + 662021 4754511 969 + 662021 4754541 969 + 662051 4751301 1023 + 662051 4751331 1023 + 662051 4751361 1023 + 662051 4751391 1023 + 662051 4751421 1023 + 662051 4751451 1023 + 662051 4751481 1022 + 662051 4751511 1023 + 662051 4751541 1023 + 662051 4751571 1023 + 662051 4751601 1023 + 662051 4751631 1023 + 662051 4751661 1023 + 662051 4751691 1023 + 662051 4751721 1024 + 662051 4751751 1024 + 662051 4751781 1019 + 662051 4751811 999 + 662051 4751841 984 + 662051 4751871 966 + 662051 4751901 948 + 662051 4751931 930 + 662051 4751961 914 + 662051 4751991 904 + 662051 4752021 898 + 662051 4752051 889 + 662051 4752081 884 + 662051 4752111 881 + 662051 4752141 878 + 662051 4752171 876 + 662051 4752201 873 + 662051 4752231 870 + 662051 4752261 868 + 662051 4752291 866 + 662051 4752321 865 + 662051 4752351 863 + 662051 4752381 862 + 662051 4752411 853 + 662051 4752441 834 + 662051 4752471 822 + 662051 4752501 816 + 662051 4752531 814 + 662051 4752561 820 + 662051 4752591 832 + 662051 4752621 841 + 662051 4752651 850 + 662051 4752681 860 + 662051 4752711 861 + 662051 4752741 862 + 662051 4752771 863 + 662051 4752801 863 + 662051 4752831 863 + 662051 4752861 864 + 662051 4752891 864 + 662051 4752921 865 + 662051 4752951 865 + 662051 4752981 866 + 662051 4753011 866 + 662051 4753041 866 + 662051 4753071 867 + 662051 4753101 868 + 662051 4753131 868 + 662051 4753161 869 + 662051 4753191 869 + 662051 4753221 869 + 662051 4753251 870 + 662051 4753281 870 + 662051 4753311 870 + 662051 4753341 870 + 662051 4753371 870 + 662051 4753401 870 + 662051 4753431 869 + 662051 4753461 867 + 662051 4753491 809 + 662051 4753521 809 + 662051 4753551 809 + 662051 4753581 809 + 662051 4753611 809 + 662051 4753641 828 + 662051 4753671 846 + 662051 4753701 868 + 662051 4753731 876 + 662051 4753761 877 + 662051 4753791 878 + 662051 4753821 878 + 662051 4753851 879 + 662051 4753881 880 + 662051 4753911 881 + 662051 4753941 882 + 662051 4753971 883 + 662051 4754001 887 + 662051 4754031 905 + 662051 4754061 922 + 662051 4754091 948 + 662051 4754121 955 + 662051 4754151 958 + 662051 4754181 961 + 662051 4754211 963 + 662051 4754241 965 + 662051 4754271 965 + 662051 4754301 966 + 662051 4754331 967 + 662051 4754361 967 + 662051 4754391 968 + 662051 4754421 968 + 662051 4754451 968 + 662051 4754481 969 + 662051 4754511 969 + 662051 4754541 969 + 662081 4751301 1023 + 662081 4751331 1023 + 662081 4751361 1024 + 662081 4751391 1023 + 662081 4751421 1023 + 662081 4751451 1024 + 662081 4751481 1024 + 662081 4751511 1024 + 662081 4751541 1025 + 662081 4751571 1024 + 662081 4751601 1024 + 662081 4751631 1024 + 662081 4751661 1025 + 662081 4751691 1025 + 662081 4751721 1026 + 662081 4751751 1026 + 662081 4751781 1020 + 662081 4751811 999 + 662081 4751841 983 + 662081 4751871 965 + 662081 4751901 946 + 662081 4751931 933 + 662081 4751961 914 + 662081 4751991 906 + 662081 4752021 897 + 662081 4752051 889 + 662081 4752081 884 + 662081 4752111 879 + 662081 4752141 876 + 662081 4752171 874 + 662081 4752201 872 + 662081 4752231 869 + 662081 4752261 867 + 662081 4752291 865 + 662081 4752321 862 + 662081 4752351 863 + 662081 4752381 862 + 662081 4752411 853 + 662081 4752441 836 + 662081 4752471 823 + 662081 4752501 816 + 662081 4752531 814 + 662081 4752561 821 + 662081 4752591 835 + 662081 4752621 847 + 662081 4752651 860 + 662081 4752681 861 + 662081 4752711 862 + 662081 4752741 862 + 662081 4752771 863 + 662081 4752801 863 + 662081 4752831 864 + 662081 4752861 864 + 662081 4752891 864 + 662081 4752921 865 + 662081 4752951 866 + 662081 4752981 866 + 662081 4753011 866 + 662081 4753041 867 + 662081 4753071 867 + 662081 4753101 868 + 662081 4753131 868 + 662081 4753161 869 + 662081 4753191 869 + 662081 4753221 869 + 662081 4753251 869 + 662081 4753281 870 + 662081 4753311 870 + 662081 4753341 871 + 662081 4753371 870 + 662081 4753401 870 + 662081 4753431 870 + 662081 4753461 866 + 662081 4753491 809 + 662081 4753521 809 + 662081 4753551 809 + 662081 4753581 809 + 662081 4753611 809 + 662081 4753641 830 + 662081 4753671 847 + 662081 4753701 866 + 662081 4753731 876 + 662081 4753761 877 + 662081 4753791 878 + 662081 4753821 878 + 662081 4753851 879 + 662081 4753881 880 + 662081 4753911 880 + 662081 4753941 882 + 662081 4753971 883 + 662081 4754001 894 + 662081 4754031 910 + 662081 4754061 927 + 662081 4754091 952 + 662081 4754121 967 + 662081 4754151 960 + 662081 4754181 962 + 662081 4754211 964 + 662081 4754241 965 + 662081 4754271 965 + 662081 4754301 967 + 662081 4754331 967 + 662081 4754361 968 + 662081 4754391 968 + 662081 4754421 969 + 662081 4754451 969 + 662081 4754481 969 + 662081 4754511 970 + 662081 4754541 970 + 662111 4751301 1022 + 662111 4751331 1023 + 662111 4751361 1023 + 662111 4751391 1023 + 662111 4751421 1024 + 662111 4751451 1024 + 662111 4751481 1023 + 662111 4751511 1024 + 662111 4751541 1024 + 662111 4751571 1025 + 662111 4751601 1024 + 662111 4751631 1025 + 662111 4751661 1025 + 662111 4751691 1025 + 662111 4751721 1026 + 662111 4751751 1026 + 662111 4751781 1020 + 662111 4751811 1000 + 662111 4751841 985 + 662111 4751871 967 + 662111 4751901 949 + 662111 4751931 933 + 662111 4751961 916 + 662111 4751991 908 + 662111 4752021 899 + 662111 4752051 890 + 662111 4752081 884 + 662111 4752111 880 + 662111 4752141 877 + 662111 4752171 874 + 662111 4752201 871 + 662111 4752231 868 + 662111 4752261 864 + 662111 4752291 861 + 662111 4752321 862 + 662111 4752351 862 + 662111 4752381 861 + 662111 4752411 847 + 662111 4752441 831 + 662111 4752471 821 + 662111 4752501 817 + 662111 4752531 817 + 662111 4752561 825 + 662111 4752591 838 + 662111 4752621 850 + 662111 4752651 861 + 662111 4752681 862 + 662111 4752711 862 + 662111 4752741 863 + 662111 4752771 863 + 662111 4752801 864 + 662111 4752831 864 + 662111 4752861 864 + 662111 4752891 865 + 662111 4752921 865 + 662111 4752951 866 + 662111 4752981 866 + 662111 4753011 866 + 662111 4753041 867 + 662111 4753071 867 + 662111 4753101 868 + 662111 4753131 868 + 662111 4753161 868 + 662111 4753191 869 + 662111 4753221 869 + 662111 4753251 869 + 662111 4753281 870 + 662111 4753311 870 + 662111 4753341 871 + 662111 4753371 871 + 662111 4753401 871 + 662111 4753431 870 + 662111 4753461 859 + 662111 4753491 809 + 662111 4753521 809 + 662111 4753551 809 + 662111 4753581 809 + 662111 4753611 809 + 662111 4753641 830 + 662111 4753671 848 + 662111 4753701 868 + 662111 4753731 877 + 662111 4753761 877 + 662111 4753791 878 + 662111 4753821 878 + 662111 4753851 877 + 662111 4753881 878 + 662111 4753911 880 + 662111 4753941 882 + 662111 4753971 886 + 662111 4754001 901 + 662111 4754031 919 + 662111 4754061 937 + 662111 4754091 959 + 662111 4754121 968 + 662111 4754151 967 + 662111 4754181 965 + 662111 4754211 964 + 662111 4754241 965 + 662111 4754271 965 + 662111 4754301 966 + 662111 4754331 967 + 662111 4754361 968 + 662111 4754391 969 + 662111 4754421 969 + 662111 4754451 969 + 662111 4754481 969 + 662111 4754511 970 + 662111 4754541 971 + 662141 4751301 1022 + 662141 4751331 1022 + 662141 4751361 1023 + 662141 4751391 1023 + 662141 4751421 1023 + 662141 4751451 1023 + 662141 4751481 1024 + 662141 4751511 1024 + 662141 4751541 1024 + 662141 4751571 1025 + 662141 4751601 1025 + 662141 4751631 1026 + 662141 4751661 1026 + 662141 4751691 1026 + 662141 4751721 1026 + 662141 4751751 1025 + 662141 4751781 1019 + 662141 4751811 1001 + 662141 4751841 986 + 662141 4751871 968 + 662141 4751901 951 + 662141 4751931 932 + 662141 4751961 917 + 662141 4751991 908 + 662141 4752021 897 + 662141 4752051 890 + 662141 4752081 885 + 662141 4752111 882 + 662141 4752141 877 + 662141 4752171 875 + 662141 4752201 872 + 662141 4752231 869 + 662141 4752261 865 + 662141 4752291 862 + 662141 4752321 860 + 662141 4752351 860 + 662141 4752381 854 + 662141 4752411 842 + 662141 4752441 826 + 662141 4752471 818 + 662141 4752501 817 + 662141 4752531 817 + 662141 4752561 834 + 662141 4752591 846 + 662141 4752621 857 + 662141 4752651 861 + 662141 4752681 862 + 662141 4752711 862 + 662141 4752741 863 + 662141 4752771 863 + 662141 4752801 864 + 662141 4752831 864 + 662141 4752861 865 + 662141 4752891 865 + 662141 4752921 865 + 662141 4752951 866 + 662141 4752981 866 + 662141 4753011 866 + 662141 4753041 867 + 662141 4753071 867 + 662141 4753101 867 + 662141 4753131 868 + 662141 4753161 868 + 662141 4753191 868 + 662141 4753221 869 + 662141 4753251 869 + 662141 4753281 870 + 662141 4753311 870 + 662141 4753341 871 + 662141 4753371 870 + 662141 4753401 871 + 662141 4753431 868 + 662141 4753461 846 + 662141 4753491 809 + 662141 4753521 809 + 662141 4753551 809 + 662141 4753581 809 + 662141 4753611 809 + 662141 4753641 831 + 662141 4753671 849 + 662141 4753701 865 + 662141 4753731 877 + 662141 4753761 877 + 662141 4753791 877 + 662141 4753821 876 + 662141 4753851 876 + 662141 4753881 877 + 662141 4753911 880 + 662141 4753941 883 + 662141 4753971 893 + 662141 4754001 905 + 662141 4754031 924 + 662141 4754061 944 + 662141 4754091 968 + 662141 4754121 968 + 662141 4754151 967 + 662141 4754181 967 + 662141 4754211 966 + 662141 4754241 966 + 662141 4754271 966 + 662141 4754301 967 + 662141 4754331 967 + 662141 4754361 968 + 662141 4754391 968 + 662141 4754421 969 + 662141 4754451 969 + 662141 4754481 970 + 662141 4754511 971 + 662141 4754541 970 + 662171 4751301 1021 + 662171 4751331 1022 + 662171 4751361 1022 + 662171 4751391 1023 + 662171 4751421 1023 + 662171 4751451 1023 + 662171 4751481 1023 + 662171 4751511 1023 + 662171 4751541 1024 + 662171 4751571 1025 + 662171 4751601 1024 + 662171 4751631 1025 + 662171 4751661 1026 + 662171 4751691 1025 + 662171 4751721 1024 + 662171 4751751 1023 + 662171 4751781 1015 + 662171 4751811 1001 + 662171 4751841 984 + 662171 4751871 966 + 662171 4751901 946 + 662171 4751931 930 + 662171 4751961 913 + 662171 4751991 904 + 662171 4752021 897 + 662171 4752051 892 + 662171 4752081 888 + 662171 4752111 884 + 662171 4752141 878 + 662171 4752171 876 + 662171 4752201 876 + 662171 4752231 871 + 662171 4752261 867 + 662171 4752291 864 + 662171 4752321 862 + 662171 4752351 863 + 662171 4752381 862 + 662171 4752411 846 + 662171 4752441 825 + 662171 4752471 818 + 662171 4752501 817 + 662171 4752531 826 + 662171 4752561 840 + 662171 4752591 854 + 662171 4752621 861 + 662171 4752651 862 + 662171 4752681 862 + 662171 4752711 863 + 662171 4752741 863 + 662171 4752771 863 + 662171 4752801 864 + 662171 4752831 864 + 662171 4752861 865 + 662171 4752891 865 + 662171 4752921 866 + 662171 4752951 866 + 662171 4752981 866 + 662171 4753011 866 + 662171 4753041 867 + 662171 4753071 867 + 662171 4753101 867 + 662171 4753131 868 + 662171 4753161 868 + 662171 4753191 869 + 662171 4753221 869 + 662171 4753251 869 + 662171 4753281 870 + 662171 4753311 870 + 662171 4753341 870 + 662171 4753371 871 + 662171 4753401 871 + 662171 4753431 861 + 662171 4753461 828 + 662171 4753491 809 + 662171 4753521 809 + 662171 4753551 809 + 662171 4753581 809 + 662171 4753611 819 + 662171 4753641 838 + 662171 4753671 854 + 662171 4753701 869 + 662171 4753731 877 + 662171 4753761 877 + 662171 4753791 877 + 662171 4753821 876 + 662171 4753851 876 + 662171 4753881 877 + 662171 4753911 881 + 662171 4753941 884 + 662171 4753971 898 + 662171 4754001 916 + 662171 4754031 931 + 662171 4754061 951 + 662171 4754091 968 + 662171 4754121 968 + 662171 4754151 968 + 662171 4754181 967 + 662171 4754211 968 + 662171 4754241 966 + 662171 4754271 967 + 662171 4754301 968 + 662171 4754331 967 + 662171 4754361 968 + 662171 4754391 968 + 662171 4754421 969 + 662171 4754451 970 + 662171 4754481 969 + 662171 4754511 971 + 662171 4754541 971 + 662201 4751301 1020 + 662201 4751331 1021 + 662201 4751361 1021 + 662201 4751391 1022 + 662201 4751421 1022 + 662201 4751451 1022 + 662201 4751481 1023 + 662201 4751511 1023 + 662201 4751541 1023 + 662201 4751571 1024 + 662201 4751601 1024 + 662201 4751631 1024 + 662201 4751661 1026 + 662201 4751691 1025 + 662201 4751721 1023 + 662201 4751751 1019 + 662201 4751781 1011 + 662201 4751811 999 + 662201 4751841 981 + 662201 4751871 963 + 662201 4751901 943 + 662201 4751931 928 + 662201 4751961 913 + 662201 4751991 901 + 662201 4752021 896 + 662201 4752051 893 + 662201 4752081 888 + 662201 4752111 884 + 662201 4752141 881 + 662201 4752171 880 + 662201 4752201 877 + 662201 4752231 873 + 662201 4752261 869 + 662201 4752291 867 + 662201 4752321 865 + 662201 4752351 863 + 662201 4752381 859 + 662201 4752411 841 + 662201 4752441 823 + 662201 4752471 818 + 662201 4752501 817 + 662201 4752531 828 + 662201 4752561 839 + 662201 4752591 848 + 662201 4752621 860 + 662201 4752651 862 + 662201 4752681 862 + 662201 4752711 863 + 662201 4752741 863 + 662201 4752771 863 + 662201 4752801 864 + 662201 4752831 865 + 662201 4752861 865 + 662201 4752891 866 + 662201 4752921 866 + 662201 4752951 866 + 662201 4752981 866 + 662201 4753011 867 + 662201 4753041 867 + 662201 4753071 867 + 662201 4753101 868 + 662201 4753131 868 + 662201 4753161 868 + 662201 4753191 869 + 662201 4753221 869 + 662201 4753251 869 + 662201 4753281 870 + 662201 4753311 871 + 662201 4753341 870 + 662201 4753371 870 + 662201 4753401 871 + 662201 4753431 855 + 662201 4753461 820 + 662201 4753491 809 + 662201 4753521 809 + 662201 4753551 809 + 662201 4753581 809 + 662201 4753611 828 + 662201 4753641 844 + 662201 4753671 862 + 662201 4753701 874 + 662201 4753731 877 + 662201 4753761 877 + 662201 4753791 876 + 662201 4753821 875 + 662201 4753851 876 + 662201 4753881 878 + 662201 4753911 881 + 662201 4753941 888 + 662201 4753971 903 + 662201 4754001 923 + 662201 4754031 939 + 662201 4754061 963 + 662201 4754091 968 + 662201 4754121 968 + 662201 4754151 969 + 662201 4754181 967 + 662201 4754211 968 + 662201 4754241 968 + 662201 4754271 967 + 662201 4754301 968 + 662201 4754331 969 + 662201 4754361 969 + 662201 4754391 969 + 662201 4754421 969 + 662201 4754451 969 + 662201 4754481 970 + 662201 4754511 970 + 662201 4754541 971 + 662231 4751301 1019 + 662231 4751331 1020 + 662231 4751361 1020 + 662231 4751391 1021 + 662231 4751421 1021 + 662231 4751451 1022 + 662231 4751481 1022 + 662231 4751511 1022 + 662231 4751541 1023 + 662231 4751571 1023 + 662231 4751601 1023 + 662231 4751631 1023 + 662231 4751661 1025 + 662231 4751691 1024 + 662231 4751721 1021 + 662231 4751751 1015 + 662231 4751781 1008 + 662231 4751811 994 + 662231 4751841 974 + 662231 4751871 958 + 662231 4751901 944 + 662231 4751931 924 + 662231 4751961 908 + 662231 4751991 899 + 662231 4752021 896 + 662231 4752051 892 + 662231 4752081 889 + 662231 4752111 886 + 662231 4752141 885 + 662231 4752171 883 + 662231 4752201 878 + 662231 4752231 874 + 662231 4752261 871 + 662231 4752291 868 + 662231 4752321 866 + 662231 4752351 862 + 662231 4752381 848 + 662231 4752411 832 + 662231 4752441 820 + 662231 4752471 817 + 662231 4752501 820 + 662231 4752531 829 + 662231 4752561 839 + 662231 4752591 848 + 662231 4752621 860 + 662231 4752651 862 + 662231 4752681 862 + 662231 4752711 863 + 662231 4752741 863 + 662231 4752771 864 + 662231 4752801 864 + 662231 4752831 865 + 662231 4752861 866 + 662231 4752891 867 + 662231 4752921 867 + 662231 4752951 866 + 662231 4752981 866 + 662231 4753011 867 + 662231 4753041 867 + 662231 4753071 868 + 662231 4753101 868 + 662231 4753131 868 + 662231 4753161 868 + 662231 4753191 869 + 662231 4753221 869 + 662231 4753251 869 + 662231 4753281 870 + 662231 4753311 870 + 662231 4753341 871 + 662231 4753371 870 + 662231 4753401 858 + 662231 4753431 831 + 662231 4753461 809 + 662231 4753491 809 + 662231 4753521 809 + 662231 4753551 809 + 662231 4753581 820 + 662231 4753611 838 + 662231 4753641 853 + 662231 4753671 869 + 662231 4753701 873 + 662231 4753731 876 + 662231 4753761 876 + 662231 4753791 876 + 662231 4753821 875 + 662231 4753851 876 + 662231 4753881 878 + 662231 4753911 882 + 662231 4753941 891 + 662231 4753971 909 + 662231 4754001 927 + 662231 4754031 950 + 662231 4754061 968 + 662231 4754091 968 + 662231 4754121 968 + 662231 4754151 969 + 662231 4754181 969 + 662231 4754211 968 + 662231 4754241 969 + 662231 4754271 969 + 662231 4754301 968 + 662231 4754331 968 + 662231 4754361 969 + 662231 4754391 970 + 662231 4754421 971 + 662231 4754451 970 + 662231 4754481 970 + 662231 4754511 970 + 662231 4754541 970 + 662261 4751301 1017 + 662261 4751331 1018 + 662261 4751361 1019 + 662261 4751391 1020 + 662261 4751421 1020 + 662261 4751451 1021 + 662261 4751481 1021 + 662261 4751511 1022 + 662261 4751541 1023 + 662261 4751571 1023 + 662261 4751601 1023 + 662261 4751631 1023 + 662261 4751661 1023 + 662261 4751691 1023 + 662261 4751721 1019 + 662261 4751751 1013 + 662261 4751781 1005 + 662261 4751811 991 + 662261 4751841 971 + 662261 4751871 952 + 662261 4751901 936 + 662261 4751931 923 + 662261 4751961 909 + 662261 4751991 900 + 662261 4752021 896 + 662261 4752051 893 + 662261 4752081 890 + 662261 4752111 888 + 662261 4752141 887 + 662261 4752171 885 + 662261 4752201 878 + 662261 4752231 874 + 662261 4752261 871 + 662261 4752291 868 + 662261 4752321 866 + 662261 4752351 861 + 662261 4752381 844 + 662261 4752411 829 + 662261 4752441 819 + 662261 4752471 817 + 662261 4752501 822 + 662261 4752531 832 + 662261 4752561 841 + 662261 4752591 849 + 662261 4752621 859 + 662261 4752651 862 + 662261 4752681 862 + 662261 4752711 863 + 662261 4752741 863 + 662261 4752771 864 + 662261 4752801 865 + 662261 4752831 866 + 662261 4752861 867 + 662261 4752891 867 + 662261 4752921 868 + 662261 4752951 867 + 662261 4752981 867 + 662261 4753011 867 + 662261 4753041 867 + 662261 4753071 868 + 662261 4753101 869 + 662261 4753131 869 + 662261 4753161 868 + 662261 4753191 869 + 662261 4753221 869 + 662261 4753251 869 + 662261 4753281 870 + 662261 4753311 870 + 662261 4753341 870 + 662261 4753371 861 + 662261 4753401 831 + 662261 4753431 814 + 662261 4753461 809 + 662261 4753491 809 + 662261 4753521 809 + 662261 4753551 809 + 662261 4753581 828 + 662261 4753611 846 + 662261 4753641 862 + 662261 4753671 870 + 662261 4753701 872 + 662261 4753731 875 + 662261 4753761 876 + 662261 4753791 875 + 662261 4753821 875 + 662261 4753851 876 + 662261 4753881 879 + 662261 4753911 883 + 662261 4753941 897 + 662261 4753971 915 + 662261 4754001 938 + 662261 4754031 964 + 662261 4754061 968 + 662261 4754091 968 + 662261 4754121 969 + 662261 4754151 969 + 662261 4754181 969 + 662261 4754211 968 + 662261 4754241 968 + 662261 4754271 970 + 662261 4754301 969 + 662261 4754331 969 + 662261 4754361 969 + 662261 4754391 970 + 662261 4754421 971 + 662261 4754451 972 + 662261 4754481 972 + 662261 4754511 971 + 662261 4754541 971 + 662291 4751301 1016 + 662291 4751331 1017 + 662291 4751361 1017 + 662291 4751391 1018 + 662291 4751421 1019 + 662291 4751451 1020 + 662291 4751481 1021 + 662291 4751511 1022 + 662291 4751541 1022 + 662291 4751571 1023 + 662291 4751601 1023 + 662291 4751631 1022 + 662291 4751661 1022 + 662291 4751691 1022 + 662291 4751721 1019 + 662291 4751751 1012 + 662291 4751781 1004 + 662291 4751811 991 + 662291 4751841 968 + 662291 4751871 947 + 662291 4751901 932 + 662291 4751931 914 + 662291 4751961 906 + 662291 4751991 898 + 662291 4752021 896 + 662291 4752051 894 + 662291 4752081 891 + 662291 4752111 889 + 662291 4752141 886 + 662291 4752171 884 + 662291 4752201 877 + 662291 4752231 874 + 662291 4752261 872 + 662291 4752291 869 + 662291 4752321 866 + 662291 4752351 862 + 662291 4752381 848 + 662291 4752411 834 + 662291 4752441 819 + 662291 4752471 817 + 662291 4752501 823 + 662291 4752531 832 + 662291 4752561 838 + 662291 4752591 848 + 662291 4752621 859 + 662291 4752651 861 + 662291 4752681 862 + 662291 4752711 863 + 662291 4752741 863 + 662291 4752771 864 + 662291 4752801 864 + 662291 4752831 866 + 662291 4752861 867 + 662291 4752891 868 + 662291 4752921 868 + 662291 4752951 869 + 662291 4752981 868 + 662291 4753011 867 + 662291 4753041 867 + 662291 4753071 868 + 662291 4753101 868 + 662291 4753131 869 + 662291 4753161 869 + 662291 4753191 869 + 662291 4753221 869 + 662291 4753251 869 + 662291 4753281 870 + 662291 4753311 870 + 662291 4753341 866 + 662291 4753371 840 + 662291 4753401 814 + 662291 4753431 809 + 662291 4753461 809 + 662291 4753491 809 + 662291 4753521 809 + 662291 4753551 822 + 662291 4753581 842 + 662291 4753611 856 + 662291 4753641 870 + 662291 4753671 874 + 662291 4753701 872 + 662291 4753731 875 + 662291 4753761 875 + 662291 4753791 874 + 662291 4753821 875 + 662291 4753851 876 + 662291 4753881 880 + 662291 4753911 887 + 662291 4753941 902 + 662291 4753971 922 + 662291 4754001 944 + 662291 4754031 968 + 662291 4754061 968 + 662291 4754091 969 + 662291 4754121 969 + 662291 4754151 969 + 662291 4754181 969 + 662291 4754211 970 + 662291 4754241 969 + 662291 4754271 970 + 662291 4754301 971 + 662291 4754331 971 + 662291 4754361 970 + 662291 4754391 970 + 662291 4754421 971 + 662291 4754451 972 + 662291 4754481 972 + 662291 4754511 972 + 662291 4754541 972 + 662321 4751301 1014 + 662321 4751331 1015 + 662321 4751361 1016 + 662321 4751391 1016 + 662321 4751421 1017 + 662321 4751451 1019 + 662321 4751481 1020 + 662321 4751511 1021 + 662321 4751541 1022 + 662321 4751571 1023 + 662321 4751601 1024 + 662321 4751631 1024 + 662321 4751661 1023 + 662321 4751691 1021 + 662321 4751721 1016 + 662321 4751751 1010 + 662321 4751781 1001 + 662321 4751811 982 + 662321 4751841 966 + 662321 4751871 945 + 662321 4751901 931 + 662321 4751931 915 + 662321 4751961 905 + 662321 4751991 898 + 662321 4752021 896 + 662321 4752051 894 + 662321 4752081 892 + 662321 4752111 889 + 662321 4752141 885 + 662321 4752171 883 + 662321 4752201 878 + 662321 4752231 875 + 662321 4752261 872 + 662321 4752291 870 + 662321 4752321 867 + 662321 4752351 863 + 662321 4752381 852 + 662321 4752411 839 + 662321 4752441 820 + 662321 4752471 817 + 662321 4752501 823 + 662321 4752531 830 + 662321 4752561 839 + 662321 4752591 849 + 662321 4752621 860 + 662321 4752651 862 + 662321 4752681 862 + 662321 4752711 863 + 662321 4752741 863 + 662321 4752771 864 + 662321 4752801 865 + 662321 4752831 866 + 662321 4752861 867 + 662321 4752891 868 + 662321 4752921 869 + 662321 4752951 869 + 662321 4752981 869 + 662321 4753011 868 + 662321 4753041 868 + 662321 4753071 868 + 662321 4753101 868 + 662321 4753131 868 + 662321 4753161 868 + 662321 4753191 869 + 662321 4753221 869 + 662321 4753251 870 + 662321 4753281 870 + 662321 4753311 870 + 662321 4753341 858 + 662321 4753371 820 + 662321 4753401 809 + 662321 4753431 809 + 662321 4753461 809 + 662321 4753491 809 + 662321 4753521 809 + 662321 4753551 838 + 662321 4753581 854 + 662321 4753611 868 + 662321 4753641 876 + 662321 4753671 876 + 662321 4753701 873 + 662321 4753731 873 + 662321 4753761 873 + 662321 4753791 874 + 662321 4753821 875 + 662321 4753851 878 + 662321 4753881 882 + 662321 4753911 893 + 662321 4753941 907 + 662321 4753971 926 + 662321 4754001 952 + 662321 4754031 968 + 662321 4754061 968 + 662321 4754091 969 + 662321 4754121 969 + 662321 4754151 969 + 662321 4754181 969 + 662321 4754211 970 + 662321 4754241 969 + 662321 4754271 970 + 662321 4754301 971 + 662321 4754331 971 + 662321 4754361 972 + 662321 4754391 971 + 662321 4754421 971 + 662321 4754451 972 + 662321 4754481 972 + 662321 4754511 972 + 662321 4754541 972 + 662351 4751301 1013 + 662351 4751331 1013 + 662351 4751361 1014 + 662351 4751391 1015 + 662351 4751421 1015 + 662351 4751451 1016 + 662351 4751481 1018 + 662351 4751511 1020 + 662351 4751541 1021 + 662351 4751571 1022 + 662351 4751601 1023 + 662351 4751631 1023 + 662351 4751661 1023 + 662351 4751691 1019 + 662351 4751721 1014 + 662351 4751751 1007 + 662351 4751781 995 + 662351 4751811 976 + 662351 4751841 963 + 662351 4751871 947 + 662351 4751901 928 + 662351 4751931 911 + 662351 4751961 902 + 662351 4751991 898 + 662351 4752021 896 + 662351 4752051 894 + 662351 4752081 892 + 662351 4752111 889 + 662351 4752141 885 + 662351 4752171 885 + 662351 4752201 881 + 662351 4752231 875 + 662351 4752261 873 + 662351 4752291 871 + 662351 4752321 867 + 662351 4752351 864 + 662351 4752381 853 + 662351 4752411 840 + 662351 4752441 823 + 662351 4752471 817 + 662351 4752501 823 + 662351 4752531 833 + 662351 4752561 839 + 662351 4752591 846 + 662351 4752621 857 + 662351 4752651 861 + 662351 4752681 862 + 662351 4752711 863 + 662351 4752741 864 + 662351 4752771 864 + 662351 4752801 865 + 662351 4752831 866 + 662351 4752861 867 + 662351 4752891 868 + 662351 4752921 868 + 662351 4752951 869 + 662351 4752981 869 + 662351 4753011 869 + 662351 4753041 868 + 662351 4753071 868 + 662351 4753101 868 + 662351 4753131 868 + 662351 4753161 868 + 662351 4753191 869 + 662351 4753221 869 + 662351 4753251 870 + 662351 4753281 870 + 662351 4753311 867 + 662351 4753341 839 + 662351 4753371 809 + 662351 4753401 809 + 662351 4753431 809 + 662351 4753461 809 + 662351 4753491 809 + 662351 4753521 835 + 662351 4753551 852 + 662351 4753581 866 + 662351 4753611 870 + 662351 4753641 873 + 662351 4753671 873 + 662351 4753701 871 + 662351 4753731 871 + 662351 4753761 873 + 662351 4753791 874 + 662351 4753821 876 + 662351 4753851 879 + 662351 4753881 886 + 662351 4753911 900 + 662351 4753941 915 + 662351 4753971 932 + 662351 4754001 964 + 662351 4754031 968 + 662351 4754061 968 + 662351 4754091 969 + 662351 4754121 969 + 662351 4754151 970 + 662351 4754181 970 + 662351 4754211 970 + 662351 4754241 970 + 662351 4754271 970 + 662351 4754301 972 + 662351 4754331 972 + 662351 4754361 972 + 662351 4754391 972 + 662351 4754421 972 + 662351 4754451 972 + 662351 4754481 973 + 662351 4754511 973 + 662351 4754541 973 + 662381 4751301 1011 + 662381 4751331 1012 + 662381 4751361 1012 + 662381 4751391 1013 + 662381 4751421 1013 + 662381 4751451 1014 + 662381 4751481 1016 + 662381 4751511 1018 + 662381 4751541 1020 + 662381 4751571 1021 + 662381 4751601 1022 + 662381 4751631 1022 + 662381 4751661 1022 + 662381 4751691 1018 + 662381 4751721 1013 + 662381 4751751 1006 + 662381 4751781 991 + 662381 4751811 974 + 662381 4751841 961 + 662381 4751871 944 + 662381 4751901 929 + 662381 4751931 912 + 662381 4751961 903 + 662381 4751991 898 + 662381 4752021 896 + 662381 4752051 893 + 662381 4752081 891 + 662381 4752111 889 + 662381 4752141 887 + 662381 4752171 886 + 662381 4752201 882 + 662381 4752231 876 + 662381 4752261 874 + 662381 4752291 871 + 662381 4752321 867 + 662381 4752351 865 + 662381 4752381 860 + 662381 4752411 845 + 662381 4752441 827 + 662381 4752471 817 + 662381 4752501 822 + 662381 4752531 835 + 662381 4752561 845 + 662381 4752591 848 + 662381 4752621 857 + 662381 4752651 861 + 662381 4752681 862 + 662381 4752711 862 + 662381 4752741 864 + 662381 4752771 865 + 662381 4752801 865 + 662381 4752831 866 + 662381 4752861 867 + 662381 4752891 868 + 662381 4752921 868 + 662381 4752951 869 + 662381 4752981 869 + 662381 4753011 869 + 662381 4753041 869 + 662381 4753071 869 + 662381 4753101 869 + 662381 4753131 869 + 662381 4753161 868 + 662381 4753191 869 + 662381 4753221 869 + 662381 4753251 869 + 662381 4753281 870 + 662381 4753311 860 + 662381 4753341 822 + 662381 4753371 809 + 662381 4753401 809 + 662381 4753431 809 + 662381 4753461 818 + 662381 4753491 831 + 662381 4753521 848 + 662381 4753551 865 + 662381 4753581 871 + 662381 4753611 871 + 662381 4753641 869 + 662381 4753671 869 + 662381 4753701 870 + 662381 4753731 870 + 662381 4753761 872 + 662381 4753791 874 + 662381 4753821 876 + 662381 4753851 882 + 662381 4753881 894 + 662381 4753911 909 + 662381 4753941 923 + 662381 4753971 936 + 662381 4754001 967 + 662381 4754031 968 + 662381 4754061 968 + 662381 4754091 969 + 662381 4754121 969 + 662381 4754151 970 + 662381 4754181 970 + 662381 4754211 971 + 662381 4754241 970 + 662381 4754271 970 + 662381 4754301 971 + 662381 4754331 972 + 662381 4754361 973 + 662381 4754391 973 + 662381 4754421 973 + 662381 4754451 973 + 662381 4754481 972 + 662381 4754511 973 + 662381 4754541 973 diff --git a/tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/pEqn.H b/tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/pEqn.H index cab105511b2..0a96cfc5331 100644 --- a/tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/pEqn.H +++ b/tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/pEqn.H @@ -14,7 +14,8 @@ phi = phiU + ( - fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(interface.sigmaK()) + *fvc::snGrad(alpha1)*mesh.magSf() + fvc::interpolate(rho)*(g & mesh.Sf()) )*rUAf; adjustPhi(phi, U, p); -- GitLab From 37a06ac9a702bdfd538849cb447a70bf721fc98a Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Fri, 30 Jul 2010 17:30:40 +0100 Subject: [PATCH 5/5] ENH: Include .H file, allows out of library derivation. --- .../CollisionModel/PairCollision/WallModel/WallModel/WallModel.H | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallModel/WallModel.H b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallModel/WallModel.H index 3d6a6cfcf12..729a0c8bdf8 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallModel/WallModel.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallModel/WallModel.H @@ -39,6 +39,7 @@ SourceFiles #include "IOdictionary.H" #include "autoPtr.H" #include "runTimeSelectionTables.H" +#include "WallSiteData.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -- GitLab