diff --git a/applications/solvers/combustion/coldEngineFoam/logSummary.H b/applications/solvers/combustion/coldEngineFoam/logSummary.H index d2a6bcee2da2fd5b3e0cf5bcf61220e4e2449abe..5a33f487641c3ce1b17e688ef372f236fd83160e 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 d2a6bcee2da2fd5b3e0cf5bcf61220e4e2449abe..5a33f487641c3ce1b17e688ef372f236fd83160e 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 5abe9abe7b469a7f012629c3a9f863723f361fbd..24d8812008f4b5f28cc2877693defaf4eaa61a2f 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/rhoPorousSimpleFoam/createFields.H b/applications/solvers/compressible/rhoPorousSimpleFoam/createFields.H index efad823a91243bbe1d3583fa1fee3a3b22553081..d7a6b97ac12dafc817bce8ff76a03968b9f8dcd5 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/compressible/rhopSonicFoam/resetPhiPatches.H b/applications/solvers/compressible/rhopSonicFoam/resetPhiPatches.H index c8541406f35a14dfa8f3c2c9e145c6cc2f0ccfe1..2a8496ef4c2ffffab8a81b5a308cc72be9679fc3 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 eab0dfe61e757c833cb9c52dc0cbfca6a9b8ec46..71aa1d65d057d1592893494b714a8781a39191cc 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 0c8c1bd1157e6d1266f2a66cc1d55d88581b2a4e..af9e9de6bec7b3f33fe32752eb36be6265e69bea 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 10855d9cc60863753b7a126f010e7d341a6c6539..6fa3a0892cfdfeda4b81bd9399ff2551d81db624 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/incompressible/porousSimpleFoam/createFields.H b/applications/solvers/incompressible/porousSimpleFoam/createFields.H index 7ce03c196722beb5a4c3f4fee850d2680aec5d93..d9bd0b5bac4dbd55b40e0165273963b010bb31e5 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/solvers/multiphase/bubbleFoam/alphaEqn.H b/applications/solvers/multiphase/bubbleFoam/alphaEqn.H index a985c6eb95e1c9c5eb11c531912503351e19296c..db3b5956257eeb71dd290d0ca81233c1763c8e89 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 3e550efc65e49d1c5ea8ec54a6c360e1f7318f27..8e257c8fa9eb486061afd5861a6783560cdf9497 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 7e8b040bb6e4f52e22745936d2775060cfa048be..2f62dcfc37ed774cdac25da5f7ec12148e16f5a9 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 e6004eb9de9f6d157dd5a42637540fa3d70c6ddb..df32583b499eb96cb64ae8bdd12646157836eae0 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 dd704c0693c45b5cd7ded0bd48b378cd42802210..f54526276762aeee1aacd3e87fda796a961ce529 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 e6ff71342912687a62260e06b3e493a612d15350..335ba473f10bc59b813250cb43f4a86e507307dd 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 7473848c62df1a1be80e281ff8090c1f4370d2df..9025c6b7bac80dc1224a3e12843a9c5cf34d63c8 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 a232056b8dcead3b6b13a2868ec36415e150cbfd..8d769a3e3883e0509168ddb65da3123c67ae33ec 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 519a0b9f65322945855382770f716f991b019803..3c7d47880a8e637d78eb4c4108b134326e1cb545 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 7645aeb2043f926f46b6f8b0ae76c51db6cf44b4..b2bc0d817d10377cd304f129b334bdda50b337d4 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 3d43909d144d1700b6eb0327be5b0b89135fd3fb..1b42b5d34da58037fbcc52674960f5b385ffe9a0 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 a1cfae3eba208cb0f4d661400e9f56550f0e7faa..ad5c7b3342422e9640b1ec9201672da20d753079 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 ea81737281867b603cba642b9017ed1102766ed5..8f2ddb3f1ff065899c23d8f93aaa4956db8c8792 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 f06ac53a1899e5ee352e5ebaeb88c6a3be17a599..df616dfa33315fdd3ca2eeaaf1daccf29bf5d87b 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 4cf7ee2a3a473008990497b05e565ae487dc0280..7f738b36736729ffdf339229cb94a210db1f0f5c 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/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C index decabfeae0107b3508b8aca691bd2b7e059d6a46..1866e5e1146d99d12f714b4f2f13d2c69c2be303 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 fa1fe3b04104d6126c2b00371da620114b5f0b59..c36a41a5467cd03254d558bdb38728c72b9af8e7 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 3de2331de3627c7131253ef720375c09c6ca98e8..53e32fc9e96812ab5ff57774a426a1f49964f9c7 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 e609935b0921cb9022cbd9199b442d5bbcb4d386..71dc50096b9ec75b13d2c3922f5e7e375be2df59 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 d8f83fd610eb065f966b03f1cfe252e2d52064d8..b641981dfdcf14e67df3dc22bdc0ad638fd89642 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 52cf154f115b20c37ef5b128cf9f5ede9b3455da..feb43fa416443c3568030e83c549baeb3fe655fa 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 c5feba62a7aec2b50f92b953f8964e69beff2621..12bb361ac849cfa2f9d53e8f188aa899e1f525fd 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 30ee254b09135d2be4ace16ce66f286d9a31a1c1..bb78c7cc0326399e68db71b9bbb05136b166af8c 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 088fffdd5c0365ff192a06643af33327d85409ef..129b9822cf2c13305609274d27f7a634aa90a9a6 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 80255faa9374f8730887f6600798d6caa433bf58..ba8895a14fe9a4aa8d57f48f22f47d93353656a7 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 7e3cd14588a8e2502bb868bf31ac46922be410e6..66a1f0357aeef2678480c0aab8e8dc4bc8c63fc6 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/parallelProcessing/reconstructParMesh/reconstructParMesh.C b/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C index e827fee60c308df6e1d5b58c151a33e6fbe906a6..a9086d1652d9dc259ea280a653de51a3ea17d620 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 a801d001be47347e45e8d580ceadd74de97e8d07..7692f5bc2cd4ae6ac62687e040d977dba2bdd9cb 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 cfbdf8717cfdc35d4ecd65b31f15829f1b6eed1d..ad67095ad908b5154e7f79df2437d4b918aed9e1 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 c47d153f9626b5c921675633b7e080c93503e95d..ca2033453e789f42c4a4625bc1c52746bf1b113b 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 c99361c3fb077e25fee9eab4e8077e717be36e3d..9557b5ae532f445f9d8ea599ec423df24aa4e775 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 a85c942a085204d029891f0b5af0f37d82dbee3b..11c8c15b9f05f78b1e806f34ae13784f060e9811 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/preProcessing/engineSwirl/createFields.H b/applications/utilities/preProcessing/engineSwirl/createFields.H index 11975d3717f15819ae506f9866f1bdf7e77b2405..a77933c8f78a660bdbe94bf0606865a21f2f5d3c 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/applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C b/applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C index a5e3d31268f2d822380c2e3b491240a3fc29c475..3e78b37861a66b3d3781fda85bdab2f3bd765ab4 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 2a616fe8ac097a5e5c60eb2f23d29c4b1776f05c..196f5de7f61610750bd9b0dd366a0c3158f11e84 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 f3b593f96c026e0f5f7136d31131de0740c10114..1c19f0d99c4405b4bfaee87e9659bb1517b7d23d 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 89b81846dac124fa0ca613034169be83ac94fd25..64005c1648b9f8f3588c41a88fb657b718612f1d 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 b99aa405f0798da989b26b43200bc54e6defaa27..638347473337bc5bafbcf89a44f2e9e2fdff51f9 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 3d3a73dd3cea1722bda3a088c1ab44438f2545db..337095d7f937214d0eb2097ed22aa57e3d7f3e3b 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 5e315b0f10494d239563f9001be994dcdf99b837..6a408d7787140863a2039fc97b6f099c6c23ff40 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 f563a032004a62cf48b7065c73f327cb17716a0d..9bdecbbd324c790e315fbb5c3220ecdcdf5bd061 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 22703d8bf2c639e912201c0cd3de18bd6f5198ee..26dd9bbe71cb8402b35f7f51458491475ab9126d 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 c5fc4b31e48ff59d6e0212e725a2eaafa9a93aa0..721460cbf685f5cb01bef9e1326a4841bcf21b42 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 30a76b846e2992289e7b01e8a09ca1bde93e974a..d937d46bf8503f9b61f09fcbe46d898120f29c23 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 14fd9525a5e3dce40f4d56e8e9a5ebb36d65a1a5..8d4d7ea5423bbbd7a93bba2b6c182eabb3fa1bc9 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 a8ec5ea4d8bf095acff404596aa4a4acaf982572..e52a32010aaf0dd293cdade1420282313e569ef5 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/debian/changelog b/debian/changelog deleted file mode 100644 index 42676cb62e9ba7a545755394d37f8d0878d00876..0000000000000000000000000000000000000000 --- 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 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..0000000000000000000000000000000000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index c5957a03ec2b54d20f6b1e35b58d17cee69dcae8..0000000000000000000000000000000000000000 --- 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 32d2cc7ff8ab6cff381b561166a195051ed214f3..0000000000000000000000000000000000000000 --- 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index f4a492c84a0be07b64b98084f99f7c72c1ab9e9f..0000000000000000000000000000000000000000 --- 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 9b678d8ad44b66eb6ec8ff0f9eb59e5debf4190a..0000000000000000000000000000000000000000 --- 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 diff --git a/src/ODE/ODE/ODE.H b/src/ODE/ODE/ODE.H index 0523e334b1fd168b760fb5463fc24a4a8be20037..afec25809e52c3157cb3df338f08340e3fe028db 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 e6ba2dd849d8dde992325483b2ec3549e54a9e83..95927e01b65a21e54bfbcc8374330c84284e8757 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 4b6c3ce6c1cc1bfa8a21b1677e2ac15c7754686b..85fecb4a3d9e5b10f01f4b97b71ab22306324956 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 7e038644d8a14d4804c6a49c63b7190c5c8c4fd6..b4341894b5269e2c1519752580ed23fa96c2e333 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 ea3607e008ea748c7f96ff3f6e052b52d11d3e6d..cc4565417750a428a4ba2a081b5135b69de41459 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 10bb45f96dad354b330de191a5379a7ccf82868a..3cf6eebaf06283ceb7a6c1bcdde13e7f94c8094e 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 01bb8581c8e6f0abd488110db7fc59a9fa501197..dd17c4aee56d08a1112c46ab738d0fb74feedf4f 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 89b986621dd42401132bed7191aa0f5caeeb0b22..3a8be217ccc0dd13f0ecf1264d245b3f3ec3ad13 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 1a0aaf7cd4f7d66783bd0699f6b822137e7e0510..6018af2e14e272075a4ac3c727da08b2bf885edf 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 5844e7888ce5c814bf7d6b041bee58179eb0f60b..962c2061a2639ddbb7f3d797dcced8c5d5e0e8bd 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 d67520377b61275b147fb5717ee3d793f58f6b92..00e7e862ed1aaf2ac0436a97f34d1eab50889466 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 4a740fdba82ef2be5e1dd8283d97a673b0692b35..b0500b8099eb9fc5ba05029773eef5046609d301 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 00782af30bbd74c7aad0d20e478c2dc679dc0ff3..8f068f4dba81ebe927ec354bfe60754dd29f8389 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 ea074c36741331a5fe9327b03322a36ab83a8a60..de4e9caf350be0f53acfb6ab9376ec5def525a71 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 72765d833e76b89e5bac9793ef301f6043bbdc93..31a6d2c4bd824014d909c30680058add616d8ad2 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 f029adfa652930b48ab4f2af55f8bfe3bd15ae4d..5237233f056590b2b45c7575f737239225205266 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 4814bd515a1a7328036a0ee8517cbce7641875f5..b5ef0c42833119f891e23b57a99791dcc5adb6c4 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 0373c19ab1965038d658ca8808595bbecc5a36f3..e3a6376360ff3b39af389f42f31b078b4fecbde8 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 96bbe6f73da305d7daffe9e32903619a5d835991..724eebedb69894678a7ed1b6e7d208aca6283291 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 b693d9b615656c347e95fbff99e60a2e8e343f67..77293b42a617ea9280e4fd2b1c955bbb6493cd43 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 250954ab1dc658cfa93b5dfbecbd3ef8bb364451..1ff7e71225e97fb0d0dbdeb6132d817191bf8a36 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 87482265db8d5247f4241474091af775f4ae1468..5b7506c2ccc8bd6b6d6d4c165ab535f605272358 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 8a99723fb573f506a356e854e95cf7f947a647e3..7c31c9e6b51414648a4e0ba292da862375169f8a 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 7eb609b246866bc1a21ec9b2be7d5b0de8a76ff8..edc8ddd6c01f792f80188a031fc0d5669633ba62 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 30e11e11ce4887aac10b34edb8251e61f9adbf55..bcf0c8e6b36da37a5fba0b1fd3fc9299597ddc52 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 549efb992875b72f146f6731b8b4506870308294..220e1fc0e00460d4e42959ba6ae64a6aeaa32b90 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 4d4c0de54e64d2bd757efe7cf9939e51ad4f292a..429e426f6b9aa3b087e3efa980e88512ed6f2af6 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 4c2f15ba2ef37f1274e71a2520a4aadf16507f7d..635434f12ec036ecf188c026b2a74fd90dba0e05 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 1f1fed0240ac90d3f6e2c7761b92973deff6b457..a9fee8c9d4ccf81c9e8ee6a84132372f1e5531f8 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 108ad94d794549827cc5f7754a37d26ea2e280c8..a7ed668f439e2fe4580b1630cdd2bbc14aa2e1a7 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 eee7b32bb25aeafcd1e7f37b0235661ea13dbd3a..084a4df215fe4fc7c1b90c94b901e9e44b103c59 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 276644e2571fce6c455d40ebd13df2a4fce2589d..5410c45ba3216c91eaadd1c0bb6cee6a3248991d 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 740ac9c7fd7f6423b7658c1d1271a2d23034af78..df384f47a51d976d4e2b48e5cdda6123580eb490 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 c74b08f2d3880ef25300f9f99ef722f472ae3b6c..c6c595eb03f79be716888fd388cdb956e5acfdb4 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 a6a6afd430ea818e3d005c7bfd939d09e7640669..3a9155614f8e802b02c522654098ebab60b694fd 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 149f0badc4214bcfeb100e4fc8237d1eca3677e8..457fb7a4130f40505c1cc147d48f489503eb4709 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 3ce8d65c69338ae2e8918d4313c2494c8f8f665e..e44c8a9adac96c21ffb957c7391e9a6275268264 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 e8434de5d6981a797627a12f76aa953aa83cbf4b..4e887dfc53233f6056fd72b6df50229c0357f9b4 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 d0310c1f43441cf197d6d9319d7f65594ad9b55a..13d656122410a9d560e5639c4570e3c5d449ff9b 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 683e7a9dca9c8c4b8bd33b1d15451118a1ed294d..1092fe850f6228c0c5218fe85d7ae13f02b84a2d 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 6dd105e334e3ab7331d2c6c5811a26f3506193c5..bf497f25c7e836eeecda530a8980afdae91ae61b 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 c81ab5e0fbed0f582dd4b078e8f89ef1605414b9..368e491a3a17c15ab2b345ce0b9c88a17a7f03e4 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 5dc3ad3aecd6b82c81167e7001d1713ec782a09f..acfb9eed7994ad256cbf2df80c67be3a67f184d4 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 d7819ba580835d3c446e1172386cb9ad9e1776c8..b8c17e5b4bfbd619a0727b407ed4f4949081dcc5 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 c0efeb32955de03d3e170b0cc9644cc9e00d258d..51974904f883891fe0873b740918ee2dfaaa331e 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 6be56125ab65e2e320fc4145a4bf84ea62e89426..8aebd0f52dc4d1ee0519ba26833feb053ff55dce 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 9912e31ee15a5be92da235736f2a4b20cd81a357..f9a8820c9733d6d88b681cfd519799a97c704898 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 8b066f98ec5b31ae501376b583710ca585c79300..99974feb5a70fa0f3a043a15ec5af3ba69ac6798 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 ac00cd46e93f93a0d029a60a3e203622c6d14e57..a592c04f8483b5dc0fa28c58358dd7c3750fc75d 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 2aa51a5fd77a12d07a57bc2e7fce56a8ab936ea0..66cbe1d5609b2ea5396866c364c371c5e9b73980 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 37ee225917f34aa70bfeff60b6db18fd7566bfb1..72f1ea23ad64d3ed279ec40811c482ad5ed52da4 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 d50857b7bff49fbc02add639a8e3fd6b51ff902d..35f8730e3679099cf523b3633136cae9583ac77d 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 423c0f3cb7278f580b3772a14a8ad2b1600cc41d..8c2991a822ef27d0d49070caa57118fc6d5cf5ad 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 e355a803fe24face6faa1000b05afba4858e9dd8..29896fc836b5f98b4adc5d0394520139328922fa 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 dd3d649e7945f8a74ca04d05db859ec7174685d5..1930e117b3c8d1d1f803b8850bfab628316fe677 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 5a90c8e843e35d16f7d798d47ad040b569ed5a72..7e2981c34c30319bee9ee1211d9bfde76976e408 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 fda403235307bb0cdba76e8e927f45c97e7643ba..7fe0613d407b5037d81344d36b94a09c62480cab 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 f28a13acae02359b26b9bf92f26c6941ced1abfc..93f4b5a11228baac8a252483e6b5bd1f32c7753c 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 a6abe11babc8addede6885d5cd8ecadfaf5b5070..cd78385e9a440f8db3bec343c80d3e9a9baf6d3a 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 b804d3076aa36dfa21208cc8c76094967fc24365..9eb7dc8a02ea2c003b7351a5a0e3c597642e1fe4 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 a8d3a5384c1e27cc2f5bed55dcfd03eb79788dec..42f58b195fbf2aca71aad733e2032845541520d5 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 65c973c6f6fe13ea96d6d11b38e15b27946aba25..38de93c7730d417b67abba5e5c9249df41e1d5b3 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 3cfa86083bfb6290d6e7f7195450cdcc3bbb7a8e..1df5c7d478b5499bf43577b52caa5e7678012ee6 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 297a4965d9d63dd593c412cb420b2cb8add4f9de..22eeff1767cf2296faae99ac0d681e5d7f6b855e 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 2420fc4f86db17bd8a8e9f0cb5a850a21b906244..d18bd286b8f2706ad077e1a0617995bfcfa69d53 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 89caea6ac8969e15eec4978f8149d32d2d56804d..292ca3952b70436cb5953604dda8ecc7842b08cd 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 b149d5e3b04e2e4ca34d689651e89eebf5a90054..f5f48177a69abf7b71592af4f81355e4cefa4e4f 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 49ca71528ae7947e347908df3054b30adf459da7..e59ec6f25cb970982d9f0df1bb9927240528775c 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 f1bdc07ecf8e8df641917182ed2e83e81718691d..044d7dd9ff2d3253a0364937c80efbe50be1dc2f 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 f1b67fdf22457733f87ce8a3941cff3ed60e0d58..19a87ec641cc7cc645eabaaae73b43e12422a7ac 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 6bb7c256bd47d8e4a45995f69963c593fdefa78e..40c9c5b43595cbbc768a1deccf941652608a6119 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 0eb59e196838182de32a28b8cca37ae26541cfe9..de06d94776b8cbca0ae6f879d9a58b3c7a2bd060 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 a5bec70c4c2f2500c150ae434d0e306c6dd8e1f6..621b06f652b3d57ecef21f60c4fd9f9efec93d2e 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 066c8e3d04dd0890586a8743b665f96d7e6fc9bb..60e0222f922e8fbcb4252244887ccb200e54a44b 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 411440213694d8cdb8e6f7444f986918a1fa575d..47f015c0b0533d213a9fadc266e1a0b06652a101 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 90187dbcc7deb8003c651fced516d8b29f5ed1ef..9439096df4e6203da5f2adb3e0b1f1d7877fd494 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 9ce89e74a7d517d38afedfa00e63bfbac774f0a7..a1b984aa311485097d1938a7aef1bdf3b1ee7c64 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 d7d349b6f923ea6cb9e6cce994980ef6d7bcfe67..3e6b95521e55ed96f9c8a8a0f8cf09a0892a07bd 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 136f34556fcf8bdaa10dfe7713caf250b8611cbf..b6b97f31088390b02630a125122bcce31401e549 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 67c9e234dfe663fa951cdea629fe4b17d0dd33ef..3d04c90e2aea348d43b2c145dc98cb5f03c3049d 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 ef6d4e99c355a56ab782c55a8a794c23cc77190c..9888f9018f3490e35b73dba16e4617af51f8b69b 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 b0523ca7072e793aadd5b3f8bfc202973b388457..f7c2ca0a3c0bc800c341526281fb56e6c1419200 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 1e3fbb116cf35c9541e3a85a8ed2811fe6dad0f3..587953f1f7eec8eba90d0a1efd114ce23dd9f5b4 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 205bc9c3f48e476ac610f8e677c01ccd30608512..98c8959a70251c8d096b6d99571790c583f012cf 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 d59cf4232d34a94f0044f354a54ce20cb4efa2b0..d12d73dfb70ca81423b6ae4b4834d5c3b79577af 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 d79259816701440a5c10012ddb51e68d7623470b..836d86073f4543de3caaa125ebe31d44904a171d 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 bf910b3b14c5af50e4ef6c8f210c0efe71f5b7c8..37ac68012e2809cbba8e6550de7888a5f8fc8650 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 91ce9dc5ac1f887f4425350a4abd66b3dee5acf4..9f99f8dc978dd714f1770f93d801d3f00556be7d 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 de363b9e3e67853067a3ee1d17695c26e4df46cd..697f2b942f6c15d437b36c9ca8b1f8bb916625b5 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 743b9804c4f57c51a45f1a56bfc99ce0635e4898..0258c87912b6329924ff3cb9f361b4d77c1f4e0b 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 2b0a95f6a8e7750ff033fa25bfcc5364f0e68b30..5c01d36676b134d29a2958e23e04cd674bd203d5 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 bbfac98defe84634143a3f513e89909fc14b9252..de462de7017a952dc286b15978955deba183d783 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 ca8974cabe01fa3c0203551266e9d2baf4dbd15f..3f0c558180265b7c57c214938c51e5ad46fb5b65 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 056a2ab4539655c9c1bc70dbcea3f4fd0d4138e8..328089633e31fff8abfaea702b753cb0d8151105 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 a981a1b5042134c49167ad32194973a37dd6ddaa..3d4620c0a0274c6dc0c40a17b4a815b3b8c69858 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 6afd6847247b26fbc964ba9fe18cc872c7ef6503..cd9eb70ac659111ea3ff7e49204a3d7782f6a5bf 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 a5be451d42c8dbc1cf5d694aab196ca544de806b..c1eaf477006056f2641287cc75197ceeb6a942df 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 17ba1b9c004a77347d229a7797e4c00ae82b9539..2552fdc1ab56bdd365e878d337b96e84145d83bb 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 e66313e2750803cb2f37af1d1ca1857a5bb07d58..468170e6ac43646a2b13c8e72cf72c04cbbaca65 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 df71c17a59b31f1a2a37c348a57fd626d6c8a3b3..8eee46ed1afe1184af6f773f2e4d38e79811f5b8 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 2c880ae848703188e6c7c32fa928d737b09248ee..99053dc1214e9679a2dbdc499c574237c064f49e 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 d9ecd2fb38f858ea5a4b2dd6433d8994f9316bf1..2f73bc4c673cabcf96525cf9c080862bcefbfe66 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 f2bb4c9a7ec46771ea567ba8a14bbdf5660a7741..d149ec5956484d7483d77c3453b64336432d828f 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 67a44421e180970f67c4dd5f36f9c8bc11417f3d..c3f4cafe1455579c1618ef3a8e9ae87847358d5f 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 a98326bfc662a8975509aa4911b263927aeabf2c..28a43da8956bcde9aee23fd1de670dfbcaabb864 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 661535b59e343ed3fdfab79522bc1e9509fd0d8b..f6ff8e99698839b2a33483ec8e405276c28bab53 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 1c169c57b2bb5296c18ea2f0ec81e2b07622b877..849267b65c3b7fd703297ea8d34d94519b4253ab 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 1951fa3c78a5c54ef19444b1daece2f233cd9de2..63c5f3436a4882c1fb5d822800a4054ea8c890c6 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 1528f8f4a446e4ea42941abfbeee33f3287bd708..f14465acbcdde10c3fb52fac2a24e2ff02412585 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 a46fe38c33635cd11131055a12cbc84f2ffccdd5..fc77043f1179b483e63bc13e0cb8dc52ba243496 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 44fe99acdfce396d5522052ad6b72acc5dee4559..4620da0dd9160f2ff88d9699afb44b22a55b68bc 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 8edea365d988ef59b2a2061a892db153e68c2f69..3f5e4fbc0d76511529cd3322f00967150abf05d4 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 1179e3bd22d02f63b7d0210cf3fc834809fc378f..0d41f70c151c0b5e3722e070794e938a32af6f66 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 c5caecd1cad5c796c4b8571d2fcac46db772259c..dfcc20d537165ac6c5a29e7a5f54fe3c9e519131 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 7aa00079f6d0611b33bbdbd70cf1a32124fb798e..8a06df242c5621a132ef995764b391d1cd34b40c 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 650f5b5834ddb794dcf2510bd2350321c55125d3..984971ecc4694557a325373eea0336bb27fcf819 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 9aee631158e41d21e186277c0bd27ae5ba004574..b8c63a2e85ecd5f0fa5c69462336ff39ce341bc7 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 c3007906c6c9922cfc872bf0beacfeb7c59b9eb6..872a74787f9ecfeb5cdd6eace89111be87e327e6 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 7292d55d7e856d571384e0ee1c7f4c15dc27e74e..8872efa6bcb77f4758b81123fd971f6b0a10067a 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 a6f779729c7d610e29feda756dc5521a9a2a4aac..6bc8d79eada3b2a37b8126829d3d67a8182a2d27 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 94746b6199685f5ab71138ed7afd1d8ec2b41ea9..76c0e97b80924e905048006b10702faf7c2cd05d 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 364614a8cca98c26dd58151c5cda628def1ac058..c3059a142fc6c773e77ffe752f0453362040c586 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 4f0d2e84e403710fd9ff5fc7108e2a67827fcdd8..11b38eef54a51b514160500683710eee77952cc6 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 fbf665040a2cfac52b87638a8de3d6df87c820c0..e4e4b10481f2d7b2f7a4b4d7672e67bc13df1cd6 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 db9cf6224a57fd75aacc143d52d4e4082d6d8d5d..42bcd8bc35f7241badb4c823e1d7f818ce08bc95 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 e7f393a2cd93016b1ac1baff658515809bac888a..2e52c184545ecda04f41ab00d46e22c1fcff6e59 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 679d7f83a6716acf58717968037735519cd79799..d5005e70fc45b6f46a4c9c891e0a5e15b225c201 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 a04dcb12e3c83288c5dd58d32d7ca4a6a8e73f3c..33ea17ba904652c7c9f8f72a5373bebead7875d3 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 ee1b0d636d63c1db207d40fe045b2e3e6099f8a4..524cd8dc94f2a63e4c0c9c0a9a474051e7e366da 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 92a4cbb9fada1a0700913bb27e231b295b4baeab..395fd835bd0d24cf04515814d5619b108f1d067e 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 8b7e98bfcb01b6ae0e5c7b73b284621888305601..053d7e12457a7206027ff28bdc83f3cd49130ea9 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 538bc76f0e4591cde751b237514925156aa6d750..eb1cca1ca3640a453df2821bcfc4c4c6bed7b803 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 c8641651ebfed85ad6e303826caed04e879e2adf..1d6017caef6a2fcec7be17036889317e3ca8679b 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 d498e3d7d8bd2dfef7a23fc5671d463a98ccb809..618bc58e8e361a135c97337e0c087bb578713c27 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 4c3556481ec1f47228be62df9f6fcdaa51ee5460..2519c70086ba010b8015c2385e2383053fa671f2 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 6c9188c1118779ec12074cea64f824ea23d11396..709aba9995a0a36265b8fdb5dee19b37a7caad17 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 c27d7d5fc6f7c29f6a56393cc000b92e7e1cae59..d6c10435fceee83632bc2ff863aa359b13e97f1b 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 8391fb78b39cd10f3f72189275f0533d54ffea50..0031a901256893eb4704c3377463f7364eda5199 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 ecd4ec9583a333c75b60ba65b1ad9eb2016d9464..8f7e0092875ced3fc8409294117b59d5750e27de 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 d388977f19027f65e2c2bb0e3dd6730616e2c174..41d8d156ff2311233ff0018163a416e25d2e0025 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 dc78c4dbd6b8973928ff1055ed0c182011cd5ae7..306cb3d6f2965b6da24ebe0a0618d5861d489358 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 f5bfb3693ac41e1c55f02a3c3b446607f97f9f53..85d493724ac5632c30c5f6fae146b67d9226c6a9 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 2b8b0623ec2be24c703efd913182570703f6ba69..2508a9f6790b0bc2348377e4b39397851408ee0a 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 ca3fdd1c8c43ecb40cf90389f92a2413e35e824c..256875530718debbad4d25144428ce707b20eea7 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 cea78f2f3b58f6db7f130a14911de976ab78e353..45c2aa313fdd4e9b04bfa6ae9bc9be203132b43e 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 b39664af247c5e97b30e2ab0710b206e316c8d54..2d6a3836fe88afd594d6ded036349bac1b6bdb09 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 980b9ac10fad90a8dc5608cc1e1fd2cee7a495ba..f3d3d6d1d6c47d4d80c345ca131b6200ac1b3909 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 ab230eeb8ce72e93615cb4881abfdbc69f5a9d95..f1b547e67d442f9f2157955001a894fca6f29818 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 991f0e58486c776625b7504a9676f460c67da471..aff0d190fc86d01fa8e857b1c72b4453115c916d 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 5257371babe6b54c9a4217f6214f8bedf34fd625..14ef5aa1bf7f47d25a8dc6b6c47c4ac6c8606d14 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 655bec7b9fcac0690dc6e49a807dc53b68d3a001..677a8aeba41627cd80866babbdd174934b31b490 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 1351d8aca72b09b14b76b8dec7a8e6f3d21b71f8..a88ea4c36d80495c70dca34064d680998852a591 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 77617b64fc5f09671e0683ca7af6b2d8958837de..66026048b7d87a5d08fb1bdce2edb3755c4b2cea 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 4bb0a7c6c34dbf25ee15495fb6b3b4f3ca4d816d..b6e6ff78b65597a7df87173aedc5208f4f7acf29 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 55c6df2456ef95cf13b209211cd4e57be358241e..cfe76776ae0792e35171639066fe8410c4043fe3 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 d9beb1ddaf4f0f65eef83c9ecaa7066e66455223..a05c4a591167eae26b8127f7328d14fd26c174d3 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 1f296fb7da748fa43c00b4ded1d45f192a941b63..d025a937cc265c122ce8141bdd5d2453ea3ebc92 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 1607bb0e220c4dbdf629235a0c2d30170c5fd530..39fff369fb24cb17bfeff836829dcb07d5dce712 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 de9a64c2a105bed382d6ba0823ec46808dd61c58..314e927b3ab03a8c9ff8b57f5c146243a6d5ddfc 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 3b6204945223ec0b19f59e7207cf5ebaa2f47e6b..5e82458eeab6524bbc014096e62e54351f95f12a 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 d5a6a8bec2c0179743871032985561d08b692ddf..247e25aacf0cd0a7b8622b15900ff957ea313370 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 9c003f80207a5805a8b43ff6bfe66ba4bf4acded..28b58fa62ebe06281ceff887970285f8dfea5590 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 ce4a27bc2fbb9a5632041adc83b4eb28f2f9a584..31973393ee75b09a91bf0b9d1f708753fcc3fcdc 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 55c9817b23d3fcad9b11e2e6ea026388b77f6da6..0e294c97f344b99809e5eb1f724d9e669a814cd0 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 67d95333c461a59744732eb2503b8cee3fb086dc..1fc7e070d66567095f3fc211c1ea429a7e3491ed 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 5fd5ba30513e3d0e215f95b6d40f22f00d7ca6bf..b08ef498f828ebeed2c49165c42cea6db7d74af6 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 5e37c9479c68cf656534be19a86f486182ffd21b..310d66a2206202c438d384a7ab5ac7cb5d483fdb 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 565c77e0fb7d145be4a1de2b5f02da1ac3bcdc94..8ab643a1fabeba5cda9306448334912c82eac6a0 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 4a78b76c254881ad19458633401d0a6a9c05008d..5120c47415d786987a41559b0f31ed8d62bc5d30 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 2e187ce5e4d9465364d85f362e7bb43c32b40466..6745c6bba6595eae3fcce4e2287e7d1d8f2bcd65 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 138daa24d873ce9e78bd069a909426c1b79e14f4..dc42ba271ef5f83eda022eec831c286bcd172be2 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 d5e836d3cd22ed9981ea06adbb2ad6b4def1ba4e..5f38ae22aca0b464df3ac3012f61dc1661389ede 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 8c3c5e4ce92988ac1dc5e6916fae0cf721bea370..27399830b67efb389d1c2319185dd5fde880336c 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 be61d2f6a6d51d166c0153cfccddacec74e395c0..84f83e34054d3fbd210972be61d4782f8912f687 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 d6cc638aa5db7299878125d493d1aac7cee62e05..cf7701c44c713d88867614a7efa6349860ed8e82 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 58e3a2f7a362dfce8130dbaf2b5c523ab3b5384b..0c2827aa74d231a0de949eee2ee30a0bfa46385a 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 99a84c36e3576bfde04e28d05f1f4e28c78aa916..dc47619bce8634c12dee1436d8b45511b986e99b 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 729f5ef1d8f63c6bef138e8725d37d05f7fbd68c..d4447c64365efab2489e6b0277828637f8050996 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 bbd9e4e8b09172bf8c2446f339d27970980c2e08..cd69fe39197de4efed0ca922e560d135c66640bd 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 b1667e7e075c0e310f0bb01680928f84a12933d9..99e51adc0d941cff8dfb4fde1dcd2498ead73208 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 90b8613b83e5aed8b05ee61404abca8e3652b9ec..ae9660b7560e8e00445f68c2028c16fc16e91e76 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 3897b26444a79ad313e0fae86fdedd64beaf02c3..9eeb4a18a8b61f8ff7dcb764673a552a38d656fb 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 94d9bd0ce11b07b9470db4f1cf01f53255b86966..bfffbacb9265849abee50791486c4edb727945af 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 b004c7653986ef83649d5b9559b757f9418183cb..b07c49d188222c276b9cf9b6c31a60c6c78f136d 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 d546395cbd74a9f60c928b4e017a4fdf243f0363..756f6d1b3a77205fa5e49c3fd01d82764376ae28 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 f9bf2e918a196c369e1511a34749db8496c76886..4e394a2c2d6b2e237c1a29a07c16e44f83f522ee 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 f269968909d6ba1de1eb3e1ffdc85e8b3cd13f59..c2238e010d9d75ff421503d0ad0ff48ca6f3d591 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 10463b387cb605a937172de4a87bdb0403c284dc..306fa4dbe5088fe8ee9659f613ea29868a8b4757 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 1c8d050228f69f769d2d1a6947edf87ff2572507..7ee15b3969e6a1515339137519bbc1aeb764ae1d 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 321281c41d37287dd54e632f38a5119ce993fff2..710d10446445b9413e93a5edf2e593903a81f3fe 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 3215d2c14bcfee2e6e1c02a061c871f160a89daa..e8e899ca0563f548c450eec1841651a7014eaf08 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 c7731e63e646c1fe868c490f794ca05681fbba30..574de61d057e10b00098663faeb2cd95b4d38d5a 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 d4700de6af97870ab624fd43b6e9d7181a7269d2..c7948f03b6f0e660e019a337cdaf99a4425270f6 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 ce2420efe47d63488402cc26b7c9e9bd5cc30452..1fbd2c9e08200de04490bde2d0e2944892e60969 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 2229cd72dccafee08b1bc22acad81acd30382c5c..cf576317c87796494a824fc591def42c38b74017 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 05c76ce542bec72967c6e1d34bd7721964dda58c..b77ec959c495fef507f08d74818760589ca3a7fa 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 3cc77fd552741bbead159eee2e7cef7ea76f1c06..be7e1fdd4dde0b20ce730a3958e7454851c02bed 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 d9cf716cbaa596617807811c2a1c7e0d84c8fb67..89d07b6d6e311e4c98c52ebf40093f62dd53b4e8 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 2378d76ac9ba3b23ae23db6b0b19c2e7c04fc79f..4bcd6d12e5b40c27db7de1abcfdb867238c318b8 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 7cfe4fddc10c0576768f76bbe64683b328935bda..b483a13099f640d58338d12e39b8dff2a758b425 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 bea3a9442358017086748e20fc10edfc9c339281..390b4e7733c24a36d9b1e71ad3c4fee75b5f4d0c 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 fbe757576341de9c2a69adce0dc7dcb7b1562dc1..b5d22692f0c9187ffd537e4570f86ec8953e1a3b 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 a0b0e44b8798198645bafe3d9d8acf25e815737f..59636d25d4aba3ab2754d7380421e3d0b336989b 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 64135c83f60b48e11744e0d723bd82e90fd3278f..cd159cc83a5d70d90c4d48d085e6c56d67cb9539 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 7743a924e4a6043b5b4ba2eb9278f97df54343ea..ec204ef451ad76af27db7d91b7548a92c7887bec 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 edb3e1e7ab242fb779d99218e5365ba215b5161a..8cb823c6f41fd6de189e19869f91f145d2fe7965 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 a18f9bbb38abb1703ba937a1c7305125fdbb3d98..c62f5e627448d3898cb589e05414b11d8262dd46 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 8e38d75e1a73d1dc79a625db0528f40e5e64865a..836fd5cc2c45d2c1348aa401ac4368f999d0dc29 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 a89395a6f7e899ea866ea2af7e83089a90d78f3f..2a786c111dd5c5136ceda60e86c914903faa6e2e 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 48d18bd6e8551f49d035f020a9c97934dd032940..ef7b92b078a0e0a669dcf5f51dcdd55f4819fee9 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 d4814d89d6a0257a737634f14e65539bf46f9332..651be89a27182f9f08fcde8f23575ce924271f0a 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 1034b9ac0e83af2a47f07cba266916996981e2ab..c11ae184487e723a56719ee804b7134a36c8cc69 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 dcc828cccbe6897822fa9045a8b35dd102b302c1..90284825334e5e2d7e7e28acaeafcd9524c1301b 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 362bff57ed2e58c38060b7e4e85eab15717057cd..e071e5d1bf663d9231c2540fa5ca79787ebb4441 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 8e1911d43e13b870b5b7d7853e3144aefe72e814..af4996cc3427b22085ddff62068f98e2bd481f53 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 0e4aa3d82933ecf68d1fa85f8707a99f8070894c..80734cef29c4055234029d9cd7dcf160da0f89ae 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 ba90c6bbb72d7f54a0766bba8d038f75a31355af..eaf203115824268d375baa5d6b444c6da040fb14 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 5515777a6245742788701d48c6455719512c48fb..5e247ec761e6056d2f509bfdfa62cd96ab6e70f7 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 96f83f92ca4040550c2b7f2ca7b3187202beea5f..4cf39c34a7f8baf3b8f2925ea8a58e05295c9bbc 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 888224abe3c6631c547a5b86ecae34f38fa4d0ab..fe50321ab7f4cf7b777784a1f1962e4046ad1ca0 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 7f2117a758b281d5ed22f9723f720cce9a0cfba5..b04d9c7c2a37ac29e1aca4823b1cb5ca1ceece16 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 1dc1001eac2549b23b35df642ea2da99652b3b59..88d22987bcc87324e69f17702cbd641ea1863b87 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 e32e156f2a8462b5ff0b7b46066d36a94b97043f..ba73146b45af5658060051c5b646d57b9723ad91 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 678b7cc32f5b44bf406cf7ed4c4a5f6a19980176..82121bc719dece6aa1c02a0a0509798be52e5f07 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 b9f0bb4a4d2799d33aa3ccc2fd80c0dd83cbfa8d..9192e2422aacd559b0c9056b3912b8c60abb5fc0 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 cd89a17aba05b0ec11e506d3566752629af8f150..92e8584eae6141979906ec5111f8ecc99c4691cb 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 9754a65afea11059cf0fbf9c2e748205bcc3123e..07adcde75c378be4a48fd4b7cd11472412bd887e 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 5cc12994e5cf57b2e23d66b2031965733afabed5..50c60a5807736444d60fa5d1b10bf923f6cd9080 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 50c0d80f3c1cf8b2deb4dfa9da1cc78dd303189a..783bf255e69718b9e0d14b55ebbe9fdf4b424d63 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 fc7d1d6ee7279424b9a20e6fc7a00ca90f558c7e..4457d8a10e17b7f12381f4c8cabe0b3756ef0234 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 230b45a21ddf9b3bbda856b1bf04430b07b29a2a..95c8092821716222686aae65f9e2d10d9a767eb9 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 48c41a7c72b9d67a3e0e793f26959579e5f0f7c1..5f83dfd5f0edbb79a572f863bdf77c0dc6d1a7b6 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 921eec3478f24532178d931402a62b887184c3f9..6b7a405f988273b7a975b18c7d65d7c049e10c6d 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 dd6d1e98ed62e40f598dc78a53634f2dee122c36..067ae36ccadf96bce2ad549a4478fd6311de6a00 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 b98bf0a300c488d4cb8cb9f33630ee8ed5c27e69..f9af1d7b5622b9d2c81d606caf36ec20e9870971 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 9facd5c30ea9026cddcda8f5d5085ada345c3d59..571fade27c7111607dcf7620f8828fccf21e9ea0 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 5b9e8eaf822074b3e0f50e0511bb4df3f5a365ee..7c5c77d2007fa5bd4515ec951a72db2d4968bca1 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 2ff59d96d1a477c30f46ad2d4e85cb73c740bda0..3f4abf0ea07c37985c3a8fad1539f1ec95c33f5b 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 b41a6bb9441711626709d7c88b388e8d1c7c07c1..e7b75e0f52a16deeb082b737f3eb4041ad6cd5aa 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 77851ad11d701b19f538f21f0f2d1c802d9b7e5f..42db07ee83d3d32cc49336118c19743aa80bdf37 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 ae9c551332f15040a7a5c9c1c3567f866cac3d4a..f39bd6c9e207a8fbaaabf27aa6fcd1f526105009 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 60b0c8dc8a1d7e7fe2a30b7f95c7d3332dfac2f1..057a487b4b5f34d4fbe329b8143646c3f2fce230 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 5aee38956908df1b0c39d2981566ae64b038eb4d..8c042b009bb5d8f152bb44d9535c1c77813f22a8 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 f22edae7308a9997627035a448ea27594c620a12..c2d8ed6baa68e7252f81973ba54267c389925768 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 02224cfed5ac0dd524b2efdeaae1f2e610daa93a..ea3b9ec4cc60d5c24b7f3e96014d2054678778f7 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 2b785ee8335b3ff2d72c16512352d0213f80c845..b1a828570a32ace603c3c93f03565e9539584477 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 0f1ca2c2cf9a2a75bf8d898655b7d40ff82bf2fe..935c367ca04e1be000477493611668372ef658a8 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 e2a054dcb1a1bee5013cedb722924ec3b749a110..83b068fd0657f615aca82c251e01119d08c42e6d 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 3c3d50435398517cfb01247342dec4347bf4aaac..7457d1e31fc57d988646f3a166b07aa56ac42191 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 22089ae70a27d49500055e903c62e17746597063..f1779b3e2d06387b963bda3c63e2be3ea862580c 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 b40211563e613d93de1aa8ee64398e8ccbd27123..54aeb6c899b93fd00992ed6dd0034b2324c6ad12 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 e0396e32788b51a5ed07c2fc60470d6055f095a7..27a0250e65d07bd54dd0eb25a6851e16c711301c 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 54d2877da2a7d3ed628d14153e0bed7f61d9e025..627184be7532859b5d8c925ec96446508b4c7279 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 e3cc4d86d92f753aa84a18e8e5e320bcf11344fc..36d9a37f751de8d7c46e15ed36353fe703852fe5 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 57a90c1b81e3319b345fa938eb6a01dcabfae8cb..5f28984e49698701623846bda6f807a3d249b491 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 c3417c5986c0934424800058f9eb57301acf51f9..4010f27b70d46f8610322e674e38adb8e858a00c 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 cbe2179172c531abe4fdcce767d7d52b967281e2..ea53989209bc234eaa45681ad7eee64afd37c26c 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 e19c807bf81d14fc90c87d1549ee088b82a6eab2..00a4a26b273a0c0a8a42d9b1d78ef178048cbc52 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 20266e67f69dbdbcd8df6e277fb2d19f218e94b6..3de18edbf7ae8a4f897d1a0055b5d3835b211f07 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 7acd60bf34304076d587c147dcf053ee6d5e6801..d7eaffa4e828b57f103382e0398bd2490049e4f2 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 b7228b35d0e284c42dda80f269a2483cc07ab805..419b5cd3265971f9e0dfca7a81889245a02f576b 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 30212a14a34dbfff0d9300c28cae1b6534ad60f6..5e62a4599dce051e33acbbda8b45d24ac758285d 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 1c8187677319247213ce6d02b7a5b76890de5b54..969d46a7564e7475fb2b3fc64246e651199ef584 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 6d79a0879425596c135971c222b8e569861ed912..3f5b9b30024fb97c70e82db2e5fdeb957412345f 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 b06bce6516dfddb2f26c0ba7b1920981deed684a..65d264a9183662047b601d66771528cbb626a0ea 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 1faa3cb49d47307617ba476f245b6275e369ab81..c14b72d9fdc0c1aa553576f60a8f84ccc7f9edb0 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 d0da951550518404d07db71f4e6edb3b7e80adb5..2e24df0194d21f16a32830585a0585bce813c159 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 d2cec3bf3407efd0c2c8f6b9f5cdf6d49996a422..bd60589da802555e31c15d55732592707a7bf4a5 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 2d08551848dedf9e0aba3853caa5c9a8b200ef33..040a18995435f32c5ee5cb44b520d7fe8cf59ffa 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 dbc83a2736267e38d860e7376364e6453c963386..8a13afa311b8f38fdfe910f5969a1b3b1faccd98 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 4419ced4cdb1e5d863cd156341c8211036f9a4f4..684785aa9dc84554c085019f93fde847ddb94007 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 90cf9e5b0e262257483a3616a940137d8d29caff..7c2949cb58b80045323f7a72ab5188df0b4ef2bf 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 cc7bdac50d87270375ea793340a50e52dcaa46d9..53c01748d7cc8054138e05dca5bc54ac68669672 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 f246cab8015bf3d51fb4be1f453e30cdaa661025..571fcf50027493bff34fda90eda63f2766861e4a 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 1e01bb9cbb5c12d6cd63bfe8ecf90f96644a8b58..5580e398123956749cf87d6cbe13cfe625aa7b60 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 6ab78d23d6f571a5a13422581fa77645f3e6c832..1185ff9e6fee6fba3c2c748fdf4ff91b13859d47 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 508c74aa9bf51f94394ae204dc61874bd304f2d8..0e12ab172fe7a6a8ddc2bced718f0049cb9e786b 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 9ad11f7a0f63e8e033485b1e71dc25de0b1bdd84..1a55436c816aa08fba98ea05081b000fe9dbcb1f 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 612f349d1a6cd7b400e473b15ecc096a0ca02002..d2455ea68196f9ef39af3c5d47be5c0636b50831 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 ea260a9d929d10481381bedd0d08495f895c1c13..6ab858480a6e4a4a48d8b23d1f10bf5e902a429a 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 92c5082db7913b6cce8d7546ff54d927d8c81b53..9b0b0195c8b5d71334b71e30b39d879e37e1fc6c 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 b0412dc7f4be86a9fbe2e0c5d0c297cfeb78ad97..0f9a8ba4a84ff552da5280cd7c1b0283986b5ac1 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 daef2de16f45f9034f54bf056e8877bf0719a56e..27c66f3e9397d54d9867f5b68a686774dd68b653 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 29edee8c1e655850d42523a6814127b8a969b024..cb07c911c47afcc20b3de4081c183ac272f3accf 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 92d913ade7bef774b201d28fd6d78f5d4ddb15ad..0e894a38b70c26561926ef2f2bb47092317de9a2 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 83c4b337fc6e4b11d53d118700a613577f101016..14904c7f43e5a72a76eb8abdf3e1d83925c2c199 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 bc223bedb1bb7a9b662c88cb5092446b9a8197bd..f965c6353b90b1100949e2d613042e6e56ddfcb3 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 fb6ff3b35a83cadc470b4c2cd08222edb2efddf6..10d293cb93686ae97750ca76ae9a626473aaf324 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 9863900df9e2c3b8a002291e1b49cbc4892a9a57..9b20bf25084aeece4914b0d16e278ccac2f0f436 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 3e6412f4656f4e89aad6774c9f5b4465d90896c3..08b926c19a00c2ee3b48a50a31b6f64e16048c27 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 6309714e1aed5c17b95b4bd9c8a90186033f0cd0..dd21cf5d59bd6945deb5cd98c12d8f1ec518d784 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 512c1858ed75d77a49642326a7907795fb7061e6..beb3c2493cf810cc2e43461f9cabf816f745e2b9 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 0311f943a29474c92194a3635a426cd1c0afd8f4..34e87c092f110aa738d176542e111ebbbcb58c0a 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 bdbd9468ce912de8f8f1214852ac6c00d0f2dd3b..15e887fda1a75792d846009b0d9381cc20d107f6 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 59e075420fe7a5a8c2c152359f0f28e2681cef76..95b1e71cc0d93e36d5ef40aca97984f9abc40262 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 47127ce86830e23d2d6b4deff5e7f277ed0fb10f..d91f8261426d647946ae7c780aebed981533b908 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 a4ac896a056f2be5124725ad3157be0063c57828..a8f3e9fabe542701551fa176e9618c1ad346cea4 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 8c03003e82a514218d4952477eea10ff24b5b1d7..e27e7ee0dfa5f68fd650c3c4159f084aaf914848 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 3f697be5fef157dfc4aa442463a7e1984cee1a1f..9e95c046925f0cc2ee5a8807b84e91de402dece2 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 3b72faa8fd198767e24b4e5a3302bd6f07714f7b..63d3185a4e40a2fe083084687cdbf145c23bc91e 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 4b9710bbcdbe64ddc689e2ecafc83f7384b011dc..f55224e37084b2204a09cd8f81f3099f8eb780f9 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 1ce02b37178ea7bdbe31eb5b5e5678ad06889282..34253a579f5c382c0991a3b8e5cfba8deee483c5 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/runTimeSelection/staticMemberFunctions/addToStaticMemberFunctionSelectionTable.H b/src/OpenFOAM/db/runTimeSelection/staticMemberFunctions/addToStaticMemberFunctionSelectionTable.H index e83946fd252debd5d9907e0107aba504214c3d99..24550d46416e6dc4a6a07cf3b3e9c57c8b4ad071 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/db/scalarRange/scalarRange.C b/src/OpenFOAM/db/scalarRange/scalarRange.C index c63d47a4c03124b8ad3e33ae0dcc8b473365ba2f..f046e7ba8757f691621c135d5aaf3e113eb7408b 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 7c7209a6b3165acd0455e5eea3666df26e1d95f7..56a293dc370c2138718039d21a8bed8b22530f10 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 149503efa041e3c6b422cef309210b2b6cfe19ba..3b3dfd049d3fd43cb210b2b76ab82cd7ac1c660a 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 d390e2284007c695ba8fb8f9ac38effa5281da81..5d2a7969e2f516c43fa53b1f47570c79b033beb9 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 d239275f66b353ca99d8ccd79282c1a9b47fd089..747ab53384f3072e2625a4bcf8bf1e50bedbb204 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 146a9281d4e41c5df31539bb114b4b393ed087d9..4c5e3c117b2ba2f27224f5210f24eba4ac74b832 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 a17b3d2774649407cb753b86b4dbd8d66b78c690..929eef12dfb9bb145047bc203a689a3aeca0fd5c 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 1c92be632135f22c966310b2313ba71a85c13537..e64db0622df2f5a89ab957577e20627d9f873598 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 188af5f0e545b1f05415117c25f61fc369dd1f09..e03aeb7a0e64c88bd31ae428964b97a4cc95f5a1 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 a2059132a596de8f1989de4938dfbd0a4fc65d78..8a4b26ba2304b38d38ee44ed9ed18102107350ff 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 e90066ab33fae66de496982d10bd3f38f57f1d9c..a067d1360cf1e305c0ba38c6d5d38fff0c81b3b1 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 9e7f1dc6b4289cbc30d6d503ca5a4df3a226d88d..2e21735cceee6ef2a07afcc9c1c735108b226a65 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 c8d770da1efe2dbf81108bffe0b5d5e071141f88..d48b41bdec05ea881a1d3741b01b11fcb94bc968 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 318b0a0a540aa621d9b28a500ae684561e32ba03..8457ad76e0c0c8433d3de2c82db766d7eab05fc6 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 8e40bdfbd2252082fb9fff139de504b93e20d487..ce050af91e31436130bcbe7984171255aa6ae6a1 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 204715cd1f3c55bf4b7f9d0ceca5591fd17cd3ec..649766bc633bd50913dbd955ea570af4ee77610f 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 2b58fc2831794ad5a7372a390e81fbea2c1ac762..80baa436f032fbb18689f9b743a25aac41a10cb3 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 94f13724f8dc02b46be7b4eaf5eb17c0ec1358ae..e43ad622bbe73a01802e15eba5be07f900ac0b71 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 7a097b8bdf3cc6d81a567888be6aaa728911d1cd..5893598d493701ccae672681b9fcd97c8d5d2c02 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 59e63ceaad5a1c549440ade3ffc96f4797dbd37f..e2f6fde061a009a4512578bb1739f23f4ec62e80 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 875a14fd0b5d2a8cf501a7fa041bb810bfbf438d..6f816ea0c9d8fc17de4211cc0a34b4dc38e65e3f 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 9696d8cac3285b0471302d75946f25df8eb5495f..a8325a6eaa62da5c85601d85d97bd78d2c2a51cb 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 a6de4cac14aa8e8985146033ef42e6e0959aa630..9537daa4d5d526a31802936981095ddd4aa31b02 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 ebfb213e62ada3e2750058288f65d869b592d872..9359883d01735b0feed401d124e29d15fb41e324 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 b5590e0af3338d0270500e9a117df515a8ebee86..621114c7166156622a64f27fa92dc50ca4c2ccc1 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 4732f5741b00e4cddd1bd91674a0475c049f32f9..96bbadd08a005e3f8b4e992b81f217f3be749504 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 053dc4aa3d691559a4170739ace0c9d5deb24eb3..b642fe7f777aea5d44a3340627a17890195edcdd 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 d344c41ac7bff1e6b628bd380503af73866b339e..86e1f4b3f1c1309c37789d3fabeb6cb4a5e94d28 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 10c3f192a43af33c02d181e08285dc0f0b6e1d1f..3c6eb695768b7a224a0d045f2c8ecd083a606ccb 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 f9fd36b0a8535deaae272bc92e7f5cea9c48af9f..4443e88566ea00350c6e613f4c2d031e4b2192cf 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 2c9cc732dc0eefa527a83747d855ffd777b1616f..d5f84f59ce7cf6a38da70be20f3133d6c44285ac 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 dfd0d995f084e54c54e8eb673bf1b1e56638f619..0a40c3e665f4e6c6160b509d919805128ab23991 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 c9637ca98b96705e3a84f90e7dc2017b622d0b6a..50273baf788675337c0a72e8546ad11b2b5b3d7d 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 18abc206e82f9a47592e91983d2a568fcd170f75..24c99638e0f90e1be85d90efe83a59151cbbd1b4 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 3b55085304199372626a71a9e5911678ab51d905..5634b68808137ca1b53c6f35ea8f61e2af7bbeba 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 7176e854378a99168ab28d4a4ece3c7d089d0628..da3f6fde9e9c5a051e48584b3cfc9a2c32c0ce48 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 1e0552a8e4ad1fa12e453900c4baaf6c04f8e62d..b63a6ab8e0dfaffd8aa75082099d71d1a93f8c6a 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 2969784d3a4f4ec3fe93bd5ab114249da99a99ba..f6c31411d86b6317786339cb7d78d370ec5d9bac 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 ad5ab16bc04989e3d0a8d50ada14c73cfb778989..1551f22dc6df4bb628133e568162f19405d2e9dd 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 0eabfdee672d450e508e850f0844b8e5e18f86e1..30dd1ad3064dd3ec7d861cafb1b21562fc80aac1 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 bc610eacf7cdda239f2be21fb7073a0ca12f9db3..4a1ba36311256fdcaae9f09a4fa96e3c1cbef592 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 255033d317ea51f9ee61eab58024011c5e7661cd..4133f1562c5d6c28080d552fba470876e9a0b638 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 3e58065d1af0b35cf40eb217276c6d253a4529ac..a156adbd530a37688ab0de1c74e144089a646b1f 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 bf9c09021d5a4b4d4440b508269bbcfef3e8a0ee..24bdf6f078ad1bea8cf407171fbb40c87f26e1d6 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 2eb0b2277978e9d058e13dc281cc483626466ccd..e26cb12046dc268d8d0b6ca55b72f8f29179942b 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 203f57730a80283af2a3da3762932afcaf848333..bd45ff9a494f429d9da75d16b461fb35d7c518c4 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 5197cb58f820ea678b4868d5e98cc114e567acc7..2d30e792b13ce2b512bc8f692a469b9dd3341fe5 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 de20f3bef818ad87988b3e5e661eee186af0cda3..37e7ce3d7970a566eebb8dfe7f1f1cbf0cf16ad9 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 f96b91a89ceec825cf4b8520f01f9ce7b6a3e6d7..b2dadd3ba7fe415e8ac63aad652c255cabfe99db 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 037ff4a9614040dab1942d1476bac8c383803e19..b1d674971abdca528d72d9e579dafa6eb8dff5d1 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 df23876b617d0c2c647d804e6ed0ba161edf701e..b3a1db4112ed25f36fa716b2420ff8d108772f96 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 bb38520588a45e3eb14e22d74320883cd3924c79..fff98b516c4f8114f86771eb6c35f8769e22a6fc 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 2d6426da9a4ff480a718dfa8dac37112e4fdd877..5e5d2e73e7b48cce57a94dffa2c0cd4cf98d6382 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 6ef8ceb94efdd4647a6849901d21182c793d323f..5df9341f5854cf7351f84e761436ac6d93bb8c54 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 05fab110990680113231e78d95f3ebb6e4493054..8e54be5688ae358a3be424c3195e3f313345b361 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 c8fd0670859d67c5dc1226a63d353bbdd3c7df88..889f0fd8506c958bcb6ea8cf3286e47694e21ed9 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 9180f417e45582d2bde70b2a6838f81a74fd42d4..bc1f4eed1376286e1ec13dc22f0527998736efb6 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 53e35a45f64e2bd0f0f1c923f438414f76ded14d..8713f03b0efcaf3871e8b8fa6ae0d3475dd4d134 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 044a8ef57ff76543bcb2c360db19ea9c81d5d277..b683aefb8cca35380434148fc696b3f18085c176 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 af1f98465e4ba69dec0812c7c9551e3c2f771dd4..35e86d99cff70a299d02f689ba03e5feaaddc34b 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 54ddd59f370851086188c78bede33323732e9b16..059cdaeda3c745244f3ac1d5a2b23696b88da746 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 96bef3ccaa8d3057058bb5af6f6ae948a7d4b12e..ed28a1bd7b34eb28f48795a8de93584b5d30560a 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 f9162fbbb84b96d57faef637d966184b193c8845..79090510ef71c6ec13b10e06c398fa624ff80e49 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 113c8dd261b1c761377423f9e3940ee456d4c6c3..be6ce677e0d875d2e1f91ddadb2efb653f09eadb 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 628375526cf7bf86b5b4f4f21dd594ea76f9d500..0ddeb82a8782588d07015acd8fd28bf9fe073b6c 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 62cf972c24b753db16eaad788528eedfd8a71d18..f557f1f43c80d8967124ace7fb7d4c4ab132f637 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 d787d3559bebff5dca54a90d3fb1b2902b7f6700..531ae0443ac93278a987e621e6588205688c6d8d 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 37a671c67f85b53959e064f50e348c0a8eff3d32..5708526c265ebf3fb2b39ff7063baf76a4773217 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 659d0e4d8bcb5e596f9833ff6638be80bab7ce8d..287f1055104dda203bfaf5e2d7689bfca43e3748 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 5f0fe0d5be05402ecbe7e52a2c3ec84bdf98395d..6b4ebcb30710cb3230095abbfb00ab0a08797a96 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 8d2a47e5e77f7136ef04606bb7144527e66ad274..320570ea0782a834db3420c1d6ed226f2a599565 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 ac4143de19d97a7ba3e6a75e6b7c21303eed30cb..39187249cf19aab1a21d3fd1f04a6a75519c3d7f 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 2fd9992378d00ec3e709aefdd1b2080cf16ced60..b0d67cad3ff5af62a53b2bf9cdadce81c57419b5 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 13c4c572ac2eaf81799d09808ee03a8f8e07fa01..cb311a9cbd0acb508ec7c0712f35382e4e176076 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 972ed5124cb2534f65b42f87283ac2fca929f394..59de786e6ef9007b228bab7609e7052bd0e5b1df 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 2bcb48c17c07a8406b7a517457a79d15438184e3..56b25e94f9cad8518c91520e7cb14c72a21de762 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 f07056759c190c29623623a3bcd4edb268742ab2..a0410549ee1903d1f5d0b1d524ce0181809b69d2 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 d64180b184ed3c2ecd01b5a717bfff13387320ea..87f86e5668ea3a969fd4f79aa16678607f6be17c 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 f180d5443346ac01a32a3adf0595046a70b7cfb7..f916c6f9301ab3184b01822c407e6e8ac6341efe 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 7bf194751a60360d79f3cf6fe0d03018a64d07cb..8c00763e63465648021ec895f0b5e542fb33a856 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 3289a5e84d8a5be40669324501ea278803c162bf..a473680d4ef78d4139cd03ea6a799852d0148ee4 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 5eecf96bfcc5556e652c0fd41ff73e25b40cc982..7f375a74491b3b8969d13f9b989f82509d0c2586 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 71690e22ce0a9541282ec4e26ffca6af15f054c6..219201dbbba1d01d796c273de696fda988ec5f5b 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 b116463c73c4332c5381951c3e6fd9d5a8df354a..bca26c2b68fcd8e51129ee8fe06562a93bc38555 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 38b190f786b2bd10058183b4f016c6548a31c49a..1d9370f841a67bc1dce5d52e9198865a0a05abf6 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 d8c6e7960a14492ad621a5f17216d84c88b5357a..2a61795c1529a0c898501b0e891de3cd78da4438 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 b2c7008bc6116be72391b4e6a02b2ba7d2a553c0..d132835104cdf01fc049e2138f83d255f785cb2c 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 0efab08aafa4f0771eeb8455e3577acbdcfdbbc8..73e59a8d428d82ebce2de862b3a91afcba4cc2a4 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 d4b0c0672ed29871d8ce505c005cc632ecb875f8..235002c24bf644d5b52f8733addfc4f0e1f5c951 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 fe464093d72aa245fca64ed589cf734f2dbf2bf0..5c76bec0c3b6fcf1222e2f0bd15c1cd87195cae9 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 76dda2c2f1bf36074d4947c91fca056ccebb6908..6b626ada9e2e4c3b64cda4efe347cd94df605eba 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 003ff0e6906bcf895910ab320c3a3e53a96da664..42a69edca3cf020cf765b41f5ab91039aa86a68e 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 5b52b266184c75b17a7293570634de72380e110b..42ed38a040c5a54f63a9a83a9680fdf87af53b58 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 8b79db601bf367610b3093a7ff679d7f66e2abd7..69e9b20371c944355c7651105aa7a5b5cee39b54 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 87b217c6deae9655a691d5857b356d89c5164261..921e1fb15ef5b634f74c36621d3ac1d1e70e5b6f 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 370c50452c90b77ef069c874798e508f3e2800e1..0f40f99d56da7a8d49114ab24d54b3d92b100df7 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 60bc69997e38ed5788674ce9d3a2b57627e9bc40..9719774f9898f61757c52128c3dd2e84c1a77d4d 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 4c724f2b60ad56e7734d6233d7fe6a7ea7ed72e0..2477f3b72876a18ab41507fbb8d8053b7e1186b0 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 ad0ade1446941b27f35778c7b505ccf3ed220619..5dbad94dfeba6b6b1a3e48316e885ecf3ea85271 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 adf710a119cec5aeeca11a817078ea05bc73b2b4..ee288df1626cef27ca75f14a14ed19aa94f6eeb9 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 ee7e580f49610bab0935998b85aa8e43dac882dc..3b11a7e63d5ae57ec361de1fc39b047ec452ed67 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 e4906a1b5c372a10f582e184cc02e3fb6c04ec30..09e5f8382c9607554069079d61022a93858eec0e 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 eef1bd236ab2a1ee8e60b75a0b5e9d760e529022..04cedd5f3214048e47a6fae230fa508ed08166ed 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 13506e0537e2346c95b98b968272cca19f728f6e..71473742e5a3ff616a6723cd2edfcd4102e0b3ad 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 8ba5b47ad952bc5e49ff289e46dec023e9b1ad3a..59d8e611439b044c47f3e2ae8ad6d00abf01a4d8 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 f3eca5026b912ec8849848c35dcd9953f1713434..72c28621c6b9df3ad8852f0f01d79f9203f02912 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 8eddf291a2921fadb272540736750b13ad31988e..a2efa37c281d8fd6545af36a9fa8300a4bee652a 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 725f85bbc068a8d6f01681b40be82dfa42d88a05..a3cb35dd8117ac2449d75696be36279e414976d6 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 820741722e35f3b8817d124cf32ff2f52359f9f4..4fa7bbf73599ee59b3558b8c5dd84ce80c068b4b 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 b19ed85f6d38109ac198bb5e1db0d42df40ccd98..13105766a70ba3751da545fae3da0bb8a029cd89 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 5cb8ca000b4873da5d6c2b6eba4162eb4a3f60f6..eb688b33a7ed9ecd772189d51129772ef036f15c 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 f9a84860dd2ee60f1ef6fb35b73013bceb536092..e51c37aa34c3811a228ef3da6fa1951df9d0facd 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 337be8d6726c35e327215d336548e893e47eff0a..ad000d1a281889ec8c5c802a9f4eb85c44339645 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 f85e0e6f91d65a69b9643b23e15fa489753a1442..35a59af31a6419ff7279488e451aca1fb6eb5c9d 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 a4d7ff5591b865217761712a59f01319aeb2c0d8..5472ce0f7ca4cf89a9d5be7aeb8a0ae876e5ebdb 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 ae2f78d4c031c1fc60e2164066a9c1a6d9218cb7..168408a6ad6071657a482ca1801c43e0edcf11cb 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 427be0ded4dfbd35f7871518752b650844cba1c6..4760fb1cd34f1a97ab6415ec3931876ad7e7cafd 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 0e0aa60c23f8d48d9b94cff720dc3b2daf84a32c..63c33df2ad274b0005a94c7b4bd707024e804b7b 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 63ae540df09cdfc7d777c586badc1cc8416226b5..48fbabf881763567f3d0cea85811c4495ab420a0 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 ec2d286fa31d6769dab6593fd4c465603871ffbd..3990a1a2ab773852d6bfaed0f5190f26a8461eff 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 712af605d106e4875e67a479b6a8362ea3ea7fd0..801a012f0e4518099c53f5c70bc3c38a1650cada 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 2dd704ccf2b3161d840f27d1ccc82f063152df4b..f0f3be2bc6b4f684021d7917d49904736a8ca32f 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 78edb9c9303709706e66a42b844ba8140702c9e8..c0347067dbe875cffdd818582f999d372f9a2150 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 a94aa514d731a1a414345cbd1003a3a0f9c8cc9e..8526077acdc6fe52b88fe33b80d5e34c19ac7f59 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 a5933c1c13dd5203ab886deedc72fd57321a70eb..879bbfc1f3dc98c005eae7087ce130f96118e683 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 f8b360063e978b3d68d11bc8ffcb0f3642f5254e..b74d165b04fe109d4445ac074dc8e13fafa64f05 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 dc6840b4dd9cd3bf0e8f9bef8c5c946a53f0cbc2..e3104611dab14c61f4483f8aa87dc0f898d503fa 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 a0166d367d40410054c7e541b6421755fe11e282..b2cd3b4251a3967fcea5f054ef541125be4af483 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 13615a5e4c0f1e746970bb6782ca57b9e523a44c..510f6f67f013b5e1d15a9f5da1830db74c0d7a34 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 a559521b1a426cd5f4fcaa921aed9c2be33a8457..9640e38a0192c918e242ce56539db5b8e85e1b12 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 9f07c4a0d8dd28c86eebd80be78cfb0acdf14a37..5a7565877a35683fd8c4ea516b811a3f81a3ab8b 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 dbf60e7f4fedbf1f73168523936bf71481a7e02b..182cafe68fe011ccdd96017a05643d8ea6f7af02 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 49e13de23250f5734bb71fbd6f3a4cced5ad0441..89306b38ae4de6b11f9e5b207d9382e23f6dd76e 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 b28fa1eefb2fadc08363a42bb02d75daf76c86b0..9ba26b2d6ebca9bf8fbda8ff818e491591599cf0 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 a029e33fd76c71ea940061004eb008fa7813696a..b46b55b3fa05b84fe3b57a8c28762da5152c0fbd 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 d007c5c786d56388287bf836090b8fc01565af2e..431067ecb1d8780d9c5b4e11d49e33804cf68a00 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 9234aa39e460c7035ab8341ddb70f588998031c4..7613f25b915fd6022bb3482394e06792b837c1bf 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 8538d34424c6c6366b788d310e04c7c5c8734591..6d24ad81b1960fa03a71cbbc50f749ba4d4042cb 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 ea652841b00090da0c126b69913a49f506390058..8da7d3fb63f3f30a0a85bcece06d3d518e98b776 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 286d1721bee3062df7e7379ea389f6c3db502188..fd86f6bd8c4dbc6ed0364c3908a4c222b19c0167 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 992b4a5c8363063fa6621c68b131edf92012b270..447d1fc4e44510229a5afddbf51ab5cc6dfc3172 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 1cb7c8b2ec50c6594d9be9b6515d7fffa92f0b6f..7dbd41444d7c2e547c28bcab82ff9ea774828ee1 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 a82f492eb18819a7b808086fa6eac5db6d71d1c5..26b5d5f7c309fd3237c8546e6f958dda0e73ff2a 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 571a1ea67ecaac01a173a1cba6d71140412d62e1..c34115b29ac9a3b65fc662fad2b803a8910509f1 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 3296367e5c2b4674e71dec874c2d26bea0fbe7ff..0df8e0f9bd9c87d552d960007dd81c6650fab62c 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 6aaf73a76aad5ff9914550f472d6dded735e4ede..9a0c6d1de4deb5344230e90823bf18f6708bbb04 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 43813d25440c71455e4edf3839633255e39e5867..255763469e5cab58d52a33a8f653a89271cfb282 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 0f2be352142861c49b955fd37a0372b0082124a1..13fead2cc74a6921ff3c8ddef57354d37ac5336f 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 20e8a96a1d30c0765640474df680f1de1c0e3b7c..849dd3d6dbaee4071b32f00212b9920f641268c7 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 bc78f2c49ffd8ae7d6f3aec2a014a2527cbc5efe..deb6c32a2d6952b20305af020b03ceae04c8b60b 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 f1242c5a997cd63c156f332a5b7fa12d48b30a3d..2fc6dd40b33fd02c524cb00b5bbe9fc9f7098960 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 cb5e1aca536282d88f582a4fadab6da1761c150e..80d1d4bd51e1bbee1a4dd0708a16b0e0c58894f8 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 3a5e59f5c70697fd2594b5d1ad395111b6dc8456..416b9d9c8a7050e5f859e7edfd573cfd1c98cf94 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 5ed0205b98e61bec1a803fdd07192e0ed351707b..83c00eef1823cd851b033b1545ae302a8a33271b 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 d576844ae60df686d827a7c841083f1376b1e5bc..beb147ddb9a4a6dbfcb5943f656540d6cc24b135 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 90cedb6d060ba6e8a40435eb27fc09dde0143440..7a765d056814eab1ec1a8925a3b7ea72025b6104 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 845a0a5b48f8820c8c4fca7fce3f293566d8126b..30b664e909677310a6196ab5a39efda60a61d922 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 65d1a7542feffec178cc927b8249b0562894e4c8..3c48250a08a58056922863ca818d2abeb244ab5f 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 362ddde906a3088bd61f344d3d4dfb3f4179efd2..3591ed836acb850c8028c6b6930b106adc97b6a9 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 cafaf646f24da84064ffe5a2894468a7e632d837..e17bcaa0e1987a24c51d1fa363ea226df80782a4 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 148ecd9bc52a80eb67803f82426dfcfc2a910030..b49b26508c9ef6bdfd9f7d3c3e4516c7513f18f0 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 718f0a454ebd07fa8a5657f79b90bf5b22c85d45..edb2af8806585db20d524579dd836e9fe4fab141 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 20f6f878547d6827bd3d7d541346151259cbd72a..60f311415234ec705852eb94ea08e5708cffef70 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 c24c187f6870c3553036ef2d333d0b19c77bd79c..5ffcf9f99cf9548a9f9e1811e3457befff23f159 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 9cfeb81df4ef7b44b9f47bf7e65c1cc7b6218820..08f4cc300e8ce88a92c92e8d555b8d5dc0183aba 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 3e23f631ab970bbb1edad5888254e6f93022f252..5a57c58d82db262d33f23eb98eadf0cc8bcf1c41 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 d50439dc947807369e534226af0298d368ad0821..7247bfaee0a0b9dae86f245150e86b6f6aa3f428 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 85e5338f92f96d2002b66f32d0af705728c9a0d0..1fe523b5c44d2567a803a25e593a1ecbe47c6d31 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 aab0711157d40456a105fde447282828adfdc960..ea2d5d0fa147185ff0a5e19a0aeb0dd19a49379b 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 b4e8c3f8afe2e733af190ec08357ca7c8b95b718..1db896d85abdc6f72185bb9a047b913a57e32e2e 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 cbbc7e3bfea3cfc6384d8678f70dca9a0c6aa424..14ecb4bc3f0726fc353a449b73c085e447144fdc 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 8bb6c09967a2da1a535b9a732c3fca77df1f8882..801657e6b51bfd8faafd3c2eb093cbe36bad1be2 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 9858583c27add2aa9bba773171537d00cbe0d4ec..75c9909af5329dfa079bca80a8226dfbcb8d638b 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 135dae3eae6ff1eb6add49de886e48ebb4cc2337..50eb3dfa01d77ae1789e254ed88d2b49c602cbac 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 cbfef473d54b3390fc72c7bfd8d31a9a06966f9a..0ae961af88acc1706074ee923a2d9bc60cc430a2 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 d99b2809c673e8f70cf862d5180060cbe6de5b9e..735888b98c6f9cbf458a14480c943492ba14f0fc 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 898fbbdf0f400fe2acca3ce7dd0f78f9d406d5d5..3e94ec578a321396f836412edd9547cd97243a03 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 63f938b0167dfac7ff0f9dff603569066695aba1..6ea1a1cef86c120911fe58af65fa737a24abcb43 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 0a53bd4795302da4d5027d1b342b0f59d15021dd..a6e054c3d375b1d7d84198dc1cf33a6d491f82e8 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 7a2edf0bcacf94995d4b960faa8d47148b112032..36ce8d4eee28190e39cef9a748c7519a67da4a21 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 68017fef7b2b04b37a06299b733cbcf3a7e5fce2..cc6a769ad84d7ba939bd3b01cfef7c4b81c9842c 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 5b0d5a748be9fd3876a01abe08c5377c79cb2764..d769ad1134404c15aebfb730c04c0069f01cd26f 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 81cc8dfec19db6875831854b8424cfef81467380..5b683a33ad5c03d62c5c813adcaf0d4b5bc3d3d0 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 b7a048126023d913188cb15d6e851ba92bc4d588..1b7675d8dfcf011389aa2bd75e48764991760414 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 f8f676eecde07472375735b50de28af557671af5..ceb7e97bde2fb933b4d2553d03e5cd3049a5aac6 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 aac7a1fffbb25dc418634c2d9088726de53d59bd..ea59a2eff57fd64bc7ef5add534aca57a2fb6caa 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 815f43cde061770b74e63553d0c107b867e055a6..8560d17624a65083807a174d158f8eb18ff77329 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 d128cee6adf6ecfe8b65d2c07d2f2d095f5de4c1..8204c1e860a719324d16a8534ab6d60a0e1aa682 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 18b4d2149b822333a11ade7a1fc5418d590420ac..febaf869a91740de4beaf07b6219336f556a5fd9 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 f600459c0b352218b64c07c6c795806dc625fd26..793c79e03e6ff4b41dad287820b17f40d9525bdf 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 4208e0ee2008057f20e47bfaf304ec6ab501b5a3..6abb4c6a9a21720ad6e5ebd8cc969233367eb627 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 2407d7b64097147ba34c6df8484c93df70b33d84..103ff7197f26444d742467bf22ca2a922cf7a460 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 ab9e945a59287713b24244e9398733a3bd796433..721b3435c85d0290669e1f554bf5c22774030748 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 4c0cd61068b4384855366ee353a095ac81813301..d97906fb652be0e7d48fe697ae3ac7e665cd1ed1 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 64988b7d135d0642363340bffb326d691685bdc2..b95b297e7516f0523f50746e21b6ab3149f2719c 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 66e1eedd4631056abfe3f84acead23ffe8ef49cf..0afbf02f975c4400682720f4afc2b7f1ecea5d9c 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 20dcd48ed6adc0d30139dd07b51d23474f0e81ae..fbe151e3e1698dcef12072c297192ec534159409 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 8888222e0ab2a2c34f5dc118c7aeb5e9557b4929..68c5e15198793ff4a44c3e580b8d71fd64b373c1 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 93946e65e0c10c738985a8db76bc5a1052622969..0efcbef5778f943d50fefcd2d85ff1cc17617b52 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 08dce2dd3e434a44ff51d98395b1d3eee10f93fb..d7f0bda6d95236e87c316db5388b1ab21b149820 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 7c9879af673e6cc169d2ee0c7e2db953e61eb2e0..20e84019a713f64d4f675ede89e5e9b229a8fc50 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 b890723e049e94106cd48667eac04304436f0728..f880170d93e7ff9de277de9c417ebe719f50cb12 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 0d04fc2bac941d6501cba224492f5b4fbea50406..c6536207bf7df1f91c78b5b74faf17d3250e6b13 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 e23e5a8948b5362c01f9ec98dc70647b03ef4b22..611f0f8ba99afbe848585e274d1440d570ecb1e2 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 72eabdaaf9f3552f3a412fa21a6a302863c234ed..9bf2e30f995382cc4e81e716117bdbd538111bae 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 8dd59d15d7fb95459d77c8eca5b525768aad0729..0730635cd7c0236355e298e836f6e0bfd9dd44dc 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 cdf9e804088bd422210733ad0ecf1714894329c1..5f7f31c1354385379ada3455a66cf938656d164e 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 410aa331dda720b263fd6a7ab9763f21cc74dae0..154716f671197b4fa957b4e70e47593909116d39 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 bb58e0eeead0e01e17ee04726caffacfd8332a5f..77ccb2cb4656a490a9bb69a84c11141b3f2bea69 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 8e1a43fbbdeeb631f769dc8d925c9584db11d062..de6830679a7fa47dfe4ba8a1766adfb62631fd53 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 524541f8125758a8ab03462d09f59dc696d6dc4f..570ef1048bef96bf3e7a8c28137bf04dab2bc93f 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 11753c397e012a88aed360ebec64ac5a761784d3..a878a02d0bf193482d13a2bfacb132b136f59f73 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 4aeda6700b4ccb2fbe66a5f7c5931657512b5488..3c0e28e13e977217271ce680da92399c87476755 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 dcc7b44c2cc36bff6ad24cd931af537e68fd01bb..d3f4aa2a2a1ba5294298641df8b41d38f1790ccf 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 927b422e2d13b1d8cd85ca8336c212d77746b65b..5b7ff5791b59aec8448483eb437bbdae9d1ed3a5 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 63c04e6add86728ce746029f46fe2c1d21da8ac8..8d1e3b5f38e91653e45bdcbc5859dc9069f65849 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 d27c8496dfe35e6d563415a5985b9a46fa70efe5..0ec2cf6bc234467a2f2de5aa6189aae1c2cbbfe0 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 4d9057d684f92e68dd38c26cde9a7efd2153de42..3f4b0acbe4d920b60f1b0b47088ccde572696ba0 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 f20cc9d6d35d2861125ac499e2b86b5d55ee0383..010d96630dc9a2962cf6a4578c6a23a35412433a 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 8c4301a18aff53cef4fd933c3a3fa6fbfe743c16..05461c29f7b4dd999e2a352f54b72e9137ac0d96 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 8c62f3e47b42e1db22119271e1daa87c4ac49c04..393ca32c54d6aef3039fe147174670270f1ce64c 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 ee388c01a70dd41a8e2a855e5db3e85d9523e5e9..547fbaa77d98acbb00f46bb00c68b973f0bf3e40 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 cee2fe287aa39a654cd8a1d6b48ba7eb1edd96be..8d5ba73e72b407469e24d205eb056330bbd9f1ac 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 56523e47b65cecf2086324ca229e5da5b47cf8ea..85a1f1dade662d3f1af10d47316f8b373fcefa64 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 2ce6ad45064120f7538ce7a825ce93af8dc31985..4b95bd7ccc6759aef81fd2efda8b32ec3a888cc1 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 e452b699741bea559955cc37caa2ffd597e764a8..706e6da83004a3b861bb0a4f914a3f299ddebef8 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 5a64e226ace30ee4993ae29752c823467279f98c..96950f53ab6b4129c0afec1f8463182523673157 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 6a346f01feb1365c4cf269c34adbee1c5f719ee5..c2d4d470c28affe362d9a18af9610a02a9cdefb2 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 aa0b4dfb49cff60b63fb380cf24d32a8f6d901a3..3eee3527276f1bf46ebbdbbce6706002a601aab2 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 1f80ce57da5d99359857ba51d8800b65c2dd8805..fa9ca9da192a646062fb81c78f1d5d2b572858f6 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 6b45a4a9db769636d860b3b9f6ba5538255d7b50..7d6e770bb343f74802b5b22dbbf181e787ecd198 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 80cf92a55f0ed2e4fc0ca3ada927a9ac9a09b506..8f7ce1763897f3fdc1b50d908691ff4899565322 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 861f400274bd5d9e8916798730c85db54e9466f5..ff81ceac73a74ea4ba40c6405c9e356802b66e4d 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 ac8f8db8bbf433b6d0fcfc8fdd8a80ad64592c84..2112354de97bdea86c1a3d898bdb00e2009a040a 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 e6cf4115d93a4e06a85d94c0af5e0ffe105373bf..6cc805fe2c1c80a080195b005a7fac12200421ab 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 94a89d9a36cda094d0a6d2a58eecad031b2de116..d08d1bd4ba1c1c8c1ac3b1381ae34bc483bb4e50 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 ab4991d8d435124f73f3391c06fbe6baf0bd4972..6f515ee5434e0def2ac9f09c31047d3ca2545793 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 03dbf43fd431628d7f9541236e2f7ed20de6148d..3719c5c93a113025922031a2c604eb59460c3a29 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 869c536365a208a1bea8ede72a345781aa68a3ff..f7394f485007e64dba893bee9b6508aa042ba554 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 62d2ea4b206efc9eee47cd12258a8a54f238e901..e66d423fa7d8f948db98b2cf14afb8aebdbc81fe 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 7a4b4b8510dc6c62456b72c1d92ef61248caad43..ea59728a0ee5170ed6a60c682980a532f1db7cf6 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 6b152b7c45421b72c23a22782f627da63e3b721a..47b25712a3158418f5a93ef19d7091261d719d2a 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 09a3a3e03c1be7f41d1166331bc91c41daab520c..e0f3d781b44ace0009060ebbb29fd2da183c2d47 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 f15da3203acf79a3d85e7f3afc521b5b4447b7a6..c9a72d7b878744d2413f7de5b961c3fe6b2e498e 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 0cc1db9f6a7739b83ff8400d41f53ef0252ac377..e91d97b4a4e857f85191869b63f361bc286cd5ad 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 0479a380965e490a5653867c65638a8d6a14fce8..e8473e3071fe269792b380ae65924af349e39339 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 504955e6c942927da194c3908e0d70d0bdd3bb8b..c1bda7f2d12436dcac2eae4e481456d9c7132688 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 61d1c870f433b8d5f6466ef877e781143bc1590f..7ce6587743c33ee6835bb675a2b1974edbdb6ef6 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 b5ec2b4845c1a1c82f28c3f01ab38b427aad7eaa..809b76ba9e513beee82ec34dd08ccbf227e187bd 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 ca15e93057b63764199d68e43358a226b918cacb..ce202ccb2be3fb5dbd30e8fc969a2cd6972e4a25 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 b3ea6caf390021974532492e0962aa92bdb5116b..027ebc7367dd48a3acb5fa3deed514af9a2ee379 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 ebcf2c06ebcd363ddcb11bae1132e058a01f121c..b49c57822cae298bbfff2014bd6d7111191caf50 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 f192c9b7b4379c9467b1c9075e49c99c5b3c39a5..636a9db685ab45667f23a6a9997c3f9bdbe94f77 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 05c86d8abe086eeece620c8c75b66d6759751afa..0f4fb687dfa30db66f2738e2cd6a99f565e34d98 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 efb590581dd02826abb0a43ceb3197fb9d236780..d610f6ed0a21efb6ed6fc810a743dd3db805abcd 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 a8b95909bc739ef6f6b98cb9f0356e5f4c634b7a..218b2f29d2e514f6f40a1a9fdefa879e89584a8b 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 fbdd85d32a34d7eedbaf7539c58c3f4d156b2d5c..69040f77ee26dabb1dc7f87fd391c26606157c2f 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 8c8fd05a6ad43d1774ef69d91fb8e4b9b8817455..2dee7e423fee3054eca2c9d04ff96e690b0c09de 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 09c1546afcab846114cd14588cf7fe715e9cba42..4dd30630d4012e7f411d6f1ab210e08d9a8b1292 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 cf08ba750b1b8063aae4ca64fc5781fdf375b619..a0b850edd3adcf80ac881c3303cbcaceb627d62a 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 7c4b3dc496359ce4b8fa67acfd2314d003893056..3f29fd34d76482855aaeaa50c7d1fe6bf04b3eb2 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 ab1e0b01d7e74f076bc5e72f78ca737fa2d30cb8..8269c1d9a8493752da8beddb5fe84a2900537718 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 e530d1adb152d7f4559826caa1a7b0fa8c1af0c0..13f61d73520e1986e21450640c84fd2710250d21 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 aa591ca50060a96e9a8c9b9f7539466d75d971e8..e2139daae67f74898993ea4fc463d166875113eb 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 322f481d110082c45575a98c57585c1ff22469e9..acf374bad49e914a02273910199de7d59e086856 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 c6cc3aa04c280c2747e08701f17bb7ae44555319..6777134806586f319da82d9527334be90f15d88d 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 0b482c5ea720659b5291e01fe5b5b0fef00f42e6..2ddc2ce8e18d93cfaa71befb085857e9e779aaa1 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/foamDoc.H b/src/OpenFOAM/global/foamDoc.H index 91af8ece8363ab91206b4d79131e81be90fd7c82..c44819062d14510092a3e819d0bb6b38fd6f1d5d 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/OpenFOAM/global/global.Cver b/src/OpenFOAM/global/global.Cver index bc764d64b98b4c35be2a8b6136dfd5fe8587d6fc..2362548d82e1176f9f0c45f58fbbd699ba4a3205 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 b707393bee3d0bf5d5bef3a7c86f5dc04b819255..86afe1267562acd382dc82cd8d9ad33ed7b8a58b 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 e8bb2e81429030f8d9e797d73763d8fcfdf4ca9f..3255a4d805d6db5ab1a9e8f0fcdce521bf3824d5 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 19fdb6d782d819230ed50a496a2579457ca1434f..f41854cad9a94a2f8ce9be46fe75c6a3f55d3c41 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 edecb14e8dd4a14b45d83404f97749ecc4509857..5dc43f1d6233f4466587593a089baf428daf3e88 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 c0c15260f594a41724f6e1f387f2bd9340e5b390..6e5b9bbc543707d61769e8a16f0a643b916928b0 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 57876270b9244448b8c3e707a75464efb5596349..75cb72bdf02156c7f14285ca3928af9e0e51393a 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 48085787b7026740eb62599683f54a995d514f88..cb353e2e4de4b57338291f0cf08cea7f282542a5 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 f5317a9c9588249165a7e3a13b98ecf99b0bef9f..ef28bf6dea9fc6a7c9c62c66d38a762ff6d771f7 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 eff00c0d6833c438368238358887f62d5f2c58bc..7d7e0d5e41ad3be934c274fd06765b7127b641ca 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 8b329604c3afa88b7e64e56416fee5c7f97c6e4e..547a340ee2f24c11ec486e1641fa97b4544f31d0 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 9ac9d28a68a0c10b110f7bb3c07e01c0ff713d49..ff4de814ceb345dbfcfbcbbd7f9cdb0858da2f83 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 707a0212d40a24986b3743fd0f470acc34f3c42d..68fc2dc580c5620a91666299910fb063ad5f4541 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 4d9b07bde6f54f3ad7d831b1e2bdf2bd56ff2431..00a36a8fa60193965fe10bbc8737313f3db49384 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 d7e866b856e8a08f215abf158aa2ca3dbf9dc24a..d701c9a6c4f5f3f729f17bf6ae3a639052e6d92f 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 0c8cf04a9aec36f44a2b28d4c19fb56b6472403f..7b4c3a53209a3a516ea73ce68611420b3d6d5b3b 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 a73365e52cb624f0338ccad3aa18828ca6efa408..15080f8c58d42780208e4ef1e547091c31d64a95 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 49b3df3a22a7f752fcd068151003eb775ff28e11..1702497e53ff64dbf622c5cc7052a09c87b9fd0d 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 01b502415a5d3c29aa4c0d79e32adcbdf721c732..6080b38d5ca1d25679a3e701ebd15b59470da2a4 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 45cff57a7a31255c890a3e247f13c1baf00b92d9..c8a0caa4b368c3707e7a821265bef7a8fa9bbd3c 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 19fab12cbf3d10bd46da8afbd78bc79a58ff4719..059c598b18aa800189f7fa70a06e69a4c04eeccf 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 266541ac4cf31f4aed2a044127ff0834306f21f4..59061f21c9daae0313726fdc5c992b22f85d7312 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 4ad506ac07caf6d164fdf2c3e546a17c9a3001c0..01b82beace18563806b61c5ac0015e6dbe244c94 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 e101977abd6365a1f9df84b5532d8823774178de..52a8beaa95593f073588bef3e929b4ff4f2dc6f2 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 a2bad68c2652c02cd9781151a4e9d7198ca4d941..4544db27d5a08ff65e803610e4f91894093b4118 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 353fc364dedea1a3ffc4f2cea0e2af38478596b7..b37a614debfeac4180d1338128052e6fb935e1f9 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 5c744df1bad2314bd9d43947dd470f6af325e045..9d1fde91a7378b8ed6e8276b40c6c0071bed8505 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 3f5795470f182552d5ae560e3db8e067e96e4872..c1b7599b5628d9468422cf9ac5cd7188f0a2d823 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 80464d2921b680961d62a3e3c3453750de4d8ea9..eb12e9fbca97da09904de4fa6fa97a686d1454ec 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 74910b856cfc2f6858950c24658bd814e44d5b41..ab1fbd10d518c6392c38b41bd56a9d59ffef2575 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 9c07ba575f8fcd24c451b9f6179265e4dfee8e5c..64e7cf8b7ccf7fe2680e069a24aa099d36663817 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 8afd201417837bb5939342024dc9c388130cf7bf..ff99d370e6181d14df3de08b0e3d125fbc1e2e12 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 0e592f7bebf236d1f6b64f0823ff1f867ed9c696..1765b10deed394916f78d3d6aa320006ed8c9eb8 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 6abee1456f76df5b6abfffc0aebb6d03089eed92..df07fdcc05ba17938e9f665e779f675617a07c4b 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 4ab4f4acf1eddc772bf19eed91f40cb668b8f6f7..c65990324490eb6913401787e362c397ab69cdec 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 30a632ae36c967e41edf47c14922a96f11eac661..ba6df70c71627121c2a7a92b5eeee6b8e5d58b1e 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 43d6f38f54a9fe5fa3f6c27873c83333771f54fc..e9de460c761944adc155082d3d3831e23d1183bf 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 dfcad4257e6b8065461358077ef86b2d6fe0153f..044e22ac3fbb2697565f748a7b4f0e723f49fa37 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 a66d777dc7fc860770eb935a074da0eee6f8122e..9ec2fde61d43a4320ece3f9cfe16b5b2a2dc377e 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 5fe4a6103177d0b68d5013960e3275bab25c4500..2bb3cd40fed1afacc04b7ce4e68158f54f183fb8 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 908d829af319e7434e84f38643228a9b931e02b3..073645e245ac076cdd6b5358771be44fe00c2d83 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 6a6156d01c18ae510c9ef1620cfa24e3d06ddce9..824252769b55846c4011f0c1b8f1daee9a8a45e0 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 41e067a0efef4233e1590ad4cd0a69f0b11465cd..cce2279bfb22d101b50eb05085dcf44b9c9fa0ee 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 c7b561914eced39ddccbaaeaedd1c47d12a099f4..cf10b5058a4c0b9233b08d1b72c68ede71d755f3 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 6e2b40b1725c23e67b5c6b504cb6b7ca63ea06fb..8c21ebd5a5de535161e07ca321b0ab9351d260ff 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 f846d06423b356d0265273e80dcff3c94d60a8bb..7caf3f42aac004491533838c47392947166752b4 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 2b3b11b4488116c4d93529007c0fccb26f1c40c5..f953c7c4401c014aa0a6ec0719765510a25aee1d 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 aac25895e3d84af5afaceaf5dbff431540756300..d8be2aead8be565aac079318be40fafee3085c10 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 f19d9c7f9bc2e18a061f2eb08ce2d241100e7909..2b674750ba461600cbcc573ffb10f92e5528e0d7 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 a13c78f1f82720a86d054953d8105e9c1554df89..ecb58351db69549084329f5eb75de1d6a10f7085 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 87dee6babc7a1009815dffb5494708a4585b619c..ea8e0d40fe60ff010adbc65e50007df9989de7c2 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 fedeaf60d268ff1e3f1459b08a3b3132ced014c9..6a55754bd1d701c5315b9e8229f4ed0f415473f9 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 1f95df8baf87e3b5d410e8c8467cdadc9a30f176..629d4ab8f4bce7c9e16e3dcc586d4e7997b01365 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 7d7cbff30954edc721b9a18abaf1a93ed4f4bc44..510b545aeb8593f427c3b98428ade76219e6f08a 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 27c261e0593a9d39f4f1041e92d7c66d71b66189..640c4d4166690b422275a56a5bcd1c139bb0beb8 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 60ca7372d01aeb3abd7aaecaf3323cc3e0d6b52a..5cb7b22de5481aae1a2418c0cf4481ca5958271a 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 3a8618afb9354b6b2e5eee526a7118374ba29378..597da982f6f101df25482132199ff3ec803f7266 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 1d5e3632b2bd39fde47bc97b85959d88d9afe057..ad04fc8c83580146d7f2cef8b5aa5f45ccc5e151 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 324ccc1ad4cff433ee288b48f2a4c8d0b2f2581b..369f9d2fde9fa0c3330a1393af7a2db64433b5a9 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 450c30f884693e02e8c8461bd9d7e171aebeef3f..53afd8e3466ee2c10732c9978628b69ea83802df 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 460a9fa06d2619e7dae25e1891729d9f9cab6397..e5da5b9e4dfc2db8e34dcc7440b6c78dfa1784cf 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 2d35035f579617b815ec6005179ad541d5c557d2..783114748751fc228bb5d9923a790b98e2a56003 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 a3c6cca9b811d86884f0c33a233d008db5d43289..e9fe5120ff2cbb2a9b2c99aea9f61b93e30cb1de 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 f07f1498a9f9cb574c00933611c92243d19b6274..9f2e7db329826cc075869a1596acdf52e486cd72 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 e6ed20df1c4e95c155c36cba1857cee9ac597903..8183da6ebe92f1dc07306a71f873c53b6bead1d3 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 e6c1b341e1f6654f6b114c5a1da1a1c332f19911..973f56807257942f83ad8579107d9778d4c77ec0 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 7c3ae2e259d26f73bb5106bbfd410d0db3dc36ad..1d12b0f900a2bf2140c39fb871b3a6af52d7cfbb 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 70ec9c510cad88bfeda58263a707b7a4759413e8..7c975627cc40c2c9956207286242bd5228d78a27 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 9f155f94edac845b8003d82b6bccf5b988feca78..1442ea7d5d8ef963b3f1e646af096748420ca039 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 9f3ef88a9ae7f58b8c8e06fe9031ecfd568f5b0e..7872e9612106a44f7e047b9c7bdffd528a674025 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 6646583769f59024936fed32eebded3818917e0d..78769a06067f8d2bdc365d0f05206adbad2aa9dd 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 ba5d754eaddfcdb2d492500e8ed874b6dbd7c957..b13ffeb5f82ff6b23ee127a29687b6c0eeb4211b 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 eb9d9190f0daeae0e4026d5ae061ad45a7a23b1a..6427ee3343be6496bc48bba01c2dd9d241c1e39e 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 da2406d66a132fd7e13e00c1344c0e2bdf47b539..2de3f191f07c5e2fed28fbaf43afa85f821be7df 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 a9c3516aa84007fb2a16ee02f266847829dabc19..bcb98fc175b89f8031f50abc311fe12907890283 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 992250b85b32b70b4ec9243cb3a085aba72f0785..f23831271f458e79c224da70a03aec46bc66b417 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 09d8258ba586910f8ae9daf2d2ad0c2a5ad3b281..ddd926e0b792d62a15dc55c7307ad0f761604c56 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 2e7ebe16f179f8c02c929af42c3b46506cf59156..2eee6bccf1abd6189e31be6d4fb9438c0e086021 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 d2ab6a2d8a0f49492cb0ead830a37ebdf4cb4c4b..bfcfb816150028476531b6ec326157814972c426 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 02d428ef49d59c25bdc4c5281dd58e7a58b770fe..35f2c7bc54b5780bef1199ef59d6021d38cd6181 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 d66ff9efcdddcb97fc922526b6760e7f89297821..b9435ec94fe8092e82d150eb9fceeb241a13b8cb 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 1988b68032bb3ffdcd9be36e151c5d13a1f404a1..a359334e56970de931d3aa3956c8773bb2d80150 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 39777fd571127ab0d855b0f9baecab653db023d7..61ae77342f433a46d626a4f5fb6c3b8178e8465b 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 7226d4a320b838ef043156b575d8cc8854a42a9b..5de8053ae46a160045c788b78094403498570449 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 e3d15d95839dbe9c5949af593a40bff97933100d..2ab8f62d1be394bbc4d2a542b34d095e016b24cf 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 01d2303317d4a912cf0143030e16b22bebe57c9b..d5f0b5184932a210d913fd799607243b007c303f 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 ba3e3d095c4a5c0cd5c26f12b67c7681e162f1e7..0463f3d30bb16700ec6b12a5725576057613e33f 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 b19265e2a5c4719d988a33d30369c4f294345e22..f288b4463c97b27918d8d2d90905a58f0295f1e6 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 0b8131e51fa776e82b565480f6985b64f38ee29b..0647af884d8cb1930ee32c9183b589a3f23629dd 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 f97584626590cd7d049e26463575c05431502234..57243dd8cf800d6719587e8cd793133d9af37d20 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 b16372010a3ac0775e19d860be5bb2ebac50947f..99fc3d49b4f4969914319e9cf0d4f7fe85026568 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 8838f5b445036f85a6877d4164561cd6c887f1ce..1f38c8de84a48a64ac69a6f07a4ced1a70e31f75 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 3169f554c98826bed38f0d980331431abe4b659c..2d93eedd145e54b2dc5e0dce829deaed3635c0e6 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 45ef152e2f32dc50b0f176f259547a44bd014ec5..0605e3f43dc308f4db818331285dbe060815c5bc 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 d25fa1acc7b736039696b189e8aeb2d15fafad00..853a1c07ed6fd468f816d5de3950b1065215bd8d 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 c20fc65378d4b722a487f126f66bbe723efc391a..3c05955f9c4881f6983ed1e387bdc08889c95a3c 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 4944d5be3cf6edee07b470726af1bbce7071488b..cb7a33f6d23ef0d4a0186092cf64fba4f690f2ae 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 5c75eeb4cdf4d3ff5d06de5847cc2c58d5122169..9854318c2e8a16ea68907d132d3b2ff238884d3f 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 e24fbeecdc88d537000e21c4813ddfbed43f3f67..683ae5ba18a2bf5d52cf6ae0c959327cf65ba8de 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 e0e7d893d6b0e0dfe7817221398cb1090243917f..0d27a139893c65e712513a239042bea51ccf9d8b 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 f4613f4e024af99168462d987143189238aeecf2..a87f166948cec291faac2bc87ba5096b4601675f 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 a71bb298f5ee343a74cee3eda014afda8d839ebc..b2f23d05fed95505554d60cb0be7b8ddb279e413 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 9196ad0a124a80aaf5992d5a421007d9572ff7c6..e38c207e81b6fba022f4230c070c436b5ff33c3b 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 807477f411dbbabb553ef13f7954554ef86e632c..69db4b333c4f1623eed5a1a62edbe4b86e8c3341 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 709764a6e91e7918518489396d98bd116972786b..81caa821026b01d50fe4b90f8ba8323a89094bd3 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 71e8a0cb3324f6fb4dee9cf867a1f1c9bc7ed2f5..5dcd9ce4c65e5854db1bc89436102cecb16d112e 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 4dcddee8f2faaf0a65af9436bc393bd52f50ef00..31366d46de4821b11fcfe059b67e9f746fd700d1 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 57d4bdcfa498d2bea0965850c257bf026641a7f7..520763fccf1614f8013152bf0246bc88e7c766c0 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 69946221608535290fb50a9446b718d939160049..a08f1bb9c80ede5d3e1d412ca3679148b7322f24 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 64aa3c3bc02bc12ab6fcac55ca86146aabdf5285..6fff66f6f9f6d719105cd2ad1a55be7357c4b3c4 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 8e977a6a9b8b3db39ed0c3edf954e30ebbebc347..8e825ab983540a8a63ee6d45834c4d283c0050ba 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 7c87a765d40a6bf6b3ac74a14f892bfa089dd2fe..ae9815159750ac016199fc924269a0397f7ab7c9 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 d0287653cfc2ad5108fb8fa0a80da75a088fe60d..84f4ccf192cfa3e70aadda2093c56df6d946f743 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 7447c152cd98b97de116a17063c4d641182c55d5..50b8cf1a2549ec4c377f2ac7c72f9bb1168bacb2 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 2fb36345167a8ecffdae0d2dcfc7e56a1c025be2..9ded6bd755405d19555423d8771ac37d64918c83 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 2aae470a68fa4349e04602e301d2685650c5637f..b703f6dda214549de53d1a344d9da44d3f3382d6 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 d9bc5eef6964d1ec0a1943ae582d692aa6f8af53..f0e44b038f05f7b68c652bb0609ed87dd9112cf6 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 a8a4438049f73920f0ae455716c0031806e38a97..0a1730f239aebd4b8766b4b781b230d478d89199 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 b5bd371d93d9ad60be420ab78c07815a4abc36b2..e480c73676c42864b7945b6bc75e2f99a56e0b98 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 45b5ce97bbba521f4bafb0952563ceb10a0a932e..d54510dc66919294ab37c88ce157af513921b65b 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 d1fba2a55e83feb25724835baa75a50348f69fbc..5e316b7d25b8d7cf71a8f5bd5764205b9a5c4184 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/processorCyclicGAMGInterfaceField/processorCyclicGAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorCyclicGAMGInterfaceField/processorCyclicGAMGInterfaceField.H index 9c3360fc7f6683e92dabfe4f0c0f4196b1fe0e77..3a69de08d382df6fde7b1262d1664dcf7bf3a71e 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/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C index b3eadf5b4e4de8d7ce90bee8745350f38424e4db..09fb8699a8677cdffefbfe00ea1deeafbc3bf113 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 1cdb4add614e66e7bd588977c8af08e36d56fabd..01d5ec23bf2c069c83d26d33868479e1d619097b 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 4e598cf54ba977b4f55a04d4db9709d0794838dd..1c4a032cd25ab960176310c8e38c2f28c14be307 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 baad87d6d83eb9fd3c46e6ae3858c83abe3810da..dfaddd03fd237752f1fe7a1c572b4f1928d3500a 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 28f6e0481afbfa8be14fc085fc1160df63204822..a1b633a786915abb2499b5c07f4b965313952a8e 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 5446a83e5ed8ddb630352307880aee990c026b05..65fe33c14304ceac023e2ba03bd94e29258dfb42 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 29ab1a93a9fd3650fe10da5e2ce8ef7946eb9d41..a0f328a1ae6ba97e9e5916bf2c8eff77688adbff 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 c24d5fdca70360b24a2001e8c526a8e63e799023..556d690136896cac1358d061eaff50d007e91fde 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 dc6aaed58920c15d18c6469a15f8b5ec8aa40996..6d5afa621839ab4f56bd9abd3fff7fae551023f9 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 be738700e6ea89bdce98d5548ba1e898ffb9f9e5..e6325bdc403988cd6f7a06c49f4a14542513e202 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 d9c01f2a2f637553ca579cc398cc186f17768c8a..efcc55ee7dd36ee12277ab3519ac8b06836eac2e 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 0041cc44eb69dd1e0ab5acb84be1656196df75cf..1d008927cdee83988a56b02be062f606ebb24d0e 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 a1753a1be1f3cb413437c879e969233889723782..05477ae7b9fb81591a35c8be77478e472cf3b1fb 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 53ff94034dc043ed2b3cdb1ef3c66bbb314d7b57..94d360e06e892d200b4c5c292d49a8a6a5ea751c 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 481ba0fe11bffbb81d2216f532c95a840e7f4316..d57193df0b64e506297c671ab1f479dcf8b657fe 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 38852a0dfd2416a220beaddf099b449f56f61b75..18cc99060b7a6fb51493ec901e19c17e48ac56c2 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 701c6ddcdfccc59f727d2fb101521ab82a383ccc..d42bbb58f9b69ce2cc9a14bbdb9c77a0a7aa7021 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 79e53e60ec11d0ccd34a194c416c730abf07c212..831e312a0bbb25e939383a9b0940b6c2aa1054fc 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 616ffc7f26c181133481ca58e497fdba51d4b947..2e06fe0a4d975f27e8298e99a6fe53c3839ec859 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 1d4716a222efaea1a2d2d29287d82f2c77a34c29..181986427b790433684f7440ff04b32d21c6b21d 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 f5fe947cc57def7485b454fd8b078a79062d4bbf..2290de5cfe61a7a5493c64d495321a7e66042d18 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 e080d97c92f2489ee1a71afbb29ba8b3e2cc53b3..fbe3c31df977579066fea082356a0ac4bf9599a4 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 ad091a70f225e5d020061dd1770e25e5683da267..e5881f45105bed8b83a5abbe476962421a0884fc 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 9fbbb77e360f3686b6ad634b06ee073165014ade..e3ca40227fddb96bee844749c67c7dd2823381e2 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 e8d9a9aad5792186f8118b29ca1977f94d159242..49443cf51fd3c59165269257d4f8ca9cc6db2cfd 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 e8e283e77d995443c8242930a7aa9fe3a449be96..eabe46280691b06e668f4a1d373ac3edc9918bcd 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 dda74f9d83a194882172fb0bb86d3816caa0c43b..4048cf5b54b3f9e079f7374a650ad99e768fafa4 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 ba796d401a0ccc2673381c644a6bdaea8fde4a20..5919077072f6cda83f2418b34dc983b58704130f 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 8a24ca0eb445331b62a169fdd73fb01f7a5b285b..8d6949b7af85f9b95b4c5fb1e1f9c3ce087a7275 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 ff70e0b93ae748ec6ec51835c823d4cd4f303f3d..8183e6816e77bb5537c117667103ccab590e787a 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 099eb366d7c53b13e688710ae0b9979f9ca9fa0d..ea77481b06e11c61c24a2ca529f58262440eb524 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 786eee96c00cc6c3906192c0c7efc93dc1c615af..106a3e3cd2343a1b765923c16c4dfa4bdc626ca1 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 158b7d4d2996ada45a6b70f26bd0878824d04e83..89c331de0f62fb89f89014632af922c54371b522 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 2ade60924a28c5dc9e1d8389a3c7a34f6118220f..a16e0dccbb1623376507e64a2d60fb3dac9c53e5 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 ead0d6264095806d0a2d682e3be95cf85204daef..0182041447955080a7cc1d4d518b583d2d2c2bd3 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 c3b59142116ce26810fba1c658ed708712bb83de..07f03f8ec6ee3ca51f341fde987ddaaa4c514b4e 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 f1a9f81fae01e1f3b21fa06159647f11ae889beb..ca0e087663e0096bff2598ea1a70814073c7b745 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 18c41ae6465fdafd8d1a97276323fe364f2d9b7d..4d79e4706c63cb8ca94d8460ff2818d156a91492 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 d4fe5ef1674737ed90dc7611fbb83991e238d4bf..e3d547d17dfa0da679224b671ad82122adb53772 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 2e62f26752f1022774c0fafb0575a1a1495761a2..4950476a241dbe9e5e1454fbfc37055a937ff070 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 580f98ed24eaab3f6e18f2f91e3f3ddeea2f3cfe..89b6ce9d00bcf66c33e95624a976ea0b02a25275 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 9aebf1d43d5caeacce5f33f721c6f8280d8f3cc0..bd2ca297812f211793735cdd07d2da18e53393bb 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 d50ba659c45c67b3be559e24cada8b5f2e838c8a..7a60e5c46088a39832bac826e2e05673d4736f40 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 5020f72813dd7748064ba142052ae5e5bde92e91..e19540d27478f7bb69e20970054892a5930e0b35 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 c298eb54c4e578e91a5ef79d61bec2b329e4663e..6acb1e129c53532eaf48d4fc3a5be38127badd00 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 1a9811388a3c066d4eff0ffbae695dec901b4b15..fdabe6f07151b3738e427ee156c48eb33a7f869a 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 219c7c44b665b938bbf3b6d5897e3bda1551ccf7..89b4dd8ff6d60870e456c37df45a7c10a31bcb3b 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 06e1c059062853e20abeb74593dfbcf4e5e30cf9..74061716c20e70f53bf45a5a95600d45bec6cf63 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 fe4499c1f2d849889f53176f866157e25c6c771b..dec6ae658df5485ca20a533fbb2ce675abdb3eaa 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 39e665ef6dea7452cff94d34ec9d786b7f4c6eb7..078218073caec8bc885f96a1d0e5e7b988594fe7 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 2f03419fca14c4fa33ed6cc95ad418bacae568e6..0503e74f7461420bb6adc62ead2ea594dfa8e153 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 2eff97aa216d324b5965599d2ffbd0476dfa39fc..993953fa520169d271dcf2463e6ebab5283fa983 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 ab10b577f01cd03cd47c2e3128765e93fd1d5c0b..fbfd7348ad5dfa4bc5d6499d1ab650d645d57b3f 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 7a67062c388f2085f9b74a131c6d9eb4a8198819..8533b85508322d428d078e6552436e8a879ac0cd 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 ab5d0778daec35e6198fb2cc101b0ec7ffdf1b0e..bdfdf5bd3ff154e63d47c7b4bca2c1dbbdb8cc7f 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 38c8e76ad4bb4e4cb7898a7c441479a347d04e05..6a6aa29de2eb8fde2b3ad93bb8fb60589abe5e10 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 55f6a553af9c890d208e303e725f88a4f0692961..194c682482793eeaed8a8d42ffd933dd27482b7b 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 f53ad2a6f6e27e1023e99511f7c0872f0096badf..0d9e3fe8a261a4ef7f769be893c5a21154997de6 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 f7b33d65df23375e86049587126cf5edfe0df7e7..3710aba551813a3b9b4e23a369c71f9a4853d02b 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 16c0006188b3c7fb3a7d438f96c586a77fb3a7e3..dcfe304ae577a4ecca397128d6e26f9b879fa439 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 91454b95f4754047059b599590a0984c40f60fa2..2a5c871d8f1f004317d1639c483a8f45c4091cd1 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 96d3fe1674dd186394f8b6066a27cbdde3aa7195..1a1e80a78ebb5490d0a1dd1ce982f669b60fe261 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 708897ed4539877956daff6411941680d58858a5..1c620e0054858175b246040006aa1d0b88b19331 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 e325a31968aa3584e9872eaebfada4b5291e3fb4..30576c492a0dbdb11266dbe583773ab325b31e90 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 275a91cc45831c6a1254015e4f5418ff781080ef..8eeabfb54096521f810868668de2b812e7c21128 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 3bd074ce3a1a1c542f926f244bad814fd0ec7e81..0cd64eda64d060eb6f1d7582d2bb8485c1fe4a2b 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 0514c87dbdb93ce175dc66701128a1df6453117d..82a1f752573ed723ac272c73a77d38a5bed2421c 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 82d7a256fafc9b381e1ed98c1aec675d182dc293..6cee6db900d8444b43a5b9b72ab0efecbd8a0b4b 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 b56b494e0b9e4de0816c36a2aa1cc4e59204f765..acdc2c0b42a50dddc8c0275957888b65a420620c 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 bf2533a12ad0469e34ab55aef209734a081a9ed3..0adfbfe45abccb6b42d8434784b956741349ac08 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 f58378ef32719034cfd02fee9db881755826a937..33cae0ebdae6fafd49dbf1c5de5198ec4b3844b1 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 a48fa83786ad649397b7672304bd9caa0f61e3cc..864240046393d324d29b3ddc0aad35c27586a826 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 c1c51aef5ebb80e3afb5726b5cccc019c51abbcb..4d295bee6dcd0273af01ed2f88acca873ae77e73 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 7d9fb798321c9a80f177c0ce0c8e599fc95d94ad..5b068e8603e6a2bc54eb29ebd11a6bfe5c860064 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 cf0cc0ecb8b0048da1550f84f71d0e56ebfbd1b9..eb97e26488d69f823272dc3bb5f15e90ea99e610 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 7a56054eda4864a4a37f2437131768b5c7d32d03..412562e77fd0c07c4633f3f6ba3ec7991c4c9adf 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 d5ac9c1b506dc6109601c41a2f1b6a047c61458a..6fb5cd1c52f4c7424ebfb26540efc80be4f7fa64 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 e934e7331535b48911b3411a2fb6dbb4757d25c7..43acc34bece329d1e8d9dc99ffa0093c9d486dc0 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 7bc7840015377cf0e788af19e156976d5f4add51..66d7c073f277d2e4a9e314a40f10f14a5666219c 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 f47909cbc8b45691dfb467743579def378253df8..5f6f09478f25a3de5826dd148172f3f0b12dd745 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 6d6167a46202c30454d4c3f126846044c9814d2c..50885937029b409e75867d21774f61c89e0ae11a 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 e73a0522e4abc15278cb682d9e45fc5c029fbd9a..c3a5ac5a798b7e3c1db1949e762c8967e08ba3d9 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 565a8b90f308055b00bfd281fcc13ce37c09e8a8..b1a62870f89cf0051f17b80e3a65f292dca86ef1 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 ad6feb443f2c1b41c17bc080c41fc72d1e76f467..73ca16848235d8eb5589008efb2a70474bf70491 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 61272db50b2b7ef383c7e4d3f7e55af8c6b31a09..ef6a3f8a4e7ffcadde8272ef34bb1b4b729ad5ce 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 56abe1b88618abb366657cc908a7d7e4a4e8209c..f21e5fc6eee32b7b8f1e60b1ce1b836136fc6ea8 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 0e2668118e47ccfb9608485961243833087953ba..2f299fbab6db109160212dac4ce7ce414588214b 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 df0404d692103dde469ce6e9d78d9d9aa5ce281b..6d8cd19fb44278d58ff706eee4d85e1ce84c7da2 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 0e525ad46361dd9fcff22dd7e9cffac28fb6ae51..d0db2934a39c12f90be658c242c921adc3e6fef4 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 04e3e19fc2ddff7e40e021203a803bd8a0df6002..4738c775fce3ae52535dff4a3124634daa539c2d 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 6a2bc9a869c71ebb50d99b1049fe0e2cf3ded00c..d30e24fd42f4eee8dbd5b8953c6345b0844fa226 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 9ea9419f9beb59c88a91155cf4d1180452096a91..b260a7732701067ae48dadced712e14509fe61fc 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 ee10676ef071a6f9fca8c430c7d546d58649f4cb..1c0fbe43a8b53dc2f5ccf314b3a8569789d5dbd5 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 ae243387fca7f15d30845141a97f456ceb78a0ab..4bcf2b8b892c9ccd4383c56c166bbc1f8dc13172 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 3a5ddb7c430edc7a5a5cab4c06bf09eaebbfa221..f5dc17ff51175bfaab271cead8190dec7413b9b5 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 a2f699dd47c9a22bac8f1c628ac38b08865e5bc1..5b51c71c4af0d4fb081050300873b7399585a49c 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 23c1b0490e39759d7a8ebacb2b4af20d62971639..4dd508f0ee3ae1bad9fa564bb716d381707b2be1 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 01882b629cf67649f81b4b2f28f188e922f1aa49..6c4d1f9287edfc574c04cc029d7a8eb3c943ad76 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 066492e2cff3640f7de039e43418a9608d190177..8323ddc0f5644e4fc71f9dac2c65b5cfd37bdcf3 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 84d90959a08820c8bdeac63a2933592116d8882f..eb9c375ccda1424eafa1d6bae76297a846542038 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 d73dc60739a148d18596aef7bf9baf215d4b6c49..81ce90d8a9d537d2021ab3393bfb50235094f93c 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 3d587b74e113a85bf1b8eb7d915e1029191daf3b..180d01ec1c121c41401431a8cb6cca6474b7c744 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 a6ef440e131d322cacf7bb8b66c47e1a816947e5..caf72d2579fae200e0d4e31ff1a3ed81534c5e83 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 fb74d7e220fee34bad2b938b844d825d86ada52c..9b4c4f9b2ce93259373f45835ab68530b590c9ac 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 9100dee95abe53d8dc84eaa442a8a2ff9aaf1ced..5ce764bd14f43dfabea488b8b64bbe2c861d60c2 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 badfac13357494fd9aeb1cede8579c6f65eac0ee..58874198a0ba9f32e68ee66149a0ef4b03f16cb9 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 f2a2f227f4a1261b8a30c4e24f5533814df9889c..d4184e766aa6a3dd225942da99c4d1e964330e83 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 e31938424df16751439ab689d8abb4b76a49e2b1..948a608c834945c42bdccf1d4a1c916d833ae088 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 a3fd7ac6b647e0129a4faaa8ef16f2923615f62b..dea998508556edae2f8657bcd6b979cc1a4dcf5a 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 b3862b3cf1adf3dedc24d483e6f4348f187c8584..24cfe1d4e638cc50648f1ce820eb7ff2f668f3a4 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 d450bd9567ab4d14981767e86f92ed68d4c1c6f6..4530f16dc6cd41f7ac9300cac77b96643f5617f1 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 4939988c2b9dbeb027d0507b42f3fef706f6044b..0984986593b6a1c5ff5b2e56f7b2f09b1fec05ef 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 f14ce99e2d039705b01a3b5309dae6c5283a6dd8..5460dd1bc00fc324179188c86099f1b9a6495762 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 33f960514c101203fd76b1abf64509f8f74cf02c..e73b4a32785081808fca521ce7d512fec66a1d45 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 23ae8a9ea6b7860d38c5771c372b4e8533e64fe1..a1aa6da4817bf24857c4e0ee37f10be843c24b7d 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 650b486fb6fef56da9ff99f4b50f655160a3d872..a0aee7375d9b90cc69c6a5c45a87b780f85521fc 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 7a03478043a9304dc23d7097f67acea2b65e0a96..1396307ea124c13c710705176722c7b0f0a0f125 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 08a3b7ff1aab4256d4aa9b2e104fd520606c4338..5a2b04535288cf9fb0b0634a4b0142df0e4a74ee 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 07f6ad90c064718838190de24f6cb3d947fc6fda..a76c907710e6d0a5d8a55d2a7fccaa14c55f90ba 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 c2325f873f321b5dbd1e7c14da6495a4f0523193..f1e7432bd769e71d9f55dfc7947d967bf73e9f7f 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 62a115a1c75b6fccc223a03c8c65e43dcff7bb76..e7650b1ba979d4c814f14e9474beab08884eb1e0 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 31d32cb3fb73e7057f0d3ce3bb12f8ed401e46a4..e74bd575bd28ab7376969fd94dfdfab36c8731d3 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 0deb0cbe62ff5859065d723e3bcec797c06de0e3..09dd490daf2e0f2a93b40fce34187807f8ad39b4 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 2e333e639642e7728f7988e8c5a988873fb1078e..3bf834e5412d79425fb65ac105a5151cb896fd30 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 83aec41c48bfc2a105fc0ed733fc627c6d69ef9b..770b8131421f71de7897148d9b124d8590327ccc 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 88cfc2473b2835cf1acfd3e2cc1497cded9cd758..adfe00559b09b6a0608eab64a42a07efc25f6e34 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 4d084a1d72850ebd65184c23c5aa4220a5abd22f..99dd0ea9b2c5d1df3f275b9c0d730758f311b935 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 b6353204e9dc266e59e83514b2b640ee18f93d57..b75c8a48c9c0d63b5c388408eb1f467098db0ef3 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 ace121a9ae2cc2ca04ef01834eff75dd4c892614..a10e0f3d027a2fb92ec00acfebd84179210ef151 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 b1655afa94b5570ef302e40fc031c881d43a557f..6ef81c3211c735fcb76b8bc3b4c137bb26fc93ab 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 2624b84829828700f4b212a35ad9eaf38a3b0469..23b8993c24f97c2ce3c691a62828a31a342681b7 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 af7a519e3c4b8a670c8d0ff84586ec6e4e50ee9f..660b1b42155887a5ee731e1f48b9fe6ba894bc42 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 fe8bbd0be832adb231a1f1471e2e29153d5be6ae..fabaae9a17a1dfd14df9fcbc4b5372c27bf61aec 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 e93aedbbd91d15ff5e0e01aceb288afad3f0d39d..ecccce8277f38edbcd3d02520323fbef3cf75fec 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 2171c0e49a7b4e198511ccc80bdc1d22ac9cca16..813e977620de9f82bc9652c99ecbb6ed14808f28 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 182445aa416e8070ae66e3973e61484e0e650474..3920d23dd82f308941b5e5b8e1bd0bf6decb43e9 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 1123e46ae66a7dedd39c962cedfe2da7ddbdca65..69c65e48714636eb555a6ee6f5bcd2de1b37fa1c 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 ea58760984e897608ae83dc3ed375e7db6b179e4..2df36f2bd8328bc9dbd0a37d6e3759ba9341d60f 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 975f07b5ddae5bd6947bcc9a698b8f51d94bf147..876ec259d9a210ae74d0777da8f42769be692c6d 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 7a703c260762ff5cce205998023b835b92b89396..a07e3e4d2bc91359d4d63ec78814402415305d06 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 8e1849a52c01aea614a820c439f92774490aecd2..9eae3d638b6f13ff893b1b8aa8af21be3b755212 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 d08676867e5026e11861e1abe78829e462a6ee4b..41dd3ece6cbb80ae1d8afe056ec3878b357f1f71 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 1352a71aa3010b383b71723a92b41e0d6e2a9fe9..71cfd79b204bd401bf6c53b4640ef90b2cc4a6da 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 da6fa3822fcfbdca1025533fb23321ae25ae6939..afc723f7d16b612fa9a3432620b6db9402cb6021 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 97faee107b18eb96787641dcc2866f2893beb227..06584963d9b0f054798a6c7095ad2cac2af31b56 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/processorCyclic/processorCyclicPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processorCyclic/processorCyclicPointPatch.C index a5fcf1721a7aa404471e7baedd27046cc71db77a..f16ce4085e7758d58f2886f39c1ce704a9d512b1 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/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C index 71fcde091cdee94599142f4d97ae079bdb40064f..f42128a9484ea0e0760ce894367e3e3e7088782b 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 cc66f9c50531c062d522a54ad884250cefe4f682..79a6405cbe83c2a08309c8ef72bec9c1502d2d72 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 1f167ed081e4210e84f5bfef21c3330649f7202a..6869d58eeb0ebcee4d28553912dcd4f7b3e4f6e8 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 0841de7f9c241b14e46c19294f647643096b085e..10e8e8d7307e8b0c020c75aff7d1aa4c3b03cabb 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 87b51525a6d2520ebe91f9ffd7484419d08dc9fc..3dfa1dacb0e98465764407076c1e608bc77ad55e 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 278b56c07711431ed24ee680f13dc75da72633b7..9422e968f04f99c634804ef22aa8ae45fe28d72c 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 24908474fcaacaee553afcd0773f296f9a3596a1..6a91bdda8a6811ddc4755928b871b56f43b96cd3 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 c8f0fdf0d4b6e95f7c2a1ddf120d8abab9cc7eb3..e847ab3cca542efa56dd4eba48d8534b1a3e811b 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 d66ea4e530a49a238ec8e273745a533d3bf87873..32baa3ab5f5683824c8bf52195b29e79db6f1928 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 445eec1ec35926dcb9683edf8c3ab80664770fac..5d589009e88c5d2995ae31da2a50520f53599e96 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 da4f8f6ec5f04c3548e836186e4e17868fbfbf69..ae5a1cc2708a47668ee93a86f9beca8cd36e81ad 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 bd82a74fcc331fb9f446737939c24ca66dd4bdc8..234108d0cef9958ca455da2d7e3cee3a8ffe016c 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 e2e01c4553ab52434146729614beb01cc7f51dfb..4068cdc25a5e661e0de8076db7c29d8600908d8e 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 2dcfa7e8d248d0714e6690d3c44bdea922fb15fa..0f2150a2f2900be33a4984f9af7d6c29b753af6c 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 18daac965ff7c2e7a51ee64becb78ec8d8c292f4..21e97d74d453a6aa55998911ce8f20f8b5f104e9 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 78e51580e04df77e351d8e254974a67bda3776fb..3fb6b18081af1a3c705f81e58ba0667ccde13aa4 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 42f34368c3fb547c5e1a39d9ef49f588c1382524..c5d2b79943cddf8ad898dd7bcb90aaa5559e3a8d 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 3daa288e74cf70b59c2117373b5cec2d6e5a20e0..276f2d12bc9928a0859f14a2520427b8f87bec12 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 b3474ff050be3214d6832ddc2f1c34117250cde7..09935e22b13744584f481d2cec9da69c894fa406 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 f9c261ebab2f225cf600fb3f4b2acd2576cf0715..3158e3698bfd34055c0e4254fae2027fb77c7e8c 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 73b0b3fec142b250960aab909ae97a1a03e85e18..c5d632ec287e97e6b423da70b8ef32c350ec631f 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 32012334b77c3398b6706c4da3d73425f4db0b0d..ef844b2af6a1df2e0ae3e961a4cb1bf61d73d101 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 c3ef41884dd8826cd9601f1bde2b7f6941df90b2..eec1d230989dcc186bb4951b86da4b04a7ba4c35 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 0489d57ded07246ac1537b736749d5f913d2220e..1950a97b84ad11ed2a21bb1bdfcd146220d38980 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 2406f182a1cae4674d9983d6c891739c2b757728..10fd09cddbc6e7e12a3b3935998f63e7f4fc34c0 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 a59d6f8fff64a557a362fad7fb3963d85299d317..6377fefedd72ecd097e778de9efafb2425bd7ace 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 24a32d442eadd9b43b3dc50e4fa104a0fcd4ccd9..410e2819e02d2067ceaeec3999bab4df65701ebc 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 23a8431cba2fd0876e592cfb871c308e463935be..eba36915f77b86707ee475b8bc0831dad7e8bfe4 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 6e1ee6c84450fb9b09b1ee56a32cd90994c1d33b..7d423d9d6bd330b6a457b221bcfb6f0c63c473b5 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 fa9ad13f930806b602b22eff0bbfcfb47c000874..95813de6b6396ef20d2eab89e9941f6d38058d2e 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 0d47c7db9d4aea9f7811e58bbc5887ffc1d946cd..e7838876858cd4e13b9e9d084a8e19524a1a6380 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 d5730d6f280dcb7980fd277f146b8473aaf2d7b7..32ffb61a88d66cf0e879aed4b2733695b14c7752 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 4f0e8a6f3cbd0ef29c6172531bdf5891c51bd9ae..49c725b88871cb97d104ddbdb645adaa73b10a31 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 13f472ddfc791f37d2a60338c8bb87b3357d3968..5969842c143b11d1b2fde3d10e18dfe771257d87 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 8fb074488de78a922d4735e8f4e79ad8ffaa75ac..443dbf502d984595664981ccffde17f85657efde 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 905f8184167a50cd17ffe054e2a224d6df234660..0c52a1200ecfdb03144b46d7c11926462a09f7e8 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 9ec31a63e0b4b8f9135da9b97fd9ed417362e364..27ec16292c0f15ecc6f6215c5b392b0f3c4ef015 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 21bc2418d2fd36c1aec0a91d6f8500727ec7c270..829e0227afe745d1909f18ba09e896686634032f 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 910fe449b949cc25ad890dd0eabe7b0baf137548..da20c7c97f2b98a9e28be207fab54ec97898d4fb 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 d9f35e51e8c2d47c40a7fe48fe93324e4c05c6ff..06cc88eb849f3a8bc40a0c70723ff257ebd0fcca 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 e83bf53a83bceade9924fea78da5cd09a9e3f5e6..b2737e08702c23c095c23bbbfc0e8a3e5314692f 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 8ab0476de42cfd348790a779d8f0b175d07411a4..36218fa78c8544fb714eb0056449e89193698ace 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 3a1ff00b32c9c199dc077f00e524df8817c22ec3..91fbbca6174f0bd0a9ee7f4615e440a417451766 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 4b687ad5180686ff902dafcadfa05019112f8f2a..5469c6b8b8226acfa195e73bc89bf66d53cca6cc 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 95040a32c371692ab00ac2ec80c35c6a11eb70ce..2e4f031ea6375f0d2388cd0a16f732d6111358ed 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 e614d614fb43926c7962f14174239cbed263d810..6678aafc3024360f7da6916ee423740cb70688f8 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 0ed5f56200f5630b1ac968f2e68670b6d856ad37..2cbde73f8b31205e771a1f459263d5178e97a8b6 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 d82006b2df3ef42f12f63f252010c674a44c7d4b..ec57faa9fbdd10fe53c46e36b398de7c99018f83 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 88fc61fe1351d6d752cf66a0ac91111af67766d8..187d3c128faf71889220c946df2fe71a22c888a1 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 4657cfc5c878bee717a7cfc6e998b82d2acd3cf6..0f35692b0ce6875e955c88941012786de7b1388f 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 5dcb2464c79d0acc5bd8523fe08f01cc8c789fd8..757f17458876e5a2016ce6cb14d58d9857aefb66 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 f732de64b26e07b429b25a4ee6a451460d26c926..4dbe651765f16f9a55f5ee25c9ff4155af58619d 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 f1f852a9a4e53df7b2257334d5220d40f2712c47..a6f5afc6f3e18ab72a4503b1230f294666fec3e2 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 ea44ec07d1a20ac73c62647318ec67799ce2ee8e..122ee9a791ae2f929282fc91f273cc8dada21d87 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 92fcdc821cf64655141edb6e2c15454bcfb8e1b1..c2dcbbe6e3a3d0e6a58e2f6a0b579976839a812b 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 ba2067b907c03f1492b8d908ad933719ec36078b..94fe6df9ec453961aca2e1bd9c0b40b28b05116a 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 b06a95c279e0a1c60f8d19191d1105208469d33b..d89207b140246120bc7ae8dcbaf3dd513474ec54 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 963c5f9a0ce5be4987980230f765d79f651c1e69..8f540d82ba57a8e53faf2dfca0d40ca84726a294 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 324a9f90d6e0d3ef5171bda279179655b601bfef..f628e2c01899de551e2f7f76128ff078f4cdac3f 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 765148646aca866f02c10747b0dfc0c3aea5acc0..8569ed67ca05fa345fd499f702ab73b88319baa7 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 9578d5a6e20b75d4f10f704cf6a28b3be5d15f4d..9b6f1812beabf8aaf48d609c4bbf3705ab838af1 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 277a274b91087d2396e4f2d5033571d6c707e569..ce8322b3258be412b21ce463c044c6c641edf252 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 0af1cfaa17f334f28006754162207e7449cb7ede..53aba7fd17f68d09b92382ae071c27b40b8f0d98 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 e0e6f42c4a682fa138400a1678d9984849470e28..ec1d258268a64d8106b6fa2852ee9d8ad83ebedd 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 c97a9cd1db76cf0cfac70992d4726dff8530ae91..4a910c19ce91a534b201be84113c8b089c027308 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 cea3c1a0a3f6b22d40619f8dfb254017379064b2..552735cb9c02363b24f372c357aa816397210979 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 4a1cb800c7712360f1337413516e8e29bddfb278..f8ed338c2a85ba705ea8435984421a4aaf679f9a 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 bc906892b4ad82e27faf4bb88e505d4c3a0696f9..bd0d03af9d22c313fdd1942a4fcf9c3f31e12651 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 37fa6df999dcbedf5c1e09430d561ac1c725ae8e..aca74ce5217ace60d039327786d570aa658d4978 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 66daf6793bd9a499db9c8ba5d4177bffe7c1b2a6..5449cbf16089a5cf90b67f0f8c943801e54686f9 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 83c1230980dbb43a8ac1f988cf1dd9af109d09e2..5a947bf842240b09774466889480ea4cdc7da0a2 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 fb77cc19d940ead407cf49033fbe1d91039b44b3..357175e6188132ede21c6babac839fdde701b1fb 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 843e84908c1017fcfd59a1c732e4cdba89acc6da..ced1c54bb71d7cc0144655c19b5c417a000b54f9 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 725270a489536543116ef2e17d1469893b5bad61..28f8d17e997f95e0f968d5b882448e5861725d99 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 9675d29bb71f29c7c81b3adffe7a26834ce6ce75..5d35b85f75829660630f2fadf7853a0d45974e87 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 771265ea877e0967cc80de902573381950263038..6191a6d6d8f27c6821e9c8a34fea3a324e427b97 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 259b1022bf245db9ac574bec8533c025a5f22fd9..0dc0a43c99db5a487585e0176e41474070dc0399 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 ed38d62d2217618d5d8740598b67cffd5da10e0c..58c7ff4c1542e7075d54969986f36a8d6704f517 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 473e7de9e220c1c1431c8f0f32c90e327eadab2f..0d231a541eadaf92e19a4a447d88ec942a10abec 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 7908242f0746f460518a70982d2a814de96fcc30..50e9d28c657f6d80b8d670a3312c31effa28833d 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 d90d70653924c90c61386b3d25ad6628c81bb019..d017c9cd16ecf2138c41f75280c79a3c219918e7 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 8befa122726cb0093da1aafc156cbc073b0e5862..f2d5d6b7e5c21b668c50f892483263ccff0360ae 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 0257309106d8d853a2fd4e7fb15ab31aef535682..6fad07441c9e0afce1a435fc5eb270a0b3f8284e 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 8bc592af7b785e1a0cf18aa138982858515004ad..4b55d2560e67c0f1e8b13c1e578ba4991377ff24 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 bc9d28de749b7bb29b2637a5553d5e8288bb631e..6e76afc1c5367e2ed1ebfce7ad8282a44d0e29b2 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 fd0dfc5b11e2fb6570629757d1f193db9dcbe6bb..5f5d60a30fc87118a25b5a289b88886e11f24163 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 83461c88a45066e4870de9e172bb229a5ad951cf..69f105955aaff41942f13f3943da9923c8b16d9c 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 0f519c37d2d5ff8af00ba69c9140e53a5b0752d8..ea31e7e6b3df92bfe62ea330fd28ec1035fe2364 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 cfc23d06b319ad37f9cd0fa5118e6a3616b61bfe..4bd7874649fdc34400c087048388bedfa8ea0a85 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 291d18db74c419acc7facadd2d5cd46d48562e46..b8d617232d490f95128c0a2f94b65485bbf0470d 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 417c6147333eb7dbadc173c7f6b542daca68316a..b94b0dddbaf982f5955d634d57b98985e31a84c2 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 2c4622b41421974e5f3bf83286094d4c8c94d225..c6e806a1467cb3b3d9434400a1f10b0800ab9634 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 a1529ff663a67d76f28d21765c8537b35b23be74..e2323947a15014df23dd616e395a645a68014933 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 a31d0bb8ec08a8104b6a3c482c353d8ef9a89426..0181f996e614b5f1f70499b44ac0a26965e3178d 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 672f695e3d35348ebedb2bdd6aa277854c5e680b..d6bca05438f60c62d1badae78098d2a1c9de820e 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 0aaf2a6a05972f8971922cce4c14162fd46a8faa..177953990cfea7a2fdaf4afb0edc9ce230eefb88 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 90f739c782a8e47afa091b23fe15d4b67dcaa57a..2ac1d8a202e4d9a4d43e45ee18451ec695d6e947 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 63fbfbf3e76e2ff8d92536d2b1a3f5ebadd45e7c..b97e28c937f3778272908cc0489f379d5cc93e1c 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 014a8b61101fe19c3990081b96b0f81115d8d3b8..9bec4b6cdb8f8aefb00bb971b24c6ed26966466f 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 44e9ee06c28d886ce2add3139d562e49260fa997..384e718d078f480984e424f90f4aa2c6122c6b75 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 0a4a783c1effc3f9d83d1ece2eebd3a229473d73..5ecf1b34ee98272bd1ee935dda12b65798c20f4a 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 e4844ab968e4acb155efe837eb38769bfaeacb01..db64f40123a960ccfced8a842c2130ac6a6b7eb3 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 ee93e6444a9ff601caabfbf59568249921cfee6f..0a3bdceaa1c111131a88ed2d9b6d72f4e5018b74 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 d8ec03a57db7421c84304cf74b23085a09355e28..c5bddbf466c8f09420c9711e54edca41f8d33501 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 ff474c4ee593875e243065f5fe1236e034f4fd29..85d4fb85500ddddee56b0b796f3024542a392a6a 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 362fad3264c9200b99869db06b685e7edf2e96be..68ea5c56faf590d89fec22ffa586104f8c995c4e 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 98601fca5116ea697b4495c1eb45d783b03197f8..037aa14717b49e7f1ca8388b64f3d2fc7160e4c0 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 d0bb8463d271ce2f6583ff8615cb3e6a664000a4..2189a2d93d3a3aa15b2cd457c52f9836850aea06 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 6561705652f8d1e70b027754fe0cccbae59dedbd..e1dafb978cb91ae4e3a1beb196deeb2281e8732f 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 8722ab98ac4efca84b7ec4614e94653f367f3022..f7a6f8cfda539d763525ab03595188c60b350e74 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 f8ccd9042313772b91162b160bbe5b1385ad4f3f..537714be87620cafa6e806063c667f2adb5a55ed 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 e8790757f7b2121283106ffc5e74e2b480663a31..b74dd5c7970f3a14a5a78586aac2d78e8949a1a3 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 2510e66c8fd7103227ecf750b0f1ebb0369e9b3a..b4b1fab155c9df1ee232bceb4b8e8aed43c9a513 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 0c510efdc3160e6f010bfb5233fc3fd7ffc8c2ec..8e9963f639e0592baea278875a192cba615de59d 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 d9d1239a810f47a50a7c1596ba76bd0ab90e0a95..fb88aa4b6b4df934423881018ca42ea8d4f967e5 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 e71e1bd549b8e1d116ac916c957a9d7e4806bda3..cf07fe69e64f70351963edb823e8b561a39a0ae4 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 480cb3402bb82c5e247823405705f99e5f488995..add5db8a6b69af8fbe4554d27c667ef533e6331b 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 d0c0c48372575e4ae7c4f971e75d918508dc0404..242610bb37ba88bd44591242c6bdb8745960d914 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 5f9805ef54e660c3611b731af8e0ae9eea52c259..5216419d1f847ec09f61c5f8556ddbf8ac962418 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 a3522bbf835d07d3cfff2018224c06dab5ccf17f..898486fa0b9a5f24152b751eab461bb33856dc5f 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 803160e8bebd3b85661113182b3cd3490132fc1b..6ad435bacab588fbc130f80fa96a6173650b0a9d 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 a698a808339d6a7165bd422500b4300684073a35..66219a64032ed3b60e21a5a8e445ca73e8f0462e 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 fd38491dfa66a154bb75d22b2812ca9b9c73ed8b..7b3d28439bca10691c01b0053dc2be69c44f6302 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 98cec1c33709c2882903bd0affdbceeeee88f983..608e35d57ed24b58e013356dbc7d07e150867289 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 73e02853f6d2cd07392034c6f7d999d94c5b18db..36096a3ea8ea520ea70112f20b4cd68b385677ff 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 f814bd1eefff0ed2ebee19ce6fefa84405ce72de..37af41dffc279c2f8ea58a88df5805de86ea09b8 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 db67cf121067203c5c58c600be59da96b8241c5a..181565654870804d1cbc7ff16c94e846bc1acaa3 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 3e6b00665200b3bfd45006004f5456988c927f74..dee119c0de85968396322fa40eb395225a8b666a 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 9583fb020cb4978f075c3740852a873fb0d40326..fbef8d4fedbf573460b3594b579c92ce2ea3338a 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 bdb1170358ea1a865a350e5f1814de9b7ebd6102..e6c62622b80f02be8160ae796335aa79f6b301f7 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 728db763fd491b68480308bd570d768275b31ba0..e96e29ca6923533d06163569217cc7ba15909055 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 05c93480c30281324d084ff44361c5ed1d2f43aa..2e4bfb225b9e30c5a43b53c4100a763b635b2f19 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 110b05b9be3a4a8fa04aea3a89d6629067abf2ae..ee69996cb4faa9f4ddeb4405055bb2f68fe6d0dc 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 5e25d94e36d8f061edab16211d3319d065d63d5c..a5ccbf6adc0bbbd66379da0725285de462d4b4c8 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 8829a7e88e94ee6a53cd14352fea6bca82fbfe04..6918235551d53e07a1210397d9b063a03e8a2c70 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 7199189f526931294ce36afa6c3d2b9868377cf2..13b4ccb6650452ab9942024aa095dfbae679379a 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 905f1ff4b9259d831f3813022326a269fe969c69..e69e53eaf38d3d6f5f596bb1318dcfb0348ead0c 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 0c02b3a3925f51abc62ad664287c6aa15971c608..cdba43b7dadc3836b5ca902e5c2dc3c295ce7970 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 c7b6280f92afa733f3733308fa672487c16090d5..716f33e77051c3a7608937c29e076518f3180681 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 2f14ff195c20824e9c0b7f72c5a1694c1690cddd..79b123e642b2f8577c1a222d4863916fe7ee6bcf 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 0aba7315f4b3532755ac90a1f174cbd6c45ffd04..ead1b46291c00da157b6021948d7aea35842cd1a 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 2787ad8a3caaebfc3c718edc9dfd3af125422c52..6a264a85b5753b2912aca0d3868319ddbd356de7 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 1f97e371e74485c6f96d39f9e1db2bca145dcb6f..e6a06b9439889c5660ec83e0e6d5497237f7f141 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 5c05173485e35928eeadada2443247ccbf32dcd3..704a093acc65f2719d2330ba20579e1cf8027098 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 188157102f83636baa198e53ea5d7bd8a4baadbc..4a82044638120d869a37b2a3a85395cb049e7cac 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 956846fb94a26886c51f7c18234c88e40be00660..43b89c4600089b0867b41548920352da44e06e8f 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 4d92f051f5ee23a8298b398981709a33e2eaa8c1..25d199ff56f011c524e2c34a99ee5f19e91bfd5f 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 2cb73c206f2300d066669d6c4fde90e60d6b92d0..1f1251c586d5fec51a966a7e6e5a493226da4873 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 099252fa69139521077d74b7fe534e0c38b58cc5..cd455ec54e5cd8ce3c1e361829c8e94e843bac26 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 bf31c16ed116f320d52ff217b303bc9e05b87370..cb6616fa0133ac26c4eff620443b7e16bb84d805 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 66e56e6438ab5a242553568b09d2c86ac2935664..b619be67c2f24dee3da0d94dc6b187bfa27658f0 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 14b9cb03f6c7866c988bdab185227e954edd9637..45e001e7e9c8335a1e37016f16f503d1dc060313 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 8afe102c27526f9b06876c4604261f65df3abea9..5393ca7df64ee199654f1cfd3114ef9182f6e953 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 7ba6205f5c35e937f144238f8483d430ea17b2b5..209c4463099bf5b1fe67d370668b2dae24567d50 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 94466f41013d494a93cff8acbd78bb123d8ee926..29a164389a6aca925e2ea23009df213334ec59e9 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 4ca5c04c5d24edfd1eaea2e0de1e0fa8a27f586f..8febc11510611e9cc83f2b8ef47792862465e227 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 a86aee72d8e05ef2932a460cc0fe0c5b6c078c8b..f1378eb0f2fc951bb7aea4dcaf2ccc1cfac95ac3 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 2c723aac1b0b657fc36c21546fdaf559fb9eb194..19a27375288e7840850fc2a9ce2e63491bc40db5 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 2b888bedcd52eb6bac9700656bfad685fda9e8eb..6657dec459d415ff1deb18deea2c2dbf515573f8 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 5773bb7693b890864fb756634ddd1a7ed6102c12..a15266e87bde42a77957da5346b550da420edfe8 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 458d8f4480320de8651eb056dc04f70b3072e3c5..a8f079a61e997d7823b9e55078bb4d00aa540aac 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 1f4fa77a3a9ea7e0e81c3a6973d6d438cd1590e7..a6191784d7ca72242e7dc9e68e40226c121efbba 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 f56a3f1f2a2bab37ac15bbbd8845caabdf302c08..e6f7e1e2a22039a1fae3861e1d1a3506cb0d1b9d 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 a79f0eda7695ae225da2d8d6b94aec9fce7e3a3f..09ea9445d410560e740e8863a733d283fbb6b694 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 4a477af17c1763da194de8ad0441b564f1190ece..692730134d45d8a09e0c94fd90b234ebeb944108 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 e45ad2583d31cb18b50f82c973ec3d4dc896b798..7b2157c22b8d938338aaca8ba5d90eb3b832e748 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 0710b88cc6134e4c6b4f4ece7eac0c062275c8b9..2c801c1db9f455a18f6439f7a6588ac5caa55991 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 e0c78b4f68c86a66405af5d075fdc822fa596899..fe036de2d23ad01a492b7c1ce619e14f6af35e39 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 a614d3d9c3f56ebefeb103f4e66c1a53c0ee0b05..5fab6fa5381b1b856ad94f4a2f6400f60d049565 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 503cd261e41084ee078ce30f5e19bcae7971dff5..abaf9c5015acbc743d507c00ea08836802b38550 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 ce7ccdb4bd2daf4081c6d1b8e4aed29fa096725c..bb4712871ca43a66da04863dcc6bcf438b9d31d7 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 ab2f3f2a8d33a4a620a9d4867d560dcd569e4a05..7e7684b5ba34b14f68ccc315e6842a43448d31a6 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 82603ee22a20d399d1fb038a2ab451ac3ecb132c..a5c246a3607644bef4abd36f174dde30f55a5196 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 07e94a072835676ea1449e60351e919c803fd66a..3587ac8d907d38e45d8871bbfd3f0f30600cc788 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 a9635e7e9acc3efd193546a3e26919e29ce6d368..a2c0e8be460cd1b3b500a8724842f95a4be4f297 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 8f7f8e6731f38f702c66661ff0a061455691ed08..1949dae68250533db153a9cce1e995a01690ff30 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 840877943b65cb607fbd35b3707d4f0d477cbfbd..860f07cdae316ed4b1cea346c28a74f2e6c944f4 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 590d9c9da1de706033a1732cd671ef5a7c2d1d60..6a5bfaa62fcdfde24041e42c72cd492df0e2dd26 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 3793f2a3a9fbe0e8c41b4292a2297e9c08b2dcca..7dd2c81b7c70cb1a47917b5bcaeb1324ed3324ed 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 fcdf86de2a47230770725d4560f6be153eb142ac..c095130ab3014c0f312102cc432106c068cae65a 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 11a96ca575444b3ce4fded94f3ee6d49c9aa04d7..32696a3231e9ed15232b3bfa85695ed64b8f922a 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 32c0e0b94dc1214288342191f4653e0d8a809312..29cb0727ff2ab5e015dbe7537034a37e5f864969 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 6fd10f9ef9b1345db13a1c2eb46cf667ee98a5fd..512938881cde98113412cbed6b0443153a29bb1f 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 31cd120f6cd6d181c0ec58100058b32dd8d21d95..880d5c68d37b1ab92a1125345d40bb70848449af 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 224cd6bd9c22a7a6b7b16d9887445d772f70b1e9..e91e0982f582e0068cf3b8fa65c5fc8255f56742 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 4d4b072f37fca2eac11b6620a6c28be2ab02123f..72ebc515880d970657d6cbda3e41061697eb1bfb 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 58aeca9d755bff86de41c81929315e94d9bb372b..aebd4fc4aa8588487b7f34f0ee61434f1e1dc966 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 e49b2bbe25fb0985db46ba155b0e9913af9bfd5b..d9fbd0ecef674e409f0d3e670b9e5ab2db0d3c46 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 8414af3b7845a0876577a6cb93dcbeda2e06b138..0fd14024061468be238500cb1834114c875e2304 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 4f19e9cc70f43f4ffa132e3955d4c3d3da126bea..080450c093763db58a4488bdd3a71d5114265648 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 6c8873522a339203325551885c47ff8bfbf4dba8..5b8091f1b60d4a8a3baec61bda2c38c2dc582514 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 7d148001c50c4172d752a970bd7342b6b639f451..effb61127e105df56845ebfbf0ed6b1132f53711 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 ececf895642eab3ab48fa78ac229a3b71ebfd43e..24dc8e13fb9a40bc3d191f6f42d67f48e3738c45 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 06603e7a4e3d72b98565b714bcd4aea69fecef3f..ca05dc08960c6986f1cb9a025227aecbb2b95d69 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 c16f757a22f0947740a6db93efc77dc084ac5fe3..be62ae7306186ea6979a1feb40f5ea177e7c5c1d 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 77c7d992ccdb8cd27402447e1cb55b8a00785327..6649229d2d6ad86102a58215f6788332fb33cc19 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 a46cfa8cbae269f5e0f712e00fbaea2beb45c402..59c823b21d80342717c0c00517027fd771540177 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 ce0df01820a2de01094c9f3d880473b70cc9b6ec..480e53b83e993a363c0e1c3ba06b960bc4e80ff0 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 0e9f32472fcb39b1d0cb1c8fe354427c09c8d93c..e4dd5e9ece1dc17849788c04651eb7373ae536bc 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 65a6680ed394e2c33b9c668545e51636d74d8b6f..dab42d7e354fe417acae66bd07661dd73bc1eed6 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 437e0c719b3ae6a1aa9480d0e17c4bf5a7149fb9..0c22e4e4eb1c6b70d9b92c9f5cf18e785fbfd63e 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 31004a207df28bd64ab1f5b4acdfe3c33629f6a8..137ca6df93fe911d063b505594d81c12f2162635 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 9789e83a388c0471e64e6ff3d6ec1581a0f0cc38..a1f9b9ebff1235fe047bb62d5c3cf6efcc5d416a 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 2de241ca474eafb70eecbefa72e1b034bf8b0f8b..e1c430f12ebc7076ee0e4371714f409590829b3c 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 31febd1f83519082c7d8a1186e9ce77a0e4ef271..2fd9fc808795dc2a0cbd3a8f46bd63364640dca0 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 92ca0cedc31d9bdfd1603208f5367dbc1fe32b5c..661f729410af333eefe7c5a13e790075d7c8dfbf 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 39a96a075e4bf2ae3501e4deb80c0ee2f713bd3f..53acf8afb01e3b71925f50baa71ec1a7da07e2a9 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 18b0cf0273cee70c7184f17a9302b9b51bf1d6ce..6cd6e71b485b9326b6d77d37e138b0b82dbab04d 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 8609cfe2f29cbddaa4dcf9b4a2b89f615e3afb3b..eb31391e5680105cfe73d5d0ecc8d4a71e08ae74 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 240f433e93169361b7dd632164a526fb2ef5fc70..696b73a40e254ecb4c2d0f08c55dc69c211da3c4 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 2b3c996951471c7fec553f9f2e8c1c00d59150db..48f68d17253986f98d4cd25783245126e952aaee 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 490d910a2a2767b57c9d146104ee811569a9176e..2e32e30757eff35033bb94cf6abae461e6185f0e 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 cbd15602e6f4a4b86be3148d8aaca9d45cc1bd1d..be3982483b3f50c98a031ddc825c4cd1b8cd4918 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 54213585313a0755e679e43c09c6c7222936fec7..b7cac50d0d7b69afd6311dae2cbddf4dfebfa9bc 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 c4c6c6568ff6bfc5c551536e237b42b6ca95c04a..df01f447773eb52046054fc8f7bcbac0d0693230 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 c0add198f3305a0d636ca102f1504136f885bb7d..f2f59b85c5066700f0e5e2a8f6066352cb3be53a 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 dd9d2606967bd0d25c5fc5f36c5003df9bf2d758..883ea4d3923700b48fbdd88df0b4f4d5ad5dfafa 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 bbaa9338bcd6d5b90a8a1f20d2ad0e3470a2ad1b..885745592a4e3d9a67e8475123b64db7b4137177 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 f8812d83c2e92f3bd2ad62ceb2fa35ca45009f7f..2ef62071e43f12fedbe54d7915fbae61e4539fc2 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 2b998544c1ab1263dd6e7906a1ba8debc4b2c4f8..7c641ef5de36f42c0dd04716934ca3e53301558a 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 b7eee78a67f1d84085ef43b2a83d715fe22c2ac6..85d93a82d9e975432cb3487325f4037e72749df0 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 232c8dfa3e927f2be8e2d9723c5ed7c6e4627fec..e666ab40b48d8497f3cd0213c7015aa06e618264 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 5dfff9f3464cdad3cff83307aff723d2ebaef970..da5ab2e01bf116331dd6c72afe782a7bbd307d5f 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 36014f82f1038484e36fb4e6be1e09f28e5e0f37..5618bddcf9134ff17eaeb7d64a869e98527581cd 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 4ebf51d4150bbc5663f4cb2bbe79c67552c59063..691c681cb115d50ba614c2f41cb3ac7f4df70119 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 59ad3b54693d478d994a613296dfbaa1683fdaf9..4ddefee387b2b66edc34e8d5fefaa487df7d2f50 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 9d14fe828fdf8c06e7853af3ccc3e3ecf75ab34d..17e5b07aec860257ded2ddf036deadfe01c2eb4e 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 040cc03e3bbe12c57353194acc64dfa006d3ae56..46305432cedeb948d2b97ff34b726140fdb8debb 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 6b825d92d76fc7e077700b4f9c4ef2e07929c9f1..0939290f11da3dc93927dc77c423f1f2ff6620dd 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 ddaa06b809854529c0b16c1206b24c9acc1da276..f257847a212cf8923ebb766cb51aa64fb47c0b2c 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 c0d6e24b883f1df702b4b3428f4209fe2b3ad943..8d32ea9f680ef6f4d6af3d559b6d0bdd317eabff 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 da4c43fb0ab99c5704cf963661a9c32499b1c272..bc348ea93109e68a6bd469ee422c82d2962554f1 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 708403181638f265b0fccba26020aa6494340944..165f485d6b9ad9bea93e95863cd0cbbd014cebb8 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 bf740628afef4bf88e0d6c7390757abefd509d1d..ee07449c2b53d9f4c5d55a3941463f84f46a0f1d 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 4638a3804966c50a4aeb93c3d13291f2c6ff36b8..347d46cb64271d11fb9ad63a50dad60ff8711c8a 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 4a6d4a44766215f721bfccd487d7455a7b8fb0e0..caf98b14de7260211b6c82716e18bfad75663ac9 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 03277352f96e53973a64492a5a2b237d69e179e7..e34ed72e18cd73bdf106093ddfcd252c0ff66adf 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 7415fff69c3086474c6066d4ab5e683ada48e624..520af13cecea01bd5723272013b4be7052631459 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 13c6cfc4f4d2d87b3095a34004b3413b5105fcab..18ce724ca30fc34d7f608e6afca43af32681bc08 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 236871bf16b672d88388b269778b03dd61c02f41..63419832aff8f394e9910597718d8146f04ddebc 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 3a96d89265b22095b213ca2dda46c08eb1bb189d..0022537d09a56187538bee8abb4cbf8f940d05bf 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 847377e036d46104087d1bc1482f78bf820a31ed..4585a0d462c35d5c7f2cf69bfae52e9a8158176b 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 1e12c478b2b85c43fa53367bea99563789500489..93562d5f1705bc4e781db5e7ea56fa63994bbe60 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 b524029d0e92be9ad8fc4c3efdc359778b90037e..ae7d84b8b2499c961cb809751a20147c0ed6d595 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 12913bd07e88672b89e38db1a49cce686ee5a10d..958517823609451898c0f640ce2f289d90d6ca0f 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 5a455b1f98f9e113eca603d34bfbb65d08345680..8cf7d3c9ad1f40bc9bb1bdb1d185f0159f5f9d9b 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 affb5f7fdee35d8ea5ecc73e232ffaaf3c9e0f88..c3965c92448d42267a3b9310b9a8e83598fb967e 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 729e72803e072f502ae1e9ebf9be6e8f588161f5..ccef332dc4e8fdcc481375be6cc41fe87a0b84de 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 96fc229fc34f20d30e0d65279766cf83035c2d6c..57e787b72ff212fe7224667aa7bc0febaa9d742f 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 c1b94a0a516874f872660af08550ee16838ab14a..0347d46fcc971a2b04d2346acd49352412258e9f 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 90bde9da8474a2a49bf9a5f5eae0389096d6cd19..5c5938d81b2e1caf5541d9a7db66619bf783fa9d 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 2444835ee00ee02061ed69577f232494296a30b8..112d2cb16451750d28294b24895042ebd5351853 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 409b42fcef8944bde5da3451ab53b5460adeb6e7..d37a41c3a46bde619f3a66891eaaba35b1b0c7f0 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 fc9b4733f5e6c513852730761d79b1c575717328..b7473ee50e41d6f410d3bc9b3811bf84d6e3b094 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 4f1eb6062b0f445592918af50bd2bba86ce4398a..bad7c807c57921877cf4d4cdd265b7445c56c437 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 fbef2234cabb225af2e4aa1f38ca98e11ba16b50..4fd16f710e69ffd53091f167f3be68a767145213 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 134048682f9c29689bd084e547441e9cbcad8096..9fa8b9a7553533a2c6cb2d17bfe49602f30a3a84 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 369d1081708fcbbfba1dce430f66502d10505a80..a1080453409d71d4a3eea1abfb0a7e38ce5afd95 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 ea34143eab9c25fa457669ab8d839d2c1d0d49da..55ed4210eb1c8f494dead50f70406c0123123c76 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 d3d2cf149e92878e47323501e915e4363e20d21f..d52bbeaf00fabc24274326d3825dedf67210ec64 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 76dfea2485a70a3204d812b84ada2dff96cde8de..b1da0966d859bfbd44218c4bb1925cc5a2812e30 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 9b80a495ff0ba367d1501beb30c135e4e2fb8f70..e27d856b519250e3ed4c69ee51be3b25b0af8679 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 3a48fab08c21571faa58d039d1d7c38114d5f0a3..17257e875e3f1abfa7ad682be004894c7a50779a 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 714a89d68f35a32905fdfb0a29b26f9a9a575f30..1eff60d99be9a9753357ae041916e262b11a5726 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 4fc7a2bba4348838e64c35fb47f9d2f00db57eec..faa419bce61c66c80fefe6530fc8fe22a43f869a 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 400d8a6dd09a899bb1d92e0cdf3b0d819579ab96..738f1edbf13a9d2c232a82d12a01151b7fff7139 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 1c8d6e48c0e80b8eb972a1c8f45c74f3fd87e25a..eea289bb3a83117071d210a11dd7950f499b513b 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 0b11cea2afecdc869281241531ef1578ff3086ec..3ab9f21ce0d75a9bcf5e71a2cb9d90af64dcf027 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 507dde57545a5cb8637744954266b48cea7cc12a..05e4844a511bcdcbbf18c8850a8ec22d90aeb56d 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 22294494b5e493ede01a3d99b062df773988550b..3103b77a8a867dd64ebcecbb9779275074f5f1e4 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 1f4076f08e83e5c8544a72eeaf644382bb62ae8e..ac3955bef2ceacb5ffeda74f62e808baa626e3d3 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 4501c0812aad547c3dfb305588a75818bee6b1e9..355d1c238441c3b20e193f2e298f0d5b9b5d224d 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 0a547341f4cc279492a904ad86767241407d895e..1e7b7aa6180d037cca9ddd0f06a73aaf87b79fe1 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 243f29fbc74fd8ba0315065ac03420b9b8e43c40..cbfe045803289a0801ee7ed34f05abe112662653 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 09de4d9d37f58ca5f5d2e3c207045b01a2fa93c6..f3fad20edd6e7eb6136b04b67e69a5fef7b8af08 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 fd26ae8d501db69d31483e3b9b4a7a66a61bb702..86a52fb081396f51522bf7e612178949776580f2 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 eb76b6211a39be5563dbb7f96de84cd95bf93edc..dddd523d36ce631d2ac2c5995a144e9a93b0734f 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 84ac44b04a4d970d082de45b943e56c941b92555..1fa68d4919330ed1540bd7f7e686818c99ff73d1 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 7cf07583438cc9e154a256c2b57afb56beb75024..96be6188a9878e2620d8dc3a181fb4b9f8e2d2a5 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 34a30af3ed7037e5553ace04d248a18a2786bdf6..d6c99831854489b107f1f425d3c591e01823c5ee 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 133e95ba75e88352bb8bc0cfc7ba5028a425f266..4b7080e3df0fe8e362a7206d16773003e16d0544 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 49543d96661a1749d9e878904da2aacdc2500761..be53153b0957949ed82f0c1c733748ad5b34beae 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 70dab0c516aa1744af04b005e730cf98dba1622d..06aba6c8613cc8fa005d6704efc0479b57618c5c 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 a05cb79cec9f8bc02801ef8ea65b900c27a7d458..e1715bc4c139c7b3303fffc58c7e809188f4e78c 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 44220efd8cd9c7f30816d26841fedf357d760b94..8038c75a652f752cd6d81690dd8e1649a9222ce7 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 2f2ecf760814a45245a945fcf99ee91b1cfe440a..9d742e408d47d6f5ae0599e51d8ade33bb856339 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 574052706a703298b161379077a90d35d7792648..431fd6caa983d2fd07ff2abc16641ea73d8e2d3d 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 b79a0cbf77dc972d1708a22f98476d0deb1d793b..58055c1fbf5854162b7f9a798b206615a63625a8 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 8eaaa0fef3b9d4055f48e1a1d2363b0a50d98b4f..4e301f9cfbc046eae032a97f80e71e4dd26a41ec 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 cb3350f2b021678c664b9fa988a5c95087f6f103..363d0a494dfdd49d1719313971ba7410aaad2cd5 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 d74f6ac5679142f6bb6b6f6eaa7600f5df05706a..e3d1f5b6299ecebe50a744789950b4d0aad617ce 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 42d3ee8de2b581cafeb1084e8fc5264364e937f8..9e294e577df0ae3223687616f1f512dadda51132 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 d2b3b3595844a1e01d431e5216cc50e5f21ee138..1f3ad27cf4d6dc8f8d001fb293f6d30f3ebc79ff 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 97e11f9b969346a878436b45c939c6bb2df37de3..f01326539156419b5c8bfa555a05e032ec66028a 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 b43db70c899aa0d3d80ba232038ef1b3d3198b5c..e285124db4fdcaf577dedb8ff9fe00add9a8f960 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 f813821237d4dccaf0434d79e378b092acbedb42..2188c736ce880cd9cd416ce825a9f978da9254a8 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 f130f18b516eb48d487d923ddafef8e889075ac3..a8631ad334b2828d8040402ce11c6f90d3982d90 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 47781186f7f23d18de170e709f1467f754a1b84b..217fe8db6eb4d7d73b0ad0d76449668fda81fa49 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 f978c3bcf92f83363e3a419d6d7a3be4763137f0..b95c8f2942edd69ff01fab142b1dc05d75838bcd 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 89509c8a192c66ba86e741d1d9f67fd5c1edacda..738c19881b85fcea64b3037f271a0f607a8be3cc 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 fb4bffc9af860732d89e9876e182561c40549159..2901739fb968c03df187041378aa2500afc067ab 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 063f8641436c6fd748cce5e8cdcb5d8d0bc07997..c0150ed0816b049b4879ba3b86ee17ff3d6f5e08 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 2f0c5f1a121362d4a1df9c86e1135e3f053c4c57..da54b775c2838a5d402c4af743f21f17bb6d4bf7 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 696122b637fbf33b0a456e6a35bd9f804d0e20c2..bd65c08402d363d1ae53eb936b7cd47fcdfdb7f3 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 546f83c2b1dfdd2aa3166f96d13b1a1e05eb86fc..2f29bab2cad3e4daa2b4ab5da9c75085f4bccdb3 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 120fc9c78300d5827d90621630a4dcab42c64a5e..3be1ee8305bb3e8d605f9e2041b80817e50feb11 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 90030b14cc6b887efa42ce3e82b4b225be53d966..ec47f43b278ec4b0739a96a76d75abed676d465e 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 833e1639c6790d971f923c1615900752f269c39b..dce6d6a90730e871073990a75a4ad782ed507642 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 5c3ec6df0344f9ed067513c0a99c74052d6fec4a..eff64edf155a4a041175f7e5b119608d58c1fab5 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 c768a4a77b23efbe32bdafdd2d4083d22a37c29f..cafe1b9b761fcca62e94c5b8276e15f1c7118b83 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 03a6b126ac596cec8b8211b4a1efca78b841fd68..8cf22f9473b8832be0d4397a926b22ae2c14262c 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 6140eeb11bca2257950f3815cf5ea78b4da011e0..653ea8786ef4deceaec95196dfe9135ab623b20f 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 155e574fc7bc81d21c39c16325d2b423ff7c4c5a..9ba61ee510db713dd77080e3e24655cbe0cf361e 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 83138f192119ab3415602c9f9180e936cdcf552b..d7237ac16098ef45128b094fbddae9e4ccf910b1 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 67eee47942b328294834a6a91e3d41742211330c..fe50c5b530f12f9042cbeb00d961b82b26ba549f 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 4744287553b35c84bee42c578342eb7fd52535a6..70a8b6f972d8e52cc6cb34d3c813269107c1922a 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 a3c9423f1804578bd1ae49a040bd42aabbdd93b5..ee5e301cf74aee8cf3bf8d5008ee724625a4366b 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 ea8b65b08fd9dba95b3cf2105996afa064327b92..c95f73daec103c5dcd1243ce1d4c5ccc71250d73 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 4e0e9aea3c39219fef4b1d7ca328307197f698ac..a30eb10d1bccf315e00fae1588eb25dc77036412 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 7c85d8c8578f88abb06e178e31ce0c6eb05f3487..c64391c5ccb2eef305dda4745b79d576346f59cd 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 030c7e1e813e54c84771777bcc429ec2962fabf4..ba433d5fc0de94e06d4b2a12e2124242a29276b3 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 5ec2883996a2e9bc07f7adcc2ed74d9ec5be22db..99bfb1188a39672eac85e3fb112f3ac3ed16a165 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 e42cb2758a6bda46d441cd55d5e7aace0402ec93..7cf6ff6e23a2cc512c54e37e26bfe20dbfc10706 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 cca34cbfbff70a0ca365b89c22c869e6a35a30c6..eff08be77b0ac93d0afb18f1aede40073cd0fb17 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 4274513d2e61d1a07d67573829fb4415de68bd8d..389672ebac363d13ce8b0db2b31e0d7d08e3ac4f 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 678d4e094f6677e6da17f5ec9b04c50191d62217..70e68216127c621051eb8c7c2064533b4caf6a1c 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 3d3df3bec141946216166d65f5e7f9023c3ee3e5..e6f8eff4a89606a451ea3be8611d99b35ec5bae7 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 00c5de85893e2c13320e94f053b05c46a7f6a0a0..de4936836f7d4525085715aefb19bd8e4ee7fe4d 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 a107f1e2f29a0831a3bb888d0d3c362bc5807ce5..84ce8a713696b001e8a7b7a9e368de1b10935393 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 a9a84a3b1f96e23e8f6d6bc712d40785620dfec6..0d2c3c9f68a13f31cf0b5cc78d14e6b1d09b5f6b 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 b8e93fda70248c50edf1a27ac795b0fdab799de7..513e5576dea43c5b8abd073c5a7a417121324edc 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 53dd83cff0b602a84276aadad5ff95b9fe9627b2..b8ad1fb30c7bd354dda57bab6b5e3f6fdfa37f4f 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 0f5e7814618da90aa4734c094a1a12777762800a..fb5ae7020cf5b867388609578544d62c862e7919 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 f4b5f7b2addc39a1f8b3d6a4be613103f77d89c0..0ddf449afe424008064404f149779c17d655f5b1 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 c9af06725891551a02946e62c60de5b03f2defd8..f9731489788facb46d5a5502e123c4688b324011 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 9c656cd66e49f2d5e311780a105bef10112d182f..9023cb556394205aa88c195a15d63b6cdd140047 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 94a0487eab72c7863b4501571783507c129d5673..5a8b8108e306925dfe4fd08f4431c772b4c3871c 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 06e5d82b147b6be78419bab013fbfe265aeea90c..41dc91c7be6a6fbe5f7465f22d4c3f0774e83bb8 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 a9056586728882053c7cff9726e93f29ae79ffe9..ff28fafa9f5019066866a7112a4683841303fb88 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 0dd261458c2ec29e82e0e10ef464bdea6a74b6a1..de74612d918a2ecb9d3121c299860e1aaa79101f 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 74de4d2d9a0c392c5e35f2acf3c989a49f7864f2..fa847391537fea43fe479b5196ed9ebfce6f6f29 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/conversion/meshReader/starcd/STARCDMeshReader.C b/src/conversion/meshReader/starcd/STARCDMeshReader.C index 4fe92c82e433d677f20a7f185482a2e550abf80d..0a67f5b5155651856463bc514b3dcd98c4bd223f 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 eb1c307b04d54dcdb48de8d2d79b3a74d690365b..f09759ec9c8839cceb9913ab36c32964c7d4980b 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 885fb80f6f061550f1c788aae730d14ba81bfc6e..a461c1d2d2556df794d29c11a257fbe5c0192991 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/dummyThirdParty/MGridGen/mgridgen.h b/src/dummyThirdParty/MGridGen/mgridgen.h index f58639ed95318bd48649d47e079fa438247fbdae..2e9e737600e75889a5087691bfb207220ca167b0 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 249a6433eaa22dfbd310b5b9c1fee2c4c1bd8a95..9e7b6b474d09cf69ae64df7e514a7e865e436a89 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 adfd30fb2cd0644d79f51f707db93e3ea314222e..f5471ae28419663563d9259ac88740609dce1d0f 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 a37db88c6903478b6822d21c3fab7bea1868c689..9e16ab4ab43caef5bf6e4e773277e76b0255bb86 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 18e4a32d78caf84ea5de411c1d9a58bc29f5433f..ac92490f7dc2e0b042f7cac20d830d058bc051f0 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 90477072fe4a5d2a76dd15037323c0da4da080d6..9e9bc8fc95e32fefeea26f2df2d0ae039c5bd39b 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 eb2eef6a81fadea3458de34fa978acb7233a1f83..31ffe740c1a43b47beeda8b98ecb646ea62d7435 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 ae4de7f3d1f6005deadd18b920c89f641328a255..5e3eafa5f8cf00a7cd723eecafaaafd639f5ac42 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 5e992af1017943cad053731cd2017cf1c88af8cd..4a3da9f7f32e22ecc29c0a8b2e686d2301048b93 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 f230aceec7dd56b4a60dde9b323fbe99093867bd..7b62e18018e39195fc4b7cde6a951cea4c24eec0 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 e464bf626990ee58dce836a81742324f4ae0c9af..9ac0cb482fccaa9b2d4aeb9fc0a13e2eef635b05 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 2db586ac6550dd705a74dfa9970f41b47cc7563e..fd9928066cec34fdba521c5d74170de1e0709194 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 ada62f0aa51bccd3a195b673ae1a53638bfb87c4..d28795f84fa9b560c2a91cdf965222e6428196c3 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 82d30091617e05cc984646d087f5688c1e010f64..80f745e7ecf2a3bc4cada3cd6f5859c40b8da6a7 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 a7e138dce8258f845abc08a80f8563ed964e05ed..bc95c7f69fab6c6b65abc67e102635f4259ccc3c 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 e0faabbfd7a7521f9c1ae4f5a159b267da4d27c1..1e42e32555075d882384df3bfbbaacbaf6c04451 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 9d009feffb55294bf412f5ca5f8d6a4e01ea9c62..91069cb5a91a0b5017330438352e23424d261151 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 9d7237713cf9ec3eb6249b4cd45c4b4557af5a68..58f384c99e9a384c4fab01813279112b2bf3c5a1 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 13961ff91a5e23bc56d493efa2998e89245fe0a3..857d4b0d6aef1d6ab69033211e196a00910516f3 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 c1e80c59572676d579a308681db3f01790f1062e..b0bf9d6825952a111ba711969822c69daa524075 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 00c3e60f1b032863f55b447e33a7ba682caf7fad..f1897eb37fcb72fd02c8080e501a5816b9d65158 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 204692422e35f00d166f1ca4a3f4d720fb9189b9..ec95e6ecdd18c7fb1a710950f663269f4361386f 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 071e980498b99f911d5a30b92a82dbd1723db082..7408876b318fbf07d6c173cb2d946da9399760aa 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 756f0c61914c0dc62e85616c94460ddd60d0122e..29603e2f9511b8f6937ec9e82dbd4ce15549eca9 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 367649d0769f7b537228e9bd99e6f352d539d6ac..e4b501112dd54b68d7689954269d2acc02266d1c 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 abc90561aee545e0a4a393a2e404d73786a4d20a..60c3c77ffa4b1ffc9f41f50894acd531fd967489 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 38ef552948f9a9b89d7c5f7dc4a760208a429abc..a6924cc4a6213863b4cefc80e78a07283b252a76 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 3ae0896272842f666fa30a6bb185b952d331e15e..685ec3eaf914785074dbf62535242ac9d2127bbb 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 88b7e521c050f47ee57f27eddafd9d5f068f691b..a145a36357850c5c75480a4c707825b3ec4a0ce9 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 a82cec3ca0e4e907111164668e36fb0e2f07686c..a916da949b89b5a85e94c7d8c960fdeaee8f575b 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 01e7485990901e3d001d34ba3ed7c60e0e798569..24081fbe08ef83fd17384f3ad01a1e24e032d104 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 a25879fe9de20c10cd4c9e9f2fdf4a9b46c53818..6f20633f977a774c2e9541a5a7bebfcf0ed017c3 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 8375afe947ea54ebdbe959105a99afb1980f2aa7..064b82a785ef4edd58dd862de91ed3429859bcef 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 36c3d252524b0964cb6eaaf6eb3cb7aa3db596f7..1754f0f7d4bab6577d32ac7a7ea53d5b4f8d232b 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 8cf5c6f3e658eac27c450bebb82c9782c60be1c0..a97f980e8d3e2f2c57c9954e2679ea3f5851903c 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 8217d549bef91009b7f144830aaa9129b4f2aa36..dce90353a57ca4870598c682cda12e49a75d484c 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 4e80d42e003ff4384b8830fc6a9c344431b6b68c..3369c1a11a29d9312de6c25877aa3ebbea0afcf4 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 af5c39880d673c71a176628161fd1d22f3c6e361..b822f648eb7fc8cb585ef920416fb4b0fd704055 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 877f10f80ebd38304d66efdaef1b9b1bb99b10dd..1e64cfc20e20fb9673cc33ab3c163f4c3ed57600 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 4b1ef666341d093475502dd49c3b3ebe083a92e7..f12e4c684da0861206babeb05c48b751db69fb28 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 7c416dfc75230cb42e6a4ae102ef3b59d4f81a8c..86c6002917f38640324dd44c8bf99a04f88631b1 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 1b83871607141696054a88030405b2b2ccc61b80..f06d10627bed69a934c8fdba8a904f7a7cdbd3e2 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 5186ede1b45325599268023c96d22086ff01dad6..9def86dc6eedab8555b9bcdddf2dae8cdb84021b 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 04af5db48bf9f786e686f81847885f419974a090..d54e6a242d38cfb562fd32e06ef2f5e9498ded3e 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 4047da70ad7c81776b2f21a8bd663e7d7219e221..7ca155058725b17358e86727320a25924b073fea 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 7524a0723f47b55974130d83e02616c9e8720cfb..f7d6d7fa8db323a81f8a3ebe74fb7ab786b15f8b 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 f85e1b53acd501a06bdcb72e48cf90287fc90bab..3e7397bee11cec7b5fe7e1b44d790a4cbd0ec530 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 5d29abaf90cf34db23721ecb934d84df45b8d76a..786146209ecc5237e3f55814e9dd3a2e5374f6c6 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 70f3e29cb0c918c789842ec4f7fd711fffc5283e..bb18760e71f6c2b999ab697413650c67eeffa4f2 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 ea79578a5074dd02dedaa1a06eb8bd8336142f4e..e25877a3e6b2a6dad4c5fb20171412a6719e052a 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 ce715257292e3b357137eb470a90020e7585abe6..b5d489198b2553aca032710fbf90a24930256395 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 d8645b18a833e5ff52848cdb398088054741c2a7..9516bb95e0e9ae9e2bfd1ff4778ecb5ff9de156b 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 766196f00e48fa549d26ca227487116421678a54..f401b664305227f738d33e75f962c71fc9207293 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 0a856360c48a944166848200346fc19b98215f6c..06e083ec5aeb2ee44877ce994f6432c95ad620cd 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 be45a3c70d46063b2dfd62a0abca1a6f5a6c34a3..c2f7f1aefe153eb78ce427169ec02032b9192af2 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 84848977614546c94f995907a057284a4e246af4..68b1f5348b7ae4d923535c050a84bfaf3e92d179 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 37defc1d639f21c526db00bc1f8026a26b702cd1..37756c37326bfd7a45a71276fee12ba90143410c 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 9ee93ed58e0f266674e607dff68258791aa37841..4ebd678da90784a33e2f75f60232633db6e950d8 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 eb6b24e429d3f2ab328e64833244794550de9d40..8cdbebf05a23fd318a96b8be7d3c134dcc098930 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 0fe0595c35f5b8d11c257a546e35749a187f4711..49ecabaabaafb56dac559fd8e55e457ab60e9c3e 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 8e869e9287bc1c593b7948a4e328f48db403e4ea..53772da904f9fde02370ee489275191b4286bc00 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 91cd5a5fad8a07b257621b9c5891bc26664357d3..2fc7358b2ada021589fcfe4c202547685507b92f 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 e747be6470fa4a83828ab44a23b2afb45cc32530..26aeaa4cd8df5d1f624da1c5e0665658610b85de 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 092bc53fe38dd71f6775f1714260429eae297001..1d77ff45ee312171727dd2125e37ca13762dbce5 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 87b1182e891f74ed0bc30f5332a4fb23b1a867e5..814e89a16e75373116613f132213ae6fc2e892f3 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 c46c351e884f3f3d8f09aa4d8124a55cd5bf3a04..1f174e4bf3ba1fd75c5cdaaae3bf236f0963cd4b 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 c404504326a622dcdf7d7d2c2ea70a9b9ca115d7..793323e54dd5bc58582f543995d40a8dada01990 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 f2bedabb54544a669bf3fb4ac1efe619c9783aa8..9f36348841303712a715da2acd124fec04204d56 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 e56d7a9c90ece0dd9e4762dba011d9b6323bff7f..972769c1ed74d39ec5fb079cec778a92d815f22b 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 11a5c5650a215060a21d4388ce767b3ff2da6da1..948c4ba2f115f97c81558a9611c2ce51b3f9185f 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 e8d6f41720ebe0b642b4221ade76fb8aa02d0f8f..2b99a56aa93f7e08ce86bcf47c8e46d6ce6d9c25 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 ca49c74f9bc45f5f1a1caf3d14ccb048b8a5af9c..b02d6d5cdbc0b0aba80f60ca27a967379d18faf1 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 fc344448a7323f692f77dcdd3721ae9b0145af21..040a5af0472537192fe97d72b0e4de6f7b40e45a 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 e0f9c8a7934dde9ba724b1839def3476a352a01f..32c3cb314b6f33003e3931b0add2aac4cc6cd96a 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 00d0afd67b54274c13a7c85878a84b94b2143639..d075a05de976cd909d070bb8f37cf2a141f7164e 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 981430e33ff133a0619c25f8eac2e062ce4fa632..9b8e784ca160b81f36270d1615a959c8c8e6dbdd 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 bcad8bef9157e09b870395d28934ca25d61008e3..922783e9b077196dc690fe8af0d783bdcefddf87 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 4785738ed2155956cb11f8151804627971dc9ba8..f0544436ed2d7ae26fcbdd3221cd36e49a92db11 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 422a98d57aed880c5680df0f636b46013be0431e..3d0025c4532af6bf1691664523d775f195e87cbd 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 a0e8fa03f0ff7faa81e86490996dee7683811c68..d0730694692724cd130dcb6934058f458be6ebea 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 ef2ece26b15322730e72e88cc9609572601daad9..c690f10e74e05249f05d56c40ae637db3d6eebd5 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 648d6461a6c84c08a1ca652e8bf8b02d931d078c..07a9ec965807574944d96ab14a1c9c70a3f727f4 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 e4db55b320970b593a703847b0b29895db883043..f319de87ae27cda40af519ff2422e9dfdd0d9a12 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 2d561dad64a8e90a8bffb06d5fa7845f99be2986..2b3464e8b4dc44f8c64033b914c2e3e893edc595 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 65409e0d579365270b7de441e646a76e0bd5173c..640e36dd26e038bc59ffcdf4a46cc5ffb6006d58 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 6595908a7f8793174041e1db23518c842ee35442..78e35a64dcdf32a0d651209debb540722a863dd4 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 bdd1b7df43a2e16f03047dfb0fa070efe6afbac1..0f82f6777ff1ebf530ad7c0b10811ac368375dd7 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 d99112919dbe63bca1208b9588d67f8b62ad02af..bbef0c733e63fd85841dd15b1356a5ad60e04501 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 7c6a41f9b32fcd32e511b3fe7583af255cdd7747..abb1dfc951e9626a3031694e28db6d913c8539b0 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 cc632bf6a9e9df59df65a5ab00151d16e1d96548..dfdf9bd8c9bed4adad62b7707ac180cd5aa82ac2 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 c015be628880dbce60bb605a0066249f3c66e59b..91569e3239f306c1424c4e7b0c3dac87aa91fe6b 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 729cbb28a558890cbfd4d50547c7be6019ac1b56..45bc3913863baf97bb85399f7d6a8976ee044397 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 04e55be86c46c73d098e729802e44c2db9695390..4823c3a429dfd9ca43ad15d422beeea644fd4339 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 a444276c195136a0cf2883e493dfd7b8a7ca2464..f578374665c5312ed0f835d8c6b8859635265156 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 b79089bf044879ac87613037f6485e3d6d746e72..fb9ccb9631f01f430e92aa1d08045d472c4ee530 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 5915d7aceb93a081682faff89db3fc0d74d281a6..4a8178b8f60008b77afa22c07f211a702e40c828 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 a225c4430ee8feb02ef907c77da1e836b938f97f..220c5a89481317fb92b328b2c325fdd054998cfd 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 44889d937f3269e99e46350aec8e7564090e604b..5b46a4b32642a558a2d26e160952ee206f384552 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 27370c56cec11cca2466ccf0b39d7599d12b6f7c..2f2add963007c63e2c9a7d4308067c9d31684561 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 f133842b3f700685941a23255e70fc0aff1b0aba..ab0e8bc726007a76b04ebadcc90132be5a812a2e 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 b9425d1d82ab5808084d09b51dae3d432b2fe8b5..b10d6ac40b7f1732f8d169ca8280bc5183e9d087 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 d2fbdf3ec5a75ed226b77733a96d02c23e34ac28..079b9f7ffcf0179a9e5325cf7810c98942f572ec 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 eea0e17bc5c1052b67d577641bc4db6fce23407d..18d2b6d2290748c1fb4a648ec5cbe41029c571b1 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 80b3ab92986986a1a242af87eec2e0082cf66a0d..d5041792f1707895ec535a8885132dc4c3b450e7 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 1283da8b577625b0ace24268c9404e64a96718d6..9812a974aa7acf543d0d1fb851b8cc634ff62f07 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 f9da5b125f4506fe8306a099970fb06c885f22cb..4828aa193df4a36a7cc37bf985fca977c8f41516 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 b39ebd3bd40ffc9a1c7bc252312007b76166de1d..c9229ff1b55b60eb5862832557534e9a34e54927 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 68b523b8a7583f1b3ef8dca0f0b88982113d76d4..b8c6e99d7c569f20a9854b1bd201cfa75b398170 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 ad083ee42a4c933f17ec350514203586f1495e10..2dfb6dde18571e5303cb24b42007aae31e09b440 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 4a34685eba5182b5585d3b929b7ed620d750b62f..9c25a2963b37e7701dfbd5d633bb6bb65395c971 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 cceefc81af1697e441dfc9f7500085064b1fbc0d..578ceb7c99f89e27afbe8f72b88e6d261fc308c9 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 4a21cc7e924be273e886a67c84abee88fdef9d71..01104f3cbccc6efa14f3aef9816146a2e6a9aa6b 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 bf841de0cfb9050545df0a8b8a227d6e77e2c1d3..9e2622cbf8769133394b42403a58a2ba8b1ea55e 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 5ed3a5e9ea3e496c679918c68dd47a25b1f36417..3583afd144fc575f17dd253edf0a3b4e1ecf0185 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 59edd67642248c034d60d7f812b820c8fdc6f9b7..78bdc2b6e5353cb015480436c20e190e764191bc 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 83414d1c98c0d16290c3e8d218290642346b576f..9e1f1c14660e495af727575015a9c49fda4e8ecf 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 31ae14c95f0771916ad40cc1c684d7fae90601e6..f48a563aff540b5aeadb35edfbd8243134241d39 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 c89fe884283585701f09a5eaba232c8c43a93fd9..23e192a76c1cc0a2916e56126b7948be551154fe 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 1561e0b91a367787d686fda977b49b18d0306e3d..dbcbaf7a1c20ecf1fb9fe7948ea846fd49ec1f8a 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 0c4d73b7e112d358a5ad605a7a8e1a6177edc6f1..9242d1aac00dab052ba4e0eb49d4e12d1ec02761 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 196b3c8dc4cb86c44711d76348ae08891a2f0d1b..679c36a32cef0649bff09ebf9730ca376cd890a0 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 c180f59b7671539a27c321be86ff803d48b8e7f2..23734a99863efef28c4ccf16f05b1fe8328d6480 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 4676a144939b0a62247180faf84851b1b4d087e7..67fa488fe9ceac88910cb6b40b172b4728340878 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 ea2479c07edb42dac165c64dbe1f385b0f6626c0..9482861bded80ba1e13807b32a0696549cb2b30e 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 5c1cd7b0612c2e8a5f8b697eb3a9669df5db4629..869e0afd7db90f533d9a483ef6dfcbb9e7af3daa 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 e7028e6424054c5fa04e5be905c32bd1780c007d..a6f26df7c031d45784fd0b9e269b49bb11b5583f 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 7a7472611e6396a7ca0d6bce45ab3ea61bfb1072..e126c0c08f3cc80b09b2a15707cd596389ef1071 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 0925fd164846dc8139fc1f784ca70bbef2e1fcde..be476758c18048b157f996d26f7bae48c500abd9 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 25806e2013728c4d5e935f7a25dc1463a7c7e7ac..cc6219c1b2fb3b22e78dd613e484af44c59e5d97 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 01b05b00bce7dc4700fe82002587dacd38d5c9b4..bc79e5c753632a9b65ffff4dfd8c499d16a07c35 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 1c1b32cced6d5823334610f4877b3bcaefc32cf0..aaf1ce6144909fdf166e69742640826d7ba071b8 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 7578bf2b2b653e67a0930b09672d25dd5c500413..8a153deceeb180b1c9601c11fff332578d0b0d5e 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 baf50a59b839d2182a8ba93aec3bbf9fccd8be74..c25a91eafed6faa3cb2cae29423b6a9d62b9d07b 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 2891ed54574e4445de085f20bce163925128955b..ef9a847adc3665ff5febe777ce3b6a71068b879c 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 0f9a761b4f77d7f27b7101842ba4222ed79b0645..c76042beb95a6407dc1bd01d03bf23f01a13a80a 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 5ed4fdf9ea6455775057456c392cfd9f1c89776a..5473ce04d22f739dcc06796e283f77a10c7aa2d0 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 4de9db4ab4a86d75b911e2c99cc2930617156a20..c8ddde622313bf910f5a52d5e9e24e572aea71d8 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 8d78bcf1d006cdc407adfb764e897126b302c378..07275371f2e4a284d84380348f0ce152a5f81d1c 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 89d9e803111e36b6609160b0f9c666def2e39675..39a6d3721b190d2e020bededb0b9fd3c0bad5a19 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 46fa3cfac0179bec482aea6d6be5c365eafa2090..d5d9afb45e7d2af30e1e0871595b3079d40fec92 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 9450b2c71702228e8ef7defca3fbfdf835ec7288..abf477e20914e17c90d001466950e62f7125c41f 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 2c6e5c6b605d82bb9dbc4788292f17b77dc2e61b..3a75e605ef370a6bec68e13fe4eb0c4645e509ec 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 23f47dfe0ab4aa20b22df410a9aa3afe15b02c15..b963fb12bdbd1cdfdb33e03332be6745d109afd7 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 dce167d8f9b89f61c03e4b3352c8419c0876cab6..9f0ec2812aa83ca5ac31e765360a912c95c13803 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 e6eebc5c3f1609af59ffa30d311daec906831440..0baf08391138fcb3a92f9bba2e5f49de087ac676 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 343c81d2f8618600fd09bd94408a7f8cd4bbc89e..66ee4b0ccb53cae28a6695564039977162633b32 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 57d60143e80e0452c932348478bde0c2bdeaae48..d58e04f2d572124db510527beee6038fd4ebf360 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 24e420da157223b6e4fdbb41f269ca9554aa59eb..28e51f75a6f86a67b1fec6326a29c402eb1ae4ce 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 a8745698cb4a9ffe1b4a0eeb9ff8cc9881edc71a..acc7e054f662bf7177fb9c95f3f917f1834e2b33 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 e793d9ea33c6626d33f833ad4fd9799ca9d2d57c..f934cdd74f2791d7cdbd9d0740dee78dda8be678 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 f44e57684d04807b2061d9b23c75f10abdfb3780..6dfbed7171579c4f84d863bc163425f9cf93d5ad 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 09af23ae962ba0261aaad15d52da9182bbe86e6b..8d27cd9b707b7ca17bd9702d264c978ec935879a 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 303eaf5726a5ef5f1f44a098112f401bd4e7497b..a569fd8b400832dc596a169f77fb5d82762695cf 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 dcb95344175805302e3c5258a7b3fa8ff59f4e50..b389dae144dc3cb72a2f7dd3a4d7f811ec324742 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 8f9ad50a00a65d32c2408cdfcc35563007c81e82..6a116ed9ae3c5cf293b37b9c3c1fd218aa9371c2 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 f5040a0d8ed27895d32dcbb67cb3d9d69cad2f05..813ec04c46eb74ede820d1d67fd4ad27d62a9aa3 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 0353c4b0c2dfc35b82a9b2e1932e82a0b53eb28b..053674e4d06f05e72775d536d3fe4d94495c7b87 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 ab50ba957f3f38b7ea3f8d4cd781ee1efb6ed581..e2d806c1e796b0a1390372ad5f892365718170ca 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 648155b91546cae1da8f91d422fd55877da030b2..6ce5bb7f75737b6eff600e72abc8cd24d7c349d4 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 083adae774fa6ba5db3dced22f67f70803e948f3..3ccb16e75e359ba50b3bee4b6c07393d7315e597 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 410bb1d7105ffe731007f7103682a38dd6a847d9..3c63d653db89e0f118ff37266e4695ab7ef90ea7 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 5271b4cdb38334de56d506beca085fde8ba53fd8..7531a2acfcbb003455257be9b19228e70469236f 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 56e70fbd3505c23b1047fc05637c69d57c8d2a02..41f0ae16d6cf3c525dd0b7d3af6702510f13cc74 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 7c3649aad73f81216749b8835e08ea2ba896c767..1054b06a77ed377172ec7c4c20f678c45dfeb368 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 caee3a88c89f5c75381ab1cf027f990845d1a1b3..85c11da33c15d764eb18bdc86d67fe5e5f99b0b8 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 1bc7f633ddbcabd470c01bf9f10caaa967659139..2912d5e9bb7dff4f85065e09fb816a9fb41adaed 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 3a2d6b2aeb9b127e343ea494ff371a4f94a8d050..3f3160e86addca78668e47c8c07709c5719a3bbf 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 0fb7b20673643e4b54fea3b1f7cecb08d40a4e88..30bbfa4528d7e03e09a5fe6c76fbc9c38315351e 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 a24586b754a34ddc3ebc39f689c67bfa71dd7ebe..acf67e75ecf5728406851333fbd0f1bf525eccbb 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 0382b5a5c6742f2619f92a1a2a6f35e3b997f97c..0e02af13073a00d0fe04acd1f37db19866b372f6 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 8058d5d4a49ae70f74dbeea3820544e9773c968a..47f4bcfb57f3a391c12ff0803f4b8c4760e167af 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 e43b23c9847d8e3980baf6a2ad7286bde7f2662c..b9656b14eddbc230a8b64edd681286919742f2ea 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 b89bfbe0e79fca31cbf504d03705fea86709e572..5125a8f8e80b689b47c27b936bd5a85fd6228372 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 74ab080d2a0bcde35acab323bbf1ec3af534a419..bd0c3d405cb46baf04cf3bf223831d9281e4aea3 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 10b4913bebc7eedf85b4d2c9da2a52dc29ec69ad..543c941f88ae537c3d6ec8e6acc15e60aff23d2e 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 9279171a1b83ad32b3f7ea64986bb43c339bdf39..1088f72d32f316981b992b2011756241fe0dc5ec 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 9da765d4ab49895861a51facf30aba8378993ab7..77c4d7c54a4a1d02c96d65e5a17fc813c65d424a 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 61424ff1f17322461eb8d60e9fccef7b14df3414..cd4691c894386cb46a0d16388aaa4b14a85f9863 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 f54b6a68426d367aa1d1d27e7c978ca1e10520bb..1f10cff005f160de82166f387d6dc284168641f0 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 ff6eb804c4b85d1fdaa801edff455c86ee320835..8c33076e295250ebb65688448dc3374e07862f58 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 bf834be3da44ae92b35ef95438008a667b5ec9ae..75cfa745d3d4cacf5875e022ff3491ac45d42625 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 7c75bf67acd20335cf0270b05468f76ae8c2979c..cafd875f92b433cbc3870eab96cdf9a279639edf 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 9874aa985a99fabe81c4c41aa9646b8652ffd327..a349e71c5547f380e7c95457e177df5e18d4278d 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 dec85d6cd9fc8b85ecc25c56354d856ebfe52c8e..81fcd99058f660aae29991059ab6a994c931d359 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 1876f5035c119d1e4063ff2c0f5b7c952e70b8cc..4c42524a9f085ef1c86b09d968eef3105d048acb 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 d11be9ebbc72ec9dd767b1a17e33f94523e28739..be712f1d606644439cac6b09360ce36f30c3d763 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 877de99b906a99e06951b8e2b80e9fd8169b19a8..12f43bb967fda018d9f8a59dc66b1e2ab9ac41a5 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 cd8859ab0fa547d7007d5e4305c7c7a16c0c3378..3a55e37f35be727b1ba7be03d30286e1268bd20a 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 9220eb2dd9bbf0af5f0dcee40c4d109fee13ac52..35ffd7018b2dd95f812394ab6481052b3e3e7f1f 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 2745648fb346bff5c554a1934e6787a969ebea98..d5c8f12ef8fcce1a798aec7c047aa4dd9bcf0b16 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 88df10f1acf3b5c6f7add9f9a6bcb1890e9303ba..12eafe489159e2514f98afb2354b50bc8da477f0 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 668c70e9eb584301b4f2fb5864dc194f9a1c7de4..d5e38343ec477c23ae1ece0c4c5879416792f651 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 82883a3473c658ee7dd0ed7a73b40bebdd0484d8..e84a008aa72259ae7bcd2b023b2fa3d618f424dd 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 c212758c12fe9ecb0ad1673755e74a16a4f5715c..e256542e780cfd47cbef38c749865aacb4ba981d 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 d8637404cb95683e9b9eb404bc3914674df2a456..34bcd4388e4cea2e1c620875976ab97f2727045b 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 75c3e7704a3734ecd5f121c3582ed01d0bd48aee..613c9bdd94b206f66404332b9438bdd9f7a88cbd 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 64300c5bf0480bca42654b99ca28af88a896e150..d04c39b1c76e5bcc6dc48461337d175ed6d4b68e 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 7eaa3afb29237ec995ad5fb0e70aa38c316502e6..86bb86b53b9df6a61af205c40b755fba5da59060 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 d34b881cc9cab85096bbe0db72368ed200ec5b07..c4c093a4714cf0f86f6c9611b6aeadc7df979f58 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 a9dc31ff2291f8035d3e11d6d923f3f2ecbaf6a1..4f43e0d822016b88d39d11083019dd5c55ac6c08 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 343295b6fc9789da872568f3d90af71ba7989652..2706067e49412c2a1a02aff5b7dcd53da6fc9109 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 e3caab294d6d2e3cb93c1e433ef9aeb5f2241b52..41285ea67af32c671e17786ccc51c645be37f097 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 2d32a7944ce7d7f679b090c3a6087b78935aa87c..d0149b2a60b01946faf73165e2805d1590326e1f 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 9787d974f66048e6fc6000fe9637352c3a3d6dc4..b21183f68f83686e22fd6e23dca753319b48c3d7 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 9dd9b50f2c3e4d787ff2339106c07d40f6bf29fb..317cf22776ad6ec7b56a72fe1078cab2cf0f3904 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 2aacfee247b89f92d1a1b600904920b28ae1447a..6bcbb9aa0c595e1595d270f2fe4c6650231c7f0c 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 7773cb984b4cbe49d86aeefcbee733a946b85987..87ae7fb393119e8db04771c31d7978edad852881 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 2f9ec62313d4f7c4af463b27802d00dd07333b7e..0d8f8e67f5d3cd3f1f928aaf826a3ef0335bf65d 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 fd349c7ae2c3b890e20d74283fdd0ab0632d234e..3132fc38e6a5622056d859bbe2fc9050b4f7ea78 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 b01e54dd17f04806fd046e5c22a77bf20e9fa107..ad6ab17dc29b5037315778afd53bcc365e73bef1 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 dabab0b6ae000010c38c68e54b0af0838cf5f713..26f1a9b0b876b24240da810a142b70bb07e17553 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 4a4199eaeb9f80da27f1971d37853336c11e11ce..44020a6c903e564739d949b3524004e6b15e2888 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 0d87e3287ea6c12f21e3873e3634fdf50a515309..7f866959d27a6e93b8d2a20ff68be9f9fbe0c25b 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 cc9b89c01322860fc73aad1f5f6064fb82162bbc..f7e4ac18383070c0af126e57fe6e4df5a763f314 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 8013bce29d795d8880679129e127db2adb1f056d..25d444de81694cd1933b4a1011af7e0b182390ec 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 39a2000ff2b9849e5de18a62cf3ee10e55b9cdfa..818517daf17d9f34065820d92a843610e0b7fcff 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 69fa2c8c97d8c7a26fc11400d66c00efb710b5d7..3e54df6a7c597b1bca25e09050f2b64114b1c594 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 ea1410638bf6066452559b571442b70ff5bf360a..67a55679242f641adce85e03e8a6487bc6520df6 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/engine/include/StCorr.H b/src/engine/include/StCorr.H index 6e08edcf1997fc1701edc4ab6ecca05956b8a74f..80df7f0af4fe907957286fcfbd4815a15911691f 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/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C index c47d330f524ddde5a83b1c1feeff0f42f28befe8..e7c08e25af69d227e675eee9717d0e2353f6b3d4 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 1cf3a7b85330a7ff29c5ef24e6b7594c54f39ee5..cbb2fc399a17546a7a3c1404b90feb14dc6f58b5 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 2a0db1990ac88111c855d7459e05c1f6cf864574..5654e359b8a6bf9852302e04a133a1dcf0f2bd03 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 9626b976291dad5994e990b8700fe93acf4fd6f3..7fcd804a93bc5e63762937e3cf14a551018695c1 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 a15a12a7c5759c6413440e3afa5533b066da2030..0cac284df025f648f791462c2ca52fec406523a7 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 c535a7658334c18d64d56d169a7b1c0e21e30d3f..74f3c1e55492bb350d511cf66eea9b9f208cce6a 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 be256384b4878a7f1c054d2536ea333a481855b3..e0bfce20b79d7eb950e7a88ca2a52a98d0df0da5 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 821218ee73d6f515da93a1192d5cec5caf887bdf..aa6a521e74e46098fdde6d5b40a92f772b99f476 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 69bd2ad58a80540995d57618c0c854579b0fec68..998b3c925ae5e2e255f3f4ca8f9e94484f505bcc 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 0f80f1f67f4b1553088abf146a9e95d9a57b1bb7..587461716b0c0ef5e3844cd13af0755d510f2f98 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 9f0ac57fa808ffcbf45862e1f95f609f01405f67..524d0dbe5e94ee85cfe38e6f37ebb365ce1be366 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 c223cbb0bed9f724190f0cae87502f594d5b2e09..1b721c3c96f1cb1f9d168adddb79658fbee231e6 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 af69259aa668b8a83520b7e68b5795e7e4b4ef7c..2e0a0ec54cb420ec06739af50a9a08f613f38c70 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 abbbefa6864469a66caa8431fd10fe6098d1760b..15f7ce2a821046de8eb690cd3e7067141267e843 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 354c95ec73e792e8f2f77f2f4a4e434ea7918df4..a647c5e7491682adc7d12d33763a8b229d99f6c7 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 5a4be5e399e2829f4755062e666007fbc58291ef..b618efbd0d212fbaa97f513eded208706f95da73 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 a8a90b4b2c42f306452f446154cc2711b2241832..2ab498b582ebeeea8317a5c8be516e86b051bba9 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 7048ebeffd574d9c948c48e89318fe2668a73393..d9acb90574d344d2037c0f3097c434ae8f83f41a 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/MRFZone.C b/src/finiteVolume/cfdTools/general/MRF/MRFZone.C index ffa1d2bc6aff9690000c0fc52785c288d2c0faf4..13b19e3c0a7bce35cc0c4c2569a7d9f3ce0a9684 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/MRF/MRFZoneTemplates.C b/src/finiteVolume/cfdTools/general/MRF/MRFZoneTemplates.C index 79873fed2ba865acd90e6d10bc2fb58e78f4743b..3a357601f33b459de86fb3afae4826db24e66d9a 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 e753196cdea285b46ea4c3c2c17b670e8108f213..c714c6a83d682a91dd76d3b7ff76e4dcd31d9ae7 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 b8bfefa28f3042ee46717dcdff0aeda4fefd9582..8056e9ac93705e5b17afec30e265c829a7e22a48 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 20d358235b154b1eb456e6da7ce9b3e1154613bf..094680110f0bc905f0e7f64c9310f8bb98d84b31 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 2c676128212096afaffc839304ea460bd4809286..b02658f200366041fd958b96471c96e4ea377e39 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 c2959275b312b614f48759306e8e48c26f009edc..9f5a489bace0adb7cd385284cb9b85bcf58dadf1 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 ddcbfa85eede27ea97063077c658951ff549a16f..c697e5b9a7b1e838828094b2576a49cae0264252 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 241bc81662c08014eb6336321c1c6602b851bd3d..cac2cfcace5d9b88ea4c156eca60c0e121b22807 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 55a0e3d9156a47851cb10136946f633b7c601445..9607e6febbe7e69275e221d4187cd0649a087350 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 8c88e4abe30415b4c1ab91678c2e5cacbbee1be2..809d5abf0fd01706d8fa492093bc5cd150769a99 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/basicSource/explicitSource/explicitSourceIO.C b/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSourceIO.C index ab5524a7ded27ae5ce1bf63eec61d8be67127ffc..04eeaba93ef5e9671672d303a072dd760ea6e350 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/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C b/src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C index b4351f34c700d4ad04eed3b40e4c4edfcd32dbb5..c08ded14a2da717b9d482cf28adcb778321c1567 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 ed1c5aed00b5b2affae3d2fa3538749aeaf96320..1a9d81e6eb5a246cc927a997ad45de115f7cf4a8 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/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSourceI.H b/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSourceI.H index 55a9e7336e82c560053766034f4b1cf687c38d25..ace611df5599c28b8a5d967a759f09fad7c7b2a3 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/finiteVolume/cfdTools/general/include/initContinuityErrs.H b/src/finiteVolume/cfdTools/general/include/initContinuityErrs.H index d61c8aebbef2dcca166b40374003cd30b6c26afd..bcacf6c946c08888bd299a9b7fc0dca627698f1f 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 403c1565824e326d6c70422661a830cd6e8e3a51..07aac6d0b8f0998914b7dd0b08a7bb5fdf5603a6 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 3c111fae27087d7d22d5dc2b18a295d1915310c1..663a2a90cf363d910999773d9e1cc8c5918ba08e 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 fc50db8d5c52a4b97c88da13218784500d525fa4..1bb5a0954a88bc3aba2744cce28224b0dfa7326c 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 681ed44e330754be3f38d6b0cc31a1e842f0413e..5395b90355bb12b51cb6e6d47f42c984864d3529 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 3b418c1842fbe17f34d61ea19a8cb450b04be94b..9bbdfa8c663469df4c4ba42baeecb264115d27e8 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 7518c1540f1b5d344b2a64b832b3b7195e13559a..c493b60b457984194a64551faa26de59557b7f6a 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 7e70e3a94ee91a3a02f2493e51b5a80581d90c98..83bc8765aca512115c2d4a271dda1a0074198768 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 907cd4a4a5961ffa4fd94612df82ef8a161760c8..181cd251eb72ef1d945bf4e738a0292fe8e03a56 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 fd87e80d1a591f7976307a3c3ca6e9ad842c67a8..9829c9be903e3fae4ff5125babd304b83b5d8542 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 08cc94a8ac3a0432b337b7b92146be3aa42f4810..d35cbce1498b9eee30a314fa41c4635d70173b68 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 b2c69c0a13b00f471e4130017fdb1e33386ae68e..c8eb88854d8e8de4804027289b55ceddbc3e046a 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 a6d0a826f4b7ddc37ae599cb33c0adc89d661dc2..6b8d7dad60e0b9e5976f9ceb0374dfe0b1835181 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 5e0b63c27f102ce460c6813989e91c8060c38575..b300f4354daa2c0cba7d0062e6c7cdce2b0d261d 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 1dfc537dd08aeb9962303961d94a703540a649c9..75c3e677e3265c945f0d044198bd910253356390 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 76b60c2268736ca29f28ff23ac012d52949ddc23..577ef56033187dba9bb4f85245cce815491db983 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 042199f932d957b81d7eafd67f4d6513427b6449..dd8ea508642a4c0358b951012e86d895a9828afb 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 e55295e1977eed914ad563f43474636f6fcb29eb..9217f50f339b25e319d2c982324ead44af15307f 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 eb08f40e12aacbd5d1e2660e6e7b3f8e1acbef33..489d235ae1ee57e2d1258e9988521b2a6b95e892 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 884e1d5c2759961994363c480ba543c2c232df95..2204bbd78b5b49861dcdd5feee72a5ecaa94da4e 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 70a8685a4b8c7842b9785a936dab29a9637dda1f..46d33ed92c95066c44ee22e5bc102955ea526633 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 8ecaf1e1850f6b33712d70c425983bf4f6c1b8fa..d115909f66309a131ca51c64357b9be0e847a799 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 14839e731ac8f6e1fbbbde8fd5f4bcc0a0128488..e162ee1159f601d9e84fc56b2fe128f6cba85db7 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 604e948263053afd03fa083b7152221890d60bd9..32ed5859430f319c3366de87789cc1b65402e1bc 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 9104c395f79329d05b107d4f31b5fa145000a3e8..1066fdaa5a2265faaacdd612bb37fadc23173a13 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 29cf72f980255287e03f2c432d0a846d0db01265..4083c6605b8632f83f4564825dd33257d8f243e9 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 bd79ead39425cffcaa825a1457cb5d0b69547a7a..0ee57d4c36e72f395d00b330fb4cca30ca27098d 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 938d40a91665f3c35d310759c83f57942311dd67..c4a049f24e44cf77fcaa559d6acbb32fd1b5fdca 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 e402e4edcac7193b5a441c95ecfa3f5ecb51596f..ebeb9e2b2d758421a608a51e63b7210449d64e22 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 9f01b76a4c76b380a442028de646a7388445f98b..cfde935340dab49e5b2fa5715526719cc3a119e5 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 9bcaf63fe45114a85604ea8482028a8733cfa632..97ed9e05abb8be3ed4af3bec973b2e931cb8c16e 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 564f0f5cf9fe983af8029bd55c49553ee7c4c88b..8a1c54b3dc7aa78d3e4e8a0c48ce0ac7c0de8f4f 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 e6538e687148224a6cd5aee62c6112ba130b8fa8..9d8365e06558ced51b51ce7cd350b97ed6e164fc 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 df56d4c45de4d55e3cacafc0ce1098b8d39bc85e..a3673eba13f0357d98ee61b72fc94e7c1fcee8bb 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 d8f740777ab61b6c29d94bbe6c05f2e6ed65ec18..ca3390b4ef910da88706ab8e46abcd709ae4146d 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 a631356561dbbdf3c18e520775ab98db08624dfb..346e526a2f325d026312ca6ce68219b409b0c0ae 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 ac1a406c3610e54f1207f8eba18c9a5193a8993d..08394bd3f85b722d2179a9dd91603f6384c955f7 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 f2fad27af8d46e327f886270926fd181453c1432..7c1c25b91ecf1b2a4f75e3a8436d483e08b2b245 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 145d78667c10f59ddb63dc7b93fda3166849e750..61b8ef067151b90382183a3bf6e5c9cb87cf7a17 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 238eadd5681a8b975884680a474564a82ef67cfb..c8038e5012c838c0bac1d2b3fcb409aedb5379b1 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 5d80c1142fe869b358a65a567de1f0bd7710224e..48e09fc14df76e42593f0b5705429524a6e87a64 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 8f555a980934f6db468a3df6d20c3743ba08e507..885b81c91d70f77f65d02ba3fd2c6ac84fc3e2dc 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 67cca9840c004793a58e48c295dcac548dfc4ab1..e79d157cdd6bd2687012f4b808188b8b0ff44cbb 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 dfca00e1d3a9fa32fdc0347c8a936cd453aa385c..8eb65ad9aad8e53ea5732b5fdcca865911e4c4ab 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 0f850823e483012107415010b18555bf9371fd65..0a5985776a0f54a9cd2fbe3895d7aa361958f20d 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 c08245ccc679eb63570a4b5eda5b946370388e3b..e68eb991872522405afeb50ec415a317bec818d3 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 33b43818263a40010aea8b86e99ffec22cd6b089..badf13acb655d09323907f9acb9f9c77b475f83e 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 7708845ea3d1ef1c47bdd56877e61fec6a044f2f..3086fe14bf44b8fb75d197a1d0b95f59d39c07d9 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 716a5fb5df02997d2f0dc7629a9e507fdcaf773f..d2290d63e7c62817146022a651b9e94a98616314 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 c991551b7849af9792204585cddaeefebf8563e0..7b2fd3689bad82e516ba49fe7fe72aa0a62939b7 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 074e343e96c68a2f64f8256ff820c566c81514c7..84633507ca15383b1e40aaa1abfd358ddfbd033c 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 db63fa4113490a699f70e03990cad3a3f0415333..25c9a7fc070e2b35400ce66c491f09e93ad3ae66 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 11f565d333d12adc895acf63d08b8bac44fe9062..e4da05c17119350d1e8b5c0b2393e72632c4176e 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 6e89489c24ee1113a5825fefd0482d24a689dfdb..80fbd994a70566dc5c28b5d35d4c47c6a956c61e 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 981f1e4dd184235d00802a3e5d4792a429ad3d35..30195355ef037a36e3495aebc18f0bc2abb090de 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 090ee6d360cb6b9d5b07a1887f401dce0db26b84..7a6f730b2c47e285f49eb4233260d06196374312 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 7ce11f0192ee10cf7c3d69b511229e67f9be2043..652cbfa9b7750eea04215f79e17f088c2c8b7e75 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 961d68764dfe3f1e93d01896de170d98c5729975..5963f9e788233989188fa9dad03c6094cb0307dd 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 0bd9497daf0a342bfd389ee098ee3ead03a0b3c8..890f668c8161fa6b16e4ab190dd3b6532ff37425 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 56a422d86aa65da2a832cd659e148cbd0681c7fd..2e8bb945761c76cb5666ab8b3f971d2e3b2763e2 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 58ea6b6cfd162d902b5bfd182d1caa444f43c141..edc782e93e8197be2cf6a2b7021ac794c54d9d86 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 5a6cb76b83685491dc01be6d7a3652d0a397d18e..e456391cbe1c7d69e2b004a182c8205621245d5d 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 4820d0bd3c47bb702008bec3c06ffd4049f8d203..949559484eb2cbfdc2f80021131f4d1bbf2a0985 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 f47d19bfade16ca92c138cd080da57f3184c57e0..46201f7e3b537e86fa196884efe54eef1a3b214b 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 b0faf1caac38176e3d8f607545c3483793a170dd..0fc5dc0cc461f655ffd6ba53a57db804ca7db7f0 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 76dd25ca03d335b08f91ca269d952326deef1bcf..6efcc50b2caab87e608f6f973e76b9b4cdbd104d 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 1c3fab750822fec980620c46acfc46d43190d3cc..e2d0c13b5256267b65a7d38860113fd721b65ef4 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 78488152249f5e35b7ae11412b4a3788073d9661..bc8985abfc6c9a0c84dd34b2ed2133e74bc910df 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 11d2f6b7d71f5e2302bef67e3c773b4092530975..91576b9219e34569b8cb01782fb3c4a0d74327af 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 413c3373a708c44e9e74bef729d07cd4d3be31d2..c67ded1a99d48a1e220917c3bc48532f5666828e 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 3b53f8f85a84d51f1f3067410f6e5dc72d3f4d99..4f88dcc19c0edd400b61017af77c24ad36bd53c1 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 8ce47fdbf78f570ecbb2b226d940feef3e396be1..61ace391f01315308cb5986dafd3710baffc4432 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 760bd81b7bc75d31e50e413a8fc45b13718f2f5d..6219cea6da032106b794b9eeff6fca0f6eb382d5 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 12acbfeffcfe6605b960cc1dfc3074d0f851b22b..38dac19e557b5e3f96c398a2202fdd886cc3d825 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 1c4d5f84a39dac075cc5f2c70dd56cdddcac0993..0ebe40ee01b6462fc45e81a4402144a734e905e3 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 7df617186d0d0cf832070880d4d851bc153739dc..7c676a0818c878eabe873d7e505e255f35998cde 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 4dbd7b6e5d20879e3b9ab9c026bb5382b93e4b0c..d3dda1431aa408af85892b0416783b743007171e 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 85be23a85e194a82851974072ba591b567695f11..e23a4b2f7768474a4674195ab06a88e43125414b 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 73f5837093868361f7b0638531302271063e3376..69d455e27023656eb6afba6c70712b254d8e11e0 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 9b287f8fa7431c39f323c8f5c60a03122a6152ff..733654344f047cbb832016eebbd1a6f55eedeca8 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 306dbeb438d9810f9c2ee2b1579cc3176a410717..a8a3362b57f4396bc6117b947749a963ec40d62f 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 d86e5dbb0a4d68459c2bda68581991d67abfab44..41726a9ec695fb65636984c8bda01815308c4a66 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 aae841ad3739791c3f1183535acc9f37641886cc..69cf96a0ea8f3437421df8baa39802e1133e642e 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 f02f5164539ded43f21d1a963b4b6c931b6ef787..7071e79babaf54ec2fa3e219a96f7c648093e80a 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 c414bd4603496dc45a2b882a3cdc1847268587b8..1171259fa04f76c5843efa3461425d32509edd0b 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 53460d864bd1d9011a1e20c215efc91fb7a0124d..072cfdeb7b1264bfc14bc8e19c87b55748093e19 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/processorCyclic/processorCyclicFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/processorCyclic/processorCyclicFvPatchField.C index 29af5002efd57f458173f850dd5e39cbfe1fcd3e..22394cc17f67c69b1f5a6727dcd2b4b33a51aa69 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 cc18c87005ccd04f28173a96ea3655e77af986f8..6c7a6325727f49ab2510ca5cdb749d0bd2d999a4 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/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C index 5d79dcd95cf24286dab7edd942947a257d99ec43..17966708a8f3e44449fd2a18edef25ef8ea5cbc6 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 8b177916b1adb43500f89589447714d899a34606..1103841acf30d7b3114df1375b5fa7d34293fe07 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 5eeb1cd3cbb4514dd8de1314f97b79fa7b2b807d..749131e2b1477adfb10a769f9ebd17ec5c969aed 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 eefe41aa75540414bfb33257fa18a57fb68c95d2..1f1caa91dcfd67e80e2138e29cdc135620318821 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 489f50ab1ba7738749ac78fd0d35c333d828bea8..4869041f18660b8aabd9e8dafa431b2b7f18fd3b 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 bea13788f28374a73532951cc339b89a847fc0ac..632c985c66a4b8b6eb69c399aa11351b8eaf040c 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 cfd0770b9de4098b00f6d584a4414e9988d94627..285cdc8c73550f6d57479f0ebd9cc0a2795546fa 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 054df68bdb68ef956af5d8762497f6c920765ae7..1ec9e0ab80a391dcadbeee4851be3736ac79b3f3 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 014722ab9b2d7db65226cb59cdcb4963752904f9..47062e7419c1f71dd9ff9e6a92d62f1c035745d6 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 d3e36967518874dc62c84d16e03924ab8d9790eb..d6c546fe170c899df98bd106ef7c4718d5324410 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 c4c906ccb72b3b4c9c4596f2268c5671f2f78ef4..2db6bc364946f4abc4bd5e759a466b019cde3c33 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 c7288f621f1fb8778b4aef14310fe5a8b3bf3e20..2593c7ad1a835bac465798eea566d624b072f0ae 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 2bc39eedefbf8395f23989a6fbbf8d69c60e8fca..6534695071e1557156513e7349ba0a79cce8e95b 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 34b2e45917f689156d960b2702c99f819be7d750..cb189094695cf5832658a2dff9a8294088d81549 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 0f0a6bbf86f91dd87353cab15adcc291fcdba3e0..31017eb973ba7fcf44ed32bfa4600ba5aa64ed67 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 8c19717d7d5610e65b5e6b926a9d33cfd1977d43..cabaa410756bf8ff9d262cb8c9f1b3fe7d43af16 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 2d754f816a7e0524cda62efe793d18c49a2add10..77ecc7750721069fa7a58a213e6444fd8c19ab0c 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 f6a32627af5f381ebddfa632857a8ece09034ead..f05202582f9a2fd3dcb49dfd8aa68801c2761acb 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 d05a75f613e93e8f8d73a022e545a6cc9993fd4d..c8a37fef7aa6f9e9875204bc28c3b8b5dd29e328 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 a1ab8661660bb912be81420748383401e5e4b4c2..a354de23267ee107fa31b435d5f7fd852ae72e8e 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 f988a562ab68f7420ed9675759d64b139cc2a04a..2be7d3be5a7d0ae3ff13addb8e31b525e9a73747 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 5121005b03dc154177b4342b3a6473199f5538d2..e672c07e9269d7035cf82f0b68c0cde939d09465 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 2848b5e90e3cdbc059e39e373993801df05be659..97936195498feb7ca2e779b0dcb1293b02428416 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 93213c11979826cfb5f40247f5b5108f41d33ecf..6215d226f31c04c6bd26f408a9194fe16eb13311 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 d6f7f0ea226a8309ddd802702e289cad77d07bd3..b5ad9e88cb1f7a9bf5ab3067c9e35d51cd07277f 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 402ec5ea569d71600e15466bc2cb2733f0e4e7fb..2dde78acc0e2fe6a1b293ff1ad2730c12457ced9 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 9a213786f601384c2b34b02b4d9fd2ac781b6fec..95f3954a1ad3b00aad6c13c079ffefa59c3e7ecb 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 e5bfc0c7f5db0dc8d5055168812144fceb3ddc73..56730e71666697c0fcb4bae91632ac6a53e2dd38 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 5fbd932690dec303f86674ae731e57f48aa89a28..73014e048a2a17b6336760eab447e39e0e7a80da 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 a27f526741bd7fe9004f74c909489a427ddfc99a..881a0f6464f391a8a23e84f62a3fadfb9a2dd793 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 af4e01e27a408c059485a5806da11ae78281fc76..c2b35c941c1832bb4f3c90642410d51ebb084cfe 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 d3d5b080526c1536842ff84c72563c9a82120d20..0c8e75bfc7aa9fa77724d832ac524f1d88883d38 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 55e47759a9781755ccfe041d00340c553ab1ce86..ab52c3061295be1586b5635dae43501fea3f180a 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 94aa510aad652c69bb02c7ae6e0069484a53fff9..2b829dfe78ed099fa603283f70cac3107a53c60b 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 b80d737537e1ae64830ce370699e9607444ba08f..7ec17345270fb9dc72e12a84cca1e526aef76c5b 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 98b4d2af91716a75e5f85b81d5528d9c6064994d..15a264b0d35820d9b4582e82e941785875be6e21 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 269ff602515b99b976fada2a55658723761c166e..ddd50ef33f770cbedf7e1c4d510b1e1177495b4e 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 4257456f3f981ac57148011fc7def0807b190974..9cdea47984d2a086284d58703ad26c4daada224f 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 3f7df25fa2f69cd2dc45a81d3285bb6b7d76a873..d2f5cdbb8dcd888bdd7220dd793b147ae83c5be3 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 d9f21ee7f701707fffac788da57cb0bc8afcfbcf..8f69486f1691bdcd97a7877f63902b028c05f396 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 055c912cb4e4d3408a31d5d53b1e550402c0dd65..5dbfd69a55c9db58417edae6683a43249c27b1ae 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 5c24f1c06dec6d67dec902b7283f7dc30ef6264d..c8434881ea21ca1bf40db4d92eb6395052f94a95 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 a54dae8ead98db64f712ae93832582f5a4fdfc77..558c7dcc18a9ba9202291bf261fbf45545283de0 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 5ea15702389c9365a1c8bd3a9cebe7d2e35f398c..f964748b182d7981a97650c79fd9acd881778fc4 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 4389d1f692e3114d2d42154392ee226b335b2985..205d3f695fdecfa5ff39e74cec74e88084ceb916 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 a0684b9618dc121c4ddffc659e064b30e11e3c8d..28b28fa221d6103e55905b2121ce7d44af011b44 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 690c7160b0aad3c4ca40b12e7d18f1f122834206..9e47e8f96addca6bd1ff699454d7b12648417a4d 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 9a344a93737f7fea0f8e65a03c15ec5f9bc0e53e..9bdb392467131c34d0ee022df9d70e1681eeb52c 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 bf250a9693184b54765c4e3bd34e4a7db69cb330..ec83691b3f3b39f5c29a81d537a6db6bb8e8ba36 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 8153405f0ba3e6ba708c4aa509b1e4c4c005e02a..06f8037f01afdad865e8532e809be32ab1fa02da 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 b2276bf5aebec081277b3b8670fbdca930449aac..d26489b6e1e672aefabef4812492b6c58808ffab 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 d6321db4e0646127389c17b7b57a8a508b0114d9..fbdf1baf187c3021ccba623dccc7ee1c83198855 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 2aa4ce6fb47b502e7b42fa850f3e9ff21611025e..abf6218094217f4898807f4ddbebbfa65bba2f8c 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 4fe8a743282b4a409edaaffc34120ba51a9fc030..ec1dd2ea7ab3700307315023753aeb60eae89ffe 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 66f4cdefdd6640128d35b55bbf992cf2d50da482..65642a17a20313e1cfd2148a13f0f52d07253f80 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 7e28fbe323f944c06242dfbb7e27fe43a6107cdb..e80868fbbfdc77d77ef64cfad8a20527e9b2fd01 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 7215b77e11566b01489c92179f6c159f987b0e72..9587c380f55bbc39dda2d877de91131f1d0a3b96 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 8a177b4b32080f62c2e1d1d71eef9a2203e91f69..86e68a8aa48e907c5b477181891fdaa05944b7c7 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 7949f3699fc06e44671109af6d3ce61588993d24..a94ce4c45b7101b04347fb5e433c7db08eea2790 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 bf4d4c959d4bf57fc476bbe21c854f0090a734e8..41b43e883e807eb9231cd20a9ae5e28a9682dd17 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 e0e74d8e95ea4ecfeb1df3afe02973d85d750c66..b599bba389fd893f4f82402819c23ee0baf2394d 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 f72d2339435af9880c4bd5adb7b8f3598d807ccd..149f24420985f51efeeef7002f37677e6dd382ed 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 9bfa9aedb892d4e9e9c8c3129f917314995fd57d..e6e8516b6e0ce1d17edffd352ed54127afbf92aa 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 f86f51be515a6be69f5fdfec3acee09f13225642..6fbb2547f5042541b3c95356587f06623b97971c 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 c7ad7489982917b356dbd8480464d236e89c88ba..f7d1d30461856bc0a7700c75058f0a478444a155 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 d6dc329faba6960b88d4ffab560568bcb76cc672..261cc6acc86a82b50ebad3a42609f9b1d1bea005 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 935b7110d544d3b69dd3841e1121517ba7661f94..e317eab7feab84672c1d5339924cc4624986f1bd 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 7f6ca1977d31b53b5e79f75aa991ac21165036f2..5e0ef1e5eda4acf8766e126d21f8a20c5cfd39ef 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 242cc9aae438f99d67b12f222c91ff60c87f8d68..09b7a91862afb335d0356976f329be14a189c5df 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 4824a481d18949193a636e522bc06bb6f19658c3..89fa288a0e5eacb1cf2707a15f8b2ce4a49ea4e9 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 f5b633f4c430418190cc2d25450942c7976755e8..bb9b907c749a431f3f560d802a0819b24da5e39e 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 5a530dde783dc6a9ba3da681c7c8428a357ea526..a6548229d3f9ff681cb81946ad63e40b6c78aa47 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 ede25ba01aaa2023ed455c1e954475ded75c47f2..99fb5ab35f56e7320cb24cbb83634408f7a5f298 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 96448791c0b33c135b94d8abf5959f92ccea8559..8d348b7576338b6c888878c5d17c5f3cc9b37983 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 547d70ddf79cdb0b7bb460620f45d4139fb46b3d..8cf536eaa4e18df4cc91f2acc829baf161a18f9c 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 76c1a16e052f631ea43266bfb5b6ddcd3dbc4052..6ebeda2d55de32746a29eaecf6b1979daae13fea 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 3da3f0bb5d7a25d718dd19635e58cc257b38aa15..bde4a3e103b811b614bf513f95d6b7cf52d4c043 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 583fb832abe57aeca9cd1ac1215b33d441f0f0d0..ea043647c93d841069681b3c233fb74752f54c8c 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 c21825d79fb9c88e0876346a6684ff092b95482a..e23b03274c9826145ce6b98ef50fb35164e86b89 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 0f45a17447223d5179340ef336b9dc52b62c5a10..b76dd61177bb7cbb8b022a7cf954c32fd213540c 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 8d3f3aeb14ef9b7d9a7536ab05a14baa284f7081..6046617e726b231a4b40474a50415588ca2f406a 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 7f1d07a83f4a56b324fe703729a935e59cf85c3d..70ebb4265e72efd3cc5e352eb3cd019b4b6ea788 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 58238e06d8307d5aec888cfb689ee799e9c8ef75..6125ee41dee83771cad10cf842d712c96dfc82ec 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 59f8268e221b5e190f35f3b0bb3486758167e57b..13d9ced6714e10417e93b789b338df837782cbcb 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 957e52b4f543b80185f514ffea9a82a7227e84dc..9d28b4796b68c2094a384568f7f13b5448d11246 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 803d5f0239f5b8e930ba16b65aaf56a347a796e1..04d163059ebd83fc998831cd97d4134a6417a4f9 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 3800661b53c3b5862356b11cb10c9ba11257f55e..46bd5d107f83a9c47d91790b5ef8fa2c35ed11bb 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 069cef4a1ca09b8dfbf1cc1f040a382d22903b40..fe675c3359f7148de59729ba3adb0abf180fc55c 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 14f95f646b59a7558100c59b00fa859e9c3bb9f5..84513de9f9c8855823c8890d878420df28d709e4 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 48fbbba7fc4873a4350b0c29d8c71c6cc3609122..be013c75fc6be37409afbcb62924a58896d39533 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 365a76f89bbd3efe93f119767f2e2a7c6b16d667..4ac7f309f2337ea45f3f9457c6251adb93b45f1f 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 0e9831686041569befa0f99da75dcbef13e6f6dd..50832d6026be02ba6b52b8250601301151228195 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 f639c91d60f8510b8ae2397fdb288c2815d6fc19..6b9d4efb12317051fe49e1f18a0160094dcb2466 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 7f96c714e530b20149f3983095c6004fed44c3bc..aa8042ca034675d76994697ada33a80bc85be70d 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 0b2d34e5ee4e4bfb3800df94977ffd814ddbf76f..11debd36208baed9cf0cc420f7342f9a76e01efc 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 90c1946b8492fa62c90f53b747a57a7b5e06f6da..a1b658afa784af9db7cff7f255226f02aaaaa32b 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 0e2d4d57fdd278868e870e17494f9306d7b4a110..202ce95118dff4328ad536046130ca65e228713a 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 fc417b8e80afdaeed620ec57a35253e28bc3902f..4c747deb5b7edef974bb26616bd09180a17c7f6c 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 779c7e15eca403cfd9acf81b7e2bb99a319c01d9..cd6698a9ef583f3326e4417d820d22894f4eb704 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 70ae9cbb8a1a61e3866c4373a4a87cdc270a1d38..f69f53d805299adcd4759a01e19650a530118573 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 bccc8cca9b0525d53f009a170ba1b69ddb0d3009..0da7c10bf630843cb9c79245efd6da85a77d00d2 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 3e6c2b6d8ef34be89b7e07b648d71bfde7bf118f..afbec1c427beb5296a57d68aef04c64ebf83d77c 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 80b0756d18669e2cb3d94f147dac9e5fe8fc0180..63f28f3ab99e59bd1395b7dd874e1feae9633f85 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 0bb3230ffd6a2ead285af04c1029f788824477f9..9f78e1f2f36f71d3fe29a653de242133c5bf45cb 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 1261b2b9e1d041e4f6b30f5366bb9b395e35b702..f5d5a0b8963ab9ef8dcd8537662b7015790beb48 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 aea7c2a56f730f3b8285ea3d4e34899bbce60c0c..59edbe9b99d5f3ddeac42c6c7237a5098ad0ae55 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 0e72d1191bb999d37e0fd30b8560c67d20fd606e..3af40bff0ee68f28c473e05f97aa8ad84e45cc24 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 e207c39056abd717c100cac7fcd24d5c7cd79c67..f2ce5d6ec93923ade8551339e6d7b49311e75c05 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 522d259e6fddc32bffebbba292e36609617c5ec8..6b5fcf8cbbe4af5f33285fea379e61446b503748 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 24d112a8c5a55768819b6fbbf8824f771449e5d7..b00a713b56b33203da88ce4facdc8c2e73015092 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 4b192163817d809a728c2a8b801be7a8ebd8f89c..b054ccf124aafa0273e21d923da8dab690e3237c 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 40beaa47d446300740c78b71543ee626ef7a82ef..b1cabf1777ce8db10a7183fd069a932cd2390cd4 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 0f2f46b834b04b81a17f1c621220535969f88770..ae44316ef05e2c405f88276f6b923156bd100617 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 a949b8e5a31ee3d255f9f14f350e196317181675..dce9488afdfc887c4ba9f13b24305ff45571a4b9 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 31e4b13fe9fa4e9a7b9af438580df5add090fa0f..298ae9fc385b2c99ffe00e0890d32f737538a00b 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 6b5b9b697c69b499a33c2bf141470697094d2dae..5fdd235a3bb3460257bbed19fa6948e54e1d199f 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 93a69b92274ace39502567c9ad85ba5a88fe0bb8..82f01dbdf6493460e69ad0538904b9528fe71f9c 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 fef7d87e69f371629155e60c05fd0d03963dafe8..281560aa039f99edc12926ddacec4e86947cad4d 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 754cafcb6ce82410e61f11ad83167dc521358406..d53c5a66291ba95af34b9ba76cfe9fe0c4f63124 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 105e87345dcbb2b84edd2945c2f0db7cabdd0ef4..7b02c06661ce5b570977640a90b4737626d96b97 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 6c5981930f10cc2159fa061c233c3dff447c8df8..e0d613eae69cbc3ee5f9b9fc63873296eed5d093 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 df3d68d3c881b7429667c2a62bd1e8bec79ddbe0..c4b5c0fcd69be810ba41ee9021902d000b0c4d52 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 d2c6cd923ec86fa6625c27f4f054999a09b12e5a..a0f03b4c6bafcfe025f377a2d7c952eea3c9a01a 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 802e16c25954ec9e2a628971ec285bcb1994fdc6..54940046615b10d7892bf9d4427b3c46670a211d 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 d3124115cb731c9ad0b2a6f5bb90e53c7b6e5bbc..c9890487fe3f82c24be39b123d5331fad975d77d 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 aeec6c1e2b603ac199730d0dcb636f1959e717b4..751d5e1b1b9f0f2abade35b10e5e6b3260ac2092 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 49efd48b74c4120344cf559266353e195fa91283..5a3b0e4e1c91347058e0aa08ea50dc4b86fc5cbc 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 e685ac9f8aea7a1be240824cb030463d08dad580..4bf134cf4cde0e3542edb090c7c05d42492cc16f 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 8880143a1cef2364f9ba6e7c8d1fed146cc23b35..a0b85e0fed1732ef2b9874c064cdfa943a4e30a8 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 b40883280121fc5373e4e5006bd8b5d0cc7439c2..1683888fdb66b12f30625c59776d567646ef8f67 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 708d6a60c583a8f57f50bacce4c38905647882ef..f1d438a45321a727314ca58af4859092323ba639 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 101ca73bb1fdecf072c976dc7dc1630a459c0093..dbde76913be6b84412c3b7f51ce4d92b75f064c7 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 05c9899cc13119f85a3ae261775d7735e0d891b7..f67117ddfe2a1311fcdf86a119b47a2630c98ad0 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 18b84af7256e35259cd252d39e63c936983379d7..15cada3ec6222bf0ef8ef7b957972b8ef89ad8a8 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 b88b9a912b438d9cf83318de3e9ba391fb90a290..bd1a2ef68ea67418898e11c3b1b0c918afef92df 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 f9420b632019cfc9de516c862610e764768d0ed9..4c53ea8f95a428e88af94e6ef8e8450bdb0541c3 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 3b560dacd844b217426e6b34b6a430891e555d44..a8614eae6c67a1c2943d7e6311a7ef21d44ec7fb 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 0fe4bb15d2cfe41aeeec9f6f14be397d9fe030ba..564771b84c4a397f66f87e060f6ae8a0d4baa319 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 c937a59da9a01e171e9f52a28d36f04c8013364b..b1b16a3c0a2bfbf0d54a53c5ce0898ca1b48989e 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 2c5f7ded23ec4da968bde7e31280701bbb71fb82..bdfc745c3a56b9317075803663d2c263edec2535 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 f43362c2db3f0cbdcf5b264196607fa9f2220d6c..3dd022336ab4875299aa21cd2bde640514b5874e 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 3ee466f697663d710a6bc96cc4dee12b9ec1887e..e667495c81908e202afac9a5b257867af8e5992e 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 f04026ce2d1cc9012e4c19112d176fc4e14a3961..327cbf39be7729286a5c1d3a7cf78d91637134cf 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 7ebabf0346bdae28b2170c0c03c7f027c40af827..900ede9bd3554fdf6642aecc85f1ef53470e401e 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 1d99f09857b24f602a80ea569080983a52711333..477bb6f22c75879c304f50a137b0deb9594388d8 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 e022654b48f9f8a27554b5ffa84e70b590390a6b..40d5d9c41b392f138d10136701005bfc07677555 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 e08b9aafbd57ebb62759bf6a10de0d79f878cbc4..26c7e387c9de4bb4f374d664fd6a801e5f83abe0 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 eb65642ccb9f82acacea17144f90806294fa2125..690ca8bf3f910eeb32e7558bc2d328d68c217653 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 cae9241923f426fb06739d78259c4a0f23cd6c5b..af1b9ab04e3e065f31cd946e3c63cc9a392afe0d 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 aba51a340415b9dac88acda16cc11106a7d9121d..7dfc54cc7480ba67adde1fb14d9cef554e029b4c 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 69ee8517684e0490fd153339d3ec2bf7ee3579f7..b4600841834f8ab34f43197821be568ea787a038 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 f62b7c8faeca5bcc9d99d1f07ed8302ebc8f3dd0..db5d78b5b0bb17619b1ca0e74ce2dcd326e5f488 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 0e119e7d323f65d094afdeecb36fb6b0bac265db..a1e4e0a2753c51287f9454ea03d2832b69c367ac 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 41279274a670093aae8d414b72c9738816e59b35..14fb4f4b38b9beedb6b703ec7b0a6be33d3a3073 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 d4df1d827f5811b4ecda54580d2e14c975aecbf7..e0fe39db519ebbf7aafd5f06f4acd3e9285a77aa 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 d7b321fd5115b66af93f1cb7d1e58f9cf8e25bfa..8560b2ec28c0b0747c31c2fd96ab4b061effe68d 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 e7aa597233f7c66fcec7b00347d207f7195274e4..e6d66ebac42fe86c6d3b2bea5a96bc9dbf50a136 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 928c92beb8000a86bea1f6f9111ca71834a96510..cc3df1df5ce2fcbfad0a431c03099fa5ff857f0b 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 483416d9627a495127f692f58c634b6081c1b3e8..df307adcda59f95525d4d7032ec6f3a75dbf741a 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 826ca76032e49006f0475569e8b27eda4c1c9b91..1652e968cf5e5310d5e51d3d646cbe7bf9ea311d 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 b716a561720e3195c3d3dde2acc7db055bf38922..9492537b17738e4e65d04af9453a20643d5d84d7 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 6e3ed18775a91d86fa557a300b6e24b521cdc8a6..aa1325b8021226c4cf792cb3cec2cce46dd43542 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 b7eaadd273996c295e0589c30a2f7cd65ff9a26e..126966be2c6fd07eed8c9d82092c7c239f33cdd8 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 a9a51b6270cb6c97bb2ed2ab9a90eebb44ac10c2..afa3afe3582418f026ea5948cd8debe968b79284 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 1c8bcbc79402cd826fa18e2332d49d82a91a60a0..e67037aceec2ca6a0e0694cae79d0fb054eb66fc 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 a540d266feaed25289848f9f4c559e0979e1ec66..2c3950cf8f052ed4edfdfff7c9ae2a7edf07645e 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 000dba330e62000ef144d778ddd65272fb249a68..bc0230c94e21b7c8548c7caaf60903197ee02831 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 290a9d49b27175acb5efc54801fbda9798d9518b..98a089d00cc0b1a37f785e1d582be0590f9d2e38 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 e8c6cb65458e4d6e1b1eda391d1bbf2aa016232f..5d04f3719bf8b8e7c29015f387a6376753c78988 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 31177b054f0be2e616caaf535a079a76531000d9..8c619beae1a63f1643f57bd40cbf2c1dae2bce8f 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 b0ad7b1b5400cb4ad69a6c7e502d1067e3b0edb0..f8083f740e17093e782e4b9f207e837de3c761a4 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 fe0173923ec7bf820af899415e4af894ef2e5547..b9b622a6b5c44092c106ab749a5bac694ecd02b4 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 be3b7c37b6f7868435402905dc07b139100516b2..913d387338da94eb460058d76885de4bc2bdfad9 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 5c6320a4db136d427543d4eab288c6196b65cb05..d6807e693342a8685a6f7c5335193909db98ea1c 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 24fcb810ce525e2502e9709092bccc5b619bce6b..3cde055905312707e2aae0956b8fcd40d7dcdd51 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 f9c93522220f3e6269832e185d65a0ff4393ef68..d81114db1cce599e729b36d8c54afa01a355309b 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 907a2ffb427ac6a03b2a480a43b261452de5609e..5a9fadd441de79dda9c6e93420c9ef12fb631026 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 5776de4599c575990fb510b58acc8a2d1dc62d9f..1af5ab1b3cf9e5840c7486b9a61031ec03e5d1a8 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 97f845cab4e3b4b2ed0914faf446048ada04335c..cf415aad6c581978f436088507185e8be1410249 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 0fddb8e4b6ab42462e85d968a0ab2c9aac482349..25f85a74df7f218b4801bf61ff739b3ca9012aad 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 de1a775f038d34ec4d31b2f4833456527a889a52..f5a53d76e57cf2cf20073403fc66c724e86203ea 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 21c6002a99bdaef2e0e9e41da4aacc900b4caab3..388d32c61ad281d020a61fdddeaac148aee0a3d9 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 ed3a35988cbf92bdb2143f4c29b887d53eb4c39a..7838c5f3d6d2dfce1541fb0fcd2a22f4c2da0312 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 5bfb67150c4c4e422bec39148eb1845444b954fe..1e4e3dfb36cbab5bc04e03e1c9246c2ec73ab9e2 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 486fd93142ab92c1625facae134ce4787dd86e9d..19acf746a07115669ffdf3b9bc676f1ec6d86844 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 f423bb4e23ed18e1b98c0641efd608439be2b8ad..b7afaeba513fdcd080dd9d44fbf775c63d6920de 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 2af459cf19487fe934b95f4d4a362fc5c4eae417..6f9fe13b3c364f5dbd281149942292ec5a393a92 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 c77420531adaaa1c4a6b5f50ecde569647c338eb..86635616bbacc417ddb1ecf72b0ff44dfac8d00c 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 05890134857507ad8e72074f9d586fb5fc4234a1..043da5f1a934107b73d9d4253f27f1d2d4f3aad5 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 f9593dc6222dd7fc6a9c2ad6068042987fa1ac12..3b77f81963ab0fbe444b7c260fb2cb29007556a5 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 6f0d7beb70ead337086fcbc4a092a00bb72c267d..72c610e66cab4ddac93868e6dc38e17991a6b790 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 3dc1ae3b0c4d3da6d148caef58932f2af1a29cee..3bf7a5fa5edbcba0b1b99e4af6ab2715c4d4d506 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 04991a010993c7b01a9e0b5781bd47b5f344fd9b..270a25c97a5e6917e276bac0fa151b96a03f4020 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 59a52c9c8ec24c318085625be89dd7718d1c84c7..aba4ce20583c86f9115e86b9976766e6c42197be 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 7cbbf6c40ca357559df8ff8ebb6231f72d539c7f..5ccedeb610cc4af43003d2431a6f5b00d7ad920f 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 b60c89040eddfea0390e51d5d369f19270fb64e4..ee5541184af7feab5b14e46dc52b693f040bb01e 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 a845864d918c88f2fd54490afc8d2098f26a1325..83fe8e727e595185207c674740d51b140a5539d1 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 7e06ea89ced2573216bf9bff553b8dd461b5014b..e91ab747405b20eae7099091008e6b39297a14b1 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 09c361a85b6128896c190c42c3d140912f07de1a..7e65d8734aac4063cd79b78e0d208c3ab8657389 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 9ad5e70562d1f430292a930911a24e2295cc9261..e8c97fcce055829433a3c2600937ede4966cee1c 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 c2423927a047f447cf0dacdda0d2ded0ee085f33..f1767a89b8715b500f870448827f49d7c96faa79 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 2b0514a5de3a6b1940f64bcf8e4aab5bc7bcbd67..15d7ef2cf9fa68fa9fe055c26e2ec76fcf53679a 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 b5011eefcd5e97d44b06c6a1c58e447825153f7d..ed17a864d02e7accc6aacbb832bc9edcc542a679 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 dd9b25f1a423f9a099b0d91f8590489b0a35992b..b21a83de6c9baaadbdd022153356c1c2c060ba86 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 0ac0a311322eee6d79cbabd7153bed8bbc45f939..4b5b2aaca62adf7effc3dcdd304829e2e033f244 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 d597f08bb9fe35367b5e2541b4654ee8bff40e05..d3403b06094a6e8508f3f973a07d8082fc7ae7f1 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 b0186a30df481f9152245192feb0f9f9960e8201..e7b158eb7df4a0edfb5003bee5b12dda93652862 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 e6d63a2db8e6f96682eb01d4e495b57323b31d80..d833d7debd806d785a10663378fe597a782a4378 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 f690ef4c9c055c4f61d285b42904a91d868e4181..5877af9808e47ee629ee3ef3a7a86655d7c7a698 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 b817eb79ee3f88a8f927020d3a08c25006c5e05b..3030df6137384e833ebb5a941d3ef99b31e5a307 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 89441af81cc40a3329ac2a30c4a85cea8ac6be1c..9ecabcca0e1d9e68bd10c6599c880c3ef1506dd0 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 8a596378c583e3f0eced97776aaca3bc1da5e049..288457965cf14cab0693f374bd3be924aaf82c85 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 76b38eedc1dcad6ec600887bc805b9ab15a2b076..bea41fd2c4100aa5bee62deb121d63898dec280b 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 2f8471e39a78afb6a6708949e7a82dea3a337a97..17dd3d1226b99fad50651df0c06e95984bf0e5cb 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 0c87824ca92ea0b976dd875a51f5b02314540aec..d195bffe5e0e5350961380995152de8e10b7d844 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 a24ab2c09b8fdf4ff6b9582d592a23c2fb23754a..04db25e2920d4fbd6c0d67cd9afef4b100348dce 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 a3dc5b12ed3d69b7cece5c6487c0dbc4dd4c71e2..b601e1af0e19da944698819f6f7c84fac9669280 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 f072f57001cc1533bc45b0d517b06c5be0282a89..9b1eaee41182ff9cebc1981a8209ec737a664f74 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 405a4da9ef85c019ecb21677dad1ab3bcdff3161..2cc3faf2839ffc91402e8d9f3452474d7c14660c 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 5d793c399fcaa5feb711a462790db96c462b262e..a5f3a3e9c8cc0e1cd47693ddb2aa8bb1ad2bfee7 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 af86a9d60b9e3c1e47a4f4c40182bd919933acbd..74164d187aca897626bccdaa4ec632e2d3a071aa 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 50fd0fcdb03242784537567d275e20ae1396422e..cf1989086fefe05c81056d813004a86ab4b50f44 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 b0bdbaea364ad03430b357e51768cfd3e29b51bb..d1b63c448ed7f0460e7ff1183a9870d98939961c 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 0c26ecb71ad5e60da9fa49abbbea09bf85dd129b..3c752cdd5faa19c2ceefb5868889044c6b47d1e5 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 21742345b3d70386923238c0e0643308dedf38ea..45f9ac3a3457d796722bb5ed52a89b2098b8bb9f 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 e25b4f92c53d43f1ea603b3d62e38cf669bacbc7..33a46444fe551ee81993dc4a7b44e7a208664ea8 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 f6b992f0e537f1ce0231dc1637684bfedb76b654..cff3d4fd7d06922a2fbdde9676bf841126982447 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 043d951145c0c28e7dd448ec91ab23842ded42c0..df874e17e401c5dcfcfa25c42e9d24137b615a55 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 557ef4d84cadc1645d5e0cea66930e1a6c8340dc..f363612a30e92ccc310c400810ef27c0fd9ac306 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 72c3b907cf3185aa0a8cca8ad7e070012707238c..c7ee1a0003a8d0a74348c0ccfc856281e5a3a696 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 a5ab514607abfed691d380b5496250da120bb782..be34044931c6bf13e79816205002c26f1cae8d88 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 b28963f42124224eac4829b81d03d32dfbf61750..858a14ec7bf96ccd308124461d15196c1e209ccf 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 27e4d1bd236e4cccb038a35f981942c54bbac4f4..a55990f2caebbf3249b53b6a1879a2c40ae5b04d 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 9f89335919b582c6550c857ba35f652044cfa12e..219faa9f4a3aa0d61a28565c2010bb525c3c072d 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 24e8a95664d6b31b27dc41363e58bde483eed008..6f2bdc0d37901008c64839ea18ee2d31b9196c11 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 912bd05e92b5c6d6ae741854bd51f27f78610bdb..88bc0b0afdeda1f5c3a31ebc2d13c993d508cda6 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 31a8b03c6c880526cd17135c98c407cf581a04f5..9cd2c9c0fbc014190e21b6ab20a3075164c31a6f 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 34cff75c3a4890fa21441b86ce392b81244d57fe..046be6085f5a4c0020a8813f778af66483d71847 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 75b0e0a3f930d652df64f22ddd01e533cf30dd7d..8adf1fb4798d1934d6ed7d298ab048a39e3a647b 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 5418f6d0acae516f73b189e102b3572812694747..f0f137d40395f21700a91848cba85c441d2f8362 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 c3c02d9f40aa62032a6d005e5e4e2db8ebb6b47b..011f0c277a9d0ddf70fa63172bfeb97451afca0e 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 5ac5c0e5a8e28403f4f88ca4caa3e7ddc54b1236..faf64f83bf252835c8fd0eadd2451152bd9bef4b 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 d5e8f214b8a6bf9d545dc1868ecbe59985ecdf8d..f462a8a0d2cc9cf8b45a1020b0409beb0db7d74a 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 44b171067ae99d8b9a82bba8e91180fd97a3be5c..1e7a0ee1f193c86aac4074270a7e07730bebd3f7 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 81fd78920270233b61629adebb40e1323eda853f..1c150a2cbd3220d3e8ef9a6bc5d364284c84b094 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 c6988c94c659c63f847684d984718745c4081a6c..1e9a2eacb7cafbcace758ccb5c6addd92ac6aace 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 eceaf3944c1228496b222cec39c5b5f77adf8117..ed150d520a72b1bba98191699e5d23c0f23b6fa3 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 c086a03027a8c70ba079e2f04a73dd7dbf0d1362..3166f9ab0616087233c9f8a64e47d65e792344af 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 ca21c1c3b8c4ef5eb455244df0399d5320b9269f..c9a43909937e672dbc9cb019e184e40f4161f9c1 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 731cb99d340a4a3f863553832524adae40a2f7d6..79861dc1386332be43067fdd1a40f6b9df5ebfac 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 ac54bc0602a2c16740487c3375967c0b838ea78a..8484a56063b9ce6bb930fe3eb2f76668fb88743f 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 dd94565ed463921fb7a30c852300b931dccf0eb0..f8f0811bea68e6596f9d163635dc895037b3dfc9 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 065d08ec1c42efb9f4770c41ec981e2b7f20a3bd..2e4628642ef651974355862b075b5c75a402e262 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 260eaec08fade856b63ec5f987f0a52b1ec90468..677f44e381c23ffabfb0306ed5a42f524290e51b 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 0d421572c9903fe5ffb213fb2afde295d1c86810..54048ea2a50a3ce478488901032db115a0b67dd9 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 138eecf4ab0d68d1857d053262fc7e0c51911226..01ac51cce6414a01635bd686b6fa566af0c95ef6 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 8386ed8adfa59c98fc8796b0859c726cde6e7b0b..11db4930cc3acbe73cd37fc54ee3e6947df2ffab 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 504f83b182d3545343d0f317f2d2a3790d652e9e..fb03ccb333cbf60ba3f1adf8eb6f9086859dd163 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 3c69efd27c9a9483fd3ea00202a15026a4b3f8a8..1a5b7b57c0cdd6f14ae64741335078140c84b85f 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 9045e8b509c6ea5bfef92143da31970117374b5d..b808d5094a512e493e06ff9076af06c6f52831bb 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 affa31e39c468552eac8e32c4b3d2d3276040446..fbfa27d6784717c21947d861bf9974defd949928 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 7c1c760c7ce3fb627bb662c83bc9d78b311f3ab7..79ba2e2475417a05408d88b456857ab8de1255a2 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 e8979ee628cde839ea9d308ddbc254e9420cc1fa..7c24f479d2daf1aa19015ce88970cdefab4518f3 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 7998f6201d4e49b3b54f1f5751beac49d3aac9fe..39eab4f80f8f031cd203058a6e76b813ec68d52e 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 f9fa01811a8a6c6c0662a4ab331ee61d32150f13..f44372b16733d4322e07dfbf0737ac2c7dd28ba7 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 4ba2504ff732863ee3c616301f43b9a98921d549..67d985ac55039a54458eb46da642d952f8d64a22 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 9b9401033c7e3999e42c94ba0af70521ceab2273..7d466bf92620547fa687bc24975e6951e07043df 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 37b09def99f5970e364a10e7b02fd65684baf90d..33ad9d6e013ee50fd731efd89ec17da6189b3df8 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 a00d9763b347766b101118457c0d804849704911..79a04b39f611ded0e6c133aceda5096cff0df30f 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 4feb77cb0d5ad1a375a048634f99b73e590373e1..42c706dec37bdca20d29678ff1b8780ab5dba784 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 f8127d0197fb57c46280801bf5bce3ecfeff1836..c99c9bef2bfbde60cefdb22efbab9ce8e44b7dad 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 29ec39d45fddec713df6951615e8e48e8bf821b2..d7d764e9a781f11d6e89b79a7d8e2f5e92a79fa6 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 eac1f3324167aeba3ec68b009bd4235edef4f974..2c0052ba644cde8947c8bf7ee655a02a27ccec41 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 a910eb96593d15184936bfa799f97af6cecd9f5c..0e8acc90ad8f65f9a939871a6cdc717fd4a7122d 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 23aac6b41984964d353b9508321051352509c946..6eb73d1408b28d915b4e39c33d972fd06faa6b6a 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 8c2385494243841d56077f043d05236a03ba4b44..86bd60b8d6a859a3af15c7fed193aa8ef90abe6a 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 0462a994f76a1cb6baa4c84ca8129574d560567d..678d639b60779876d0ab4f885cc46429b7855e87 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 2ad0ded51252b847a0cc1a63f6a3c0fbe80fdef1..f8a8b1519230906da0ddcee76dbb83989ceeeca1 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 f2cc0410ef82220d66a29d583fd756746e2d4cc3..2c7525f776c46a65d9d02e288d4990c5433f4a06 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 1231dfe75af4a6e1373ff55b94c8977e45a27994..c1cae26c4be49e84f7b157f783d9371621f7716b 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 05de353ee3203abe7f80b5ccc479bec5a0e6c9ae..24b7b7cd3a89bd715cc05c77ecf8c91cdbde18cc 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 8402727d24eb627d30201e7369b9223c290713f0..0d0b4c0a28cb0ae1dd2d8530139511d789ff7f82 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 f8b01211dbb1c98d2f585df18a0f58d022e58071..ab61c4134d25707fb4a363b8fdbc118c6d3db27d 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 dfa44b117c00a99434e339024619af84a6ed89d4..072e0bfede4890f16340082d87463d57d3c204f5 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 e5fc8e5e5e0926a8ccc3935812e5f14e0ce26575..0f51190d26ef03ca9d15657d23283e7593558162 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 63b449456baa16580b708b1d8b85b4faa7e3b3bf..317f6e578da214813fca994185bc32e296ecc16a 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 181116995deef5d5f0446bc74b5ba08a18498480..891ce405dc6f2adabadc4b3d4957a1237878dae6 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 d29b4c9462adf0e0d85b4e9838e1983321ef6c2c..b70bf386cc6d4039393e1bd1b8903a57eb1d5e91 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 202f3638794b43b46fa72c10f3b86fefa886841f..84d704a42249bd3f4e5b5ff73feb1927a5244431 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 fba4e6f5cbff1de3176252ab7e58adb0348fd7ce..90d406d2a30380f598d5628e74eb67eda9753473 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 295f203e135a7805e4cdb1914cb8aac77a85f1f1..d9c8137188cd3b394ac4e621cc2ac9eb0afd1b11 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 452eb9365384d0420ad567730b82a944a7eb0cb5..fd1a6aef9c1a87f210dc7c80ff02713b94e8dff5 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 df65476fc69a942d67bb154403b6f7e47b445ae8..808576967fa9acc5b87bb17227a3156a12ec836e 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 ff194cfc8623724d90a39083885ada90e7799b6e..6c394a48e5e47f982417c09ba49c8a7e5b08a7b6 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 d62cf0210d1a977e4e739c460f933921e3694578..3c40f4c0800f22289598b6c65cab5d4b674d83e8 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 924d222664558858185b91f550890169fd499a57..18055967e4ee322624ac98c9cf8568a3a811802c 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 3ee3b8e99f5b542b2d23e784871fdcd78c4215f2..a43f871a9d6a47dd9d794d9d55daf42b56f6a48b 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 a2259538ae88ce8a84c57153355cdd555f89c861..ccd4b2f6a827da44c7c1311edcb1156709bb54f7 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 f3ab64840d86159e8b01183f39c7a2957b50e08f..99c64a9b781257bb47d4a1c33a7dbcda0a94cd8b 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 e779d282ecf7d1498ebf6008d5d18213134b9795..595d59dcbac346f5f8860fc25c2a3a86ada89089 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 572c7f72a9237b7287a6ccded1a7161d88c926c0..7d195e667aaec575b230f501abd0b8c6288046ff 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 9cec7dcb466149ed870bc5fbfe4febfcfc5d69d6..1501dcd4e6b67f1c6e835d7a055e14e51920d5c8 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 886082a76d119da23bccda20206e179431925e5e..6ff45fa8833d003a024daad0937017534f509533 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 202cca4e662601d05cfda65e1be62ce58b39660d..500e0eca8c9794d6c88333d8f1d293b583224783 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 64e13cae300e8e19a3929be5a58a81d5c0b965fb..23e90e01ffaf64a6f423be50cc38fb259ecb9d28 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 e0e170e124133fb00c0ed8d4dd52290029ad5591..c19fae1f7e4b2347b1a67a146f830d4152818072 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 08a199f89b46a9ce578223dd5efb51fbd87e076a..7cc23c0139cb55da16c133533969eee8c2b9ed50 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 b86b1ef81471669af1c1b3337c9a71730d8726f5..bfc8d3506994a30f30e4a4b622f0a69bb911ded5 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 363bf10498c1473767192a7589e4a2250b251a21..72ab1d131a31d5321f9c354251084301bb66cf19 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 d5c73cbd3cbfa706196954806ae4095e08d67b2c..69405e9b8b10ef58a089f7d78a2b96bd4833f817 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 e538bb21d53fcb405d4cd7f59af314bd5f97bcce..26ba7144d155e1931365eca576589817ab04a39a 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 e88c242020253352c97347e567ebbd8f2ba2f61d..525198a43dbb46313d57c1eb22234005cfcdae08 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 ca03bcac8e5e001f7f3149ead19c9027d61086e6..53a4732b577855002223993dbf717afd4fbc38aa 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 38c7fe23f5bc5c0b3599ee6576cadc2d24526513..8ce74b8ad8f57ffbe1df0857494db5403a785d8b 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 e9ee533d43b4b4a8f66f8224846d5dfd17693725..70434b69e23cd94179b061e560bbb2d13fb7f700 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 589cf0875eb1dda7d6cd48e89323112d0ff71b62..8d1dcddadc446bb90b14f3d2e4e3f0dcb0797d58 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 6cc577b546abd8984a014e6c0ce3ccc56435b077..db502e741da29230390ce54a4454a13ff7f17e26 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 0eb7683d4e2ec10a0270279f1f286f91abaeca1a..5ac9121284c8918c5984360f060e81513f261d55 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 785f1c4a510a42b6b0a60bdff1cae8878674b648..17356e18f02580c4a2f1a6c6a8da8db1fa535b7c 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 1ec8d4984c9e15d4373fe956ab776cf944621ed5..faa7fe5be2657d00bbba75d84dabd10838fe0ac3 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 962f10b4b9ceaef4b3d21d98186afc3dddff5d8b..045d62fa864cfcbda4979e936e7be3abc9f1d3ef 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 f592fcc467c420c10e8a740855d5a7ebbff9e4cb..e94345e8558ae66dd247ac803e136ce6f3d8062d 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 fd0fae071491482ac0ac631b6080d58037440930..cbc140a6bb13a330ede3897f2d1eedcdaf68d574 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 50dcff2b0ea1be4b379c55d838cb71337378999c..3aeff97d94c14771aa08c1ae1fa6149e97ceda1c 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 6be6c243e3921c23b882d85f3af302e4a96dafcf..bb315ab4e99df1dbacbc6df57934b93a4b667f97 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 faba3c984d0c33698ad235ecb8d5922ad77023c9..1b58aca6d11e79e3e14875d2d35872827921087a 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 d360742f7b94dad7a1d7bda0230577875b0fd8e1..55f6e5c4cb572ca1bcdcf482245a0f77eca0c6c2 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 094791f9229c94854c11d6b326c7caf4137146da..b1d7f3d861135efa54bd15b9171464fa5318c4a9 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 1a6c68be80f3cd3d823fe1f8d76c387e4d435413..4cb697e9db636127343e8916250d46123dcedb1a 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 5e1b2be29fc2c526458c52b67281e2cfaa0e7a99..507d583222bfb9417de80c20070dccf3ee133c88 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 256af0faf46a7376b6727923c24529a01b572dc6..592c3b1caaa98ee1053c370b548da4ef2718d06a 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 4239c522a6d7d39899b460058e3d149f8968b78c..ac721ce8a2323ae0d8c5820eb0af8d2fc772e92b 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 bc98a619df218bc0738e06bf652094d1413ec328..b6fbe74a3cee0407a9d075e6f3e887d0aea66391 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 a17601ae8bf3c7e91268583975231aade51abea6..04b05d0a4cc2683fdef2377af6f36db908591d58 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 9a2bfc4b52e9fb7b1e51aadb0984276397661a98..6db9c0faf0e90d7c515a6843b86fe54d960939f2 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 786ef6e932e17d48704aa91d038ed4eaed12a0f3..ebe34346bdddfe3ae7f1fb532d2360152ebff333 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 454668856248a5c8cb4e0a5c571e38a8010a11f9..e5d1881f843d4b6d2c6a989302fd3a45b48788c7 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 0413b485a5c0123b7144f0f7cb7243afab152175..1040ddcc84c864f220b4a774287882e4cb43d028 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 13c3019ad4a4d38feeda3e1f079631948dff0372..eaad2c97a2218c55235518ce094ca9919af5e72f 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 d46aa32a6fb645dcaf33861445fa58b61e946e54..6cb2085c847a41ef7fcc7284fb09bd0b3567b255 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 accdb8d2f443cf6313c3affe27fb17ae62377bda..0d557ba44dbc281f26a78926767df43f0d543069 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 f6947832b3194d6963a88c8625d5d22d13ecc74c..f9a49efdaf62ad5e01b633871bf499a5f1ef59a5 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 7dea92b4d51b2684e4d674d5a9b6683499621e54..dda04896edcb1f78f37589d53d555203278e3d55 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 d9d47b4819126a4977980382b2fba40a5a5e6bc5..8e24bc22dbd03625865fd26c5cee6f7230f6c061 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 fa55b32dbd9780ece38943f8a7f27823363610c0..6775cc6b4bde9778862831d3125a85596d08f246 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 0033c3f96bddbabd47b34712fa44e3c685ab2bd6..3dba85b115ed71d9c8b5d4109786d3f98065c88c 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 24a65be713e7499b14067ab35b48de9aa8fbcde8..245db92c82b97a3cde0495304b354ccb3bd0e6c2 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 d8c81bed70ea8868dd448004603d4687ed7ea12c..312f5c3ef32c44c4720b2871e7e10c0894fd263a 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 a4ce51315374de6e5f722326064ffb0e7638a107..f80ffdf0c7ef7d6286f9fae708550c955fa9ab64 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 87e9abe18b33f1214e859f50226e1246da7d34af..48a989a58e3be0ddc56b3db2318c8fdf370099f0 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 dadefa4ce28db133633e7364f103277fe3d7b91f..2ae13959924a72f0717689704651fe2d7367c023 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 fdbc29855d93e1d6e92d3b9085434cbe972a4cf2..901e1d481e8fc05801fbf4fd5754f3250431c24f 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 bea32e9e19e9719dd1e695127d66015a2bb7510e..bb197523f1b33d682c4599008ac24af7811f5651 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 e837cd22e36b27e747dbf7660f4bded22e5599e9..41328ac33485dda761201ee5606c7c8adda1ba73 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 dc93fbbfc1d5b998d13c582cd916d032dbb68ebc..4d84b19c08ae81a31c53c84dec75109c0196221f 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 45cda211070da24f2c3ba6e1466363601ce2d2aa..cb5fef203f5ef31542262df31e4e164c72cdfac2 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 44c0a562497d687063a3c4b586bc5edb65c9e0f1..750f4cf46efa1fdd31312d119ef339c209e84954 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 4c0cf42e7fd560c9be70b983e207977f5aac4c5d..bba48999f0beeb7b45fede49111c28e29a897538 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 fef3c418324d5eb5ee652f24f6aee29f77a449f4..c6e43bce823bad68889d9bf84d89db1371e72dd3 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 070c227c81d804af56cfe5d0b23c06ce289913d9..9682394c3c6a514e0a687f33869989f73b6fd2f3 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 892eb241be880989ee5e624e03c4ea542c712599..a17b9035e81ca925fe9d57f056817b9bd41fe2a4 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 5ea58581967e5c1027066005a04a617d9812d5bd..a1ded942ab322fad2b5be36e1e99b49f5b201796 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 f38505c158273c12ff47409093d14b685f2b3bd5..d113635a065997054651ffab30a38c3273aa939b 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 20003c785159bf774b78cee424d4b91280b9c0df..397a4c0db20eb6773b6f3da278550561d12e1d82 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 b156c8aeb9a26d000cd46ce76f8dde8c1ec7961b..f150157ff076a21cfa61ddc8802494efa699b704 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 70f7f0e57b814fee73848ad90682737a8f937d9c..2240130f48ead56eb416a62ffa29f4a5121755ce 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 fcf1a6a4b9f949d958a1ccaa25eb5c55fe6161b0..f86c0c9aba062168da68674f1968ba50fa05b7de 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 e1a7ba578b702f9408d4140dd21a79323d9cb0ff..e877b51af547d8902e257d39eca11ae55eb286b4 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 5866dc5f25ae4f2ae6b7c43624b9f46ca4536826..b0606ed2da76fb69624cb71dc814ebbe9821f382 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 94c003c62d642c381042991e745b05c3b6c36a76..2c3f0e3d4b4304e78c6c444b8efbe13bf47ea2e6 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 ead82b156879a5dcfd38ffbfe2380d63c25cbc39..643729d514cddff99f603c8a8b38012fc75eded6 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 eb0f4303e175c79c55b92bf795680c1c4ca653ab..7612de35e30c3cb6e12e32ca128d0d06b6fa79bc 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 516b2da4e88f6bc05a1697e49a584dd59706ac76..6e8c48165f9a8ac5fa7672e0f2ab604c1ea5f15a 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 c5d0eaec92cce92b304112c603cde071dde898da..fe9edd868b1c7d178b4a255ec4e019bec143a43c 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 7e3e7d30f7a39803e65b1ca144ae3789df7cc578..e552f8e4a39d10303ac28fd3d00fe1d62bce2485 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 a4f757505402ff4a04be40cf40561d7bc0210f90..652308fa45607afacb36373bfb4392d3ab86f846 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 f74bfcae45649f754b62491c87962678487504cf..b23b9a215de68790b13d4542f7bbc6e8a782777f 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 b7a0531a42536e77901c564285c9c5abf7c3332f..caf3c64f6e00de85ad133f366de0c28f9b1047b5 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 53e51a3829ac2b1c3a98fa93aeb6555482b250e2..458caa0a2c943d1f5fbfd90edaee25a6a8f6cfff 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 5deb26daf37c93d8eb77f766b411883390bdc7fc..0c5d4444b1496af324c58eb2e5bf0d2fb2fef845 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 6a9ed1427c1bc20078c3062e06e862929e787f97..87daa487304d71d5b38b5e1e5f20610ea65cd0b9 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 9390b37a07fd114e973546463b33c344e75e2983..839175000f5111a85b035ceb219ad6dfff2281b3 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 21ea9b0b3b9df018b16280d0a7879297f0fbd1f3..78d587f8a5de3f0e967e55e049ab91f0b81c4284 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 a8fdc4c04383c9157c1bc0308877e6cffdba1952..3e955dfbf348a53efd1e3acd1f8bc204c580285d 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 30e0f47f5ec3d5e4eac20dc97f5dc52f75677975..67d21d083d4b38e631e839c24df97c80909cad69 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 186ce1e4dd57e6c6c43d0e5790c0893e18efec05..dc78b94bb98141c2fc1abb62222886d136e2f667 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 91c78f07475cd4fd33d2540ea0913715003a6998..e5a4011f344b458da4fc87254e9d0daf317599be 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 46b4f4798df6cee93d942348c86f38a7520394bd..a15c868e3da7ae09122da4c6ffda9c85023e4eb8 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 51262a1d9df58250ee69b1d9aed129f8013aa084..b09ef35c77f90bbd4bd38e050dfc9336f2c3a618 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 3586fc85a8b79fb5cbc17527770776de08961b75..21e9352e28cbf799dac3d189d2ccd47d0a2731d5 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 4c11e0c4feaedbd6b0a5aa48dc40bc50829e8fe5..12c0aa658cb33ace7d86181e58f03001b7f2c3fa 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 0bb47ccb9e1437d67ccbaf9b6ea6194be6551265..7402a71570cbc45a18c9359066a2cd617ec05cd5 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 921b165b2c3ba85925646e0552cc199703e9d6e5..5ad0f018e3d488838f995a021765556b5402bfc7 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 5f24ca3165c491a0a5894286dc14c2e57d500d79..bffd49b8780566dc603aaa33b72e16e60a278127 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 68de8643f22f9bee0dd6fa08768b4fce65ab44f6..7a3aa15195e60d41b735304d33b88d41f8ac5cb6 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 4f2f615ededefdfe17878ca758ad9c799c7263c8..eaa94dbba071003e55878d8131b0df15ab30e1e8 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 e91c7b06aba71c68c9ff81e03a5728c61f6c3061..bbe69305f67e3a367579c6b43e7cb1ca0fc0722a 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 cf5854c260c6a1e0dea5c433f5c5f9014d32cf03..c82c81e7ab3be51e72ac70ede276816ebc7c0db8 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 88c113c7e08d42b25c29524c9c377e9bdbaaab91..374366d00ad2867caacfc9cc7a26696abc99fa55 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 e37d17f60ac3713287f9af1e783ab7fc600dfc10..c357bb59f72dc8eb4af232d16f296e442be503eb 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 34a4b8f85ef9a19333efaed6b2582c8c9436d6fb..3fd5f7c911a51b58ecdec3c3df2e5c507b974894 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 dbe375587667c89c4cedbe883607f4da167bc1ad..ec4e0f26fe551a13f636362cc6594fa808f4b25c 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 82e91bcd4e64c52af211e09fa6d958a3f224e174..e647da8224056a987d996ca67e4fd3f58bfd3c7a 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 6f77ea43848f5bb1a0591971fa52a58942e544af..f23d408b1c1887462f5fb69d50ec4af3ecda6cf8 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 9ba34e228277e85810d98132c680551e31362fbc..283b6547d5cfbfd0dc02d5fd23bf071aef244f0c 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 174554b9022aa02e9afcca0591488a25385c96ae..65bcfd50271e95bfb365c086382cff2f6e381725 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 e3907e70fee370dc847a1e1187ac0f3952398113..a47dc52890992fa17a5d5abc4019f48f2084290a 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 b6ddf5f65b755388c07a90a4be53fd93d3171e4a..9a9df2881c3c7cea7c8241628b6d1a43745b2964 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 e49ca7f1c26089935817d4bc257847618056cf4d..3fe614cb8d093d1e8715d700bf6e35171cb09cfd 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 6c83b0546f9f70f6c1c34ccdbda5ca8aa3e8fe13..e0efc5b6f59c35b58a9944cf4396b8ebffb299b1 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 0eaad8094760dad2aa1d9d33a14f96031e2e3871..a9f7fc6c6603008327902982e4622af1798a3f0f 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 52a7ad6a57cef3d733abc295fcfb44b6377debcf..7630b30f871611f59e24fe776e54177d97a81974 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 23f15112949a03209cc83149f59aed84842a11ba..b7dbc24dc94b3647824ac5f3b54604ec5839db20 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 e6d68f87dc9ce8578a86362d3ecd09e5426337ff..1d2308999d57f4a1064549664f55a610be90e351 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 e82b9fa075479d8692b55348dea1a8e3ac410424..eed39fbacd842622d93dfcea1b8d7ec69b414ea8 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 f43e84007a071a3b8ad18c8978200fd797d56f51..8edf92b2884f55c909d2e340f48d938b6b4d99ee 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 9662a3b4c34edce3f1febe5ba447142a70553275..2eb784cd5c6c1cd0b1a1edd03eb95da12b9629e8 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 dd9698afa19f5773038e4f50f3ed8c56c2e82330..d241b34343c4a74f81c2c9c4c1ad675e1bc8d5cd 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 137ac8413a397ab1a8a35da843c7cebcc948f854..027249b82d87a958cadb593e28ccdba43e45a55e 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 49ce220f6b102b06424cbe879023eb6c8c9b3720..6eda5dfab1839c14540d7de5c0bbc7664c8fdfb7 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 f13cc347f8acc04475b1896296dc80c50f773311..fe5b2ff87d1f3b96f0eb6a5517b1fe989535cc90 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 c641904cea3d1158cfad7c54f00317859c4afce5..d7bede746b3550309addcdf79966b3665544c04f 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 12a46a28e797241fa3dbafaa5108cd46c6bbb76b..6cb25cb064964fa4776f50497a9b683d2994b72c 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 bb908b368bf711a13cac3a3c9e586da05b981ecf..5bc993d1c8d9f79e34374aac6518bb733a6a456c 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 d997ad07e5308b00b2d6cf418ba26d03864dd7b0..29b354a47024b3197b33ca6b72d5f476446ffe87 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 934f98d38924d0d43e9fa6a000fba1355380ee12..c89f95775597901c82984dfa74ebccdb25960157 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 13707bf0a50e9843941753a382dbbf1082820cde..07a466031f127741a26b45f4f3a01fa6ce92a341 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 601c1a30e05cf538396aa02b811d6672843c0950..c2fa5c117d01c947666c76ca3010be43b371e3e7 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 3348915e56454bd06abab6db985c5feff5b032e7..dae61ddc4cac296e53f559da3c8a135e541df1b2 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 e02595a99c402c677d9a8ef1536911eff2dca0a8..8380194567d839b54e5b0a15bb38770c96b8bef1 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 803a568ead8d4e03c765d2e7551c1a69f4ea95f5..6ecc9a17aec3b493c302e6eb4181d0b99edfd1a9 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 6349467b93c5a2f65b32289d0e6b1b5c2fa2e501..ee9835b4cd5087cdd63233e858bc08db11493e86 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 96ef51ea169c0728cda658b62b86cf42a7dc97c6..91f3472c4407b3966162f0140a7d43a1413132ff 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 97fa0b64a31becee06b6a773d9edf29281be6f30..2bb3a98955efe02e1440a9386efff0a632f8f412 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 3cf3baad24f7d978fa091bab575c7293af4beff0..82212c5a91d87171edec9a0f2c573c31d3ef02b0 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 7baa5836e69279843cf8fe945b8fa48403715911..eb171967203a62f0eaa8c4611f482219021c0bc3 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 5260c91032d60e92c9636f64231cec1a649e7766..564874194efd20d7a5127ac05e4d6d815b2aeb86 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 bb5ac17506406a9d49afeedac5b20d0d81c1cdb6..1170068a077339806efae6b9a22a3eb61f51f775 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 1c881f8deaba8ff7013192c62f0d2371475f309e..dea6f81a4a709b4c56f81dbd76f2546e46616950 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 4fa17952ece196be79acc206557fbaef8f1f5e80..7192b6be29d798712bb849f6411564417c568162 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 06dc815c956f0252195a40c7f9274a5e2865a394..60637ac7eb7b12420b40b4b01e8fe75478d2ad67 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 899bebc9ac03e670671fd36feb8b9a5e4356e6f5..62315f66970e3acb0205fc609342d302454bd394 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 e5f5c3aab547f92b1d7fa54a57b43b1ae9c997ba..fd5ffe8d647c8597818e5d55889c4d2b63824174 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 834959b20d59ec709484abb02b771ba815cf98e2..9dfdce453d6011a746374a013a50560c2ac16bac 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 e6fe565f5c117592483cb5cfcb910f57ac46757b..2e0a07a787c479df74b6d49070b841195f705bf3 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 ca2654c30ff5d0fd042daae7579488035e6d8ce6..187e214310321fd69cb7a54eaf5f4438bf935709 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 ee61f01a60d71e5e8742214b56fae3fea0996b13..12fd10ad458875962d35f33fa4e3bdb50cbf73d9 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 9b7f410156cabcaf6485b00450d43a6db5b7ae37..eee1837cbbc30d903ed8e4622c0c0e53de45fe10 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 18c5827eec4847e77fd95962f3770720891462e0..2d1a23c806d8c9223fa4ba36afee7ba5db3a2733 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 68bff0e7e1e94b5e94700b7259d2dcb7250331ed..0f20317753599168d40ef8ee4898fefea879d817 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 8fa2194634269f12a6633f9161aad2f52f7535db..0877232f78ea9c2cd084628df81eda8902ece3d6 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 ce43783267777868c05f59863363469691121ed7..e992b14774693e5cc72ca8728f78ab1a7a98b837 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 b71bae6a0a0441dfb3cc6a3a6ec02544df161218..bd865fc7232d69a9d1865dc6da4ebe8bec5aca3c 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 39c7586a5a831f1eea714c1578d3454627217ab3..d7623a777ec911211e20c50cf023a3cff35d794e 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 754195a7587576388ac4846c6c1bbcec6396d61a..61c9c1fddbb045a7da5ee865794edfc97d0cad9d 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 290eb75b548aea34f21ca4ee2b07dd1f6286647d..24d61958e53a437d1e92195f174eba6b3a646cf9 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 5ddd77934d628aebcdace57eba5704f5d97cee6e..811ab085ab3cbe6119f0d94b6f7c6110193fe7a1 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 a812bf049cbbfb81e889f462c26b20367c24c54d..e609d9fa3163af0e819afa3f03c0654f68d245b1 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 3bcd077e084db41d76af61d10abf4d5d147a3f1b..28f77fbc11c2ca2510eab68ba3fca4bbced51cb1 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 891df5e4c8693bac494cafbb6ca005c519ab948f..3e883c15c097006f4d4cb5711aedba6dc7eea559 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 674617442b22aa1e24b62b75f76dc1581e775ae7..127ea953487df830eed78c5dcdafa0a84d2f9692 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 4653fe1f0d4297fc89ca62fc6cb7390116e9d16b..fbc0c6b09b24822560de3d46bdd256469aaf54a1 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 7cac8a003d38eec8b394ddc4502060081bde7e01..454e844bdf2cab1412af45027f37fd7681ed6847 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 5ea01c4fbb871ad3793fa9c455277eadb4d45b8c..398fba0170defe9c7d4c9db1cf3a58fcccea80fe 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 86a60d8a7a74ab3ee65de824731a067b7738b9e0..4955f49007d6236fc0a8a7dfccd1f781c8dc3f39 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 28376118b946417b646725e3fcc367f0ab4b1245..184be0a56606f77e7ae3cec7042aaea7fb2bd73f 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 1312d3e8be4fcb7a664edb63787a4d17984d2e1f..b0d8c64ab0f2f9438230544a37aa47dfb4a79a1e 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 d4009a578fc154f36808738007a42fe33ec0421a..a5fffd975bec173b5efed2e531fed2708f28ed50 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 205adb71ae47b16645ca0d23cc272d69cfc8a4b2..c5fb70d3f6873f9e718106b860483a15155a317e 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 0c4b06394d7a0e1a2b72997e98f9e38151e6365e..e196158294702f95792627136f5c4f0f2b994996 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 30e7abfd52062e8c5c81c7cbc12647f8c8d30979..7c66b0fe13220cc65f66c62465b6655fa811750e 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 f31dbfcca7651ef0969afb6be056e750c07457dd..071297e6410bd7a4c303f871e74e1797da30116a 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 569b41ab38f092f383d44d6d0e622972e6b895b2..655cc40c1dd5a716cd97face6a4f1ecc677cf99f 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 0c91ebda04dcd6e1c57797cf05944f789bd2eba2..412b369680cc13b560afebe324cd810c6fd34695 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 5528707780711cc922ee5c074a9bb05142f17230..e20b8c9a116c7335b7dfd050b29db39a1ba8c086 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 f194694cc56274ce5b1c8eb07ba2fc9e6c623266..038180d79020fa77051b8ca00d9b865443b70ec3 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 102a76998bfd3325b4be931675f76560b241a926..5ec81acbd539a8167e713493bad0c79587906660 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 565a5882bb1300cad4dab0b7a8aed72d3786e403..6796d90dbb8717e17bab73275a0d7b6201066f2c 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 11b3370d4d726a9b957015855aa682a5bb0ea851..dcf7b9a995903943999be0e48d0505c699ff27fc 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 4ca6c31f1f92bbfa7297fe964145e8cda5d60295..cb8a48daf4310d989721ac6c1c5da97d29e09f52 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 9fff7168d043dda365a14658b87b3530c3f79247..3c2ccce7cd617ccbb5e6d26eb585b9a34a7696dc 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 bdf092d38d61ac2140b92f76a2f8f52cdc9f283a..51f53d3edc12563a43d7cfa2bccb6d318bd87ec5 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 4a58469a7d231f8add40e2168bf31e7eaa829243..3f90ac817220d6dcec97d3f649885ed3a9112a2f 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 c82eadbe874993fd645783882d9488b3bafabb1b..ef200b354a81a6b52949ac6413d3b5c1f8e16377 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 55eddc7bed5b315388dd8d82669a9798259e177c..65fe51f6dfd57d934a4500e09fae4b3ab69a1d1f 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 fe4fd15e404671ce0ddcf145e8bbd757e12a9173..56eaac4720d4ac98fd4bf21add03274c7d89e60d 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 4ecdb9fb1ef49b9ec84d45d9b0c4151aeb725ddf..fbf1bfa14aca2443d0ea248cb480684486072d87 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 c16d234613cbbc292cd01e2972dd754876b07542..3c852da867979d5b524c05eeff0ed76392502bc0 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 b2230c6d064b877e844e8662353e5ed5b553b4dd..4fbd2ea77cd5b3c82e28d5236d7b90afd7814a37 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 d4c167d4039be6a162e91b2030f79314f4292813..52ce6ba21e6bc8d6d65ab12b98677b4aa83fa429 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 6c439ea166f080f1405336f46d4949556fdca313..bb3647ac309c1463cd6086fe9f6c89abe60676d4 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 72c644ff961be128dd59147a9acec597d79934ea..9b76c5bb213596eff9ca567cb92c543436ef66c1 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 ab37149b1454b13d1b97c654585a6a82b10c96f2..e3424f3c4ce011e4929f5c715b0e0200c9839927 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 0c38268999615a0d84a115b999b3bf6bef8272c2..16c555224ce8d4b848ca59813ff98ccf112bb71b 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 11a41c104c50c8edc076b5c103d7c8b5fb5c958d..9a3260a085e8fa19ef2ca686166550bbfc48cb0a 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 ac4dbb38472a1299df79e5e215e8acd00d48da57..c574799626750574ddd57eba9fac00d2fb4a3de1 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 dc54ccbc12440bf513036e2eda6a023e8271fd6f..e075cb9014394d8ceea0f644699f099e736aefeb 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 f87c1cc8a68701824dc564955757032a8a71daf9..e32b2ad68bb9d9aafc59152f78f1fa360ebc30fb 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 29b217c6d7575d447a023e753a43cbd2a61d3187..5c530ad9083f62514590c849728ffe2b1878f9bc 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 d5ec55184c204e8b95198cb24556df2e148ad028..5448de2dafe7735ffc806b0aee4d1411d4d76ff2 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 b436970cd93141a88f62d6201c26be4d9394a2b7..db4e35575d80dd30e1eefb24a3866e3aea2a9b24 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 5106e219d9c21ce52c14a5bfd04d5e1670a5e44f..629bd9d103944ef1d9f143c21b4081b152c874da 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 82bd2e7c47f1e5f042289258c4091de29d0fd960..d7b35c9a383c6586ce51883e6e8ecd826fc8cfcf 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 3895772c0fe969a68e61e5566dc7ed7f0f646318..d0284f0b0f587350f7f949e6507ead9489e8a5d1 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 027e0ffab6e20922b6505a4f6d001bbdd3751ec3..91d0c1075ad0dc4bf16d503f880a4a587f91e55e 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 f15bde5c9a7c06ebd921fda0a349fbb6d48970c6..bb4aa11afd4966c12b22f8f802f80a383f8f8b34 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 aeaaaf020a0182843dcc445ef514f8911f65ff10..19f7c40ec2dc774950328a58a731eb0da8d92cba 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 cec8e8998ec332ef3ed69b6d49c4c50b0abacbdd..a79a7434cf7865df48d9cae0315f5ffce221508a 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 8fcaee197499419b7a57876eb9d50aa5080f94f0..cf931340268e532bebb15397878c51f95dea3d71 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 5d56dc6d3368b7319816c0c8dc74d1bb082b481f..93c269cde4497d0fcfe27b3d941d28d3f172898b 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 883a2dc7072f511905c9255a1b16398af1a1d5c9..19449c5bfeeee4fee7ad779d18c1b2c9b36327b4 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 9c4b850df27cab191ea93d46eb81caf31c07b085..dc3448ecac056ccef25ea66d856c60cfef2a2e4d 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 07068f00be58295b2786f8ba12e0b2d6f572b3e4..cdcabd8dc98bee702a70ffceab408f1c7000d423 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 b654a0f617517a5fd96f47267e92ba6bc53d5fcf..3ea1feb5102b4ef8d07401919955144032f2bf62 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 fff6b4b6a435fe6ffa9e9eaa0f5e997b19f65497..8dacd9545e434a1bf016c516892d267f261971b5 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 01a358592c582fb88e626ab0c618db6827f2a77a..5bfbe71253690ec33d4c197720d511cdea9abfcb 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 5c38321d1f2f74f2f13cb302565511d044f57f4d..5ebbff920ef6bb45de9237ba8e099833ab64b984 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 e338480feaead7524f0a5f1cd3b7c99387801201..9546a2979130ba45a6b3f46791bedd152fcf6dd2 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 b8f6b8304fe7727a8f7203caf1ea9c8941d9a3db..ecb49860c59cdae1d5f0a72d90202d5be89eafee 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 e9a8a99b5a9f2324cfca9e6817eb3810e8d7f016..4bf332c0f529df8658b0c2bca0274e208ae826f7 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 db3eacf18f295543726cb414254ad877a77ec8f0..ebd1ada7ac94f1d3028e9a8b710e51fd3d8b3926 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 87ddebe577a98f507502b85351a0d14cf500a64d..98d107ff91d05556e2ca831ae9a23c2e1fdd9704 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 fd1b365ed4d39aecfa66501bfb28d9f248a8a32b..3c94565190cde0fd362741af4a106b3d849b5598 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 c86d22b83c2b33ca0a38148d6487a5682c318496..05c76a386c6e05d99357d0d8a9060a1df6d1423d 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 ef6963461d7344dbe732cc2a0f6299a2c338b0f9..4242d35ae8f4c84e1406868bd60965304c9e40c0 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 aee4387d3470689dd6fa2ab11fa39c97c39d249a..a0f8ce24fbcec29544afc893f98bb3d953514598 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 62e06d4d2cccd235aa787fb63edfb574a7206a9c..f2ad61bfb2c8fe1be51b1a4f2ae5598a918b46ae 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 0d8ed04b5a9ccdda24310379df5f62dedbe870b7..33d49024a0be5dc1519a5d642e6e05539da038e8 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 e73b0c0809375ede0d59f33f4cdecbaea737a0c4..3a9dc1a94dda728d59c6cf482e59e6561f31b260 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 6fa73130e207ad504e5a4b399283958d80d38b14..e0745c498b68da89f13ceb1a4ca004a3ba995905 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 1127e68746b088d62b82257ca086089b40cc8d91..7a6ba881fc7edb99cfb6bd146ad8b4a822574a9b 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 f84a8e71b5433a8b2748d6cdc6b766728e02de04..522a11b6840a9dc47d8745f8275efd02037813fc 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 508e149c45d8106c5c652579668ea127ba83b04c..291d9525e84a873ff1c768ce4ba177fc33dcdd5a 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 9d58067f453a1734b55543f5b99f9bfdd6b0309d..8c16ddb2d2c14b4c697b8c035c4bd075d9cc8249 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 d87996701aee2e74a603c0f1a0f49e3ee5d92341..96f4152ba4df8fa3b18bdd8cb5afc2fdafbb7cd2 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 a0abb2f0eee511c265d5216865ec827ec701930a..41bb0262328a5204c627918e7fdaa5cd00f4500e 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 05a3afc4fa9e7faba52b60de099b8cb1931537a9..67df88c3e023a8c8bc8fd434bb3ada11739746db 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 1e728daa6ec9208c459a8157f82426da96b43dd9..3e19a29c5150ac87e8614b6e662ce538c6147b46 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 33b7077008f5a5f0fd9587d044026e6df74cf3a1..56b8b729f0170e138750f7ad104923f4880f9da0 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 e02f2a7aff56deba7b9c6875a86dab592aa03a02..d502a8c97c58eee05d1dfa12e5da5b77ab5edf7a 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 bf1502f4e156389b29df454c18872659a4409506..6d1b1ca82048584e8f1fc1115081d18382f8967c 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 1821f14dba5c1560b670880d0279381aa7cffced..255b16d3527d3fd30220c6274d36fa5b646bad67 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 ef3d33edc0579c0b3548b2dfebd4de8cd9835a97..e449994d0b7e3dbc3feb437a6c88eabb44176160 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 9bd1a8405ba85d222e9de328c6a80dc2f1ea451f..f2f95d71ea02648ae00e703f9fa395b7900fa93d 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 8bf4f8628ded5e2ecab17d44a53c242de6c47dcc..84f34c0abe606678dfd43e1d5f15c5e346c32da4 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 304a9d1524264763f9a362bf895dc1392bdffdd4..c565a1e77b743f16933835f7b8b2231435a25d98 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 d7803ae300e7e6aeac8d08958ccc28c3094a5324..023e240a96f03d48182adbcedca71756e146cb40 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 68ef8e600638fc8abe8323050581c9bbe273e372..ea7cdb232b7240fa0a908c87dd42d108aaf2b543 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 05042ea186f4728ca5cffc510ce67a4614e0616f..83689baa09eaa49b54aafdcf2c8719fb2877f1db 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 0ccb9b67cde949d8a283ad9d74ad37859080aa10..130cc623c49622c62980006ff32413d64a809af1 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 e4a32b0646578842c580bc5b6e2f0d7a1f9ac090..0d79d0ada841df976030ef1ee1e82c91acd019bd 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 a828f54c2822f276da2c82515074f9aa31f46ec7..b5034b04c034d1759257e069b2b355ddd7c3ce63 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 74c1d5879494603a17efafdcc79e473d1689af37..151d6f1a0e7a916159dc43cddb9dcaecbe08293b 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 59bf17c073a860049506ed5150354557c824f6b8..381ada1e5fbe2d3a73d2a2888bb84d718a3cc00b 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 313f6ad1d8fcd929cdcda63bee11b04392ac8b08..22ced8af7376466dcccb0f17f75c06865fd922de 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 d945c8864ae00cd0524cfc5ce44ea2b081f03aa0..f735bae5328292d6271e15a2374ba9e08638e060 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 2c87d02c028e2ce84443862ff06b53e5ff81e2dd..ce959a842df42ad88264b0fecdc74b806c5f5320 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 a1e98c2acd1a1cfc5076f233f22645d080ea52b6..467614652a9237e6cf205927b3a30dee4cae2301 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 c143124b1ac860e62d76fbcc4419d19fec1abeab..397cf73e8efea2b22d48d4e4412b4b1946638af0 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 c4e51bd9ad6aeb5e2ce7211683acb138434149ea..781384f92a6f7cd80e2c0ac9de8af12ed3ca5c58 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 32cd4787c485daa4055285680cacd9720ccb5799..8f16734da1a239f6b2f6c1ef5fceb57468a80afa 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 8ef49e80e857063a070bd7beaf35646578175072..0379eeead9f799a6cb80e93ec0d778d1e9d54a24 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 e215b34b4452423e6994cdab693668774d2326dd..726e4f97ad7f8096f2c77f65137d2e8917c7950a 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 355a21c2bbb051d310a94cbb11f3a2015d09bc7d..718d7837e4cf8ece83dcf18538a8aff9f05d504b 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 e7dc67817882d45778f0635b95a987df745e61ef..6314bb393f4a5bc36ebc565d4bc8c5b43b5317a3 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 00d72fe43e8ea654f82e931d9b7714303c96e164..43a85750de5ba2fda1ad183bf1ef2bd4e84ee5e7 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 66470ce2eb3415d14ea763fc2c13cbed59ab2768..76e664e8a3d859f83a5e2b920d7889d52077b7c8 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 5b4847e23e6e7210398a43633c6dfcc90f86d809..8b1fe1106ca0847dec1cbcfe17f812cb391fabfb 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 008d1951ede8a44cefcd1e90a1a40ca27bc61134..dff0275a57f84f29d4bb83d81e04a878aba0148a 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 58d1915ee9e94e3d2d28c61d4d4beb5722ed2e4e..dce259233c321cb2b2ee63cf48f164f36462328d 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 9abc69ce37696395c962238dc4396338e8604a40..c901a39d869717e3cda8c70cb67a4e598ec3edd3 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 8a349eb12f8f9b6d72741ad7e3525b7ea266b921..d3409390bc63923b5468f42a47341962828d51d6 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 0a46381fe4da1ac8296eced2ede5559bd1038279..f90b0a4cc22270ea7d49cbe22ab774d4d2a62bba 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 3c131bba28eac94423a819afa53503cf73654911..a11c25efe6d06ce60f44bd529504592cf4f1a96f 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 d55061e1c3dc39e38021cd87c37561755de56dab..36731248c68aeaf0be1448e5afd326f6f24ba4ba 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 68fba35c6aa83b14b66fdcc48d6ab0095a1a1134..0387966fc36f76de2c5ee7cb99bcf912ac8db996 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 09e47c7d4a0384f19ebbb67070107dfdfe60baaf..e15fe000dd78a2cd8e70da313a369aefb5090ff3 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 e75ab23a14ca69f2f9a7dbd7c68f9fdf31c42d92..34549e70906016dffdae2124ec811641e944b514 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 c7d3cfb451ed1432ac787b8107fb0fcded77ea9b..6797abca149c73fe8f68053405408af2ce15249f 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 45cd10d3dbefaa76944bfef582d0476405920b98..3aae3ea0f95721b4d93fc5e0ba397b10d9169ae8 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 f4e329d579cb0e4b506440687de06d597114b991..8b3168ed5ce0079ff30213a2ead59fe2d5aea8d3 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 60cdf2cfa1ec9485ad8940857bd5e0617363ffcb..0caf7029fd5d7dec2b0166ec2228d258955e66cb 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 d07d9e35a28f567e15f81bae0b7974b9cfa5c0a6..d883ee8f7f8e36d24a1cd9d3a60bf06a2d53a621 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 7a5ddd6ca8854ffac3b1bee65be9e91bc93d4289..57b9596e7d45c473354aa7302ca7e07901c33e94 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 a10c1cc22be4a9fe7fbf2a8ec3dd5202a23d1519..306416f6a090c9768a7eaef4d1b549caeddd4257 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 39940e28c2b79e4625ad9708ef039e7ba190d259..b86455e26146e83b866284d5b9cffafb29fc6bd0 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 df483d270cb1fac890db083b726773788800c1b2..d10695ac83f368a151f31c2ebc241ca82778d591 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 053c08b2f96ff116c786f70f8b62d7db9c157c83..4a1743fc54a7df59d7c212fa3986af2cc8e1a93b 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 69903996eca0259d1fb617693676127cbfe46817..6ae9c07b82b471db7dc4c7d61504d47c15cc2560 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 8358636a8096fb7a2b1c5c8cbad184e001ef81e8..067ecabe41d81c5dbe13b745071e12742842dcc5 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 b28ec8d4a8a2aa27b6c848d37caf69b78b8157cc..011b7925122df758f537ea4a9b99afc7e6c27e18 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 321837491e06996518ad93475e7137fe9c6a664c..fefff649b122be341327fe0b0b303d82f7e2a124 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 079c5ce036965857b0a536f51630133123e98ee7..e51e348f87569d2682716d40562e6f4a3a6ef31b 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 a7093695eb3a5b1c1430d18295833f836d314362..22f18fcbb38f678573d78b6666fe5db3ecee1f94 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 b7cfc88a31055fe91796cd3cd850b1fd94a10bfa..340e6248e63a4ce8d2ec1180b1fae8dddd8a6394 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 767c4061a307cddd7cbbf7df78e2ff54ee4dca03..0c5c78c1d850537a75bc74d5caae3785846d36e1 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 525b63a6e1d801a3e5956aeba39b8384d0d23078..59dc530a9addcbdbc3332b8be5409c2e5bb96346 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 ae75c896005bc58c71f3859cc1e1187e1e34a655..6314ad5e99fbfa3288b66df9882ad40f51557c3b 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 934f3739c40cd8e8da2996126aba5823d7b358e3..ab8f8a30cbb0af2a5bf0bb0556f242d17cd00804 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 0099f1f8dc0f8672f62f1204d913512d7ac08ee0..62296fec19f4dff930efc024ed371634cbf1dd23 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 cc0f2bab5ba2a822b937b1a3ef89eda0c121b2d6..bb84e726fa9ae84abc249753a89a7011f57c838a 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 573127a8cf1e0b94241c51e1b9d7c2377852396f..76493f64b5438642155adc5e61d1de57ba2d46eb 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 fec8f1eeeb06bd3444e1da7f5e0929869032628a..0c254d7d31c0b7047ccf5c80cb9c5a7270b52465 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 7921db8ea3e4eea97c9ea7d1c24b3df543db88d4..7cd8e5677625d407804fe92dc77f55eff131b39f 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 715d82a0ff065b4336b49b67bcca8f90b9d2efa5..fdb6432f8ceb82fa8369a1b8187a55127a081b65 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 9b4addbb3bd7e1b56307549531a69b2c616fad68..b276518f831b7834d65bc412097238890b2aeecd 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 cf631223c30bff0daae77d5d66b04b239f23b76a..66750c216a3d34f94621c9680892ef8cfc337491 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 c7dadb8b78bfbcb2b896d5d6f61f84139d56ab70..5822e05d3ff0b6639252a26fb054a48889e6169c 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 e909eae48ac9ae83db1d673b7824dfc90c67c4a6..2d07ef538e507cb04cc1844454147b3b1d63f33a 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 2577036c503ae0a6c9eba94eafa12fa57201eca0..7769b27a2730592d74a2a387406c8167c4bc0d82 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 8ee35c869d4999b8c23a03689de5c465d3424a47..578dadd38bb3eb27aca9989ad233106090628d50 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 20021cfb09867eddd86f1c51fc7ba21071074df4..8dd38811c289cb2852656c0ee7182a94a6717f59 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 c71655cabc6fe4bcabea527f1debf1949b146a76..20a1cca9134c70723c335553541c9e178b7ca3d0 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 97cfc9cac9090c1d424aee86a26520cfdad45c53..1c6500e54c961e115024b83e44f808343923523d 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 e54b9679d4bf530b685d93ca0160cf01f832d40f..2a35e012128d6ee7cbf172273ef7d908cf9073b3 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 bf6f2fbe0ed81c1fe4f94ab56a0dde18af21deb6..32bca7b54cdb23893256c6a52d5285e19d732249 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 bf22aae3216da273eca85324c34dd7a4220294ae..ca5d3c1ea74275e2919a43fb8d27e09758d2513a 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 586d62924715d3be8da03c3ae0039755086104cc..e6fa28cbaf42af8d94f752102fbc35e92d75548e 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 ac02d809f04352dfefbc095f286ad75f6852bc06..ff247559367aca0d9b09ffb31455d2b5cd6eface 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 c396218b6e458e415c8ac90d08391a0e2f711736..4e6e26c6ea797c5d5851b3d091a98f8cdef6bda5 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 8e4880ae893e8539e94a8489df01aaf4da9a7368..82d8351376229fa3f5e359a6dece6eb168f9355a 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 0745ebbf72b0f2d0b22b68405670effd7695896c..024ace5d744877a758fc6d8256a757d41d9226b1 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 b8ecf1d181b52a7758a3070fc9ad6755d7e18d9a..174cbc22da3ae7a613c2e1491d10cadcf71b87e0 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 c19cf2e6254baba9f4c557fcc4a7add4e7be91f5..e4eb18abd0f3a1fadd0072e74e644f74c9a371c4 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 8490ddbe0de190f5d8aa3dbf0e8afa39dd95e38a..438a49440fd8d416a319d6feeedeefeb32622677 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 6f524e799cbda0ee8adebf03c49050ed4ac8c3ca..0c49b328647f550017c666b3af1c98b5f805adfa 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 a49cb33fdee702756cd56d3a2633c4eb435546b4..3bdbec24bc8946edeaa510c63c98ba518156927c 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 60511f1a866ab7f8f4af02316dde6c3ac28733d4..98f627b8e471b919e7cf2575304711b998a37a10 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 e57a75c31fd098326f02738bb663b8446dca6c87..76967bc031127293f0d7ebcf08a31c860123d7d6 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 b802c68cd512785879a60390925a89b4ba011a55..a5a9b220ae216a8b0f3163cb0f71ae851b0e6b88 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 5d3d878e456f8d86e08d37c0e1783a247e785fa1..9283e00ee59284629aae3f93a44ec8a0d73bf6f3 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 41f8999084be927b542da025789211006619ea51..876e6a526fe62d963dac6885d9cff85e4b3177f8 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 23b12d051f9abead54a0525cc8594ca5cb29ca63..6efa6d00d8778041588f00f49bd5ffef90ac5ae4 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 8c7e803e278d8f91f3678e47cfdb0e8cf0dc16d2..cf2a5ea664c1537b6071a96ecf349d1108b06210 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 3b4f1036805784858c7e259fe17e55fe6ac006ef..f9543e978ecb3ee5e95a1bcf8c6830859941ece0 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 715b487e88d8f15b05002ad71b3e4615d2eefcc5..0da3c4c63825c6d6368df515bfc51bf771e648c5 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 c20ae3ab149db9996d9a63e2a6e1231d2dd7639b..cf5d902b034f43e24d10a430b5636a64bc37ba76 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 62d50624e51c1e9ee8fa6f78bfcdc1f8939fa4a8..0f02a348cbbba306b4dfb3464773c6efda0934d1 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 0500b49e9c4336c3f81d1228fd16c0bf2dbcaf48..6e540fee3a88ecc48255b6188b01b314d62d09df 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 3f1866099e204f1afe049f1b1765a64c55b4be07..01b4776479fdc860f6130705fe5ed3ee41f594e3 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 9c4f50d09a43b9238f2f958c5c3ac48342b966c0..79e6e9482b6419e1d11be7a63e2616903defb636 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 b434dd752de78abbef5fd47fed0946951cb5a145..068f9947e28c501808b0c554028fee7e2debf903 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 3acac2b2d6ea58da950a33027cd879f6813b40fb..303746873f38741f833cdf4a1163bb90502e2c73 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 43f52f271bfebcf39c1ecb6f9b7c5df9850d772e..89e3523435adb2493fd3a2f753dd08c043671e1b 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 90cd007b63762765751947df9879a3ef1842ebe1..da6add4a862eec34c8c6abbaca51724b414068c1 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 93c8c7fc9a6fa7fc35d93b4c728c3612f728ad33..2e8ee094c05a7c886af5c0b30b3f7f9b69d9860f 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 1e99baec4cb73ed5f7f574ac5495a774e4633a5b..a66f49792ab1a7dac814446dea6c93b129116953 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 36a92ca66b9610da9e921d49fb0effeb09384094..e9e0e59bbf15b1f3a10310f2661c1e48ed077563 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 d850c1b68d5cb1c359ef0d1bd66358e2a433fd0d..16fd48a5749d8496353b22759c553e629e6db76d 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 cbde1294de29021d7b022842ab74647df095706c..2e00d8a87517b269130d972d955aa9546f0af63d 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 bdb9dbdec5d73633976b48c81dcb80370f3a4a22..e171d120b9e1133a7af36a60a087238b68dc3b5e 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 f310615f82fc3296b214ff367ed78c75fb6a6af0..456eaedbc69cfeb64fa34151f1b6d946ed231d6e 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 54512ba7e0724a94ac24899e8b6e445b74ce3355..8558f2047794056d294c1ccc339facf9b642ae58 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 8d439b3fc2608f3149a2eea12681d4bbf7e1dca6..6e33bc4d29d8860e3b35096bf3b727ca1efc627d 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 4a288986a95dbc90113e8c6db6d9526fe7e8b306..a975995f9678328329e01571c404f54dda613fea 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 ffa533412759023b64ed266ac0c326beeff5ec9b..f107ff744f893ea5fdf3e719d6096a97bc029d8a 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 1430a7938a3ba0fc34a69ec9674995e1cca1e185..fe658f9fc5b4ff83f00a217cfc8c7bc8bc54173b 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 7aac7096da6cebec159e017f30b37c6162a71d68..1c793561b9b7bf60876cd30ed9ea93669cc8fc41 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 142cff22cbe647881d57d6bcf4fac3c5d2096414..abfb994822eab555f509944a5b764f14f344323c 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 14b2bd198694ef3c75a21af4836613348f8d6c9f..13d1bfb2927761dbd71852fe5582fca85b822a4d 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 e1613e584d9f5e91ca075ef447844e1d5a9ed160..38fee1fb4fdd7fb1cc9a80f45fc877d2aec693c9 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 3c4f626889a303a8d9f76b3a8e2ff8bad2b8e8e1..1aac6081ce0baf8a772388f98f178256c0bddfcd 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 0805791ab5cc72156de6627a952ffa62285420ff..ddafba04aad897945e7f0880c6ed048a0290330f 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 55cd442b95a05f658616d2e25027e329717beea2..e33871e1e113664371c15d16b39abd7880a9ff26 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 bcc694c38548fae3baa21a746bf162353e22667a..9c37edb2d4e79aab0d5a6c837cb56ec5288f49e9 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 0fa540d3dd8642ce22a016a234b041598931b783..e222a02c183ffc7bbe2b6df480c1cfae84c2cde0 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 87eaaeef355ed53da8115ea19359783dc340261b..8e09c0e88583e52bb2e2367b83daa3125f0d7fd8 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 cae6b4688189a01be253d90638fa51b498430f2f..55d003a16a1effc7648d32dca23683d2972176e7 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 6427ba2e6238537f7e894bce099d01773c669605..d60e9b52f7c8574f36527fee849889a2f2d554eb 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 18ea52cb0dee2c020d60ccba1407ff7eb3698a76..37c07305d2beed2120e7b5b0ae927ac04c8eb194 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 6cc71bf355c36c7a647b21ee6f6746bbf311e51c..50c077e9accc47cd0639217e3e5701a85c1d0fd7 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 98ecf596dd06147ca3e02e2632f6811018cee9f3..40d016a2bcacb93605773fdeade8c7df75784645 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 3b02474961131a8217e1d8b556ff1c86d39ba39d..8a629371701598d043a3ca0d09a6119fcde75d41 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 f20423e932747ae7eb280c1ca253e430d4325905..aed8d0b7519a6845f144370d6908bf33994bbffe 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 6678e1bd8565aaf0c93d9d4adddeb0d66eabd9db..c0506d9cc1fc89c45e948a8f3fb4d14a42b54e47 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 bab48d1db2ac874187d3ce3d374244caa0c52ddf..49df2df2e80a59a8be3f541dc0dd004b52adde2f 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 26e38c5e34f562cce047050e2310b602766e9ebd..b01da6b6211e417a4527c42a0129008d48ccc623 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 754c14bd230d8a912191a4d54efaf7f891bd4add..be210d5a2b85909e8fa8991506d080fb8e246086 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 5fe257f63a4edf1285a4a21af382839affc2995f..70a6b8fb1011cc84b68e16abd41dd0ddf83c85bc 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 0c0855eed295f24539384a01f1fe877a93778e13..316ca9f6cf9053c7b59aa794d91f4a5f20917e53 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 48bb495c9dde31f54aea51df8972f5aa21691fea..79658624f45caf30b6ab71cc225828901afed115 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 a857b6bd4e5922e57c98529e08136a39cd84fbff..bbca45cfd6249f200abb6bc64854c74333ba53ae 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 21dcdebaf367d7b4c2a66c085ecad4c985dbcd76..c87be66c1cb1257eba2b03e66572eb64c69c9a26 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 7575199231dd16f4056002450aeda874da1265f5..a67169c9b7f692bf555f89c740addb12ba923156 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 e5f223b8fd35137943087ed872237b63567a9030..30e9ca9cbee1d58bba38d16aa01eb34605377637 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 df28f2beb9e9591a79ad31fd30aeeeff106102b3..6fbc3faea9297e0504ce2c9bbb548800d506afb8 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 789f51987ceab8d386615f946c0a5f2e8dfda035..ffeb84da1b4d119783ffb34fd5d07e70aa98d613 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 b660f48ea68e2402160b7faa3671fd3d51f0a325..92cd18180ce5f6495abb9734ae7e2e9d9ad5e44b 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 c22170b04514d48d15dabfc7ded7144033c9e9b6..91fc311ed3df9da4fc3a7a95b7d1519932a60213 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 9438c1b947a34c6555a96d21bce1736441a86ef9..31fa83656d1111ff8d4d951a38343d65a0021a5e 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 6fc24af870f0c4693e7f5ecf846fc39a3d3b992d..ecdd27573e6049637c60f161a9cf748b879efd7d 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 583ef450b1cf778cfd9a4f16914ad8338c292338..72531d5cfd12427b5d43ecfeb90db1009a85b011 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 11aee5a400233f31761c411d0d72c50064f4be5f..90600da2b70c8f0d6539a969371510aa8fa5bb7c 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 8cd891ea1f13ee6132c3ff5908fa3d25cb110a04..ff49bc7dbb6c8beb6e99f74ed303daf850bfbdab 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 f874a4edbfdc702b6556980c3b781ebb0132d489..6ee9fe5758e167d263d9e2215d688d6f7705800c 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 ce3ed106c9a05648635cc79195bba48d33f28a54..b973a06d81e2dbfa48878eb254b1de6d3174445e 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 5d5918f681785a04adaf2b09e9070c33f51ff8fe..02c0c50aaf60b1ed9e8602687abd3126c7fbe42d 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 07d30dd0aad17cc2ed83f0b55b2596cf6decb61a..c0e02b5395c06df5be88310b12831ae700e1a0df 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 387d4f23b9b1de0f29f84a8861f4efd6f080afb6..533ff7696bbf2bc6b61fb089356251178f101964 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 3e5daa44a335547b3ace4aca8c89b7c360fbf6b6..95f1b2d89ba779e9d964b06066a99e16155ff612 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 5706c2825074f936be0d6ced81f6ccfb70f6c548..10a60b63dbf10519a4e5fc705a2ab6d12bff43ff 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 ed4c2930ba610d0da383d6697be917fd6e609a24..18ce217a251b13dd2438bf4e0296ef1a03028a11 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 68b0d5d67c88ba9a94748927d6e629e7b8cf2205..6c9f23d9d4a99c5cffb3b022b103e2aec5dfd84e 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 b2f64aecc748c4bb0240542f5ea621e965a5febb..ea48bda76457634a583629b7b4806223ec4b714c 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 912166b94db6dd30489bf2978d52ed6856e2c59b..ea4ea775cd9c0389a8157fd8aeccdaac9939713f 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 a0e8ad8bbef459641cfc2cb8ca9ae8a738358972..f2d9ab6c855b59cb2aa63530c8aac660204252c8 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 fe3125be2e85c5fa3b94f58e74bb77f865cba9de..af9c01fc183b648b209d39910188752a1b1e8026 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 bbabebfd0b10ea7bf9e76b0f472d816b8193b9b5..000677aa207509f4229420ad522b0016325d54e3 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 b51f420ad83551552c4b9c6bf0b49e2ac0d193bf..369542139d789213fb2e062cdf532c8e2bb0b38f 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 02e0fee9d4af00ce9b4e9bf4860ef98b14658ee0..27123ccf4e24d7a377fe79545fb0f696ef1c90f7 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 92a410f39d31453a53134f80b0236b45d6b60135..393d7a8b6d8019d1bf111e058b7b5db92da2d75b 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 fa84634b2bb0c485320f038fcefce141dd025e31..aa0674683ddf727371961e30fbd8f7d69855a0b3 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 7ccd2f6627374ffa151c5854feb57dbebb736960..9c1327eab24b4be960b259f47ee5e6a39a42fc72 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 82a7f21cbbc64860686c420622849badad210f53..b9cbac6460ad8afce5de96f525870bca32645fa1 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 71ba97c61e79d4ad9005f2c6f820daab1c47bc05..154286422f403c43c44bfce39da3255a6fd2e865 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 5188b7bc13895b89bcbce846d160f4cee0f8bb82..57c288aa2c934c190ffe4b737dc2b885b913b921 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 b3a67a27a23738eb49b17fcef7428f0d89da139e..ea156db6f0fce546b8ef9c575eb258f41cacd038 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 cd75617b9b7ffbb8804f8402803433c2da0ca620..2c5edb340abb3dde53e46d3c733eaab7a52b288f 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 68c1e4e6bc1aa9b7e54aa504528ce31a9bcc81ac..4800fcd23b78edd6b1fdfe6370db0901cb3381bd 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 aeddeb7ddd47ca1c65146c39b00cc28eb411ef6b..0ac9872d64ff67492a77b16673b015c7132f0e0c 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 34d5ceeea83171105a94fa00c1e6be3ee79e7d9e..5efe10196ae50ad57017082731b085003ace32db 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 8ec307cd83ea08211972cebbcd4ffe0a25de507f..441379c7a5d1b6d7ea1fd5a5ca0099560177c8e4 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 93eb157d6cff2a43e77ad0a4bbf733f9cc8d4591..aaed1964030bd333151d52eca971ffae12b4c603 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 ce09fbef75df04b1bd1e77e8b46ca4b22fb33757..ecb4648dc7ae69f2f199f318e91704c3ad399526 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 be4b7a7f4cb4e4a6106fe35e319a089170539c54..1dc63bc0f2bcd7432c29addc7fedc90bab290234 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 5403ad847b9cf1cefb6c19f7d5e40d6ffc37c20f..09e9e91eb4192d044710d7bac884eec8dd8e3a09 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 39b040db8a170588c34265ed343554d31b89c879..b903e13ed5e43697ccef6a329c2c65224ec42518 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 469484a7a6ded9659fc5d6bae30f3f4a3b2aefb5..48e0ad37aace297e8d7552175360473b12f220e0 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/injector/commonRailInjector/commonRailInjector.C b/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C index 595fb629c28a3837ca59c5d993bcc2e91b1f0e63..922c51a8d8c4f471bbc305b1253d2ca67abfc7e8 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 47131b3fcfbe789175edc14cb21ac82b45793678..0658139fa9f1c828e590a8b4b475bbfe716ed931 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 2dcd4665a577c79e6fdbce0d4991ba0a2143d0e6..b255d61916096d4d1aa561863e488ec375044c33 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 aa93a4fa91119c2235d9ae5bb6cadbd6390893b1..7565a747102590720112f76ecf19de5adf40a7ac 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/atomizationModel/atomizationModel/atomizationModelNew.C b/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModelNew.C index c541bda2ec5f119004596bf27eda594e3df3e608..1512443ef0f9ce11da8ac0b19615db388bc8b68c 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/collisionModel/ORourke/sameCell.H b/src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/sameCell.H index 12a819a76ab172cd9343a7b3b1640b8e0ebf649b..84b96ab88d9eef29e761976aadcd504fd7bcc30f 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 b8cecf2f9bc29f86d67b60c50cbc75a8d45400ea..9b60cff915f723076c210e04e190fb911c294fe8 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/dispersionModel/dispersionModel/dispersionModelNew.C b/src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModelNew.C index c3491dcefb1b40012b110540835240f1f04b5fbe..228d12e659c803e29b7bab611aee3dd3ddac3ecc 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/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C b/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C index fb9ecfcb2012ba208538a5be3f61d0d98ba8ce50..25c14befc36b70560e96a14983eb0aedd33f65b2 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 b69fd99959bbbf8892d52ae0153ee85ad3492218..2c924d6ed17d269567b73f1619a6e48ee85ba4ce 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 676d0a4d277066247f820e671987621a5ca2064f..a0bf94b5a3cd7312e330ce6593418670a409ef9c 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 00eae2821d3c75c9af3afaf662f276babf9504f9..9e22fee47e9c82dddb9379d3a62b77cda2f4d566 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 56c7d1165a817d41fca499bd9a59d1e558bff298..7e52e1d77d19216127303dcd28648267fdd2a2f1 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 057434610042cd8bc7d33dafee4db73ee92e2efb..ea7151f070184c4e79f64d4c922c315e7f04c5c4 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 38d9203786014d0fc83d218424f0bc22eec2313c..53204fac477ff9216e61e32135b693c9ca152ab4 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 b0ce51de533b22d2aafdde1cbc388a265ec124ed..81a1cdf8a280082bd5b3bd7b3a8e86e318ab29aa 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 bced5868ffcead799b0ab0a0b7786427f25a7719..9f299631f38c288b832344bcfe9d643db46e77a2 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/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C index e5112d5c66c824e08ddb0521a1d27a385db6f3a7..85f0eb12ec7021ace0603d4102068067720a44b7 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/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallModel/WallModel.H b/src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/WallModel/WallModel/WallModel.H index 3d6a6cfcf12bcaacc2c68780a3fee9fb7d866e05..729a0c8bdf8746da09ce674e238e9e88d7e8275c 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" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C b/src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C index 81b87a7c74dd78008fd6d26b773445616e8d9744..c2202ddef5fa40aa29470af52610d11f0bc4fa23 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 197633034090f340b3a92ecfb776d31a09f71527..bbda9cdb3586fc5174cac10e532e6d8c57533f5f 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 42ef62022deee3c8d525c59ba3b2557dcdba8346..29f8cc833b1ae7930a3ed85031d26637fcf8fee3 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 0d33cb2c1f783b95badc2df5e59129ba6667f5c7..f294e63c6dffed4f3d9300e70d3acf65ca966848 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 87fb5a205dc28465f9200dccc04f187bd1cda910..4a25f36f9704bc580c273c81869c4b157d806c6e 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/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C index b5085a465abb4a286b3b229145cac45a3f611bef..2d12064c97287a27eec0aecb0e0830380be16eba 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 a233d20e8135c04e53645256eae7436702c0bafb..5637fe966b6e9654351ee9a7819701686b3dd0fe 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 20a7e76b66bde027f981a0d594ade30861758963..be138e9d9055fa50895db557516c6c0beca180b0 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 915614aad91113fd88289bea54c0186f81c85182..64268bd69efe0ba1eaa2f14b3f839c43ce6191f5 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 ae0a2d724d022532afa4129190ed2b4ec872398f..d8eb6832acdcf62957c6c94c4e3a2b36751bf023 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 73f797dd8a29af3b950bbdfb4093909904d1163f..b29e1df4acfc92f13c5b383d6fec18fc8422b323 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 17dc38bca03637aa5b51e73bbdad0c9fbad9e532..1808db7f453e4791f024dcbc61e29cc7ddc03962 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 00fe91ab680083fe60ef49ff2d84f4191d0485d2..1cdcfeb781f9a4f6c9c20b84f0b00df8e42ccb1b 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 0801f4de3e30ad56c349a5be21aa1f57cfb70588..b41c1b631d018c8ddcd57963356f751af85cd3c3 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 8e5c9f81c7eba829babb402d3932ace16a7be40e..5e103b81921c92f6c89cb2eb0cafd1ba8a46e619 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 99b231f23457f9f04d8ce0fe6a554741d4f5d07d..5da9e316e186abe82355a2c241f1e8c4a818c5ed 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 6229b29fb13b5082367c3c5c59f5e8ec4d42a0b7..6979c60b511165d4cf9881142eaf1d18806c248e 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 1b0b8498948f8876eb62751366b343ebb545d393..6d97d1cd00e0fbd29a8f75471d2820f27718e131 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 7b1649628fc4a6884d95d3b90bb256fced92cc5d..050b9d92c76448c749d49a9c90470aa8f914984b 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 9e5d32b8396378d2fc0389704c5bc2b4d1c020e1..a04038c247f70e1c4bfa037fd3955a1c273525cf 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 d54159de371950ac5e983e81f0bd1921511c29d9..dd7f07d480ae688605ff43df44cfd1e0edf81b8e 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 f81e3f746c02c1da08521568e32076770dd926a0..b5bdfc123478f7b118fe3688331ecb6421d33cbb 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 20e27b8db3d36ff8e1bb5bbe048372bded1cf908..f64b56ad2dcf62b19c31a854fa1e443f1dea053a 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 2e556d39e1decfbf077c27995c5f6990b62d9fc8..58df8e17c21155f92cd0d5af0ec9eea8e902da1c 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 43d1c740609a0c408967a858a11e7d28192ab29b..d43beaa856efca3fb26ca74849fac0da5155a219 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 264394905754928137bf05634bfaa28c0f3b977c..29b0f43bb031b03665fe3c7b1248c24795c5c67c 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 0eabd33adc2eaa89dc0f3628f2a3bc0c073284f2..6c78a67f0d38bb747800f24f455dd3133a68e17c 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 fafa8043f9835c867e4d2869063fdf48cda0ab49..98dfe5aed57f685486e28555d63ff23d1c556c2f 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 2074814ac5a6f107955dd80194149f2f3a8ad53a..216aae8de1ac9b4d04a54dd0d66636444805ad1f 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 7a1968500f21020a4402b6a64b61230493d1a0fb..1c867ba760f6f9e5c63eb0b886f6d042cf50fd93 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 a73b502a9cf7e4f4d3a25759c4bc867ae614ccde..dc6c15850f1bd97769a84da35fd2b61b2bc09df2 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 f10b815b9d5a7bc839b3007500a8137e0c4b05e0..8bbc0bd52e574f288b806580c2fc549c80ee746a 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 c83fe2fbbf5728c96661e3598ace7a29a5382e25..8191f8cc428ca479e85f701e7fd0b23f94a22fab 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 c957f32f642b122694ed988a027f67bf48b58607..aac7936a93508efe0582a58cd25bf31dc5c07dc3 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 1ba42eca2db853d99b3939894e98e99121afde47..73b433db1d52311f0e0929faeb0f56cc1e1bf191 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 7feaa9b2c450770bfd53dd28ac5fd7e0d5001726..8efba5dc0cc0d0429d3e9feed329c975847a5b9c 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 83f3a71533d7fae00f9317e7a68a95a296089f14..5965815d02f75f64269e06f65080ef793651abb8 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 9ef936b0666071fc6ff6d54977054f3e0543f846..ad4a5079d57df02ee4d60480597211bf2f81715b 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 c9ccf170dead99b366ed1fa1e9fb9fc2d66e0731..ef0c2695e4b9cd760146018b2230bdc90cd1776b 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 a10264c7637e094955bddf0469e1c3b44805e300..043d3db8b630e3f117040493377baaf7da885e4a 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 37f3b09518bf29aa6989c939005f0bb6b1e9ef2a..ebcdf4e123963a9419d297a27431be617a5bdcc7 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 dcac3e9501b33628c195117e9a8e8c007d72605e..735cd526b6eacc7196e12e5812b206c5c09d054b 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 85fc2a28c293be5418ebfc8516b2bf13dc9d28a9..2069bd435ee9fa1d30c55f273144d562bd3ef75c 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 f495c451e0bd164e1a8a5a61875b8e2f7e7ea434..bc6b0d2eccdf4d44be0d83ae856453733946c5ef 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 dc9b5e7c649f97c23f12f94193e9d1b83b9a904a..3e337b56039445a36aeed367cbbfa33bc4281823 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 799383de3a63b1e7bd5d5b51d06e19f783a9ed86..716ca9d98da9fce4147b0c30f9776bdd2ffa73a0 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 2d2ee2b82d71ac220000194c0a576ed565c8418b..6c5a9ed3615bbffc7e9f88d4c48fadb084f76954 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 8641c44a717fc9c9ab3e46a7a262e7decbd286e2..c0c6041f4c2e2e008f35628e03ec204ff190c052 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 fa91e40b689352a31ef165fbaef1740b3b4fa516..eb43c80d83b0355a2da3a33abdfbc8614d05c646 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 f227e2fa9719bb507354ef2ac837e5a9e1f82d65..ad66a362d141fa5d8cb2eb7f6834d79e429a1a6c 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 72360ee496d9b21996c19b3e7bcc335144548648..895efb2bd57978e809c8dffa3fb8aa8f3773c057 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 a60058d275618c91295f5cbb17b9cd4c46dbf296..a6f2c72876feea98432fa3236f82b25ca0221c58 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 ec8271b9eba692719c094782763eab358c8b429b..fbcc1e460035b316750dbabb695d265607d076ca 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 4cd9014479d63031bb64295ced75a055c0ff0562..122d6e8a8c1a2e996777de79a3d9586f790474d8 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 93f404c332f2c75c8eadf04d12565c5d719854a3..648b69933168e701bf92cdc2f5f9e944f85977c5 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 282072938b43f7331f68116805635e10e597e2da..3726346f0fc920f27c6a87809e5f0eac0ca91931 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 e4838e1ab9c4a47101ff6ab499d223585cc063cf..071ae1d441d54eb306f0414b56e2d7caaf3e6c9c 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 567431f510effd6f286acd2bc0e9794abed95853..a819c64ce8abf9d35dd91c37e3d97a7696235218 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 091a74122691424789ff9016f0cda9efda0dce45..b0f0eb36fb21371b7f06b2fc001290db41b295e6 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 c7cf157e89b1c04e967ec52141d170bba31ca339..2482267c70e5d1a8f5c4dba05d402dfbb67bdade 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 8a4b8a85805f0c4e7464010df48cba3bb94d0007..135fe4c724ced3efaa1f03fb92d998f265a0643c 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 0b9f6fecb2c3774c5b115178b6cd39e43c4fffea..fd6b22c9b16cc9d1666b4f9b7724ebfa4a30efa8 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 cdb456e9166cd4615bb763abf4172e7b33024ad3..7035149a73f3dbcdabcd3cdb6c5d3727d0872ea7 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 6ac8bcdbc405adbd8509d7aa190d5a859d19ddde..e30c611f420d6338cfd5d44f065bd09dfd41e962 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 e88a4d450c75e89675cbd778889384c158649c86..7b325cbc60e936b6c9579dd622f2e8bd2fa8a0db 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 8f30f4dc46c200db1179ab7207f9d8f1141cf6b0..f445e85f56220b7e24e47e4af0da66d90f957a58 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 1f0e39bf0916ce2ebfddf80bde6a92f933121dd3..8d69a74e30b71ead81a9534a7dd42fbef43828f2 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 c27556b066fb9fcb13e43d13defdcb534217d2c4..4014939e97bbb4243c6d87fd45363f49b8ff60c7 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 93fb588b6cbb730d464cd9834204f0ca9dac59de..288fc24479bdebef1be06394cb48a287761219b4 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 deb5251fed4cbfdb3085177610997edc2d9a8d92..568e9c0dbc7ed2ca68d12ad8afdfdd9fdd06a4a4 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 cb6f6153601716864a9c26c423f424666afa0cdb..0745d7e11ed06da7ab422c87fad5af366762f18f 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 578fced13a88c7aad294a0993b3af2d775459bba..0b40bcdff63323e3dd8fae517eb3cc23c0b11cc2 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 7d42f0c75e65e500dac79e2d84fdca112a5390ba..bcb91804c4099fb5f769a055c1b6697b019390f3 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 1a8c7984aef95c4576ceddc331c09858f8c107f7..128885b0fdde60ad1e25074d0c44c4ac4b0c11ee 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 bba92ec5b6680f5991db3b13a40ac3c180b87b89..07f5a647bdc1459aa6c1f5c7e465199714d02035 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 4fef37664f732ffa62e440fe084be2ce2428f710..8dca9d544c36c8684780a0b22f1812e614302d79 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 a1742873e5f147bb3148e771455fb2c754a20e90..a876ab2e878c918bef47ad77432ebd3b5c6eaf42 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 e523fc9b3658942486f22062767807e9f2dcda9b..38247e158335a2f56cf55007ea40bf35bcee96c4 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 a38ef1f58f8f36e443bf186c12bb54bcbb375f99..6bc60becc1aff15d2ae076aa675a41dbca54acff 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 3890a27ef1ed77620665e4fad70e2c543076e4d7..87fa61fefdae864d6086111d85f37862ec09df91 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 9a967f3b9a35cd1fb488ce9c82081d0564540a53..4fbf65176caa429d796a3de235bfd48cfb53e740 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 6d5c50655f347cdd4bca7141d6f6f9f818c03154..8bdc6c8aacd1756482ab66094a2f45a8b8609564 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 b60308abc11d809abc75528a01323ced1beabc65..2988c8c79886dc38a83e33410efd4e79b33dc9d3 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 de86637b1c89eff4f7146e0a011a3a4df2fa9016..68b46466f86a5c08f7aeb81310e07d04f32886d2 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 6611ee5197e41c94702cdcc306cc98c631432b7f..0356d52b1b83823c2fe0a8976202256641c6d43f 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 44f96e634ec4258e04a12d42f10a7977bc2a593a..bb6da1750dd6c518d8c873d9c6f48a258cb1be8b 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 548198b3b84275639e8b5baf3d0c73f4d05e9070..ec562f72294f5fe968a0b7364aff59cb8e5cadb8 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 e1975a41710185817977349f80a849865c7f8424..85118da58dbccc891d42dcb39048c6206772f82c 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 371e7a2c120910a27605672308507255da99d552..b9e5dc50cd9fdddc1d05eb75a4d32e6d220d6e72 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 962f08e706c25a6fbb347e5b39556fb0a8d59f68..a2c4e88af8029a3b9ebea11acb65120a8e0257b4 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 4fa49d74e9f0dfdc429aca25d4653c5853ca30ad..5f2386828d36cb90fc115aec6ca768b9e532b7b8 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 94983ef895d1ad427b70fd071e91328003417bcb..246cba03abea44ec4d7c191761455ef8ea285097 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 507a7f7dcbbd0ebd805886f95a2332b987824fa0..3f8d75f2b8f615e1f6e38e26bdcc8295833ac164 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 2c9fca814c3b672a3b4aba833664af3a2d1b93f6..f059f6b5e9fda02dddb187f9cb0d8a4778d0bc15 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 e776c54046c9fba234cf01fc50d1d084952f486a..b999790e766772dd2b853d235e59fdf4a34a9616 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 65681da984a5edd2fe15c0472b98592e46ce7359..758094cc8760ef062e9a11f0c43543a7b57a0c51 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 84c8580a5642d2eb583063f0f4019adb1fb0c5ee..4221e0e0bdc554241ad99c3445ebc7cbf80897ae 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 99afc59181026a03ea9e055d1fdad80efe2e4ee9..a5ea0c6b5bc758068190a15d06eee8c43821e100 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 9a2ed494979a927ced5731d6b86d56abe02facf0..00b5ef07392132a2b348e3065b1634fd3d257334 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 68f3c272bf5b3a7776e17fa15920668e5adebe45..a69391a8024ece77e953b93d786072ac5f653dc6 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 37d6e205a3127a42b75b650065b06123fbabeb34..b5dfb70206e06bc30444d32b9206da24b658b32c 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 7bea35f466ef7d74566a9c5b88ca71a38206fd27..8addf12b69d23a155568e9d71efece4e3f4212d0 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 2de226b43e1a20eac16e3e6f7a482ca4f386b954..72b05305a22a859ac4f73b12e13197e43979be42 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 43af02a76ff3f17ee09f2b0ac84b1a0a6a6ab00e..b75ccfe47ecd0f00d4f0ce9912721ddbe3e6354f 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 9f477498828d145c29137385ba8c30c321032e0c..0c7a679da140c51edf2600db48b080f7978dffc1 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 d1f47de396c1cddf8138b1dc5d9c1e1345e2629c..39fba6a3f0f7f40cd1ce70eb3e1c5f6cad7c6c58 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 372e06cfc77205eb4a68e1a50b905a4564bc4bc8..70f937908119fe31feaa43125e71755e09ce8b74 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 16134aa48fecda1da8dd9001363d4e9017ef8362..1c2f1a78e68585f076f4a7b939e1ab393675eb2b 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 d292da333d07b130c954e67f19c7b94d154af6ff..4945089d2ff2f648d40e2444f82f0e24059ce294 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 72dc29a4abf98111bc5dfb877b76daee4fd35e8e..f8a906b1084fb94cd347a97285f062474bf2a1ae 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 9aa8343407de86ffb6e3b55b3492a0c9cb601b01..1bc0b10790f53902bacd4d2a68d9711b8c2de6b6 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 d953268a449537e44200b04e439b5b5c34a7b8f8..fcaad461ced19c3fff9bca8b88bf1caa249082ac 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 a7ffcc1c46d4beec8ed8830487e8088760fe9d0d..d0463acaca60f30fa57b4b4a3c0024ae20bc95f9 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 a061d6b6f5670ac1575a5b38eeae0797b4e431cf..d2f85b86eae6db8370158016a9f13512f2213fe7 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 f6a07b6566a705ae7ed91ecf9136eb609f6ccfb9..2b1324c30b64d9ed13752c109cf40932f898d63d 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 bd5fd40268f173d0afb3cb900df340f3c8deb85d..e5e237902393831d1da43e0f04a5ee363cf832e0 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 5f2be11311d0914a927717f13c6576fd57bc3123..98ca286f48e380564d668339897ce4cdb56fde70 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 758ac21fdcf53057fc4043683b5b9afd8f14d517..367bad236f334a2ec81dc4a3d3a6e6e46e688bdd 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 dc5512d817aae908fe834c32aea8ab6d4d2471aa..9d3fd3a6229fa3cd1f63653a5e1b105fec81d62f 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 9483397a420807de86c3017bc616bab25ed4ec92..3d751e17fefe69c0848d11f3264b0667224d9b88 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 e1af4dfcb46439e5cd5571ef006109bf4e136f24..d31abbe063aa135045cb8ace1f737808f4590c2d 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 30eba9a1926dd73b6dd9f39e2fff03ced58c8a67..78143b912c118b2d385e1222e056ba3a60182d34 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 dd232b7b8e88d8f359b47e9a3f676a21ebf7561b..4fff29f752854c79db34784ba19ef42b36aeeb53 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 9a392164d30cdb0a9e57f8f7aa1b087a890d8f4c..109d59991d062001abcfd30e181e4a91b5f05491 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 8ecc0813a3f71c3b763832b06e340bbd56ccba6d..b9dddeb73cfc8daddab2f2ecdd8be3ad21e5665b 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 8c04f926a98dd0553368c6128c057d716619b8be..8334d9048c922aeb95d249b0be4668aa42125f8e 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 1020950e4eb6cd04c08367f44e5cddd446c908c4..1ae5d6fd286ed3c2aceebfe2fed0a84705c90868 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 fd35a1e09f14fa5255c13b0357cd4083e7f5c10b..d25ab4ab23f0c470f1ff585364586ea3f5519c7e 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 e6f4287bbd53302784682f49c96e77accfe690f6..0adc3b781cc097098c7368cb0370a35a60a3d5e4 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 13eb10be344191fc2e8c7e5cf78e451a7e02d95b..bf2bd722e5bc51d8e70ab79355061ce9b6f40710 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 888003a5656e2bb0448feb75257458a5af21686c..4337f1b78d24ecd72ee3942a6f34aa9b81576b6d 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 02a03c71f004c63644acdde0e4585f96f43257ea..db5f61e00105498d94c2f1eced81464cac87d3a9 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 bc084bc54b27adbbc838fb238f489a6459e617e0..c2522120f7c1302d30b9006ed4dcbd8d910f2dd9 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 851f021ba59ebae6610e66a2fa7d4ab4e10eb1ca..ec4bcb543749faca214b7ab973fff7b2ae7c0d21 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 f815e408917e1fcb0498fbc528d73fc978b9c9da..cf7b0cb1eb8342b535516a7e074128a777b81bac 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 5746417ba8fc4579382f659f73774e246d851e24..a4b2b27102326b2176a6c06253c574a7dcf2df2c 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 f228e9b298bcdeaee94721dbf3725c222522090a..e0afe06906adc7e5544491dd2f0357efbf8e7d11 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 a505894d11ce726f65b9478ac5609f138af2500c..88f92c0ba4e35d8d411cd68f4e4ee997a14bef08 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 74ce62daf67a6a622dc95d5a98ee5f3e479c342c..253c04ccbb03dc01fa472abf2293abb7de7a36e1 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 1aba09d0188eb829591795cc6e14da8c49a85859..9adf07dabcf5911beb66ba9e91fd94e84f23a205 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 ef891a15064ce7f50f9eb066cc6d069c741a0e6d..af3265a5ecf9f95f53e3ac404fddea1a9602b3df 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 06dc234d00fc40b0cf6c82c7e0cd510621929512..8ff6209f0b18adc821b0657108b0c86717c6e675 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 370edb366b0de4fb5f0594c8ae29bf5a87064d28..a49e3e10fc19f38631cdfac872fb88bf0e3ca5c3 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 71656d069d2d0c1b15acc6ba6d027d1a764e33d2..390f130660cd986e4d788a3a99ab390775aa59b7 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 5bf0a9a69c1c60d80ecfb34b270c196270f038dc..f95b083c02626a1bff5daae6dd33ea312f57f813 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 2087f30f9d670cd591b1a64376ae6d8b4d1c686c..6c37e77fc96396f1575dd8c09c1aca8b043ca979 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 58fa8ecb88804bc3a6178b111f8727c150c70e0b..8b93d2301283a4d3ab2878b59f36ee39fa64fb6e 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 dd925969ab732de1be2f13cf63dde8f68b4aa248..dc7dfbbc9fda6fd6dcc845fffd17f3be59515188 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 07f3acea04ec5330d4c94857165d3316f00f0668..56aa82df05182ce81182d0c846ff4f786481b9a0 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 23d0664ff78e04deadba8af6ea43ff7bae7654fc..b7b35c743d218c33e516eb682d767b2ccf7f2254 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 8f041c7349d371103b4b182f77ee8553e017ed1b..71fbecea49a58d0e09dc4b7b634bb90742245cd8 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 011378a09b96f1948565a22ac40f17957516cf4e..5d75aba3149e156d1a90eb022ce1117e53156001 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 25d6dc5aef98ab8936545d36a2264be492e18704..4724da8ea1f0827a09d2e837d504a87f7d48997f 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 d55973b34089cacff5725ff43c436a8a03aac393..0e4b3c9f44d38b20433e18bc4ba5bf65cfe6efb3 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 86bd6de77d45e7faf018393afda146d2128f5b93..d84f449bf9bc55718bf69cbf6356170a9e677ca5 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 bb9325dd5fa8d52f84f492c53c2c0dacda495822..cd3ee2d9f8683af5d6c8a84335e650fe6c8a01be 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 99473aeac453515dab4e36a487fd6d748b3b0fbd..75c608f7913c5708fb89bd6a8255126c1d8b7dda 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 99e3df6f22cce6e032639d2c2b4e4f4c5341e22d..f87f191636317e1ab3d7339bfa368ef1afc198ad 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 b948c718f41259f856addb18e151903e1562686d..47a22d9845735607957f1322e87c04b12f121e00 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 8a2d7ecaf28ae19283238b054d2b240d2a85e942..b8587ce7f2bd145c1d3754ea89776533550af438 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 3b895862a426d4369028d01bab9838a8cc82dded..759bf6f9b5e8ae7cbd2b2110c76acedde4e4c8d5 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 d47cd807d510270fd64a87fdeec449de126fa149..ced3d73632777eaff4d396ef8cec3f2ec651a03c 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 40fa8c70fa26ef0b9c4625ac053907247c4b2643..e4f4c14543569b6ca0a9a2cd9c196e9bcb249c4d 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 fa0350c529ce517c7dbc1d86bded2d6d2700e412..fff34115927888d3cb40d37b211b55c42e6ebed3 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 0b5ab6577d857814cb8158c3be694205cf2fd24a..543e4e0256326ad4ea100ce34684c27e653e7de7 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 9ea54d396472b4733d2aceb025320b9b8af1c96d..0520c7966eac100f7b0fc92261f80941365e15a6 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 b04b21eb6d857b7b1121b08317a54d5faba35dd1..51b0d6fbc3e0b00466eb2e6c64f95be94fcd141f 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 9f672f73fa08a8f8e24c390155eb673237c21549..a582b5ab14748bba3489c32bd7d496a0d19de80e 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 f5f3eb7cd141b2aa8fb2e853ef27dcbc66d41675..86495b9b3eab58d2ac8dd03e051264be2527bc15 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 aed26aba6bf3d08205ff0c4e1df68bfde1012a59..b20d0c73135868393160a1d38eced0b21bbd28d6 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 01a8529afa37d992b7d348f23e55dcc3e0000dbc..eefd0272dfda4394e58edab05082a0ee6089280b 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 af888118e21086548401a10479ffce99d53d2ec4..388d4f7547a0f2ea85bea49b8d2eb6f4400c9b0c 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 4de7476dd36241c70f0658dcfadab0f3dd77d7bf..69bfb5daace47714abbd8a731f3d13534531b3f7 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 6bd19d838e6d62ca960f838307d6b9eb4fa52d84..144ae6e9ce5f98218ff838631f89533217334737 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 029d85d6a47c67dc9e6c270d59ec55861b30d160..de78e0fd938ea048b092b2902a1e53dbfe473bf3 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 477375237c114b91a7517885d3c5c2bccf5326b4..78cdf16f22292b05a4ad0a29c8a9d2d0b88634f9 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 d4011bd8e2a4473e7631be106a7546546c995938..425cef97ae5bf62e831377de3e6b42743293fb4c 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 110ae91db4b055cc5c070f690c71eaee0bdcf938..d90a24b44b210cdf3afb1f4f3a32788b9e7414f5 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 d1645ae9ae773d37f096722eccc421d2ade58f57..df183475a52a7239aa36dae80eb20b539fd2ae6f 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 b46ae9cdebff8bd802176fcc1a5eb1a3dc8d3f22..7955493ec19e052afe05499f0ab20ae8d81fa492 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 e736ec8945e754fd5c95cef2abdab9514018726e..80d9c43651a05650720302b075b1b7e0c2c6c94c 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 e061389f13587962747f84fdadc44e2f5097b379..229afdad624fef5dd5d2eecc58c0b4c0df7af09f 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 955a77345911ff5f7d63e9b3232eed697baf7f4f..dca179bb72dcf4225ee995ca8df6c96b3e73fdf0 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 f33c422d497e7b93d6405f2c4b7a5960d19637cb..af6c6566a484adb290f586544d023eafc16352f0 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 c4afd2bb4e6364c28fa93b763a069aeb4e1e571b..b46c3c98e0eefb5b0f8eb5b2a785bccb01f596d8 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 7ad44f60d88f1321c69daa5df217ee2246096433..d7dc1405bc6224c2196993e8fb7ca6b6353223dc 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 c08c4a828e595872eedc064f50ed994e47bafed6..857e2c44e9f6cdbdb5232daf070452a8c25e3ac9 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 f7f3c0917fa367e9184603c8140d7e5d816986da..031aad8d8644a8336e77b9d5c8f81a549ab86067 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 686a1bfcfecd5ef4c22e6bc56086193834c8f01a..348f4dcac9518ba34974d788c15552071cecad68 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 9256737767a2498621ec953bf2e64c935d1f7ab9..8cd485c58a0b75862d5a80ac1907ecc9ebc30c08 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 4b3dd4f737e29411a841ab7ac2c8deee381845fa..d9127fe9d262271c010641c2bf4c870dcdf0a499 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 bc8e022d371455a044a91ee0f53a649772e0f3b7..5611d4d22ec02fb304d1441ee7cf6f92aed01948 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 1765d1c698a16f82b4fbb8fc860daea357758e7b..3419df2c5b45e308fdd92167413829077e13ca43 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 6624c199d7ddc979a58d70f99981bade6f0122c2..2d73ad861d9e3d1c466b92c3fdd058189c3cb2b3 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 a6ac99a71a18390ad5a5521d6fa33a30614f863f..266d49ea6cb6d0b0778ea8ac2e89e2348dbe45f5 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 96396aaa1fdf9f352f8648f85ab007146ae7b4b9..a182841060bdb9e376f0bfc1d54c5b6c109bac88 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 ef5419927c84ddb0dfe4af5b040cfba9fa4df880..0c8c689db6e424b8e822313fd61d56cc9fda3ad8 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 9647e66e157b360fa5c8ef0fda849a42693a6625..d00e0a5e1c2cd28e9a01352541edf5f9eefe2528 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 3ff95dd5f3f11a2152985fd01954cf701d9b3a4c..0c25189ebf5fc7b4a05b4eb2462ddc220dd2a434 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 966d9eec9af6b41006caeb8b717355e97fe67d70..1b7f1546675b229c46d46339b7dceae1e5800d8b 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 26261c943f6848db07f0cf3d41b143c1554f4d94..58eb368a4c8e89cbbad0df42a60f5b84cc8cc1d1 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 634c003129bf361e21883dfbf97f676959ec39d1..bc01d8d40ee0d6c5855fcb770ee365b0ff6a4153 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 db9b139cbeac4ba49893525959abbb00fc6770b5..01ac5864eadd7dce1338ad96374b5b47ea0e53dd 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 8012312d700ea96d11d24695b3800c961169c991..2b1c4658286664fa7680a88cfe8c55fcf76411a4 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 38df2e703e09701026542efc05e79e36da9b6949..e7061070f8d40d441ef276b52b5e51dec8aa09aa 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 cc45e3976d467517c6e9594b46230e02719b9b66..9c5fc8d249a11f0c0a826ba967f79aeea9b3722d 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 85a0f1af721c381389243d0879be4b5d095bdeb5..7660c4bb83df10304b58c591303ab3c0a2992b7f 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 879297cbe679514b1a210c4a736e326c1388af41..1581e8dcdfc4eda1da93a93db3da88476c216ab2 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 a1ab4a26998163f771f239ba27b252c26cabf256..db7cb5269f2528af56830df5e6a84e2bf49ac374 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 c3f6777d8aef3db68b84e51d87e722cbadd19be0..4b1673d35ce0ca692bb83dd5db2fc452c248bcee 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 6cc9a6692052b2252d89958de7a596f10a1c6b09..da2feb7e04f0ae80cc6ccb28b3d4a318f8bc02cc 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 a7227a647921e64441bfc9e6f51ee5093bfefb6b..7ee8b3d6da17d335ceca5e9c9acd2ec94c050be5 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 b934db15efc5c4ad515d619053ff144b4687c667..dd5a540f69fbd6534145f2111b688bc0fdf6ae92 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 3ab18bdc5f70bb51eff26d9a4446e74001e6fb05..a0a892211598d36ea0ff5adf50c20dbbe801159f 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 94ff3c2f2d14495b5400d109243def818f00d54c..739c2a4abe9a925354df148f8456beca30d7ebf5 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 2604cbb6ba647bc96e54f5384c55b407c151fd5e..8704f543672c610532cf8e907d92f9fa6619609f 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 3961927005e3ec1f2302ce4f49182d6cc0ec2a92..fe967cd12ecc2e751b99b733f72caf4bbc4536e7 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 7aeadce4487d09edf36fc0f14a22ff07b2fadfc8..8a604f45bfe34263090fa442cc9fad533e4bdfb4 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 9b1e062fe591c18c481a971602f9a3c675179b6e..c01ae776bb9cd35fc38870a1c795ae0036a07028 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 24e566432fa881e6b2a52a4ab01e790d206c38ae..8c3555b04685b34b2261f11618ddf6b5685e00c1 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 42faac845b96b3f62f0cda11027e8c4457b577e9..359f82fae3d99efdd83f4e96fbb00aeabbf17cd4 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 572fb5a3eb44648bada85b3b419c0c8cb0658618..6e1a596a45e1168c42d19efdccbdfb268b479b6b 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 56ee4e493b4774a39d823b9810dee96292ddd0ec..8fea1488a55b74d6a3e4aca8d157fd08de48086c 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 370781d7978efe578bf6aeb19b854cede5adc194..07ebb50255543d112334bc2679e4db342e7e4810 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 bcbb6e3666835148cc3b32d5301ad1924ece3f74..c7687e33f13ba2333bfc6600fd2788d7fba75a2d 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 977c011d3d0955aaebf4e0e90551c330e196bbc0..7fef8788640b201799330f2b29d6a57c520f6fd8 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 7068c172c2895a86f844ba5313defeff4537557f..5e7e0ef1edbce4579bb31b079267d0f74cb4c1a5 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 bf3524c085c5f1550146289732f7d949b0d00379..3a7294cebd97126917a983b49decbac36e885f40 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 89821378c1c7a205a6176ff040585bc764f790d3..fecdef100f5c2d4826bc7e87be62880deffb09a9 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 66f4e0296962021362f509960d8d659b3d616ff7..553e6a29d3ee90a0873be89c52306c08078dac8f 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 376f98f95e5d2ca808fa87aa55b174f3db22bbb1..e91e04f1ae3a4f27c051dad04c439ddc4b827aa3 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 1c07b7856e635d38819a6d00e2316ac0f3216c68..c87e552ac126968577bc5850f67eab824e28fd69 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 b17a4108801655fa0409b6613081e7dadca48ec9..bb5504a17718ee7dd9b87481325c72029f93f157 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 7d05cdf2152ade7101da4e826b03914f23d50624..43569f6e373acc25a4dd333f4d279534a18bdf89 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 50bc04377b26a3368906ff6406a22c7dab86d1db..bbe2b656a12e0b0419c4e2f29567d92094be430c 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 2f8d4929e0255dec362e21890835061e7bfccf13..a8c43f0d31ff720bac4a62140f13f3fa09580b9f 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 4432b0d764743ddac45559352b0200087e2578cf..95afaa8ab003b6545a059d55f3d4645063e5f40c 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 eeb71aea8250034265748c7406e6a6a48a323f04..39f79e3ef8d0e620b3d3d1591a348820266144ab 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 575d53c7392340e8e96b3f1ee715719f16a22540..63a5c93ad4b75d9c2f6cbbcf15301ef0fdd6f3a5 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 9a0fcc78798e5c11a958ffd206cd0c79d87df646..a7e5b8c28543a98e0a6f809096e300e3775d7b55 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 d01e25eb348a1dda86fc95afc029a92d9b5a5dd8..91302c3d7ba457b851182849dc642e9dd77c611b 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 bad3a1f01db2f8824f1622f447dce9111c79a346..47afcfe23abffe0554d6d5f8bef5d5dc50d3874d 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 c18be1df0548bd554367cdee48309c1d87a6c386..90bbc1d33af7168bc23157d92b9901cfb7639180 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 59263b35cebf05422966e715a2189e952eed8af7..a4bed324977536c47da677fee250b94cec43b28e 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 6f923554a4a42cad5a675f2e261f27daa941fce7..2434e39c9a9f6450caf692631cdcad7ef287b116 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 8a1a18a051b1724c59d194d187f51b0f330a2ada..48c81162b9ae84dae5832d39ea2876f99dee7ea7 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 c131dbd8dab8361157e03c1ee34f5c5b85ba1e95..3c287a1b69eee9f07df0f7b07bef86972494e5f4 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 15ec5b902d1d269d9d620ab32fc36ae550d3020f..0a6b06056861e0a2db70e8595e302af788d6d9f1 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 0853fbbd37554d901e207da257f4347165ab538f..12a1ff170b8ff23946784f4d838e7849a41244d2 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 92dd4701499942bf1e90f9fdca300b83e0f850bc..51c7fb135120c16b68336428e53e03a28475e671 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 1893307621b9227332cc86a36882349df6dbfff6..c8a2439e6a290d5bf9812ada2e9046eaf5b33a38 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 ff79df44e6af22bbbd2f819f9795bcd946b030bc..602e52fd146b36e7fb1fb3dee4b17251bd884d26 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 98b2e891ab62889a1739b344f3a50fe2c05ee088..9e04ef45a8880a8d8968136fdab505ead82349fa 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 b2afe4a0edfc40e941508f489d1ef3cb010fdf77..9ea3416d3b7bb45da472bebf4168650e052a478b 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 41ad8b2fca0659d8bb9391a57316c662cc367d61..8cfcb5066f3202ebcaf01574fc1b53720ae899df 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 759b1f2d35ef3b9d0ef8938aa8da02dcd53d831b..0e4ed8310445b8423103de96c2ca7a2604150864 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 377c279ae13fa09919a2ea5c35cf85670fe1f0a0..b062f440e5650a9c705326d6b119ae8398eb0a25 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 a1ff123f82aced4dcfe47bd1feb5dd6897ab069d..502ba0268644c5f1bd9a724ec17c769982874c1f 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 306110730d5fd78e2ae6e6fec3f49ad1820a8374..f326ec06018e40eb3fd8d74fb9f36f0496894dee 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 3c7c11de60d2a21acd7e28e47e30177c386e23b8..1f33e4a4a0587a87a062dea769f4baa60a32fef6 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 06c5e5ff23303b102c1889b0bf67aaa1556454ab..b403d851e112dc60be3f26c2f0dab0eabce9c7b1 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 bd727589fe74cc26c3d520698c455523d1e2653b..aaa74c8493285c5aff2cb208f3e70b33cee0e3a4 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 0d5e693120d123e8c9fdc74c08aab3fcfa2404f1..6306ee5a0bcc53fe7dcd8cd1a465c5e1e615b59c 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 a4fff893dc51c3870722b975c47e2dccb4603969..ff1161b820878d36d47e9c390be8c713733c6022 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 61d865d14fb9c385bff84176c629b998c7652a25..b8a966b07fa90d5727334039a78c207f1ca3b4cb 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 4796372e870bf20c296b9a0718a49a1796e3801e..aba1ae9eb68e8cb5877834519d91dd2dd62575ee 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 bdc8e6be3b1fee8666b502a920e443406c3491b4..0b809b69edddd059504f505dd397fa0905709deb 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 bc06c491e06648d0abf6ff686a1d8296343c5f8b..4596f0ca5e13f6c4cbfe73f282ad3ad1e6e2500c 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 040cf64c2ca6df84c0f8b751afe6854dff1a8677..5c746890b80f99f2e61ff489b3d5e173e33fd328 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 5061990fc2a6400c3aa8485464493235e835c0e9..a17b26bbf7099e9fcd632257c95421184a4fa6c1 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 5efea5328f40024b64527d563f0112a73fc4545a..b76332d7845d419273ef55af3d0903046a7397ad 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 f7ef86ef5780ca7ed5bd361b4a5c75b3437fa689..56e786fe61cec9b064b04e8bff8fe14db560c226 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 3895c8aa401bf863c2a6be0f472f7e7092dd20dc..8f6692caaa82eb54a591094d70420e6e1856e63c 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 f4f2548535a0c95cbbf5f8ff461d3c46ab1a36b7..58ca2b2cf40857f328ac74e04bbaba41110160d8 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 3a6a8b3bddb88f32c7e7d3ac3c9ce179a11dd50c..6fc8cc87658ccd5259e292a88545cdd93c6b9be1 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 320ac8250c35ced515acf6768372f0863f111852..5226f708ac772937ccceb40e25b266d9faaa5122 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 f499b10f30ecba8a36cb4eb52378bbfda67eda67..bb68be7e9ca57fae64c20350cb7fe97e63664279 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 15071da67c559e4d7c549dc0675cdf10f90efe3b..5bbe71eb7451d88f1d5445e3b39b6b2950ff7ec5 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 384c12f589141351254479f44272d4f38145e7a8..9351e84a2dc060aa8594b8d42371772f5002d83c 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 61daf2af67b4a1d6fb3e960395599232f55eaeb1..e3a7099a9e379c34fd6dcae6b23c390fd68ee0bc 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 70de4a799c6921ef0bd3574d19f3778ae97e213f..4e7b6eea1a315457780f80717fe2ac145204de40 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 af0b6bb878d65bd1b01ff7fc364eafb630493fc2..9ed0ce21bc5f79cc61bd46fbd9b9bd28505154ea 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 0569591704b9c4242a5fe794fc8bdddf746695d2..c9eea1f22e4c41321c545f2a0dafa3b9dda419e1 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 582c8ff05ac13dccd17714705a7a5becc985700d..083b9ecb20c68685cc52996abcb2aa03f45f0cc5 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 00669101c8a667009a0c6e9de6f64d4282f5896d..b84170e1147e9f5db0130e94191bbe05f6ac8131 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 c863a7c8d07c450c2e585cf04ba7d0c792060b5e..6a7c18b1a5fc415005a3c2f322453c074a6fee5a 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 53e7c63591595516b5f72be6bcb1751096c9a26b..04cf724c10cd41b380524061a2f0cf9842adddfa 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 575342588308ad18bef7977a8fd99dd170320e74..2dd4b17b48312e95ba91672b4343dea4bd93f2a4 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 00870ee652bfc2fc7be4e74b590af24bc05abaee..a88d7a7f98495287d0708eb6db372779bd6cba09 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 1f184db68d09f86db9dae6fef78305624585ff1f..56867f6c3af873e5702732672c91959421d37518 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 b4530e5b6ecd82873335c43decf9eb8a9752ce14..890bf56efaefb9bda8315c42bbf7a751b01ffcb5 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 466af052bc58345c196d8e1d15877acd7de060f7..c36f095a914cf3a4e12ae037273e7572df95f02e 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 ae286bd0dba2c5ef95b5062649c1663a05f838e1..8e53c6f3e95183ddf2281696b8591e72a4aa5f64 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 068eb5ad3b269e7ef5d7c4d700d24c8fd1a9fe0d..3fd75716fac88baa117085ebfac99c4d1737511b 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.C b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C index fad5dacc932525d427510beeb19c0338b565816e..dc0da28405e8607d6f4d88a4a0e24f1c9fe0017b 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/booleanOps/booleanSurface/booleanSurface.H b/src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H index de1a81b75db4a572d7ce31c09445ef114d3ab79d..2dcefae524b9839db39977ff3c47f3071f1cae07 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 faf68b30bdf3191ac1e100a36fddedaae72454c0..7959db634b69bb73d0a5e0840ce9e712d9ec203d 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 bdd28849a444cbc101ae041febfdc1da078d02e3..f7b2d93bbb51a6bb646a5eccfd71c7b3204d4732 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 7ae4cffe8c63bdb39921dac8e2826cad97050fda..672b9efe6cf55f998653aefdfad1d33f0bc06572 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 918ac9d5b742a80f586e7099a466d84b97876db4..b15608e7fe99206449b282012f7c32c61a5fe967 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 36059fdb54a702ea344f078e248d5395684cf19a..110f9dcd66161da1e9a66a3be1c711f718106bdb 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 c403ff1959beb95b64b2b55d731195befc3d067f..57415df01566a83e5d2a20919094b58b8ab38de4 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 10c1b1ff75bd92d80e2e0a1863cfb86f71a9c855..9e164f73feb422f35f1bac5cc60bf2aec7b4236c 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 af7069b06a29acf5efc1fcbc8e35b6a32ee23699..da5a97bf85b130da018d5ab1de3c49472b1e5206 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 0f80c88f50552bf87318df70e11736f124f8ee4c..ec9f370553916cd33465e05c963620e3af5860e9 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 1f1a8d133838a48d1797d4a36c6ffb2b622bc514..05a5842bbe34aa9725004773148e83973ce7b9a5 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 7b4ad4567375d89c9e6255a0011ae6a57bc09a3a..c80991819ea2244fc4c1a1159f5a2e1836db30a8 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 152b2efa608d3ff2061ecb435d45f58d9204b547..5a9cb2dfb648b74d66964183bcdbd55f583614b1 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 26eacbc4cd47321fe17226482145d969e270de93..0db26aabb2d565e2b1e8847c24a70f47a5328556 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 b5cc8973ade65ddf6489cb18c870cfe473047eb4..0f2e88e3fcd586880510ad59053fb11493a7eee6 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 dbdfdd83f51173a4e0cfcc00ab1979ca925f6bce..6462df4cb31ec2e08f197c5ddf1de6b6284597c3 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 b5e0980aaf3c749f91d5f649d9a411405c6eba36..c4f15e0dc6ebdc0b5b215c72e53481c9c9a74319 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 ed171db033e9c910b2a4fddf774b9782fd2514b7..acfb6749144f6f8fcdb52e2f88a97f6405e99d14 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 8edc074553ab4b626f667cf0d83dd4eb6a8bb100..60e9c470859f977ff99da9d6a34fbbaf5fb61259 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 bb9e59985856414d7d059fc0191d70d1324a6960..ecafff58881c49c662498530d8936e1f3add887e 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 f9305dd4b8bd21af6101778b3b8df93452d65ea3..df560e7eddae9bc6bfe2a6a3398eea289342317e 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 51c8d361cde49570926e847f6cfa38c7351943f5..2555c75f82a6f2c59356045408aa59f060363be4 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 7e65b1cd03985b890efe7f2436a82215c7467607..660d8a2a2d2ecd18ce1ce05c049103071608b706 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/geompack/geompack.C b/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C index 790433d4184f2d451351350582b860b6d82a77cf..d34c4c9e66139962ad2c958801b3f52f97109f69 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 ded4ad1a78c7f8672f09a3efd0dea35262fc897b..d24af77a0638683dcfa60adade0a86679a51f1d0 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/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C index 1fd9d1497884b22b1fa4ae0e05f84b0b487e4a3e..5a0cc0362340e7a36b5149a3ec721d09882653e2 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 348cd5c4c9fffe3494ad357c7ff1b6ccac5939c0..62d66d031f02e5eb9e8723c8ef0f42b7d7bd0b87 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 26bb1a7d52af3199e577a8061599fa1126bfb45e..a02941aae58c92ccc52be67a1ad6ad3ba2c4189d 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 89e64ed246602cc79bee055b54ff6b8b25620160..b319f0091fb2d9351ba6b7a31d22e880806431f9 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 916557e83d14f8be836e83fff63300b4b5a79a0f..b89cd2efb2bc88fd6ee908208da84868512860f1 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 3c61f57236b1cefb984a82f558340cfb6725f6c8..93e34347d24e5148a1524dfa64b898031dce534c 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 e68e31c7b97911d2ebed46eef074a674a5c4b568..d405e779cc69a204c23fa77ea03fca756c81035b 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 e57951a186e6f014b4db41ef90c6011409f7ee5d..e5995a403d5c6ffa5e04011f94b77ed07f6191de 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 ab56aed04ac1469885ea6bd197c9da18c34bacc4..c79baa8a414f929ff5cdc1269c1c55b233f63b9e 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 f10b5f7c6e6e1e0e9f53d397987d54bba9844a88..dcc1bf13ed147b4648e8a2861be42e2d9f2c05ba 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 3761d11b7fc286023d277b48dff45a038264cf71..f49c7ba97affde3b2cbffef4406ba9c96839852d 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 b82b9890da76c037bc0400f8f42222343f4445d1..0ffe00ebd6ddc0bb6f28a3a19975a5e15481e909 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 b0a1377e444b8738b2d62ae5c1752fd09653a973..a776ebda539913262c0b27235fb5406efda5a8b4 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 9976b9c08d06e49f0993a33b30c92e6c95c0e674..e4cc9fd4f2212110fbc361a38775dd1ca7170b36 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 f4963e2e5adf68c4b45f1f32b218cd9173909bba..d7f45bb1e73af4d3a27b443f085ff83d77fce93a 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 7336b3b85d1140c853b74b1cd309ed310c7bf6bd..bddc9fd8e52ea265bbaa2ddcb9c370c39d91b3de 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 0c24fc6ac794db62d655c7890a98876a766e98cd..95161a36f82b68d33d4f207166044903fef9b546 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 d6c7e26e41139ca28a37f649e0df80086b68d8ad..29d0a2a364f7db12b36d794e79f48c9e4a8a1c73 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 ce6882f0f5fe41d38c0af45f5702469cedcd469e..98f231cf4858ce5b40e2c3a443e23ca848641783 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 d276137d4f4cde495aee356b9eff0734c946da2e..7471f5ddd79540d112e902eeea99602790751df7 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 02ef29254bee9cb1c5de19c2a929bee8c038f707..1d3f91906d562851b08765b378efe0b5a46acc2f 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 2cd376074ccf857ab3aee98fbab9dbbfbf841f8f..27601b192029db9c9a843847157e22c378f13505 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 f5fc0eaba0ea670c1756d7eab8b964a8fab4a8e8..9a8138f5c8f69f649d5adf32a2d1a4d33acc4116 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 0fb3c4c108b4be9b892a2ce089c3478a6568725c..f959738fd853bb77fba26fd096621d8d0e4dd2d9 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 5523e079f95c0f71dc63ba159c6e1e7dd156ad73..e01840cd7e0003c063de89b032cb8bddb66210df 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 e9bc8bd9277d588a1b7323235b73ecb8309ad8b1..7de433c8a918d0789192c9a4a71536854a64f249 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 1da79fb2d2564201de9f76c909984b45c09475fa..f9e703cc932fdc81a0ec3c2418835c7c877a0108 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 0d0e29913ebe415463677d0e4337d20597bc19ad..22227f3dd7413577e356ab9ea37ae49836c0d778 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 5e9b27ff44722781e84ff8308d31069ae67bb3b5..0057ef918923e42d93a47225f7c67c71106a40a5 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 ba6ba605f74348e4638d19330932e016e3d3c0c6..83c691f8594759abb5fd008f82f66b64fc4e0c8d 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 56ad97ae4aa0e185ecd43e06752ae6fcf3921d39..95cda63b60c01b81f0f9854f6225a53b0ba1f792 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 753a21ccbe9a320e137c750d875e59f71a6606db..6642a5d9cc0102e7ba033d7316d35ca50757a708 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 683a976b157571c0ff7de76786e1d169942fb28d..d6e84638b99a1faa24ab5e7c9aa0c265c71134d1 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 63b0b6b142f72a5e81ead4a18b5b7c1ae6296fa0..b7755425a60cad3214c2aaf542566ddc7c7e4ad1 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 86780118652c7bb3de389945292ef53b357c852b..4cdec0905b0dfc55f47921c00cd05cc8da216ce6 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 7506ef79d275e33c51b91d525da2b6a1000db7b7..03964db1b84d058deea4663c2b0442087395eb24 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 073d1554d0861197be16caf94c49224cb1e5d69e..77c423e21fc98d5147dc2edd04ad0bdf7997624c 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 de6fbe17509e789255fb34a18770e5ac6fb98f07..dcb6bd7cc23e02a76a43ae2dd574153c079cfbd5 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 9f3650d3a8f1616e36eb2703faeb4823897b18c1..be5aff8f1aaf18e7754ee2fc01301633b7a75fed 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 13a957490165616c2e8b10897f41fe4575bd3465..9a35fb19e76c4780f97aca86beec862c97099dab 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 ce22a4ddeab4066dd32fd0d5d3dc0a5ea4eadda0..3c6c0e10f43c5025b251d9b2737b7c4e72dc6c33 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 fb64e374260b219c78173ad24ac924f40c5ddd61..02c67a8d1bc0af85ad6c77305d3843b19ee1fa2f 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 e4ed56a0b1a3900a4a2320e9ff8d1e6f1cf9d07d..ad84e38e9b8a1dcec858a2f6fad5f78bf6384b91 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 299d90a9dbac7956ae4bd8e6738713d4fe563e1d..08a37f1c156e02b1af15d8df2802f85109f96e1f 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 8dc05514f26a27ad45e764c41e87070b01c3b2a6..4927fbf9607c7afb7b6f8debb2168760d6f4dbe5 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 1e6d5b4291594ad98c2b81883d04fb55c28a3af7..69526dc870893938b2dd11c39e37e7ea4b8ebb7f 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 b027a28b989e98fb621d42b73584d196c9aeceb2..87c604d9aab235ce1d4ead0a14158ffa72cfd681 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 35b13e6df9233d0dba56ce9c1b6f026359414fb3..c6ca0e94f1ff9e335d0615739dc3ebe54de3353c 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 2e1167d2ba9f7fd83ddfe07747c0486101ba955a..079a92cd159018bbab2c4e8b381c4f0c407d14f9 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 39f3be22e1688f19a208a3695129fb2dbe6b7762..32d9b0d620be19c0b97cb8405f61e4697855731a 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 446d1731d2fb9a4eb52fac707c7e0b0e30812cfc..992b170b4445a7bfd19265066e78acb38eea0e72 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 4dbc58420b0baa1fecff815c07be18fbd90e9b25..eb5c23bdfcfbb9ce883bd7fb2d84df4d0726c8aa 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 21390d26cd3332d66df3f380e0ee377b36f4fefe..07e1f19e76f5207e4629a91e3c933702e90cbaf0 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 b2d58502623d97e98df8039ab6d2b9f5a851b001..bc1e79b5aa2c0c6b4f39e3bd09c25279c72890aa 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 b454e0c26977650bd4319c92926f27833332bf17..8ea166e14cf0abea36168349d64fd6ec77bd2d39 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 fa56cb89140d2a34a093cf85a538fdef14f4f9b8..ddf07d3ad84b43037fcd4e4a42ffe2c61c33bd17 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 3e2e8444eb29628d3943ed4c9aa1a48c646f5950..6d5bc27d235c6cf6a7f7b27f90c94eba8e3a3877 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 4e4911dd94754034791d3f56434991ac2db8ec4f..4a672d80030008a229cc401b31fb7534601ca4b6 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 f27a3f8f4903da5e80af134001adccb569d0e806..1d6792a2663ce014973ca28eef31ae021320286a 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 92badfaadd0ab48cce450d1c8cd1db901228f245..9cc5452c4bd48241489107abb8052d471772b2bc 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 22bedef888824b624c2076ef5d3998d0145e63b0..e4d7a87f157d3e765e42461ab8804a2e9e9750b4 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 7dadc4036a489cad03672527effa50c80a8136ec..2fc88ee608d805e5af627d0d4e46da0016997307 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 5d1c5a4399c6a660b59e074b94bbc8c3fc5a6442..4a1651faf6240176eeaf09605c9740b707875388 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 96033321841154bcc6f9b671efc194a23ee3de88..591bc36229c2d637022b4f4b8f1b5f4b96032919 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 ef3eff439b66e9a1ec601c3a99c3f521d9881f26..1b3e31a20334ba99d8ce1dda6c3094b0b2f8e837 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 84cf778733fdb28cd45d35b19810175af3a1cc1a..763c41ab07e0ca7b449f70960dca753597c53833 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 8b59ad3fdd6caa0dc3d614776c3c6701b8866e6b..c5917c5998313993ab3b0fbf1505830544a5716d 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 235e9e2e3595d060761738a783757622ebc01efd..74c55c994d2f42f1ac612c9ab3ecc7a595f0b27a 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 d93e9d3790c19c524d1ccc001c9fe768a35b1668..9780f85d9416cca92381487826b5c1cdd85734ad 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 1a71e6e155d21e0435209f6dfde76090e913a6e1..8072a5e1de563050c5fb209326528deb2b246f7a 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 51f08c461e0114947d017dd504c66161cac06d44..1f6cc537e11d26110b3759868c6ee130a5e96938 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 c3a033f64420afdb874e9d35a0d2aee7eda29356..d6c1cae9981ad5ab48e64caf82b1e24668843208 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 e89efc152d46cce325d913679ddcc9ca6c35d774..9bd202a8d9b240608e9d5d27e60110b5928d75e5 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 ae90348bc8e7f27c0fb608b3785f8fc032e8652f..75d368f7dc88eefe9eb5ce4b6dfcab40667e1b0e 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 c4fba612d7ea44de60b77c48d88cd3fb69f31ebd..09da057c97ab1fd66e9ff2f61245b6cb49922930 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 beda8dd6b009bcfc9c55df207ff8da673618e073..a04be6c0ba277b0a5acc865e304c4731290c3c30 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 13d434524e59dcaf9b516c60220b5e454929ee1e..443e4aa52eac3b5ed7d6dcf5b0d5b509a03615d4 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 bc0639b28bbae66b0877a38871dc598de9e5d31e..f30d80f7160197fb5abe96d3460f6a8e86915e8b 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 dc3d09233432acda0428c020484dd6feafb773c4..3789aaadb45cd55842fccdb41ce254648d2323ff 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 1362f5979c769a230f6c4ee545246bea29cdf5d6..1fba8ba70796a995dae37a63e48aa9210923c195 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 1539a537aed05c13df2df90174cb83c20297f4dc..3518a77b1a2f91c516d81bd85a44e63f2ec6d2fe 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 2ef320febba76de450ef9f8ea4c9ce78fedc8ce6..58eb523a04dba0db2390bab2fd9b0f118055a3be 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 dfa293a08280036b415d33adaea9231f5b355f4d..3f6c9bd3c9bb7b05e71723dc7aeea929a694a249 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 1bf513e6eabc149d9ac36578854c5b2f1cbfb31f..1c5af36ad7bd4311bbb3199f58de54fb443deebf 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 cc418e59a5b5f49dccb006c62389b29654d3f2fe..ab32927dc9271ada2829afe4f82b3ccf33e20972 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 d381311f42b7f2074019de7ba2dffbd287237f10..faf0fdbfcfc0d13d89b674b72d863f30443b7220 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 3689988e0a00b3dbf3f0a4602dcd174092aed309..0aff19c8affeae9aab482ceb97d73c7dfbbd082d 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 52190869fc0664d2fc684eba312bbfea86a4fd0b..ebe01f1e8b48bbdf9f9e55cd425bbc20020efce1 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 0b8dd20eadad944581e46aad5de7522bc16c88f6..55edc7efe091e92e0681fe66f51cba081af01d2e 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 adc352326a584565b66c0d2ef41d2f4ec884d50c..438dc487ad069bf957b26512267bc8367cdfdb07 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 b70423859feebe01d095807a5d655ddb46f4a27d..3d0356306064caa5d505fb94b8f8469a2846ac5e 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 1d874d3889afda241552c9543ded33bafbb3e6dc..01d092c5ada24fb7c3a6c1ffeb9ee42083443689 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 2ed481c60c33d8d56f69e0fc61f9d379c8984f30..eceb8a3f88e3c432595e42b51dc2cf3e201626c7 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 095b08ee42d0988c9a6e94aa1948be34ad5f2234..3c6f2f5eb6b06ea7dbaa81ead5f198d86ad62331 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 c247d38853d7d07ef2a5732b73764d650efe6a93..618e3c8115c5303dd68e977334f9c9a30a32558b 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/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C index c535a02b095ac23e64a2ac117b1da1c4c0764eaf..6bdd5787fd1c415e9ffa07194a8e26473c832224 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 eb5546a8be986c61573c1cb698814f33670d82ab..159940baac05d18cfac99353e4dd9f7255f74b00 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/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H b/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H index 76deae7b55d5064420a6de775f5644906b54bd74..eaf3036f31ad480c5f315c87257fa1983bcb4426 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 d7acd9ad4cf767932d8afce748715c599a57323f..43c0d9c7f1d33679255686df17ca482c3d7ce01a 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 d61b14b5af51f20a92bf2646c6f37c2de35ca285..ba36a575cfc7fd1c389f00cffdcf7ba352a48068 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 c5d246ab48c8088a2d0d40ba81c353090e57bf1b..f10a8303408fdfe937e2800e7292d280932690a4 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 beb665b4196efb45d3132ab91ec3563c0ba4ed7c..c2aa3f17ab134b104dbee876c95fbd3a87c9e358 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 ba8bf8e3f911f1de770de49c7557b31d8d0d1fa8..a2bb30de7845ca887fd06efb3fad810fd9149c6c 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 844366eefba0ebb66b14c43c72b1418d8787c739..c04659c92aeb7bc04852ff13bca02bf96d29743f 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 7d6a70dfc3296e07487d8eb499e3950d2968704c..f37ec3b44012bf1c601368fb6fcee2380e38c53a 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 39cc6be95164e29471c24e4d0192836099356ca3..832fc1f90acf739cc21e25f62f071ec14e27cb97 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 74a5a434a490354c71d7091fbd74f0466d0249fc..d398470a9f41a690edde2208e2b30b987bdbf13b 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 3fa910222724269e60f76c5d2a62569086e2f542..1049650cb248ca94406a4ac3892fb458e7272a50 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 ca1a3715e494ce7bb8f08df757a1af8fac7ed552..4cf31eee06f3321dc99110167c5a03c6cbfef5e1 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 9f602618dffba795f932441f478d0005cf732503..ea47c95736e3e5bed7292fe0c4c03b1847601389 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 8e7d44ec84c5b6d10c538e8f532ba9b494fe3672..a26c2378d1f70b7989095b40fb7f6f8e24b04a71 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 85ce177bcb697870349cf243a01fb58f0aa7f2fa..e63319cfb82bc35ef1ae5872f996feda1501b95b 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 c068bea3005ecd05a4724e3e164b43ce3f349d9d..6cfbe7695591b0c86a40b611c696fdcc1ef4150a 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 cfa2f99762bb9c73ef5097f7593eabd49598bc5a..69c7722824562c79f2a73743147d2298ba08f9da 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 e574769cd7b1fa6c91e1e37a6785b013bb2c6ada..697fbb0f1478ae07ddac9bf95641f64d0ea9f59c 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 b6eefaee11df4d206a8ce6813e6d3e32dc1d118c..88d0bbb4af1189a3ffd664d07104a74cf0d28c3e 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 5cdbcf99a391149bb6bd97ed62c7e8b0ca56cc24..cef152219dd16fdcad43b43e8c94941b6aa9605d 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 004f6f152c2dea969b023bef5d0ff8140c8332e9..ce5d81cb04f868d58aa8d418aa5935231ae31e9a 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 a16b3211ee37f21cbcb70482f596d739e730ec50..3925c75532ad7ae3288e8642f629f97541f35b7e 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 13a06991f25c0731ff24c3e7b1dbab8bf5bfaba6..5bd3d0a1dbdf87f0ba32abb0627647a6aefd45cc 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 d680f873844587aca872b9618beda91a42c92671..3ec1f627d749b8e56cbbf1b23ea2fc539d48d200 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 5fac7e5c99859df25e5be2dc22525bc0fd5df757..1e4c29f9be4c4e57233fb4f39c3eeacf24b2d409 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 c6cbc3c11fe6665a55a711c91b34005788fe8edb..2b05256dcbf4059aede31107e940891b1335c487 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 19d639eaf27d2028d4251c84a80ed1a373941748..dcc0fe7ff85eee04d606df194c1bdaa1615c2f2d 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 77d23b397e4ca9cc2872f76e4c765c171a08c890..c56d2d71a42ec7a3c1c365db83651eaa530200c4 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 35aeacdad46c2a4ba97d615e611ea356dd6d687e..0312f396fe38f42c633307b5901f0b9ef28350d0 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 2374097adc274bfaf12635c5faee358407890968..b38073d6c0a52528b6e276b570176b1102a4161e 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 8f009c23f4d825e4a31809c372fe8529b26dbd7d..22a6998bf2e258bfb94098672ac7a443f0b247d2 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 999d1118e6b5665638472fe4c711ce941ceb7445..ffab7cc17e2757330dd8230d062549afb74dae16 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 a80d3cbc57b3b32cace0dff20b35fa5d4d6c3f7b..5a51dc9afb9240cee51a2599bbb5ea22e73dceec 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 f2f286ac74bb2cf21865bacb4e7110d6c53d23ed..346cc71bf5832db36fdfe7916cee4bef8c6f6449 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 545b17db8dead568bb815fb0eb090b095a51bc38..f26a60e3944598940547dca0b2730fe948cbd2ea 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 3060f14d2db9fd8582f5d9e76ce168adeaed3734..86e8671db16d27e345b3beb0603c36e8e14a1752 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 df10f1e8efa6db935ea00782e56ea7029c4a0211..d30858e3ed2ba6f2f8e18d627214bf668bddcb6b 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 f13394499e6610074768202a16f544d48b26e0c2..d91835baf76fb63b0bca1b9a6a5028bf84c1fd0f 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 7151a8671b28f6f44e4c52746f3da1eb8289ec84..157649fa7c4aded201c92dc629ff4bb9ad4b65a0 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 4f270dfa8c4ad5b025c53f171a2154bf57d0ba2f..e413bce315f5163d4a2b8edf3363d432662a9967 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 427144f26ff3a073f4c83175ac061b8588398b86..0b7ce4ab1ea75c9d3a651267adf19156106a40bd 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 33b94d8611b385dc1367abbb518baad297acbc0a..593d8e5519c096162563656c03ac00948dec496f 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 782cad839f408efa93c3029582007555f45eaa99..24a0330aeec08e3be12da0ff2b23a7a2100a4451 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 689da8d6b79507e7677c4e688fd7efdec10d4a55..0e180017a503a255c46038d5c2858176dfdac23d 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 7b7537eec3be52a83a81582738ae292d1cc2b2b6..4ae7651f631baac421c69464281585c5188d4592 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 d5a17c09c776e9a6c192941653bb263750e04fe0..707e1422f76eee40e8ba36aa1c268587c4b441b1 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 39dcc800d140f5cf64f1f6b7edf6848d617080cb..24bddfe3e4874e1dc97f750e280403183417cf64 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 677c262dc193049247876baf34ef637ca47ed172..a463a077438d4c1627402b9ae9d76676ffff5ce9 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 ec42bc8774276dc880bbab3b1a7eb045dce34a38..abc1194fe00adbed8d28680d7501b76da4b93e19 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 d1626176526f8b0c0aa7da4a779dad43af01b036..a53050c3dcc93b9253469ff94c6da94c46f99b3a 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 17e0b03d6d7bab886afabcb52b5a90b7357a9e57..ec33f4d22d69bf4a4e79b9de20b0225e66b7c33b 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 7d477cb4134acc4277d86239d5335aade0174bac..5f12e9689ce0a16ba879f08472e9abc3b9081a4f 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 aa8a5989898a8a96879864834c36e2096eadf71b..cee45123e51af85bf0071dbf007ac1ef2e87ff25 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 dd119459c26373bf9a2b8551d5a4414c7fa12a8b..ba91ed88cb775be31ffc040ed26c8729428ab359 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 7d96748504d574ba1e080e19c75ec2215959fb79..77433e2b90c9417a78a76b73981ef142ff902567 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 f5044c79f3e63ec56d8cb036415f28939c94991a..9c9e87e9c244965c505d29c3575ed7a6bdb242b4 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 99d825fdcdb6bd593454ceec6b28b921ffcb06af..6d9dec61efce8e8a3f15579b2430750cbd351df9 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 adc29dfe8b7688066ee78217dc1a7bc9d4bf67e5..34afc2f8eb699b1528b6226a15f047d925ba3a6e 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 2336df900ef3bfc7c911f3044577a4e9eaa2af6b..92cbea8effec4540a23e124cfee1c886ea955734 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 990aaf13d9de6fdc57075c3f1e72a42051915a48..6dbcf4ee02e5ee700cf00ed30cdee6d842ce811f 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 077bb8a30da0b0a8e45e6598408cabd3850781eb..60d33670e373e3a2e94525e03c9fd78e6f1c6e56 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 94c62f968b3bb1e1e81d1b77302c5c467be97fd0..7f6b94d5bc466ef390db87cce07b68e584b847bf 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 79f37f6223050ab811c23b0bdffcdbdefbc087e2..2da9eca8a8d027c611a17f0d85541fbd320c1065 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 da7e3887a6cdf61db9cc10c8cfab25a6142129fe..e72517061369ca52c3fe010e652a68cb61994db2 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 51a67cf085f17b55b7c22720ade3aa40add05e63..c643e8a783048b81e24e2ea49ace74a7577d83d8 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 f38c569fdd557f76bbadaceb4c46f4ad346aecfe..765530f4ab20db6f53a9a010592da2797a9cdb4b 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 c7d7b5006fb5cac26bda9b414541cdd82b0f4835..fe22ad516b49b9b8cda5b358cb7dcdfdd95adb9d 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 78838141700e7453d23d72916f2a22ec49428c2d..d2acacfdac4da111b9d6baf77c9acba3ed4e1100 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 1e0e5530b6c3b57c298c67f5ff8effd6b5516a37..d6ddbbff11c8a56bc09b5ddf2dcf7414e57fe000 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 79bb016be61b5f9b524b0a315ca2df3bf5dd1fab..b6ff582b4b0e17ae1942f85d5a9fc4f0d67aa2bc 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 6cce5e8c0c0b59ed8795fbaecb10b4476e986ac1..47249e63e21bf9a4902ea5138c66a7cdac37b318 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 a8bdac6341555970029d94ae91928e158f59c5ae..bf84becc1c344d3dbd2359c6be0c8a1e8e6e8034 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 6bde854c26ebb97c888cd20f4621a652982d1666..91b153ef60e0d0adf2f4a3168b049aaf55f721f2 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 0f08543dc0efdd73a23a149c88170c7c60dc7cd1..9f5a59a311ce10147222b0ec7b4b9d4df225f81f 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 1e105b011a024f738303dd2e502bc1e3b2e20c0a..06feda93e490f5872af1aeb233acc5e7485fc161 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 d18f19c6d69bd162a99ca6a04e3f94b4717ba0ee..21e1360e2c34da7fdca0fa7469ac029a1fdfde78 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 675ee364123f9295db803132bef05715a7a1770a..e1382cd2dca18e7244f6a330b4a093fa2dbb7cfd 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 6168711a7a87a953ae66ce1ba36c0a756993b000..dcfa4b4cfff87ff4b27df2a234db5d77262df572 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 ecc23c4cf45979660538e1c8b429334b18308d82..47362341135836a2aebbe28687bcea459514cb09 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 a68a88d457e2c88174fa1751040c40dbacf8bff8..d5b8200a14783324f4d1a7da18557d44dffe4b66 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 b085290351c8d4fbe2eb4c62bd1f67764ebdce81..4ffefa5dc268d415875148fee74ee29eac3a0321 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 b7118da73985efeb816772eb2df98d2ccbc562dc..a9852fbfa19372ccee52a54908a5a7473a5f954a 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 8dc88bacfdb8729f30726ff9dd6e0a9b3f451146..3994425fc5500039b22fafadec2b949ba42cd839 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 cb2006e20737f1f8f1e282984eea2d5b695efb0e..5b02dbfc2bac756120535da182574f996c331f0b 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 5a688e056c32ba6611ee9bc54cf8ab511e23af7b..f5c796615bc0b1d145fca13f5533ab4e4029a2ae 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 38ae618576ebea8b0b21577a123a26ccef41a4ef..30b7de9bf62903e081ef2d06400ecd078f6a4b6e 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 96a8ed98d8c55b9d75af6662e8e6c8f68d5ccfe7..22ef553bd91d4210bd3f4be386baefca618ad8e5 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 8cc5ce0d1eba0cfedaa9a6c0c6c5cc6d7996ceec..71efcc6339f1dd2a630b2d13d31ad66b9f2c47ca 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 83e09c6e2dbdb33d0ae317fde81a6f2ad028497f..970692fe2a7697e496d80000b37dd5d22a99e3ea 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 a7684cceeba942a044e87126cc76297e4b2be677..9ba3edda8230772508809fe4b96536dbb01fc5ee 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 0977608dd48e6dcae1e44dec7caa3d337918aa87..e9aacab873a55fe859d7276bc43a8ecbed8ec30b 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 413b6f47bb0f084ea46a8fcda937d492a0967f11..03bdaa71118661bf1ef023164142eca90d23519e 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 cfdbc526814fb039e3eca198e3b1b20e9bb0888b..372ba4a1c63ffe1533e4b1d83ee28526e2cc1cd0 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 9a942408c0b355fd126f1b3b8a1b1ea4e286bb44..e661f2212290f96dd3bfd571b5dd0cd9da2221ba 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 e341fef90b474e81a8ac7640c9158a48d75b43df..f633de3ec029d67ee026e770a29b2a7ab88ebe33 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 9398821b2aa6c8325e4861359f18edad0bad6ad4..1edd13866ceebb2f5624a11cf0228e1dae95e150 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 bcaec6d0ff41529e65f6af4e7a23d59bf4648830..dbc4281cc86512a35fe59da2e8ef2c8aebd41236 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 65c349d6ef9b26c5c9a6ebc19463cf28168668e1..e0c7b2e5ae2dea169af2aa8767ba61e018885c13 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 d4beb67f2c4e2a10ce8ffddb76c19de7d551407f..22c352825b88e201d17c7a13aea05bb8e5834abf 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 3576493d8ceec5b32d106fd76e551f5c9202ccff..51e714cafcd9db237b3d4bf1302a161bd2848e3f 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 634806403f23e3fd062f4ddec912035740b3ce2f..2b4594c33b80d3df8de6fdc3628d5c14c0d8f19c 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 076e05ff420b09269e21fe50fa7372ce858321be..11d0b27c1897aa4b593ab70b1c698e93f872ca11 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 3cd1cb968305f685134323c1fcaedae2a10a96db..a31f63058bb072f86f0556a566bf81b9e607bcf2 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 5aafc64915e193b31d4a0c9924629eefb8f4101c..112dff6780f217314c7f6c8a445b8dc0720eec74 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 dddf730fab83b331f8d4d4cc92b0f23bc66c3ac8..b5090bcf7dab0c4bc3be65a1149ee582ec5eca4f 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 40c451d1c1d9deecead258a65575b0ba71942b34..dc366d716dd3288993a488ffc0001c5107718dd1 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 7df0286c704460c1e79b8f14b1bc39681a598637..bc1237f31085af77d3452e3f038f82315e924d1e 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 c8fd066ec7884c7315efd61b0e04b52b9388b4a4..1662973283991e88db69e1d9b74671ad7e50ae87 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 d814258dbaf5e94cf4048e5cea383171ca12bfad..6e57ff528d4fca4e88928b38376f9c281b53c9fe 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 c02eecb55bc0de8ba0b13175971dccd2ed1f0c38..fc9ecb34382802d5651b99734576349ac6e70d46 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 4b25485afa39f6ea9fac8a82ace27a262683e306..778b8b1852c94882e09b1541c0818dadbd692292 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 1092b494bfc4b3546b6036ed7492f48486488d44..c9e3da20c3af5c15613cc176af6b72bd2f259300 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 59dde9db300d7554d7f57b2a12adf516ea41e0c3..fa8d9b3d0eed6b4e7f573b00b557bf464c2a9ed5 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 993418d02b5476c1cd71708301a30ca0b9b9b195..64f365d6c334a1b7aaae3ae4aa995ee50cbdee52 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 780b38d6bfbef9e5100d04fd450381aae982a69d..5f3bc85210be8ef397f545ca3f4b2a240cc32b7b 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 b1671054c271a647e9301bd000b4eb9c5a108e8d..398d1154346720b0d56cba4aa42f40a07c7f94bb 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 88dc02904756eb04e06feed40d93a58b784cc937..a67adb09ac0856f9553c8020204fe9e2dd669df6 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 bc2c6a7dc4e2eb056ba2f2a5f0ca00af7b158bfb..3cd621bb765ba383f93c91528a29cbf45a14d048 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 95fd360726a4bd947b87056f041becb303b71075..da1a95907de18b408f10aae440ebcef7f6eecfd9 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 0e44b187209b1569473d4b0145e52eb8ac360416..4c67c9e7359b9049de724d7e646ef83fed7edd7c 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 ec5d192a6ec5330c75f4dbe485a9ced4cf939e91..8b5d4b8fb74d76f2a260d3fa2fa3ed6f753f09db 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 36aac44f7442e42562734f6c73e2c097d677366e..6366629623679e9b5101aed6ec872cc881924094 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 1ec00ecff9c12f4cd5df933a6fac5cec5bba1941..043a89e8b08e23bc19f3795bfd6ca2fe6cf3d509 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 407754275035209380548ad6155d98b9d7d750b2..b43c7feeacc40f134f2e5f121ae62ff269719909 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 02e731e3e5ff8fa11af002fff74c576d847c4618..8487c9b886dc84e0868e5b3a366ab2f6c1884ceb 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 9c0fab333524c645ca6efde5c8ca7bac5410825e..4fc4d3fcb434c6d054935bee1097611f39e7202e 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 0e9c88a92d96e56ab6dc862b61c0b3a8f91b31e9..b9c5466b6c79fe354674dd94878e6adfbae1b25d 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 5b3141859dcf9a23db34cbe48579eb8b2bdbb465..0fe6ecce0a45653bad2e0123a9b91023ddc88dab 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 7889f554085e3f88b23c9d1e1b4444ad25637834..5957d35f0bc1e2d7d61cfe96ecd1a03cd47fbf16 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 ea9016c02d9d4514663b35594baed80f771f71c4..55533ac9f2859d609d199c5662343e0d704fae89 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 5c799e4822cc621f51d27a070bf81b7691f0a1e1..c6182c75a1f7669c23251423069f94f0a60ca9e9 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 30a9ca5016d076b2a980d5d0386ab22aa36a1b6f..443b08376abd43b929d755a3cbdc352f1517b3a9 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 4d1669de0b7002e68b1e6f916ae64fe1a36e75b7..81e77e84b9d111fa6ba93ea92f8676a6a444d57f 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 81c6089050cd1dffc8556931e1ad172a4925fcaa..f3fd534fb5a515585bdcd91af8078a69f2efee9e 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 60a2ffa7bc2bf7b247eeb8175425f8bfdc52de56..77ac5186dd2d597544840d897e3128a348c7c883 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 ac7c92c600a1472e2a60d4d2464b0f1df4940f23..64b2cb56efa9ad3c2399b62ee77888222de8f22c 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 b5db1568df437faf9a7eb4b9a62b0b6932790a65..f57f5e1147b70225e121c75cf74f92e1ba6dcd27 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 4049f703f630a496d0396e8acb03ef29b29556cf..6d061890dc4672975db65a09973014778e9b53be 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 2626abfbc4125072e77243281dd0cab66f251c68..4fb73f7cf53df3cca353a02dcb23dec967c9bac3 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 1d9ace15d30adc2ed00e3302b94634551b2f7db6..e26064330ff4cdd2affd17bf4aba36b20b061e5a 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 7459d04124b528239e0a6b7f5d34925e3ec176ea..acb28757044349b391150350d61f5743d4e81afe 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 bd0e6cb2d49c05597d8b946fb819688256bd6972..8fc7b242c7487bc2562673cea5898876166100f7 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 4a6109a68d5cdaccedbc5cb83480ca56fbaa6a26..1df98d17c6fe1972e1696ddfef1a575ef6db2710 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 2b086269d64a01a8156455afea944069525f5e25..d845774e25be206ad2d9788bff7abd5c7f107291 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 cde8d30cdcd47748c13ee747a87ebbf03ca51568..fdeac3dbf169d299cf9d55b3272f3c849890d3da 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 1a9872bdb1fd5cde23dfc0cb3f7221e53e429747..a3fe57cb4a9d4ee7e32708b6e6426a446aacdc36 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 966496f089d390cfacd44630d1a0aa9c72a796fa..a5b7fe8bda5959ad63e1c9c72304a657adf1d66c 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 15e369a41bcebb21d73ee7643c7f10712fa50272..ffbe8d8e842fa8fd26e57eda7c7cb5a4139ea32a 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 82a8c80185af319dd30cf72dd9cd7e4b84727104..5c86652f5d1f17c917a3e9c8d55f9fb6aa74a466 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 85cdc148b00c5048c362503293a2f2710b7b6425..b3236d5c72124f30567acfba90023a2441219be3 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 72837ffd699256886fa17a1716e0188b64d2cb3e..9ac2a1d0e09a6c3876af0742d2eea493e3cdfcc5 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 a652d74f899bde65a038018270b8c751ff34a203..cb1c6586fd9477cc1de3d98d37aa10bd20a1ce78 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 4adcf703e703014e1fedc44823ae5711b567007e..7aed13fa6106588ad71226096b3efe342b8585b2 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 72467ed2398c99d06ab248efd1c78656ced3515e..6f33f00f112394cf812bbc5799b6b7fac5f4a7a6 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 b0df5966f889b8fc33f935615f6f99efe2b29184..b70461cef3fda1e5a510d6637635b53835a0f925 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 a6d5a85d46f4c12562ff5579d7353feb0ec90517..ef5e973f96ed7202902c8780cbce096171ea3132 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 89cd6eedde7d9dba0db898da3a233c8b16a803ee..e77d6f74c799f28d7224398f7459414bb5bace68 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 3f57adc6dfdefa0bd89431afef0e9e1c469fdb80..b779b65e0358f52016652c32e500aff1204ac950 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 5b5de4f9054136b6c736e8537a1be7eee879215b..fb21381360af1a84959f6a174206bd9f8814a95b 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 b8c36a07e2a670cd5a1e8e329bdbfe11bc93bfb6..fb04415f044edf677d13223750268fdad1bfc696 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 dc677cf823ead693952f861d8c61cb1875aeb8b5..bfbb5293f781dabec8173a4bb8313ac0a92e80b8 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 9ca4a2d057d53994cdae5caa04869e2312d48c72..6c35bd497cefaeaddf48be04804c59ce6421de32 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 20855947efed0c5a34564e156a58131bb0e5b9d0..482478b6f778beb03bb1fbb4ea809ff8c1d1b2bc 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 aefa3038a5a29ff86a0262848a690c4180be78c0..4dfd6351f1ee445fb9b6aade11e839dc03245cb3 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 e14f30ec760a99d2486c22443c85e2c6e4c84f0d..8466197ca860bc77739fc9b0e5e2f2a51b649ddc 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 71309b980a4ffc4570b03096b5c32771374ab248..e68d2127f5dc30f7c9def47669b5b61133737a8c 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 870a2cce8d434b0dd1ea1fe868f6eaa3bc9fab05..3fb02e57c4b6ef62c0be02420c368106b0ce32b3 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 0262860a945acbc8f98abf8190f3619cac3a4b3e..ec530c0a2c355f3f73c1d02367331d29cd633652 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 c57cbfde86854aacb84e0fe194306a04b5fd951f..9a0c9c317afad8e19894b44bfe439836b45b664c 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 3a257eafd414306febde6acf2aa2415eaf3274e5..ec4a413ad799e5f7a885b925d8281090d4a85588 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 511cc758c1ad6721e4462dfed0ac0ca7ab968d0d..c3967e298920761687d8688c58129fe3f6a0b658 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 ed08432fd3fb839d200f88a84b3e3c13cd6ac635..adc018a00e2873c0a8fef6c3d792665b42a51d9a 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 c65b822957b399b95e89a086a4e41227cc80bea3..fbf306bdd4fbacb9b26d292585e40547b4a08dc5 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 b97cd59135bd3067c3c53a6ce8d845a25bec9c73..cfb7cb4d96943eb09f9b3dfcdec679a855809584 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 e711b64d6cd5b220833eb1eb85e4ddad66a14d5e..74cd62aab3bfa655fb467686734f771291d08073 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 b1ebb251418b9d5c66b6952389fa68df23cab8bd..e4d1ffe3dfb65adcbcebb6635ed489c48e0c0924 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 1e8b9494ea5e25d08b0bb4495be80bea129a81f9..4dd5deffa5bdbaa1d7417fde58e56c3e62eb730f 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 122aa12e4807cbe093c1625ca262fa96a3ccb1b8..2aeb59abbc571ebee860d65d60e75d2b90c60399 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 58bd4390279b9255647260ef9b75b2677bc83f74..1105ef649e6e99c66ccec4f0183c7d8cee3caee4 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 113ae6e49a7eb56ee1e8da7368b52df682882166..ef73302507d6995e86d0daac6da3ef4d91b34549 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 d670d7dfc93e5f81e2f465972648a5b711ffd248..20da502550bf6cc44734e8b4cf651198cfb0ebb1 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 247a78c101db790c15a0c2a38da170783f645884..def4f084f7064e874d1ef7e9a87d95bef7dbbfea 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 6aca74a6040890cbf1e4ff15890daaf0cfd1cc04..8de13427759f824645125b274a43c4545fe2b16d 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 03ba765cb17c439c994b178054f289cf11c4acee..40448897b8f9bf4fafe77069715399643eaceaea 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 195c112b34b927e8f06c0791666e23cf3585b516..17e91a8ef1ae42bd54cd8a54d0c0e64754a2ec39 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 4403d321e3969c825f13cdaccb658c6d06cc6cf6..4950e37664d1f15cb9f47110d710fa968ac83b8d 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 5102cd1bb6fbf1d4cdd9dc96dc828e94c96fe7b0..897133a005f2170ee03fa75c00c6632a40b61f1e 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 752e2d416a00a8c68eab658d88ac8ce889d9891a..b285f7491f4ac5d0899e0da15b98d927fb0bfd76 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 045b8dd432714c7749f7db5aaa9b77a2c9c19888..887abdd7e42f94a26491192f16ad03625c539e0a 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 383f3515cde2b3e4474e8a9c5daebd0e7bc72058..8e1fb570623b8f62ac1f136e681767760680bef7 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 2fce258dfc591852cf4193371731e6e72a64002a..abf604bbf96941136b3b11f10dc34013d7c3f087 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 3fb25745235b9f736f35609fe972b4a32e212ad4..6ae7a20933772f8b6731caba19f826ce14188615 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 a513bf1783839a37fcbd7adeb271b82a883d3475..6b8b3f1fdeb69014bedbbc825d6e552300dc2214 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 9fccee9137e0a75eb71250187a3e6ed76253eafe..1e9b42c99dad5120cfe6c916c54748a184c67c05 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 d0143d0065cf67c1427f1f6ed7e30bec2f39d854..28a2558982e7ede9ebd557dba972f4962cddb902 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 5ccf5ea92f9f2c8bd5ab5429f63af6591de33ccd..3fdc991d54ffba268a0236c38dfaddd3f15ef7a8 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 e6f843900fa671dddaf61bd70c42b97946b286e4..a497ab96fbed7476c36a683d5d5b8449deb1eeef 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 cf0f08e41071b2d8c5a1c00e884ab48ddc008bf1..1dc8ad80a55d17f1e7bc34d6113b0ff68ee41398 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 51fb5ecb9b27aea42dec074ae6354385b5f996f2..0fc4478f42d9388b0c85fbaa3dbf763373fb6ea6 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 ebbe01e37eaa0e5598cd11cee5eca448f00f921d..9e687e632d74f376a66dd56662aff068cc79c98c 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 af92b0ba71de0fb6431b078da37f3248bf56d06e..5fc45a7a048b8b2c7055832ff45dd3f029b7a0b9 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 89a8a444fbc8a015231c19201c220929006b7d06..6fcf0f01330c20eadc841d7de1aff761ff59dd6a 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 abef03f98a33a1f46888bc383470ac3887903e15..9fdbe4aa0c322bf24aaba90351b568ba68d73cd6 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 7daaa99d62a4951db51ad424d28b3df2463e2472..be79b9a24324444f13024b56939dd3b0864d1711 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 f8137088668282417b5d5906536c65236a1e35d2..61da515b40c5d0d3d391aa42dcce086abcccab97 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 431d952cfa786ed131e21cf23564a76310c88b7e..7524cb963c73a674f07110953a563760343c59bb 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 74529fdceab9fd5b2586560c19b9d99cc1567093..b9d0db68c14a1dfb76731efa4b3aef77d82af7c5 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 5cc6a1260d83ed26b8a065be6dfe6f537cbbe68d..91f50409368fefe913e9691a7ff6acf01e00ab5a 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 3fb18124b2e61fc93cf86f007799191b872746b7..eb4021d3bc9485d63c512c226493db097c3e5ae4 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 8dd1d836a9007061437e32dcb6dc3a465130f9da..17362de3a7c389f47777cc2680047c6ccf94a557 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 790dfe430b6078b1e38f6facb4e16903acb6f8e2..d3c2fab9e1b943481d6f8dbd4bbb315940bdcc9f 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 39f1e6d65cf52a75fb2c9ba2e1b33ab7aa9bb195..68169388ebb3d575534e234ea5a17af7ab69a1f5 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 915fae16093b13e5dbaa6062ab78a31f8c26cd13..b6846303027e268410aa9c1e2fec0887fe13fd01 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 a15f99bc3d7c16ab0f0c8b5d7cac0d00b71c603b..b94af3e3f58e2b88566c027b237d6c0c84f5725f 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 b368c3a7dc7ee65174af3c56b6fe28fc52813e26..21b800bebd2740e916bb70ba4836c231071a6eef 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 f6d2462fd78ca585fa96397b13881d2f6bf63286..cb4fd482ebbb510d78efb954dcf4635c5cdc9168 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 ae6a55d912dbebaa9fc4e12c7f33527d8fb726db..009a2ad8a0d747e60095c4f29c6284b889c58634 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 2cc663c6cc7c7669c9550bcb98d25ba7a3b2ce6b..bf97ae0501efbc9c4771b0a3cf9441a86df0622d 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 bc74a90a5ed8e432559e245b78249a7bcfd62683..efe336e79294ec6593fd500637aff90f7b0ad1c0 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 1d3f48dfa3f521ad9bb4061f30b1afceea0a8d33..9a11f197e8f7b344ee7694fb6d9c5b341e985baa 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 6289cfa0ad5ffafa652d5738afd680889b17f9b8..ec5b8d64311b2673bf02cc69f778a76884a919c4 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 c3948469d28fe6f3a11036e3ac59b5bd37944653..a80c45bfdda4f13ba7760e4fac3564bcc8f76f81 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 ba692ffee44b6cb590f8927f64c08229922bc2dd..71db5183201995afcc03574159ff6ecf8840cfe5 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 b0adba80eaf80a75b3b738edd5031cd84d12d91a..044f2654bdc951474eacc32cdd46e1eaf6009a76 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 cd0893b5be830d9cc23c525c6dd52a0552201392..334928e2f00868543aa13e57939262ab2404eb50 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 96debcb2705f1001d8dd6ecdedb1f1c7d9a93a14..09c25ad0383f33d0ca8d44d43112c2078fc296af 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 e495650318b39baa161eca5ef1eb337f5d63c62d..e7aac1dce05d0e848d0a9e7c4cd9f2927957aec4 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 99d63b7a17d366b1074854d749f1e8421f1fdc7c..00b07f738f2d4c2b4e354c93c45ece6bd3815df6 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 1f0845029c85107a4fb4d67793bef5e816301b59..2b7acced86c6bbedc4a33a6a6994738d16b252ba 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 a2295b95eb60bf6804b5893a1893f150bdd06f80..f55504ddd4568241522f82c5bbe216e4bb33f99a 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 bb90c405d99298de9f105e642dfbaeb2ff742a80..7a49d041de295aef18550bd15320b2c2219038c5 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 449b5506327833d48e9b127f102228ced651e4d4..6e9d3c7d627d4cee7dfe507caeb26b8f79035b23 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 6b1a7835b65c78670cdf063c9a37adbd284c3fbb..271effcd0fd0711002c191c0d23cb6d8763057fe 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 962eb4ebc5fa8695361df6f83b6637458a3e9ba1..7587100a88a3472ec8d9e6bbeeb0ba2d4783811a 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 d07c0a7c9dbf337f1a9af46ab3b6c2efae9bb0b3..ebe66ad3b414b5173cef7756ed24636aee833daa 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 ac61164952003e47850331ee88eed082eb1168af..bd2f355c2ffa7bae90803c2e147eeb39d446bb10 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 14496ca781a41ed249732cf35d6246feb64e1dc0..26d3d7c3a2e13f023115dc75dbb2cb5b1e2e4d63 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 20150e6ed774e2aa917302de1eafa0ddfa2d3878..24b297b9b65806ba6b57921688a3c396de763495 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 8487a11517771325f5c6dae6fda810c75ed65ef1..e0581d52d34d121435702ff630e5032174f21bff 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 a46333c430ce9138aaa823c882856a38a6306855..01d6feb0e61e0585e8b0e5eed10fa0e7aeac0496 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 616499b4be3463512d2b8bb072cc9c282a9144ea..8bebc540e65b5b060404464e46bf21fbb04823e6 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 c5619801dc67010675827cb88b583f14855e039f..e9f44025abfbe9ad58ed8741f68846c70b32b160 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 8a014add6ea1fb1db17dd9aeed4b7b031df3464d..b8a48b89988ba28b91eb073620df437bcddd6ae2 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 d1ba1f35fc22301ce34acd3a379967e0aecb77a7..d4b3975622b794ca05219f36700834bb62e224a2 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 42c69a2a99e0226e72e1896e4658cae35d43ed7e..2ad4c95716d51c1a37fc0f97650cc7f713066ea1 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 c914164ccc98a1d68de6c28b9de2392f6da02d20..b39dd3ac1d8598241533b6155be19b849ddae57f 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 b8ee90b69a3a0f5bc60ba8f58f97552150134803..fa0acc8a3a722ac68dbaf3d0eccebf17348d6f53 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 56ed3cacdbf4382eb5a91687b67a2545f9cd0afd..6593d5ba3ec84b5f1fbfe4b3d8df3e2ba5e30927 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 c74fd5060fc90b0315b2005286abe53884750a82..75829e068d55335ca4fd57ef9f224cb9536ead19 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 2de5605bf33ecb77155749856a467bbcaaa0d7f6..d05729a5f419a2828056381e481a2d62ccbf3ecf 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 1dfdbfd5593468df1a3a07fed101c82526271068..f0966b93883f4ec8c22e5b05848104594a3aa83b 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 ea123dc4bee30c5acc7f87b90392e418bc82df42..8fa8403ab312699a0fd2aa7b2c8aab799aa81323 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 e07d8501859b553cae8c75bae2e4ca9b51b8808c..fb5bbad4d5ec9dc837e739f605ed013078bfd683 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 a6a23fc87074646d6dc15d90ae5a366549f6daf4..09bb2ed3e252831ad756da456546e708417e2820 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 c536ff8b6f4a9867843432d344d2904772a65f6d..c25ff652ae218cc9cd54d9ac3569229867fc221b 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 19df76f003b78c48a4ab2063a226c86c8ee4ae7e..21b8acf3142c5263f669d9ae13847bf4c782f55b 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 73b68d737571cc95626ef2df59f4b5399034dd29..bce2ce5a081a22b8311efb241bbb455a4bf7e298 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 cb62adb4fcac2e6b4da9a758cc46d70c26fdd7a2..9d12f4b8485cb97a7214ecf05fb2a6ed1529c7e9 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 babe6e1a8931d5f66467cead99cd48518e11e58a..917e84f1aaf7c98f61bce8918ccafa831512f2c8 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 08383a0892e7db3c324e7447cb74bd5345806e81..6718e49be53105df692ed5906daffcb134adaf32 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 e29263031b7f506c09b740415b8e9553108fc2d3..1926719580863b87a2d48cfa31d55850af35f7e3 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 c4df22f789e18a1f2525d875ccdca7d737489205..97ae31507b3b94327924c165d5e717121b454ad8 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 87fdf9a2eb84e2db8c5d17634408ebcf1a5039e5..ce8eb5ec8034ef6dbf38f2008f82136b12ab9acd 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 801587111ded5b5a1cb0adf7a19f38bc4d594a21..85ad4330ad5c5eeecc51691584ffbebd0324c0bc 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 99deb94e06705f15e27f2b3deba1b45a73fe9dbd..e31f217772815eb2aff6076c84a5ee1fe481d2fd 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 49585c32243de67a677f1ceb560ab85b683832c3..7ef9de3ad314dd065c1ca62a486578411fba1a66 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 81fe624083bdfc00675ab460f703298ca4aec503..6601aa79e06ed8f255c45056d0f311f6eb222811 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 070ac502570f4695117a15df4c93aaed8f456538..efec671db475387f659c81573aa6cc42f402f5bb 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 f77e491aec16c907ab110d14ab3a46a4ac2607d1..7d282e92707b866462b95aa9534236808b642a57 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 8221b4de0014ce8c0760ff419259d42995f50986..f8229a7bc8a34ea47ed5cd8c61b663f4ecbb37aa 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 fb4b7fb52e684495330180183ba4a567e59f24c9..756fe6eb3e8a91f2973c9194055b5016da7ee658 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 781a67d357c358642817e9aa6b2c39fcd966c8b3..7c290ac5673a1da98a53a865cddc1a39e361e806 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 f8b3fdb36aba46256cb9271d1100a632138eee18..037904b9ab7185711fbabce718dccb253acb7b6f 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 eed9e1dd784988a41e91a8919f197a0d7f4c2734..37baf1b4797290885902b7d3fec8e7dbc6b2d1fb 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 45fe9f94ac901938554839ab861265182b1eabbf..4963368fff8896abc30bd36864fe32f380812539 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.H b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.H index cd8e2b7d1a9a77e76ec899944f86224e9141227d..3320c547316326ea0559f7ad204034ff8307d9ef 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 27357f1f45bb9b4d6e7c8a0aac0fc1ae134a179d..ce0fc8c61cde558371384e85cfc26c6333e70612 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 b4685cb22a286f27f2c2c2ec700a15050e722c9b..688e4c1192147eaa56294c2aba58e62006c83b17 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 1d36fc03c74a1ff8fd29d7e74d9f670fcc4ba0e7..105614285570a017a1e993c4ad04b88dfcfb0acb 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 590adc0086ba233540845b08aa1ff5d7efec980c..c3645ed6f3875fa254af4ebbd9352ae6f87746e3 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 1ace377235007cd1bbe4dd723658beb5536e78c7..4a6a536012540e0682d6947a8b6ed311edcbabbe 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 f13e895531e6b09b20ad1b3ffad876488a346282..27e76d1a64a6fbb1c5a15b4fcb8b7af6e9126531 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 f3b2c74004fc6f46b16ef82fe46dbd2f75b13f6f..ece7d39e9a0f68295ad5e52b2c921354b164a37d 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 e3d16e0084df56375744cdf996ea795415512178..a7d362da5e44e6572b55cad82629e010e2066509 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 0b4f39180eaedd1b20c5155bb635792484f66239..e6ba574c5878ba5d2dde69f15373723dafb553e1 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 dd773054dcefec95807c93431eecda367056842f..4aaf425437ea9fb0100b69a825810c4b2c3141da 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 9e27eb192e4280c46187af41090a4c8603a885be..ade79dfe99714497b2cd0f7563ff7eebb50cda93 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 c3dff7405280246c78563d16165a9fac8c1ab98a..d5ad43b12825897e89fe66fecaa2eebd523b7136 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 44632da62216aa418795835600a3236ef7ee069f..50a4962a4b272abd91da5ba8b8b1b31615e11a0c 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 0aa77b6c72c39c4d2e8c473c02f2ff3373d7715f..95cab3421c309f09408ae8d4338aa51a853c37ef 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 3e88ddcdff58019a948503d054f2b5d59bc96028..39ec54a2b2d2a9d8152493a79900bf69127b3454 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 6cb7cdddae2c245f97d662d386bdfa9eafdc2ab8..daaf9f3578d3bd21c966dcc58224f6c2dc2e82fa 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 0f0972dbcaf0b608630e926ca36702c8da4afb86..466b66f8f46847aa5ab2e43aec17f389a1bf9273 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 e3c60d56aa823de5b01c94ced2c5145e1ca772db..dae643f1175b341dbcbc00513e98363cb4691e01 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 c43d050ad974677943688fe773243d4d5032fa72..527e0d0e46675454763a12c9f11e9e2d85e58bbe 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 7dbdf7dd16bd8c039f0dbb7d6577dd0be212c5bf..ff73ac77ca67e87f6cb3381524c8f56c65bdec6e 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 8b8bd81a2c4bd759856e31214f8fe54bef48e671..1b4c96513825be8592d216b359d1bf454fa173a7 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 c7e45076c8c53f8987962f078c1bb7762a292382..7cc3382ecc8f9e891443f7e8e6aab58e4207c0f6 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 0dae045cc1f7d6216b990b347676a516227e8e58..54bf15701d579b1260bed9b839a6583092bb966a 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 b378c68c2a08ef22510d38116ac9b863011c0c76..aba74a2f082c5b0e6624bfcdab50ec6c4d68776e 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 2f3b70f65e12de5728fc9a608dc80949252dddf5..ceb17f42bc71a4dd540025744c36ae96509cb55a 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 764accaf8cd8a2fcf0b21edc3ae2c443be2db453..6a5ca6f6f23a973d40aa6c1fe47414ef3e3c7ef1 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 a89034fadeb12c84623cf879dbb7f33342c59c5f..2412064ab65ac5f508f6d920ae0e08afd71c76b6 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 04b5c7b6d83c60e0aa2a9c715a59721b7fe38291..fba492b13aadd8f5188a1660d6e5bc4b39b2ed9a 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 0ced07eb883f2ef3676bffcb11c69dfbeb5e6fa2..a93fbfb8b0d0d7fa66ab073d42bf5298f99e2602 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 da9f767b11d8b93a4362fa725f98f167fa605b78..20a537d69fe3881b933d353a963e3a926c8e4717 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 399deacfa0499dcfbdd7e80f3f3d8178631d63ed..e2e98f4bdc532493b7842ea3ef9d9a06f268bc1f 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 6c78260e6345a0bce8b499470c3699e825483b8a..4dc09f94951f20a40be308c6a1c7c74736758c04 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 f02c2c1089a67d11f7c0f0e0e11c06336f82b523..e101a5893f52ec3e6f1fe9483333e1cf8d08db50 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 017c71fd4575286ada44d5b0190646d3293f1e1f..1b6b6357ce9d74b9c0b51ddfdd2c7a073bf5588c 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 bf22d0cb7316c8b8f2200f77446e10c04db4b870..ad0323366172947166d7fbf078d3b67fb8da1b09 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 617417285e3e099e2fd5700db0c41aee2367299d..adc38924532245fe104ab03898b55b46803e9c8a 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 989bb384bddac4abd869b45a18af7b611f9cb070..faed573b4d1a8c674b6ffa94a430e68432e687c2 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 91c6be60fc7533e2c152e15ea50f3ebe9b4ff3fc..307636e90c0f0681a2ff65a81f4a3353549c6e97 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 90d856f0a808af17537d9f62ccf5bc4641ce98be..66db75bfc1bece8e6b0560016fcb66c37aeab06b 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 abc44cd5d1d59e1749e531cdce611310f3aed7b8..39a4013c02ab336e9d878434887e1480950de7fd 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 b28b65aecd29160950c5b39ce94499acf814a8f8..11a7ccbe7f853c5aed7ef70fd28e9e7f06c1a534 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 e34c66764e10eaad93512994f0fa1623b1e174f9..33986878fd41342b31be51ee0485dcf2b007cd93 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 0563111620e6fc997e23d0dcd1a089b7fda16d78..0b29cefbdf24a0d9d2567553bdc983f2258ce904 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 1a524c065c9f72a6e28eae4a559178dea876bd81..c2bba9d1ca5140780c761208713c0eb2c63d8002 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 fb70dc65afd0faf92e1ba29eb5d424e856d18622..924746359cb3a4a71b8d96105bd563d8a8d4b71a 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 14bbbdab755e4641ddba98f13ca2b74bee9b5f81..9634ac1039ed03d5ba72b25038856c279b7e678c 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 b5a0cbf829e5fa21aeffb6b8ce9fb9d5ad2572bd..ae00e3de8765ceb9752fde183e367ba38ea18485 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 39ab77ab92bf9dc9261d49ef33f49bfe317985e0..8fcca1ac28d10ec27fc8fc821d20f8a6993c251f 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 d8777c4c93dc9226aff0b9a28a66be218c115e0b..2f70c2c604135022cb2243c5ac6500f31c1f7264 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 98da1a11df2f2ad015bf0cb588da616d26816873..772d9fe6306fa84a00cfd86576d23540ebef141d 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 91ccb0a92beb93231b50e4120d38b612fe9f4aa6..754ce87e20be82bb45fbef94af8ec600045329e5 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 905bb304c32e46cb19fa3eb04b8361ab11d441ee..5e16528b8ac6c94b126176a715da1962564149d1 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 8e55d6a198f1d9b286931acd9130645533234abe..3357be591151f8ee9b8cdc815563d472668be767 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 0636e9d20a76c19b723fe6f4b10d2c8fd8a0252f..54f4c08b9212459d8a9a803342c9d6a2513c568e 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 66a40c0d90848cdb362de17d5ced4c05a81c1648..c98e227fa7bffca3c785d8f9f512b206d30a298e 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 0de4b2162a646aa05de1a04ae9bceead6554ca68..67170d73e9b48f5f8ddf4c7f7132ad66ca6f544e 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 6137c1fd3f62d125d724b8f7578c1970fe469027..5fa2840a843f8236194b0602e5084ccf28b94c10 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 000944ce666dcb318b6ece7dd9067e51dcf39821..2f4139cbc1b9839dcc52700d8242cfcc31915ac1 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 65129b71a07679a9bb5ae13296b951eda2a3206a..e22a636ae9cd83f680bfdd2c7c9e37db8805501c 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 cf5cc0515fb2f103a4161655220c959cdd3558ac..39ab4b6b9f7ae2a33c60885686a98bf453371f73 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 520534703734053fa95fdd5cfb01e4937d4ff346..06d1db96a52a1bc530e7708e1c3f1a67f180c378 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 93b88ad4c47270c3ee91ed80fdb745808d5501ec..23f17f2b1157307b3853b54dcb18ea289644a008 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 8b0d57b34ea408d39aa8453e517ee523b4f2350b..7544272df0a3ea5c25f52e52a0fd3b6ba7aa8cd3 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 b24fad6ded03ae83ab2ba2cb4145ed37dfbb6d71..280abb8fee47778c6ecf6b24eafb639290b69afe 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 365451a4be6453fec5520ddbd9e74ae7d8efdfbc..8620858d7c31c11b7981514b337fe90b23f860ce 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 fc39529ff563990c1cbe5aae875ff93f806ecbd4..8dd60ddb1cb421893d720ee34b674e912df57217 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 5c6f278523b24e049daeb03c0d25bf0211291e8c..d867ea862fe57bfaf5739c8449a578a0d492fee2 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 e2446a0085c0a383f0d62716726cb4eb60eb7db2..6db9afc34b035c419592664f34888e7e8e39b1a3 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 2dafea6df10e58729be33526d6c5c708435fd8a5..03f326898e743f747cf2e06432b8c6f1c9a8fbb1 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 cff9550a081d37a699de7ba5bededb43b32fb519..894249a58749f817d56ef54b7de820c31cc229a8 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 dcc85aa852270290616bf33c631e8ae9ba5b664e..6aa826ae1c22cc17a6ca0f2396116db9957b819b 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 78423b0234a981ca9a41d5d2086c618bc98d4c74..8a47e0c3610ef0849028dd6127a54bbba4f85bd1 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 3b05c49302c0210acafcf6f9599be44ea473e816..40e5d0d1a137fac6442c0d5e7f8df8c3c714ba03 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 2cc45aaaf0918307b3732255a57b924934156753..1e43d467eb44a3c01cb5fa0c21d5dc10d51b5ced 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 09f795a1e225654958433af1f24a8cbe9cdc0414..b815f18075f8c7b3f0d8c4a822b737106b93b18b 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 8667fa9787715092b22923e63ccffaf89c8ffb97..965a8a0b78c7bb9b03850c3d452800c3b3bda7cb 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/basicSolidThermo/interpolatedSolidThermo/interpolatedSolidThermo.C b/src/thermophysicalModels/basicSolidThermo/interpolatedSolidThermo/interpolatedSolidThermo.C index c82f431a65fd178d195352e624b864673f0ec936..ca298f33732e7476098a675d6abe3affd1034b17 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/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H b/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H index 875c66298c5c0417b79b2c73ad8876654f8ad820..d9cc946458d200998116571b047b821b23d9abd5 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 a6ce27aef3946ed31a373de494e59a4dc5168cff..e97593e37b767643b307f976f762a718ee2c6c77 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 7aa4c2613e3454dd8f8bce7a9adf7275bbaa4f28..f8cf07502577e084d5a31060a11ea1cbba92a922 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 126898c31b17d1840ec0e4f9304c8031a17b4e11..cc01137462df227b2052f4bd17e48f354d87b9c8 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 48de2de98bdb427fee48f2db9fbc439f9c73ecf7..b5ab0ce10f4b24586a1c7d6d45a16776fcc2f978 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 9bfea5aef9330e5489b94b7e2dd55d678c53a9d7..29b021e4c20c42a6ea679b58d28480441e24dcfe 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 6e1184119f36dda459de398291f2f883007bc0dd..dfabd04193274316fe6e1311893554f47e9dc4fc 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 c7b88f7ff6e037a8e316eb5505f47cf51680d5f5..ea06f7c74599ed1a2cdc44f0095630851cd9c990 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 afd90f8a4715b5f38cbd1224d22bc7deccf8ab7a..4b58903b77581cc356d3a930df21967b95224498 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 59addc69aab378a81bdc8bbe930901b2ce1d808e..7c1d6b596a1dbc04365f0a389ac4aa1653dbe5a9 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 065bee7941da02489ece476ba78e1db0478a68d2..f89258586c582c3b380924103319aaf9f6e45d47 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 7e1c4ea75eba59395f3318a899909e1a9488dd33..62627cbd39b3fcfa2d8f3548256db7c907bdd7a7 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 776917a9fb251f6745795f312386a992dd2ad6c9..59d237c6c8cae43baebe8773137300488274312f 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 4f7193a554618d4fb9a8820d5fc3462c92e8eeee..786ab53278cf48e65290e6eef61b87385955c0a5 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 89439028c939d7052915fd6daf304f95fb33b302..f4dbc3a671502a6c36a3f32d2072bf81c7eecd6f 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 15089755cc970a52dd75329bc025dbe0eba0177c..5b2edfb0041b564a0468f67bcd2e89632090bdd5 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 007abf8647f3e66979140faa8e578dfdcfcccf9e..134c4ba33df106198c46bd75ed831341c1549703 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 5450d84dfd413a1b42a2f938fd40b23f5d04bf75..42ea6c0b5d2b234ca249279734c0f70a2b4b92bb 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 38c7f9d8a8288a17a1dde20bf12f47733552a417..700d1d2d22059bbd9b60ea4406adf37c6812eb31 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 544020eac1f5ebeda57899188480451606523e6c..ccfdc1d563339ba6a0925ba3b583b7b798d3d626 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 ccae8f10de541a15f8348b0b18e314b2d6d8e453..010d2cda544f01ede05c3659698178945b27b7d0 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 fecdc6c0e377e9e9217a39383a4ecf5563961888..5f4698fd515072b46dd091009016197b7493c995 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 8e4a0f2ed78ff1b4fcb84a5d1ff93c8f4fc04d8d..e1b4dfad507746bf494602f04d9e3fbdc4cbe4d4 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 d2d8c9af8b9593a0e3c44bf15378bea788e6e69e..317723b78577be6925f8495b72a1942fa3104415 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 5ce4dfac26c9da1dc009a95a892193c5286179b4..e21729efe3ed93b5857b359af69eaa64d3654d32 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 0a97ff908d1757b92d2cf72f3619687454722fb3..02e50025c6fa466dd2ab2638fed6d36b57df7471 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 4b56bfedc6603f6856298f212ce974306adc3666..a1cb76969e77f4ac9e1fc576d6270df19ed4e5bc 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 07d4f2344add005a79966e3f4ba140b6707d9cb3..cd06d86b694959e62de2e13a810042e7a88671c8 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 a5a43035a753ce96de45b3eec136d495414c57d3..18a909d3a05ee1c0585c137d780bbf011fecbb6a 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 6c0a9c4667d3062c3a486d3caf032c2075339785..7a85284a463dbd5673bdc8341dcda8057266dd89 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 b3fe3d57c93fd36103ca37d43863845a1fc2c49c..c572c476a430c17c3e6733b25c844118fefd6bf8 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 c4e949fcab22c86fe0e7c0b2e46083ca3b95bdcb..5bb4e714df142f1381ea14255a19e317ff9d4f4b 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 05612008ca828879f93d737d70bc18c3155242fd..66eca4cd31e1f455db3afac99c62df3d6ba2e26d 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 68e8c187dc097768e771bb3f349470df9e2b0f0b..8a78f103f5ea9ff4d3b2eb3edfe897661fd0be0a 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 ca85cac0da72bc50d1e22a80f86ccc2bef42fda6..93bd2562ad9d7fa03c992c6dc22789e1de0a8f0c 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 19b88994d6bc74d62e11983ba0a98f94d112c238..4941eab537034429aa425d448ba492a7f4929856 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 6d2c0fda71c1299535b9700d113f9f1ebdd00b70..a5ae1c3fbb43324c2accb65869b24b9661e94463 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 c92a2bb89c27440420f8061a5fb855dd878a9d89..864e72dddd9223a1035f10477ea84768514ffb08 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 17e63b17b07834fba13cc808e1d8f82045cd0c87..63faeb6fd7732634989ba0aaa913fb8898fb1377 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 64c06a832cbfd846a1ca46855845a936c7e61370..2459f395246b892d2ecbde8f4469d3774229b99e 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 16953d7349c51cb6c818aa0ddeec7d7c4210728a..358c1195ffdc784e3e5d4d7bfeaa4b03d5eb2d45 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 b533e9f4c67119a6e76c339b1796b32d76faed06..b1a8c744150689dbf5d37b9a4f735af344f1f9fb 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 3f20d33c3c47b16489d174eb3bb6725e6a49f425..edec8b851d7e40e2e3645a3980ce1984fb40f9bf 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 3f1db4f0c0ff97c72f863312c0bfa2a153029593..8a22471a7fc2f070993206fbaea4a5c134c1e770 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 7c130a03de6f63eb50245fdb641b3413fa738ebe..33dc38baa9f5d732df9a0aff5902089381594640 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 24c6b48ed85d66853c5f1892999b5dfc459208c8..74af5b0d0c1de7768f10da28ae7ba973a7a443cb 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 952e1c5efa772864d16469e9c938e47cb3658786..adf5fc6801f7abb86bef555060e7dd7ef4b35641 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 05e23ea442f99ba5b46aa14cfe66b594dd9fe74c..6788dc257a4b031f023fb0224ca4079d41359a04 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 feaf27459d36b4271faeecc56f61476e9ecb3356..c9c1687fd666b9161e6e4d194bfd9717864bf170 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 86c88c3ccac630895f1185000a2f0f8429568b3a..243bf0d3a1036c844a4d81b683447816d570e543 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 94163d0d8e5793fa63c4b573ae8b503d0a1142c4..e4366245f8c4f2966863f77e0f7500a49b70f6f4 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 98e3451eb7aab5ef3140d02c09790115328a1afc..ac6542120dceb95a99b2a349ec2e45f207951cf5 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 9ca69dd569f9117e1969f3ea35012a8b967e48b8..3677e3c41d25735fbdb28d6d87528aac38046879 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 3444e42a70f6df3537c8dc35f7c56deead961566..5f14b2fa854776643f07f3dbc190a5eb2e7c658f 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 dfbcf2113abdbd183d3e5eecdc78d02a7e70a9ba..e13e5abb0cbb020f00de24e641195312a7a4db77 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 e3c292341efaf1e1a8c228d21ec13585fd586519..48f9df84216e848a8d22ec0cb6eb9b2a88ede9e6 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 f629c59fb0e7ed02ee1eb7d1d8678dda92a569aa..9f0db1048911331cc58d9659f43334f0f4c5e8ff 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 c29b37b6ee91bfe98000fc982607f5c3889f10d8..9926cf454e478f11cdadb4e16871ca0c2f76e21a 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 09d6f0a1f7bdbfc3e36d487bd320c0ba9388cf41..d578dbf6deb4a24d779cc81d65545912412e479e 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 34d22b465fc08bbef6be47ab791d5ec1db7cfad6..f66b1b3ed354362fd76cbba960dc14db2afba63c 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 7b5ed785194e435eb00699dfc59d1e9a6599aa27..53ac57dc4f8edb1ec31d5ce9f0e3c8627791cc57 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 df794aaadd1a4fc77ca996270c1b92608603cedd..b1f0cbe75f39acfda671ce80b821237d96373d67 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 3c84ae13de2c8bb3861b69f444705a9340b9a4ca..723e7201dc4e6289c3f85afb20a825bf295e90f7 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 e6c950f2f502b0a95642e987fc1859baac3733d3..f93a63a64e675fe675a3afb53c2d46205dcc79b2 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 51801495fdb8e1fa45f5fe0826c9975f0d2a7777..6a73d4c5e25a87faaa94ac8b3786d695682cbe9f 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 446c0de0f93a57969a44b724cbd3919a31754465..6bc22d1ec20fdd0a96004e6e173f3baea801b084 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 cc74fb5802d9f8aecee7d985f19935fe9bbaa70f..8a7c1049f67d8de82595e80c4a9a6d0afe5573ba 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 1701721ad6062980d4fc90d708ab82a07c1bfadb..93d5b88664bd179a7c8dc4e8f3b10570642f47c4 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 265d7048360a3b892d20e0b77b212ca09febe173..436d4e7928506c261f4dd448290dc8c177be6211 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 52820f78bf7398b9583631882c9a122449a8de7b..c97a9b87f2b5b7a45550ed4e9d90d934e21419c9 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 af7b3639e871e81e84ee39799af41913aa765f19..b75b4c9e74bb4f123823ca56b1a25df9cbea20dd 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 937ad11d32358352ce77c135bbba95abbc73b1c8..f6d8c8f083dea04d9b88e9da0a1aea9362c4aa08 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 10f5bd33df5210cc94e55a7d26bf9358a7f50740..64b89405758fa8ae6383f9bdcda1ced9ac1ae14d 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 c3f54f2da99ff4a81ac556d925f60f1bf92d0363..263cac42541fdb22afb63c0769084de50fb0475a 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 eeb34ef658ce48ead175cfd06b7fecb660841dc9..869c7eace0c4ceafce256b1279714fff39c6b9d7 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 afe7cae8984b9eca4345f8b429ec374c8aaa1135..3c515d8e486fa67cd0f3af0e0f85d6bc66d30fa2 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 bd3242b1800f134e402ea6932a2fb20daba9c597..7f560fd9846324439d5173a0e7ed61b688bda78b 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 e690a1bf561efd773bafce6e42d794bd416adb51..ae06dc9a6d46d12fc4fd1469eb4e0e7c1ff32bce 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 a9d050db941dbd4789ccb34fd7260abe3be55d2d..6d9811ae03230f5b2e70a6b4cbca397ccdf6be3c 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 f8bd6674bf5358cc6d052275d125c4bcaea6ddeb..40453d887bf904f672bcd11a28a5aa4d7493fe2f 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 0dca6966d68ebd0695bf343d97ac336a4319ac0d..27bac6ac1e05ee78849f66ec8b1fa5eafa4cdc1c 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 b442a7209f58471df2b690330446ab5f744938c1..ebd03b5fec13b9235e05840d8a3f7a7e8cb73a4e 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 f5515cd3667e9a300a401fdc9a95c7be3096a6c4..e71b5c57cd3d6bdb475760cf627fcb50c52284ad 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 53ae02df2acf42c0b5d55eb1404e15c212944e30..5029ee89880268e98e2bd290f5eb6c3cb6652af5 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 6bf890ccb853c48b06bd469e527cbed1d0c57b1a..8046b872c2011cadf2f6ef9502fe00fcfe198e84 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 57ffbab0d34287be45f597e69d9e843cb40a09cd..217aeb33e996d58cb460f1312f145529df258f23 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 f7e1ec00c339c2e9ebd9b748a0cd23c3501f473f..625d29b3cff3218c83a48053f180bb5341833885 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 fa0389e65bd88b431b200a8cd16703a88ce05cca..db139b05895dc48b91056c7063966bf3e0900121 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 8be41f6a4950b20f06a4817d685c067f37e7bd7b..11f6933183f315cf41f66b15f59c0c91ec4cf817 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 c1aceb9e0f5fcce656dc1a18993584dde76fa7b6..f7844df53dfe7c6ab3a9eef35f316c8851c431a6 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 31545251a3e8f4dd83adc3810971ba13cdefb367..286cd409f6b1c4cc75b7d7358bc80ac3e6baf8d5 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 fb79373a7c1ae1476f59162ea577b6b5a186b2af..a1a00bee10bff9adbddfb32a425c7f1ff3230135 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 6463621a6be9600be4d99c6acc28bedd9cdc877e..8f4bd94b2519c1b7e4ccbe7e0c1f1684926fccf1 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 ab8d8ea140f318078c14adec610bbe4d6b877fb3..3d71b0efc4ef331ef87e398e475275829e53a7dd 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 65509710e1a035430ec41799fa6b2858851761a7..9860a1a564f1603c7b4014289f441595b1ba353e 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 5a54bcf67cb82eabb2fa62eb59f2736710d55d85..89ce2ac94fab91c89c2321acd51c81719064d11e 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 ab0e587877fb8698e2d2adda552462fa3fe97c2a..b33e26dc7cef038956cae94734034168a5259deb 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 acd4617bee2498748bdf4583d004f2f9c9c5c62f..260d97b3de228b360824d0e74d907ef29bd84448 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 548e422bfd1f06d35c082e2e6768a553f10c5cdf..23ef4fa3696b4137ec729bde834ae70bcdd40c9f 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 5cdfb00e9ec0cd54f56075ac227d73222f15d4d7..a683cab080fbcf493b9ef254afbc2770f65c2fb8 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 0640c315639fab64b7342ee7150f2f3315770743..23b40c1a0bb2dcadfd2e0e5ef4cdf6c6e9c5df5b 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 0272d99973438a79f9105bb17a1cc722e4b13b01..1df2d3cc41450d39be765819089fbaba52e4f58e 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 0fba4aecc1d537954c6144ed499c83c6b862b5be..fcf8768a46b8e3fe15c646a92a203bbd20137020 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 20f7eef98bbf8cd9477ca6dd798dbdcba068e820..d3e4683b68391f91f5b19ee2d132b03cf955dd3d 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 9a74aabf2ab2ea9d8b5e31112a679671bda84b07..e21713598c94dbffece7f8bbe42327d683e753fa 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 294e22ee5bcba73ba1bfdc2904c4b7d3d017ebca..f446e056df8a85d07d3ca79fa88c565cd868198b 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 4693d9aa75a63281658f7d07ac8bb132b50ef534..2ff7b50602bfe7ae1753a94b760abc881da172c1 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 8b6e28c405bf118543fa113f8a940cd090f3f893..6e05117d05bff72bf81ef490cbc8d5758133e1cc 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 e99eda7909fc302cffeb2f25d966c506a3a4377c..755018343cbc9975aa629e7dcae118c59ac90616 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 40d7a84179d355d9c35a1eff0ee66ab2631cb546..9861b03c8eb34443d34c43c30aa62eae851b3c33 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 07c2099f6b9006cba96dda99b1bbf19dcc0e41d4..95c70866f421b5464ddb6b3a73064e579003ca1d 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 f09a9e95883dba9b1b209e2c9f227653edb5ef47..03a950f4a85f9cd9ef2a995fcd20dabe5eb14b74 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 2a50abbe2146708bd792a6539ac86fe8a8e60f7e..f08998b1c20fe1824e5d84f76b803b054b7c8944 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 48f854cf79cd6e94829cbbbe08c85bffde057622..2f3cb19939f9ba5f2f8c5a2f4012b70fc2488b5a 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 86999bb9040ae40c0e8475fa6781625b8b5eb57c..3aeaea6c0b6c1c1383954f8b88cae3fa073eb1a2 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 a8b152510404d06cc4b594ac66c3ea68433966a3..d02df907a42bc70a14b7eea699899c0f24e60db4 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 1e8d3bd19a33c97fb2db2c5212cf935bf6e0146a..9ad968dc5f8388a0264fb38c7b0e05bcc6787530 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 1ca23ba9e8296f73f5fba06f657407079ac95489..82c546003bf653fdf093d9ffce5bd54128eec146 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 ff7e45ab7b45876a6ab5cce8d32502aeda19b14f..138bede0915cff4345b4557f6e8fd53285a60eb5 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 bb10977c9d84b68128db0eab441c461a9a6c3d7d..fae582074436a566cd3e9e95d127c40c73a9887f 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 b444967811a540a4d2dcca6ba484ba4203d9a36c..3b6f6a5db4c8cc6fc4a4d76dd760d43e2fd4bf99 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 f2f3c0ff010ae826a876f2a13bab747f7cad39fb..fd01df9d5185200833e08fa7f92fa729b942f5e9 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 f879f87ee14a1d318b39b5e6d67bb1e2f079d713..f1c6885d6b4aa8cfd79c7d2a65dd1f5241007eb2 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 19fc0c8154876e837b0f3ba9caf0267bcafc5899..4cd1d692cf23316970d3238ee76ae78929c3c6ec 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 b66af4ea8d16da11a47aa8953086ed3707a0b3ee..13b8bd2c9d81775dee67cbf30587d40f65fa146d 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 3da16191f295c0e674d8795199bdc483d62aadc8..3b6b0b2e03d514976a4168a2507375c55004c58f 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 07990499b9ff1c4cf6fd34ec5444e315cde81651..4203fca0422e17725384f357cdaf72468c2df932 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 807c9d93b91e72c98823606f272745a2d1ec614b..f9094e546ab681377f385b47bff6beef2e68a73a 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 c52688274e31ba27f9e455a3f04f1d79e3159039..8641ed6cf89e7d1ebfee5d0e6d25db6b3c14ee69 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 5c945b4793a3927253a5d957bba680c2d32c1422..3761939ffa23fb335db6b6c0176e284b6a06ded6 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 3a5f9ff91f8527070b6fb49ec42508631b17334d..23738672b4832d87367933f1daf4f80fd3263a34 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/pdfs/RosinRammler/RosinRammler.H b/src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H index 84b33278c4c218ab06f90d9cd451382a683397cf..4a5a3d379f874d09c446604f5ee4f654204525b7 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/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C b/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C index 0f0fdd2aa929509311b0b002d9ec906513108d4e..9ae7b435caf685818252c1960ea4f5411206a7e4 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 e6786ab7c83299e8d7785ede4b24a43c18c1f14c..1640f59d3ba4a1b5becb38bb30466ba6ace365ab 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 327489cb16a1fac7fd06ee10353cb5d77260c153..99b5c682675c07538b39965c8304a36b3fa28e53 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 fd6ddd06eeb69bd64b5d34e3a55bbf4f98d0461e..d33ce82936754d66967cd74ac83b42366d7fba8a 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 8f4e9b8725911054742ab6b1c132b2689e78708f..e51aab448f0bb83900599dd547d2fa1e36435de1 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 785b94d241bd0673b5df1c7887d692b8ac2ac921..a951362c840583e7c4bc5737ead07ba479f97ad0 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 d97689cb21e35856ea3026bff881f57d5c5b4c64..c3426967c55db0a98eea1f6ccf86618661d40483 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 51a81e46df14af66794f33541c35bd15fc210b59..8f5db7f851083d3472c9c16cc25eebd4be3a4522 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 74cf2165360c5702c563246f0db3b8a93d23feff..478512e2f88345f369c07db4c603012abe50a051 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 7c03d5313e0d1d07977944d253fd856be0e1bf0a..154ab1d7f6da60257885e70809aa1d49c9eecf7e 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 7431b4aaeee83df565bb7a56804ac873c529de3f..4b62fd554a5b3dc3fa5094ea745ba0d51d61da2f 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 9bb61b361b64911a1322135fe909ee142f7b5a06..378dda514a07f4159172c4b3f19e14ffccc23251 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 50a6b535ba1190637ac25bddda563fe1a7479ab1..d971dda8d536f8671f5f3fe9f178d6930b2e66a3 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 69cc79377e68eb93c23f71e1a8d558ce0362d466..d10678a6c8781f202eff24217280efbb037a08e4 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 732631fd4e246ddd7fcee216b815669b7b0bce6c..93d39bfa7132b3b806264b29336164dff9f445d3 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 effd9cd63545fbb1d0f1f57418da7b34e05e501d..dca6315cb79eee11bba64f750969753b10ebcc39 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 7e40ba374c2e35810840f83100d6629c4ee19e76..1ae3a4c4b48e521bc0c15164f11b1cede7326f73 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 9cc75fb023fd4e84171e8ba57243ba49bf440cbd..ae28b450a6c6f4a965e89f725ea9dd5fd5d9583a 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 9150c19b8b29d78afd7e63f426fbe9eefe0e8229..155956a0d9d250f53a949312c19179b773792d95 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 15c57772b83fd5185fadc8ba890d796bf12264bb..a795052305bd7170cdb36c1ba41aaff8e66efb8c 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 7440533b4e3c105d00375bc91bd2a397c26f4db5..3891ae9a7defd584d629f0b1afbbcde548cc4c41 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 02230a2733c71ffe440d70cb58350b8eae3f5b4e..827a1e1c5747ab662519674a675d76817f70dde4 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 cfd0ac9d126c573ae3afb7478f089c002879e773..0913694db4b0c7fb81d4535ddd6a5b7150d5c16a 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 d82e1ffe3e67beab2119f097978e8091332bb6a1..cfbb2b614552e0ae7055dc2738f39705982f9bfb 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 a9adc00a1ee06c28a17634d80cb7630913948564..4bf2fe378ea11c50570a65d14107ae35c43b57a6 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 861708ebecb9a4bbd1e7beb4c08c299f7f38a873..8559b0b3f6f192d5c2c2169bf00ea463c92e4dc6 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 4a947eb2572dae42084c32567f74888171e2f657..7c6402ab4b65dcc353bd8b6e355f23e52f1013b5 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 9784cee36fb7d7caaf3cd5a85b723f128f8c9a1a..85f370d9742c6b1346a9bcb57ecf035d6ede6112 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 a18cee8129b5fcaac6488f6d858a17cbaab5b5da..78f4666a89920839df15a717e8914a45859d7aef 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 46328b9c98a3ebe050d1604c75feab6eeaf5ec78..94eda64a8d323eaff93da764f3dcaf3b7e4b81fc 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 7f36a0cd095a11631d353b5cc5ef6ea9fedad2a1..e5b24d5a31b62da504e58c0b2c9fcb0f7e9600d5 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 abcc347f2f2f4c928df9fce7dc56104a880fddb1..8f6a0f36d2c95ff5c3e5340513643938c214f4f4 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 e33afebba37826d818b968938d204b1bf9bf3fff..cad2ec863586d6927690a28b774daf8f7ad176ba 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 e7b4c739a2c6fb1af70873d53f80b4f679879c36..04ad376ee63bf64fd2b9bb62863f4c911838c012 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 7b7c2a46805a55c5ad053e9e88f9c8fcc2750583..deec87298df9e19e0dfa7003c1e1e2f6c0047605 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 72354325d1f0f34176fa1615487c176c9be968f9..70afeac3a73419a802b42dd01cd25d9068e744fa 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 7b3373ed83195bc3cfff9557b135103272112186..d283e151a579eca90407117ce024e0db4c20fb7d 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 77ac0ea3f7d9726f347055e92ec25c7e3421de44..0620ba27a9c3688215316742eb42b0a5b56606b3 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 d71842feeed9ba29ec94349796d9e1b218f7bb61..f1194b3f0cce046053b8f4386f2925e9d6f68bab 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 3e97b6ffb4052d34f657560f50de909645be170e..d81d23da300191c575d27fb4608985171b01a130 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 336d9e19551a52caa1b0e700c76a5a90843567c9..5ef929b8ab5ea856ac591cd3654394e268dc0756 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 0a3547536285581e45c394b380c047b873b33914..a951af58456ac191597a7a7eadaa0a3bc7d73057 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 4d97e911bf0b73251b8e7d4b6391b08127157752..179826f84aaca9f1758a8958924d7977c7e7a503 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 4234e8e9b701ce459eff0adaca948de6565f6e5f..57b4fd722862c6f6861c01294ab4f65b08cc5b26 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 fca68606a0a1d6594fd13bc0aeaa7952194db174..011d65d449617c1c2b14c720c618c4c1ae26d2cd 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 895fede6281e5a3ac30572d1785c4a2e7b2d9625..72c42062b3578d0f83e2543040fcd904017202bf 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 4b6c1384c9b65f78831930f5403aa4baf4d0ff2d..70801f562a4b2cfbe52a5d274fb7257ea6420f22 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 29717a7554a41573e69b6ae761e05ea4e0596f5b..80418cbc8379ce669b481e1a39e57dd4ad5c32b9 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 2390626594457e8d9867442ba8a68217e8081441..67906b18b37a30197fc4ad4007badff7a717c3ac 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 4e871737e5281e19f9b53224fc48a5a5e151e76e..5e29a87a6e4177ecff429672f7e66580c76bf041 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 b8fa6e1d8a8b6a878cd1bf5d40b4b4e79e00e33c..5cba4d8b9fa2ad2f50cb8fcbffcdc24d0bdcdac5 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 5b4ca527769c93af89087fb30a9d0de7395f7d98..126823c624c63a94d9c33bd990e46437f3929547 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 c384e9540c5f34024ca5c9eb4503215cf51f1861..c140a2703b84d101344de90014d5c0d99c95adee 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 aa1d03316d28f2ddd1e02b4fea81bfc31e430c3a..e8c4de99a838db8db373cdcb46cdd30c4a2991b7 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 19ed3892f865b7bca7881b06a2f82dd41f2518e5..2bb2a72d802e729f06f829c18cf5d8164b2b8bc6 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 299b4896230665a45c5a4027523e24140103b04c..5e84c835a3ba934043080546a687a795d8a18b02 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 22f3214352d40b41c53b0a63c6cd1482b558927d..a05d6755719ad82852e533fac5e18a4407092294 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 20117977aaa5f9576889a7e7cee7f25f660fc76c..de472462a038196f7d8ca40c4caef0bd4bcf0e2c 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 1067970eb01576e46a8e7bf698f97e0165c44da2..aa8c2e7970b0ca5a04d6c607749699ee9956947d 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 8e755a491de32ab8cb1f748a93cccac8096a513b..437050d3037a67e0ae7b24aafcfb64fc0f264d15 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 030691434b079e0588dbfe63a010a6d6c015e82d..366e7cea737556f5eb8bb546f61053b1aeb1020a 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 9edb9111c2930d32b289fea0c94bf2c25c31c844..40bd2626fa30506a57c4e2893f99b453e62cfa0d 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 effd32bdee13e260db18d869d374337d92220b77..7a4bc531f12eb8c813c750d36bcce019c11aa31a 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 2d438dfc3899b330a29f6548d2305f6974d757c7..c4f9adb598f517146b77378553bd127feeb9117b 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 d1e4936a9bb3bcdb6364fae139db7060a13f261e..58debe4bf0c5ffba1d5d0cbee3999f9bcbe33b36 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 73994d4e489626ea580e863da34f40e10ba00d87..526a2a20bf208a538f0c5d6993ba52137b4e522a 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 9a02953c601c0721e391d748495f2640c8d011e9..6dfcab939cbdce7206e25f5edb39468a6aff4657 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 284ecb2ec8b95f0b113b2fcce31af726eb99bfe7..d3616de87cb0bce68a95e3d92bc3e7447a6991a2 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 3a907f9080be7a7fe8f7d4df62afcc6242663a9a..fb01af1eeaaf547a25e4d4473849484928805262 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 d3f44c283b74b7a9a5255b3d663a441ef9435bf2..83a28ebbc2f215f1a4911e551baec991d46e8d21 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 4352930af0041a2182bd8e64cdd613008a18864d..1755c8fb938c30f17bcb310a435962176b8bfc9d 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 49db62de940b195b849ed562a9aa3abd721e8be5..c3a444cab93f12c908de64b61f834fca2e41914f 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 1d40ca1f87c77956a4505d8a62ee74b759a734a4..9fcf936b3879ea9d054ca33c0ccce8bba97c5243 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 e05d176a4a3f68c6e73f6973e0d99ecd85f1938d..11e01d53d9c8d311895fff1329d88f30a3911040 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 cd7f194baf0ca06e044060fa41886743d2aa98fb..08436a30cf149ca8d23a45752daca99f2b0d04ce 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 8b3d7e5ee3aa3203aba3382fa76b3c6a197c1884..0ffc5d4ca4f5872ae3cff3ec7d9150df1ee454b4 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 7ebdc7663dfc69560ec51309fccb896e57e9a548..9535c6b9a1e87ecd42536d8ca4cc237c16519c90 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 2495e10a5b1bc0272cb9c4adb0b8f255421cb61b..f49bb2df804c04fc0c4f256b703ed15509002851 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 b80a4b51a47ada2fb1562de23b8cbd14f083e566..30185bd4aa9361b8c2ac8d7cd18e16c22f3b8801 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 66b06290bb2c7741d72ef452c06f37ded616e279..d7d312735d79232193697cb45906728e546ed67d 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 3d2d977b12b5207a1ed4e38952b8ffda8f6145da..b0b46a88cc679a097810e053cece1e454560129a 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 a1fabe8b28c469cfb2ac33f4929f5a957800e675..7ba65975e822676bbe9fcff361c4a7080835066f 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 6e41175152485f68f6a1de33bd197ff00d77a8f0..0a9adf6aa72d2013737e3bbbdc4effa1e50eb390 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 869bed415504a5f939a1c99da3b4a49433438613..89878ed40cbd9572e99d093b32bc36070687af0f 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 dd2d16dc813c11c2342281d1054e8c2d87e33bac..b03e63d7c7396e1f76a83db74f8791b1a6fc7165 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 5d5886f6b2871bbda6cb2ebf1240a9768ed614e5..743aeff98b9c400d6d89494d100471bd37a7a64f 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 3d48224f54b04f6815d83bf382c5a308d2ae7965..b4f9fc5f38fa71ef8ca4ac6df7547bae4c3f7db3 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 617349840ccc8bcdbf20ff2a0f6cfb36ef1eadfd..a8575e037cf80e0b606d96a5380f959533d09421 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 ae4ae6ad6eb94b1ccb9d6f22860154fa4c67260d..73d27f72cc09d34e3bffc775471ba62736030e35 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 b0fc748edc2ab74da9ebf30aeb9199fb3d681bf4..3e10336dbb894342449fdc6aad51f84c3fe9bccc 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 fd72340850d52c7660d92da41a46cd37784213a5..e3fd9b64ac69658e2be1d4dd7d1f0fcde038eb56 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 142fc7dd0c7f41ee3308b3a750aeb368a5fdc58f..9781890b1ad858ffc77f0cd946d78bcd84ecda08 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 d2c6b1f53cf069184aa0decbac4b6089b83508b6..f58335f4e4169d4e9a930d08b374da421b346ef6 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 5f7ea0b38c5257562767c246027a08d711ba127f..c85db6ae0b16bf3a389770a9fb1f0bfd6ddd2e16 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 d55ae046ae390104641d81002acaa598349430a9..0c8845fb03fb4f08888311c5180c19ddab22a13f 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 df17d001f0a1b4f624a8086ee2221d9ff8096184..65463813917ee8978f1579f7331bfbb45df25f73 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 9ba99b0e33476096c540f37d4555d5ad9e8c89e5..f5e392578bc11a938834cc75365fb48ff430f076 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 8872bf378cd0357b80413cb6bcb4aae4163d9fb2..111dc94de06082e4a6fb0656de11301613e03f5d 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 500783b9a72167e0ce94e8b7c0e6134d40194e02..50737f4131f27b3f94569a3109b4e4ec74e95058 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 d602d4f266f5df35fc0813e74fb60c7694102209..52c4497f84d8ac5c0153d8e58396f89f38ef542f 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 0b23ab7827bce6f00f781b36735b88fad37c8b37..55ccd4057f79feb030897afd879066cab33fdbdc 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 18221b83a8e8d33054dc6d7eb909ffa42ed6656c..50f8b54a6c2dbd86d869d363d744ca7defe93bd1 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 8bc8ea3cb306a4023855abbae007360411376f3d..317e3a3388ed77bebb69442f2b92f9c39023f114 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 fd205f16470a6258b2eede4d9aafca02476ea839..bab7f2cff204da5f4fc6154a784a7d3f8d8fbaf6 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 ca74591511dab3aa51aac4202a228f950118e833..e7461a995bb7ab01e737d262143b2955e6e7d506 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 232c910ddc13ce29acfe4fbf16d8df478dff1c95..f284b06b6eac1e24fd9df6d6031b50a1c4fb5830 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 016592ca512f14568a7a06b7e35e00d5cecc7ba0..e4b4f934e700405d22f4e623559239dd5a74b47d 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 ef09664424e6128a792b0bed285b16d1c06c1069..06430e4f7e596837108de2cb59f1caf99826cd4f 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 c0fd98345219a2e449820683792eaca1b4cb40c6..35776ea125bd04a72a990e478f40262dc522fa84 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 bacdae17e44f1d086ef55837b19f6ae44ebffbbf..6655c8b65a20a30caae4a16e1819c19480dbf4ce 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 cab8bd643e95c4bf46813a05731783c466191161..d18d48087e5ea7aa09c7ac70dc4944830b99b327 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 860e1e5d5a996ab6e2f609bf163ed982a2855c3b..327c32af1dcc1e737fa4057eb514a2530a5bac07 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 439885e53e5707e3b63d22eb85e6b5503940aa2a..d1f912c4ca00d5cb98af9e4bf6a73a3c0371fc89 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 b91acc2c57002fdb3d81efb8889021b9a6350617..33e3e1978f8558b5bfa0bbf915c2a9958ba0601f 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 44286e5ee7a4c636cacc83e5fbebbf682c205951..95ab12629d51af85c07e01d2130feb58a8f84958 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 f458188f07f93d22bde9f3ed75db064ee3592178..889837b8ad11cd082df1c1c5cb30a51781ffa9a3 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 74809ce6319a32579c92bd7b0f449612e50c546b..e4a1699e207d0cbd1504b872fb96c96690120b96 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 88c285a0613dfe64aabfa229f86772903a481a41..04c85a13447fe4bebbbfa764c4af58e49f7e5b45 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 811f837af54a1d102d609f51a863a115449f8c8a..10d42ad1642bbeaf7c6ea770dcc6e2bf120d6c9c 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 73cf24216492e2d32d488639fb475ac65533ea70..798e39343dd35c8a3ffba36a215daab1b21b0bc8 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 289315321c17365e402b083c6e86f34fe7211564..11fb209d07b39c42426129a55983041728f27c57 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 d8bfb771f4e9d6b82cbe32a5987dc1845ce35200..cd00566f19441c11816abc0b82812628d1149254 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 13447c215c5195775419a2c1c6ad7fe3c48b51fc..7e810f1225544b3ec6c772c956f39c1eb64cf0f9 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 4ff1606858aae8e84c3d9a42d37f4edbc4e6e74b..46a6414e9659503acc358c900273ef5b04348098 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 5690d8cc716899211b31ce3c5ad8297ce21483c5..06befe7e8e7ee4041d7e2b0d379b8aa4e3bfdf0d 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 983bdfff2cf8135912f616c82ed6a6b893308a33..2cc66c430e4a31fa181fc72987e93c95f0b484f6 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 045c39b0bf01cae93662834b00a5cb59c34f1682..87b8eb123c6d4aaadbe89292f3f3eba06322b343 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 a42b8c90c0e7cd12a3e942682b2e2a47d8f89f28..73a704935a0a4ccad30701833937d7dce69ff1fc 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 d43387adc6560eefc93f230c3d6c840e476cb9dd..7a6f93119dd9060c1f08f412170e80664d89c762 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 b8a247dd6d7181610600eb1fee37e250469c9f8f..6456299ede43ce03c30b526ec1b8c2eea12351a7 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 1c3672f04f01f14317829438adf4565d3b0159f3..b2f115957d8ce39e553d172df9b65f1e1ac4e658 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 12989665739dac60676799b6b964dc53ad121468..a20955e15a13e2ec5bbc4b72181c48e222a0744d 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 fa5da0f9c1f804608396df5c2ca21298e37b04e8..25ad2db342be6813cec7f51209fe2a42c18b4cb8 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 302d9351ae969ca9799e9a81c1b474e11ced4bee..3930d3ec197f0352eef69c14932ac1e0eb62d7a6 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 2cad88260693cd54222a52ddbf17b275789b2c2e..b857aa4080f334b3c53289084c44c3fb5b9cf633 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 9582a71fade5fe3108d1e2e61cc4c4661458153d..fb62a4f56b5fcf08e9573338a6c95af7e900b6e7 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 c3ac178e107e186eafbbac3ca8e1c40f65d37c89..d69531116c3ca3eacfac1bc3a4c0359d83f1c53a 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 e8c7e15524c924e417bf5b98a6e527431ccc7bfb..a497883e33e8b0e7ec5a04d9fe96290041eeaee6 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 d7e95170b7571cdff509716ebd18c05df71b9d80..5a073c236318f6297d0c75d42aeb997b105e0380 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 fff84800b0d88e479ac135a024301d82ddc5126d..46c6ced4633a6281d6f3e21d4391da492d5c9fb1 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 6fb7ec8713bec47947365b2b7bf8a1a305d91342..2ef12e1868c3f1a7c077a190571e1d2f0bfd2fd8 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 e4a01536251f4a07f477f9072889d14127f67e80..93a6e70c021cd87846170d85d3aa174e18585f45 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 3c0c51a47d60ce5ba111d8e51ce36ea67a483871..3bc8d92b55f3cb2800dc10f2e5c50509aefd6688 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 babe36e706b19dc68952cca5a2b8185bf1b49bbd..e992125f179cc9ab4d566bea00465690582e89e9 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 8d5f5002dc736d127b26ec06f50939b1d0af9b78..65c9a35ac28976272cc4a52aa5707ec19edfeeeb 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 c5a8130af16e1a5d633582dbda5376a9b0ab7217..580e02391440db6018d68a379529070125f0e22e 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 7404a10b4d5c4ae463ddf77fdb0d12c1e488ac64..de7b4970e7477f63abc1884673e0da28dee313aa 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 6a9900d3ddb0975af21d52cfe3656b7654225b37..55fac55220b2f59cf10c5ff624fcc0e9d1768d06 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 57163c63e5fa4eba7db60adc8725bfdea382bb20..8350b674fb54e0cf046ae7ce9d693b35e24d17d0 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 43cc42cf8b0423b15abedf327180db22cd541bf3..0193b7f716bd0afc0b85c79ba3996984d9b7fa8b 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 0a36e690b8ad87f4d56b59bc3887dd24ea9b4aa7..d9a3ea4f2a49164045c3e22f9b4a98eb436fcb73 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 f6727608160a6e7a7e10dc00822b4a673823d295..b462c7425472905255ad4590c909d8d6a683b9ff 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 0eb6912ffcabb59cea6273b5e5440a2920ae0826..38bc148eac519a980e75656d8988f9a71c02c94e 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 55d7a6ec70646455dc2868a76bd526b8bd98bb14..0f46db8dd48456c3e6fd0136c9de814ee402fe90 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 1246fc4b362d71eb7269db803497e095e1894344..8e8096fa7183f41dc4bd8d8c6fc04acfe01af0af 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 2c0c867c4411a63e6f3851be2c3c3a84fb78da0d..43b1ab45070b12ae4581ee6d18d9ae6107f963f1 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 89a253b6ece37f07b76c2e0d01e78f85a94c6c8e..e82c940b398aed88236d8423324d08c2e1990d44 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 77dd8a010c0bdf7d6afcd942d4a08d1bace69100..0837c28d03d3e7701bef67fb0709fc18d250c621 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 7e1811561a59025f35a7facc47689072fb7c9c82..8974891b88081e37be64ce455f27ee8b4e1f5b2a 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 5b72e864a3c0d45a304fff8faadf726d66be9b55..35ba05ea11526ffd52e9b4852ba18b52fb78e8b6 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 a3af7ac2c4ae9acd67c02e1e9698ee1559072f0e..e4cd6cf908ba4cf54769f02483532d9736b0ed96 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 7ab01d146317d0e379ac3735dea247af15bb39ca..21892aba7dba03dcc0e947a6ba4fe038310f67ab 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 ed2929088d6fe9002bd47cd16f18c76c085a6c59..3c5b0cb176b9d5a7c6f43e8133e89ad058c60c5b 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 273799ab163f22da1a5c7d0bf818d92e606a762b..4e7013d015ef65086b39b76cd9ef61fbe5bf9ce6 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 f8221b477e00e3ebcb29a6031970b144468b3743..8a8c85694a41d0672badda70c3b1fa42838bf947 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 ea02b84660ee57dd5ce7fa849eb7432c889d18d6..fb7b8489da5f863c05f2c6a3c4d94946ec9c17a2 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 e058007ebe4a8284ad81fdf443f55f9cbd9d5342..91dc5af60b8f064d6bc17ca80807570b436a0aa5 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 6f4b1b9836f9f7e1ab9015d93a89e270a167b2d6..c0357855a52f6e57d8e322a9a85e0398f6f1fb1c 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 cecdad99fb51af94e59c987ac60e5216cbe95eb0..7c4e8216a935553fc6850f4a988e8b17ce380772 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 80263e94f933b3a1a17a0205ff052195bbf6dc4f..d1acddd2c24057aedd399223c0ecc290cf9df89a 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 97a11b3baf35616516173b24828725a149618554..3c596cc3f94d1d401591ae835d512486591c8fed 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 5f193cb6af16759d2ac37ef9cfd9297a92545355..610b1192c2ae470a7e538a51feaee63d3f408034 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 bc2cfe74d508625e89b45436b94ceb95d41df9cc..587714496b135bec117994f3ac8fbf997970b6b9 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 eb4aea0a05e72b3c4452ca79f8b94a357132fef3..b16ed5d0a6cce8767b819ad4b55915b4e9e88888 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 0f0e4b941a4fee2dc6867dfac18505da7d77facd..c635de1b6b687af9480e8d7b4733a88245b7e923 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 fa837e5d1ae26aea37ba7307f85b08b40f9ecc3d..310367127226540e3a486f3f93e72aacc834f394 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 e32a076078c1f606bfc9f02493546c11ef84f969..1379a9d8adc2a6481ca5b7af84bf93e549c5218e 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 35676a41fa1fb201150e5a0cfac326ab98f629a7..9a5f5866f89d666c569983f3dcdda1fb0ad54493 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 29ed7cd97e1ca65e8ee3136ca7dc09df853aebde..3b235504c27c1e8595449593a441bbbbf4d66acf 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 8818161320bb7607c97c0a02e1487a417a23041c..402103f38cbfc6bb0b861e9160297487d3dc7807 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 57f2df36165a1f52f1892bba592c01c5fa980c7a..3fabc785a860fa2333b91d592f15b3775eef304b 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 1844f0d62a6f62a0932d49e46fa729a3b65a4d41..ae8d58e57d36234d73ea6bb4934a6164c71d18c5 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 587c174832e3ab3bb10ef679416ba871f891d5a3..7cb5fa437c22448a9d61c40d0de45395928b971f 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 b4a147946c35ef1772097e10ba27e9354aa94842..df0c2fc410a118a661c5156bb437d446a8fac3ae 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 a34614ec3864a86685b3e0354788d3a536fb5b2e..7167d5c56c5b509180e6640fa3c8ce246a8c056c 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 348e20d2a8430e4bf55f6d35d5d00af0bd5e126e..ee94f6d0e7c0114b79bf8c9d17abab55bec7f1b8 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 686656c88f54221ddd10cd4bfc8dbd212f4574b2..9c1853b5f2051cd2f90fbb5bd894e3eb45014fc1 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 d6f467ca77292eaba3d03dea6c388edf28cf2776..95ffc6ad67003b0521f62690fbace830cb4f76b5 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 d9e3047606b452f31a0a6074c2c07e28160307ec..e3ac8f218951256e8e121b0d5ef04b71c304dc2a 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 f871599219a14c5e9590e2f220a252801c2940a0..aabacb72bc9c072996cc9a953b7a289b1f445385 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 4c0e40975da6d738f0a0b6fc93ed4a67919e4f54..72755607aaf290b09a5a3a20afb5062aa9df8943 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 c821963a24f40d83755a94c6c154afa5a708f042..ee1849655e7ad88bd609b5d3a607019107e1c33e 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 9bf8df38e98ea3aa2590591701a66b4107644eca..7466afb4c288ad182170a2e998dfb33ce4fefc81 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 72f4c97e9595ee8f48b8d38af8a45820a05270d2..93ad9fb88d90815b651a93d03119feb17e26992e 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 f36176c51e3d0696412d764bc00ae1867e8cadc8..54696aba1ac26554a036d2946a965ece71d71be7 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 7e3ab87d25d22652fac700ee4dc89e194e5fe166..a924cb658aeb57560eb662ab96218c3ef4df9fb2 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 4387a161c760ad6ec5a292ffdbf7dda98e7eaa6d..88d3e10f4b4a9ca5a8a0e406f43d3bf6cad9a007 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 9c9037687bc1607fc7e3d7b1010898c6c5c8d9d7..291bdd5b0bc55fdd4cf354a070cb0f67dc3da6ea 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 55c0c3e69e023fbc9d2907d64c70d76f1fa57c83..3b9f9591209ad52f3c8e3ea12265e358ffad5059 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 451ced542d3c10058f84109ce5c18592681ca12d..3e27776c7b8d8665851ff0c30823360c34b023f2 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 3f57471022b8b474a011717d455877c5783f57f1..fde6e6bce9289fe7a761344fbbe9f70a6d992464 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 17f33e0b630f6b7c994f25d0411d78358ae58fc6..aa21385bea630ac21abcfe8b6b0ce3c1e7b193c1 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 c0e1065197063f07ebb1efa3ead58d4d4d9d3a08..61724bd1d7692cebf13491560a5645a3d901466f 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 63f9454f54e018aeac8a10c7bae1cd1a7ee5e16c..94e2c10374bd92307da2b18d6f6761074f94c257 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 fd507f1e35a8ff2affbcfff50c957bc32fe5928e..0520763dd24287af5f582a6cf3206671f86f1be2 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 5c1759d471fa5a8429018e6bce38298768acce56..a1323d40b82f3e3e76a69b5395fcd74836896257 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 dd020b12e85995bc439a10d72142b7d8da3b37eb..12f931f60a4d526fb3ea314267b7dc603a9eff57 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 e52579f458231b8904d72c512bd3d3bcfd5a8fa2..d1c9b87e0f484b527519039b96dd5f482c5daf47 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 12112b96813b389e6ef31a472f3d3a0ff32d053e..0d4b1d2ccdb1914cdd334056154f6469a10608f5 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 b4e5543316cf1f27df01ce1ce155951e6c368e15..f538c744e97eee6e2debb5a0a0aaec83d84fd9c8 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 6c7191ce21032eacf7294611b06aadee9bdb5ef5..b5b14a5161df586ec1ca9d317f2b4e0d12ab60d5 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 86ff5ffc229fbc9ad3f2c5526cfde0d77cd6bcef..ed70b6c90f37e3b72178b717d24f12d3eff8d185 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 dd45456458362528ce89a773791f659297103d18..aea12464bae00b81cd3512384d91730a5addb388 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 3baf8c52e362575d4e2b498145bc93019470adce..84ab7beede7774c36ee6563e51f499300c28f785 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 88ce5782ad34aa8537383623efe63cd2fb88ccd3..758ffd74c110f6b81614878903bea22a2cfb27ce 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 2aca2ca6551e77975e82d20fb7493dbe66b445f3..ddcdb9b70d4798adf2d4236def30600069783330 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 f82895bf3bd00201462082282893b21886df3539..3f0c89a130c030240bc3590ce5bc3641afc9787f 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 17b7618e3d4157e1aa0aeae7a473874c0fb15857..debc5b6c8da616ce3589500c22106a821260f35b 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 e4049f988abf002a924a9c1eca5264628027942a..7f6db90e4524503fc1899a8378bfd09ba62db9db 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 3eecccd303cf1a7c729b6536654aa61325e34ae5..f6f9d4ef57d55c5fbd0fcd493f7081741c3c8059 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 b319e1807ae4d0812cb2616db8878594a4b11d55..a7d0241095a00344b6d40356e0954072cfbeb6a7 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 88fca0b5d3d24b229a0dbcb49b2da01b0f07a907..dc944fd5a9d9f6e2a3e7dfecfa8d3ebc63b1f7c1 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 6e251e7750b8cf8bcb3dce8e3ebe3353d0d26a60..12531d148f33a62482ac1635f600e9a721e70e0d 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 8fc09a4463e70190f6cdea703f1440dfc6472ca4..320456a399e9dc57402c77a10166adb2be62ade0 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 388487c50525935188d6a2cc5f5fe4e25e619390..c380e5014414e389a51d9664ea7a10bc9656b60b 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 bf3b921cff905c09ab0972f103b718f13fb60e61..fd8ac522ec03b7be8677284f2bcec1bf88a2aeae 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 fb419bef59e3353a01a5007cabbd2183b6d49394..e3a573a05bbdf2ab267b33743b47136496c6d352 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 42b672bdc45eade581bc971921fd628e76bef64f..d7f49166e55cb3db3aa0513ea9110188014fcb73 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 1dbec9cbca5a569887bc07e53a9a006b1f5fdab4..f1718df1a74b4f1348b637e9be9a9314579a40ac 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 a964d4e117f0f2643226b4405257fb806e48274b..7675f5cf7893196c06b0702fc59d36fa4404cf2f 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 238c39d0204e36f63ebb50b1d30594113502dc32..d1d2646f4e4cbe8122d33daf2d837d6e0314fab2 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 e45e8206a92082f2dbe49e295dcddcc561cf0481..1fe47cfd498a96e950bf762fe85089da01c723fe 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 3c2e220aa11e54392a10fa1e751888d14e66ca8b..662bc897b2cd5bd0307616ff8550572f5730f3ac 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 faceb2d17c85205866b3c610fac8e9149b2a0cc7..477c2eb529e69a9531264529991ba809bfb1dd20 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 514868fa73348f14be4ecb7d1029059d07c264f7..32341f978cece9dd70de2f16c403d17cc231bfa7 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 c6351b0f46d9028db0dffddee050864169021853..12c141ef7caed3320b0725dce8f4ff9524528984 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 34b189ef3d6ae596c52d6c54e8c654e02198b6e0..3eef888249004abb8b6d73dee5c89eae858c5b3b 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 2ab616b0cb23824d71ca99bd91209e1e01976577..060e3cf35f120f7553ae81cae9c8a118cfd71d4f 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 7ba0c5112c01d6f5cf65782a64893867d0a46919..947fd72e93418b7c28455450859b761bc500107e 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 dda56edbe3b3be404891d7fc5489087b6e24e1a2..16293f4045ae4d740f5623c30035bf09a729e72a 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 e68d8c9119124f8c72a16578b1b06f8bcf3e8345..0c1fcb909b76cc1f3cecaa50d5ab7720a1ee71be 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 3b9c52c18bff7c5eb5ba7aa94171d7629faff430..ff9850e44f52c8c5b987cc0f39efafb49d0a742c 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 b9810b0e6020d9d7c363d91e79ca5f5ab79e3f6d..001f7cbd78e38aef182ea4ff08ab9f6e8dcd9cc4 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 a0fca349018e7fcbfb07ea9345ef65e74bc8ec3a..62c5af0ed9bf3abb84c67d7c7053c406f52d97f4 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 e95774991c6adf4494706bc8d07bdf249383a3fc..f854218d465d27d8fdd67ca53f53f84dc7d21ef2 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 0872496cf27955dc2397e37f1b345d60ae7d6857..2d2c39bde7cebf23520d4e249c844c45dfde6fa5 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 0d65d6d508ce965234dd3a7c119a2fa534180591..c97d5d038395efe71f2d13d25edf2fe39e9c87f3 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 7c82164e60be8510c87dc5fab6f6b100fea2d525..91a13c2d0a157dda5e429334568adbcbd621bd60 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 85be3c3808711e6ffe5ba9d420d5204566ba2a48..abe03fcc440322f06d871e29fa897e710f70168d 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 5bd5e8d1d41f3b95962e5fdce25246994e2d500d..1c3e987067f261f1c6890d6fb1bb5afcd3675df8 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 b98c66879a2bb6aa4f2b3e258dc35196cf3e3b78..37d7e1d138051d8ef24a24ffaee5a77f4fab0b40 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 5f345516993f1d7f51d5b7ff34b66b35e6d34e43..f5e7f24b967126d22cec44e1b7063fe931688bab 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 8fe0c2bf075ee2fab70cb04dd9353fe287da13ff..fb6af3d28bb4f995d2a7703571a2bf9015246a6b 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 11cc5e020aee98e2bffc61e6d9560f99fff70f9b..d131a4e2c46544f7dc36c427283d42169640cc5e 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 23bed28ef7f578062708de00b2afff1a509fae28..f6265b63039a70c689041fad9cfc5e9e7c36b751 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 b2c6018e61c3b145ddf7127ba96b61ca187e463e..6398276bd94112786a48d7264debb3fa7ba79892 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 49ac54819904d2c29767ab617868a832c27e1af1..85b3d144f8642799dda73cb6864433c07a879a69 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 4aaaca3415bbcc68176141d5f70e46eb0adae3b4..15a66bcdb44e5d6999d5a78c1b3001de5e76c68a 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 6d119129f6ea57e733bd8c307d6b3ab0a586de29..df8ef91624d1f58e42da9c2d297ead0050ee4e0b 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 b8bf11c88894d57e2ca32f3791780f7ef76111ae..6cf4d9ecef9e25a00454360086aad4074dbad88d 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 e07deec729673871b4827b5aa5a87799d559492e..a06b985ef95949927d7d6fe3ad5153b6f2bf70de 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 e4605e73dbd6350e6ab37c880521668163e0724f..40d54afa9afc537694dfbb690ad2f8ae835a5bb4 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 94a868fedabb8f85f5f133a48d20ea0a932ba4c3..9817d7237d8f9cad40d70c376d1217849d212b4f 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 12c3377c31f65a35edc93abab8e886d7356e8578..de12d613dd90e44a7015e95922090b764d4c6eff 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 b0dfd4a28b5ecdaee611758875cf964f51bca2f7..58ab6eb3e8e16d5ec1f6500a64fb3fe80ba3b4e0 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 cbf22fb3cdc1e6e06df5ce508d168e9558cd762a..8ae6a6eb1eb90e973abb0b3e8ebfe6162e9a5f0c 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 6b907a903eda2f04681cbc5ea8f1c4146ea08ed8..d8d57394be8bb36ff1da4ca30669335091cd3939 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 c919c5f646650f153cbc3c6ec77107ec6db268da..91a2347f32056d5a20e6ad3790ce62e5cebda365 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 66c3492ea6ca8d38bbf3019135a8e793e466e910..1b666ab063e77f8e1044afe333824b8bf4edf5f9 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 fb5c2f68fb5bc5362dda4396c19a86aa2e6f4b12..0b148b7504d4e284a1f78f9567c334380ea45b3b 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 7535dcc9d7978cd98b29238248c4b5af57fb85bc..0a72b1ea33c6b9e7036fefcd1615af4ff8482c84 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 0967c31ced03256dd8fe5a7b569c582753a7903d..3c5f51f3843a8400228d12f1602e9ca3514bca39 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 fff01eb91b05242cd5d40f788370b7345eadde50..919b2e776610017626c91fee8b296b75ae3b8c44 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 74b2259536d4d4e308100b755aa7a3239c0ecfe1..4488760bc6454ad6ba9c31763dbe0a7c597a3f94 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 95a3ff53b4d4478b8b74428295ad07825dce08d9..8be7289526d9f2f3082382b9f138c4e2d14067d9 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 8592cb2db4a0c84762e1bd2060479c048358a6a6..a7bc975a2ed34705d1343d6c12f03b509a8f6174 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 ce4f12a92787adcc711d715098e3b4768ae19fac..2b45baa8eb9dadead1e13be215fcdfadf69c2230 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 294af9a417e2bd1fc2401cf4fb0eaff10b817c78..c4026c8f150b60ca4cf7955bf0ef376b7221420d 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 c4dc7ea1d74e81f975913a204371f43f4cc96c5d..e61982676f8f1ecf399df32978f9f6bc5fdce4d5 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 dd3d087f9cad416555f8642cbc91ed8e0a4b39df..f2aa25aca7f5bdff2122d36ab17f5a5acaac9e57 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 101bb66a8a16c07a1fd976caf53b3079a61740f0..ee903fcf04b8a0e91f0b19940ba4f09a03ea5232 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 8feef0c60c606027e409aba783fdcfcbbf7eb971..66e995c46bbe80b18767894f339115e77e28d53b 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 eae00492a973ffc07a75d63bfc36607cc825935e..46eb691f47d01a8c379b748d85ffe3e7b64b85d2 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 e6b7122b09c3fe48b615e97bd8ce375993b0c685..4382993d4d266f40940b41c69f714b20b295ca70 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 3b39da670b706ee36a062fb687c279188b70ab5b..bff2f498d35a57de02d4212353a63a76942c6585 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 b29673941d10781a68745bb9ca0c0fff913c285f..a517437e85ba55849dbacf38b2798f4c8b47eee9 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 a830879a6264d0aeccd4ce7da22090697e9d0989..833bc8aae174a4876abffea7b509b34f772f8d65 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 e27eb391d4a43a5e883d8e2cedbd6cea26345ba9..64442576734ef3d07b41fb2b696d4bc2b947c217 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 9daeca9b6732b5ae4747f9925469f6fb679dc516..dc8a88b064b006dcbc2cd96a1e2e86d521353609 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 d2e00a6f684bc1e3b5ff7603b74434f90eb37e88..6f153c4e3a3338c2b80d7d10a3b124cefcda8b59 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 27bd12a3acfef1cbbefd3859ab6bd0f1dbb1e5c8..3abcb3dc9adb2335c3c03ca5ece8d1074a874dcf 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 ebb1cffe9d6dc26877a09e979c72a2932f79ca78..3036671c9244c444e87685858cd5459ae8a43cce 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 c41a8aec9e9494cc8a163863a8f821c1dcfd8044..5994e58305177abde74e41852eeb042240d692c8 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 32dde7dd142bb40b6b56713360ea969c0b25be0f..c45657a4a6c965e31ce993daad7808ee12966743 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 00e57372ed2cc8876361c892091530ab48ea2ac8..f58e3d464fe02466c20b425871fb4a916ff6e899 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 b1bebfdb456a3e2ef90905b90949d4951e5d553b..a4c63cc1450df502449c03f35766a79e52c52148 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 5b77682c7b799209a75b4af87591ca39aeb9ad84..52f482a75d857395aa6136bb92c494fc3755560d 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 849ab59c14df18f9c5a3849b2ec780412eca32ef..5daac012b596be587ba052f482196a4149d454b1 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 0e892745e47a919db8f2f2cc5a4e9e3ce3a74c15..4eae4e3c5d83a4d2d4a16399d414d96505f7baa8 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 b81a299d05e2b8379e9ea4151c0bedb977f52fad..5e8fe1f8185c847bd4eee83cf027c0bc69808eaf 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 f534cfef90e3c34c0228fa80b1e3f875abf0442d..399d0f6b35c13895006364c25eeec167cb65c8ca 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 32977087ce253c20c1bba76dc73f73334a746da1..fc9f532516c1a0b4d5a91d6c422ad56f9234b591 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 d81806d3ec5c7f1c4dd113c82059d23de40560e5..0bdc2eb020607222a8fce6fbfbd5919b94cd8d8f 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 951fb0bdd6ab6f0d135c7132dac28c3870aa1860..f4e947c87c65dea2fcbee9ae90923637aaa4cc64 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 6de25c70317acb0a0d9e61c057185bf0d6dba801..191a1feb13bdca28f24bfc015045d2180157f8b4 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 6e334ba3d8dd59463559e3af1e87c38018cf9447..75289f0c99a3f0a167e855a745af494670affae4 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 00cc37d0711a8cc8b7ae3d50f4eff91957d6c7c7..763aa366979d083961a1a066e21c0f6841bd8446 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 53dc4ac9612bdfd2f819adb312341dafa8e83e1b..01d2079e5e3f3dfe9353432e0fbe8a19c546d63d 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 deb0912a49617edd60c37ee8ba7dfb672b626ad3..a80bc230fbabccc24c91b83f5704a5cbda15edb7 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 b07b3f2d6eb3380209667f6ac9e8a61b6af72159..5755a54de5225e1902d7c959bf89b4375d83bc14 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 7b283708e782a0974277d66c9a9bc44580fbd029..3571350e13607d79d3ab44e0eb666e584566ccb1 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 faf04fa6075fc07523ce206f987b023f31290a5e..4c65b50d180d9b72a1e7d045d09b69987964f8d6 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 22563109ed378e33add3e0ca949165b69cdca11a..dc9001bea022e1fda2702411b623f055ac958e80 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 d1bb97a2f95622b8b54e0b87d9b84033fe3a211f..af250a25f7b2048096672914ba92c18947379643 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 1e0ba5f76c09b0c8f93b80714043f80277e1599f..627c23801ec3ec401796dee308b119521b0eda4b 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 a631e54c266fb2027819a2c2d5df269a6b919377..0508610d7ab71e2f951069f2848140f32e543345 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 98ef370e46e6c235b84a63a37ec3dd0e2a386b0f..82ed7955cffa0428da4c4fef774849409747d06d 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 710bfd19106fd40c695666a1154bf0dc3ff2110f..de7ecc93ec8079998b5532d476353611655264d5 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 80ecba05b906e06d7d313799878d3dee5076cdda..c121835c6312bd68a51630e653a72a87940dc2b8 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 8afc85aa07006814bfc15e77d3f530c570c57da3..298a8844bf2626404258ff931b7d6d5203841581 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 7e8cdbf0ea1e965501b8882589168ab1e2584df9..a4186d1367593386dc1a056a28a56289270fb0bf 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 f7f9af80df71e9b8f95b01efc0f6deb2a9e0f75f..9e8ffa7e6131f83a24bae71a18608dfc9c9faa2c 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 9990d384489c58ada4e02baf4f51a62c3959ca1b..48fa99d9072b6f2542763771956407eea4f79fda 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 b82a00883e78a20d85b69703c9c2bac2d6d9e0ac..5a01a5e2051f28e1b5b09ab4f54a7886252f4d14 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 d8b0c07b87074b0d415fddc135c1856272ade9f2..3bd14b780545ca1317bfdd70bbd469484a841cfa 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 080800ada3a194e29d7c9ce1f68e147b8cd9a984..cb36acd1d26717b24de0cfaeb9b08d25c0f878e6 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 97020d632975d6ab04a81babc65263115a61aab0..d7650871763f16435f9eaf2fd773ce5db2d14ba0 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 b27427fc9b6a60a908c95c21c705391436d5c406..65d2126f236b49cef141df42cb23a03b7b073e4f 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 98fc0a16bba68e2fb10486d733f0704d30bad031..36302943fe195f03073700ada21fcc58e59eba99 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 131f3dfad377cba8d4a060d50e12708b29acc459..7c7a1fb34e9d2bfe3c0aeb1cec8ae74b80be8846 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 5c9cd721b468d2b86b83dbd4e8ac7e88d58c8c4b..705d0671eaf5fa96ee76dc48541ffc7f19bd3275 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 f9eaef6defcd5a5b182adc6ea6879785598681fa..f674b03e40393d6afda5aa1a357f079c4b4b22b2 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 94cf8d496b610c471e37c65295eca544d6cb1117..346c98a43afa0495d43b4dad89629e9bc7c6a84a 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 3c732e45073ac667461f0b7627a6fc439b0bdbb3..adc76f9f4fa8f7405774c8ba5deb6f644943adbe 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 c317b3ec70e92ba76d50d9b9bb6398dc48f9ea24..b06ba8c1c2f28c24fb389cbd3adc7f8223aeecf6 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 b9c0796b4605fe0773d6fb309fb14df1dbb29bbb..d78adbf35e3b6775b029397c6631a4594dc1bb06 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 55f63167256cf64bcbf0022b13282ad9c1009b3d..c1773e6c7fc69915382b7e633657989d29f7a543 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 218b5674f6e2e668b1d01f30162e0b0ae4a2d6de..5de4d019a9ab028f228eecd6832c890ad4784a90 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 c410e0cf04c800d290beae202adee636f4ea8bb7..2ad3702cf04c8b3b6fa6eaa20e663e32dda01c30 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 482987518cabba3acddf5d5b9bee41383fe5a1e0..a8b5d087fd0ce96f8451b0722c93ff885410aa30 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 7b6bb89555c955fd7a11cb5433af54a8e305d1a8..c8b506b7bc1878ba82561cd40ee1e21a1f48c5ff 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 8cfeedec6caa1a1db684d6cc64fd1e5141ada5a1..5a604260fe43ae78672ed341d0d7e5f6fe628ee6 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 c8e89a01e7c5fb4adec48dfda040893bf8f1c19b..740286dfcfd885de752ec40bf1fbaf786b0edcd8 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 36a913389f95925a33fe39d341989aeec97ec9dd..fed8aed62a755336de221eb996e7546fb26030c8 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.C b/src/turbulenceModels/compressible/RAS/LRR/LRR.C index 1fdeeebeb4a134a99a1ce13f2d6bc94c7a0d579f..b90b1f5f146af990cb9e9e24f2d2bee0ac9cdb8e 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/LRR/LRR.H b/src/turbulenceModels/compressible/RAS/LRR/LRR.H index 05dfce3101011fd1455ff63d149be4868aa74c17..f97e8a750bb981660ea9950ec1744ceab576b78e 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.C b/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C index 3e35614ff2f4a52c3174c77d3bb780291715fb2a..130c7a6dcbfc4586c68f6f6985435eb3421d5fc7 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/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H b/src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H index ebeb5a596c2e816b05b341cf08fac64f81ddcf7c..0a9632b1f5a3afd1bbc6e1e28bd8dc2fcce78fe4 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 68bafcc76c97bc05793bdace7ae39a434daf2622..160331ee9926e4b53a37ef5e5e8aa297411a278c 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 249c4aa4eb2f1ec892e0843d11320dad86ada75b..aa5309aa3f53225ca8b245cdcc2ade6705217121 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 5ef5538f3eddca6a640cd04c2bf0a3e225aabfd2..b391afff0989286e5844b62a86f620f128168ee1 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 e978416d970510eb31432d892c0f5a28582962dd..56e659c1b2c7f9643c2143c2305010538f08507b 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 3884b40091c2047e4e608f8ab1b9272e6453124e..bdf8d01de3ff3813f17c0a85f4f0b9fb97b88a59 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 dbe10c404faebff40ac80e7542a6833f0645e950..865ecc906b6711b87be8f8d4958491dff904d6b8 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 31111a27b6c8b1461c26f2d6e2a1d26c7a2246f0..d49f7f76d753420824f0a19ab9d0aad65a2d3ff6 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 e1d4f33a5b0aebfed31d0fa703350cfd42ba2bee..6296caa2eac78cba650d562606d86e7f7d7c794d 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 a503214a7b3786dd5fc389e1d0be935b726c9e12..9f8e7776c7cce51f4e4fc2781380b2ee5d2c7299 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 0923cccf9187322dfa9c27ab72b00ac8779fee7b..86d2448632b8a3c4b4b10d75e339309293ba35a0 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 6734b8adace783cd144ff6fbbf68fd953d554a58..317239a75d974fbc2b5119fe581088153d4b71c6 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 9220dfa7da5fe08d61423996f244aac18edb672e..5cf3a2e11390be245751e2bd8da50987832b5b90 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 73e5ac1c411262bd86221e55be03f2eb945998d1..8f5fa87cd6e8cee2218883d691a340fef11e11d8 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 f0e02d9a88b027a8d9e89a7405218708a2fcc066..83f7fdb19a28711a648d60af2650e6caa598db1c 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 8a87074784dc1e4dc7d264823690debe0f341b4a..506343c9e9adbdd324ef95cf92b8ed1a4b99545d 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 3f613b30401927994acc0b75c0cedbac6e334541..e2b54360686d34236ea16ebc0f352fffd01606e6 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 96d6ec1c5bee67a7b5e2b09e8f584b9ccce1532a..91ee284a8bb168653ee2ba00470e0daa26972c78 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 737cb7c3c80144ac006a827a75a3de20108b858a..a85ed23a87feda778dca35e63ae8d916cd1781bc 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 76b4822b41f5c69115ec07d2060316b3d40422e7..1ace1cfbb0930df16da0c0add553b7a93f9816cf 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 1845d2315e75588c37b83b1bd13a8beb7b25cb14..2a12a76f1a7335e1a4543af42a8759d3f50080d8 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 f4b939e203f2cdafe7b0c7effbb49727e2d2ff6e..ea220e3d55297e983f421c0d4121f58a97233c0e 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 42c6d1ebf7061f5b326505b3cbedfb9f1c73bc4e..c4a1bfa84a501201c800b11042142b28b67c136f 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 5997a4f10c9aa878c5b45a88586bf45e21b6b2d7..8e0486215640f3f7465b73d770a6996037d4a2dd 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 231c61939e8ff04ef0d383d58bae596a455b4f90..bdcb0a8ac7f788dc5649eefd35fdccea62bfda42 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 f6646a457e13ce3cc45f4086c784504730a3af18..6b7f8f8643cc03777e7d304d12ff8cba95e54114 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 096bf91cd57d6bf67a2cfc711efb1b7fe7958aa9..b1a87182f3e44a733dc651c75e697b830b11b6ed 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 c221d0cd85f1a28552f56a819b5eade453026a8d..2759f2ab8d33b9252fb22f12a7645541574b4f95 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 30fb88bc4bd777aff7af7d1f857154f92311d09e..ee7ba7ef80f4eed9c5f6d023eb4a57cbc719bb92 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 ef69cf3452552e42c54acb74dddc9a5d8131bfc9..ffc91e74544ed227470704dcea980314abf77f16 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 643a73f1955e66dce14596eda0723395ec1a8148..b24a32c76af3d6cb44f301b328ac9bbbcf0d9684 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 d0f838fb030f2b488165c85fad0fe48239b98f78..a90e49942271a59444e38bf3efab6b1b1516ad53 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 1ab15d336fb6a2c8218a6714f2d175925eb091ca..6656a69482d50eb6c90bf4f9bfd46d6ec108ca11 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 115ebef1fe9bd239b774c6549f4ef8b1aff60fd5..63824c6d72df7291ddbc3343308985bc301171a9 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 162561d5f8d0feb1c7e612a24fd83dae06fbb48a..21ab44a63f2ac2dbb4847b9750cdfc72e542c10c 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 7128f141725ec149c047473e8a98580c34d84bcf..0bdb497e25b2e30accf45bf8cc91ca69526c01f2 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 9e5ac7d42b37877f2fbe9a0936d54ff896e26f6e..a98801842a04c658d254ffd3b2bc612dcabaca2a 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 f3e58ec7cd05d35befa06873361c52746b0d4e8c..e2d78afa2ddb42384affe5e98c9024249de33714 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 968114cf8718b856d562de6a9fc87820138c4392..08c76e7a82d92a8d3cd30cedcf4b96886cf501dc 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 4b2a0c20b95a5f6f8e2918cf18aa0b9064cee195..083c59dfa8726e11fc5b908242076b1c36013f1b 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 8d9024daf73410f8c27f6b4038bf88a07cd128d2..b6b1633ec4b9aef4b6ccb870459f824f5244e185 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 f85e8f5440ac4581d2f9df3f361f5828e2a6cbb3..12839784d69a3a6c719d8cd2dd39c30f0d51154f 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 5c23d3d4213074f399c02c81b5c940dcba1db564..fe5a21fe7131c9abfab44e65dd2f6a90678d4149 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 9dc81a1f44fb36298b080e8690341cb3914d61cd..e417067ce125f7446c07e90d88cb0588996b80e3 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 5236f5f942221cb239374c6b5300cbad4aa694d7..1d2d89a46812ab76170c6c4f430043f21cd60cdf 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 e159c15df2b3c3dfd501fb70937896439e4d22ac..2a66378751a267858f83b8da9899ee4f9802f521 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 3561c9570406c89d48e1dc9d9729a19dde802de1..19d4e0c0a440454f0e684f634c78a12b5d1ea83a 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 79432eecb6976be5fd58f3a0d602f436a718c598..b51f3938a6ca3ebe740e528e9287739f560eddad 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 666d7bf776217163dda16d626b6f68125dc9d8ae..4ca895e28b26cb69985876c8b3d6cb4f68b40b88 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 46ba314504187d261a67ec59656b95ac8250b1ec..e6a35472bdadf1f306d046fa70e83b24d80fc1ff 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 3f0f763783d4f9a55d901af6394ec15590d843d7..00b0a7305d7c0a28153bbcce694eb7b9e3ffe71f 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 1e3bee70f8fb6e44da2978a24295e672cd68d240..9684a4698c39df213988a4d8f37aaca7c53c812c 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 ac18b288725bf68492138b3b1489e9fe03053b4c..e3fe43a5f3d87a32b003f5b0690e6da50db646c3 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 dd0c01663ee56f187712aef512ac9c9e6a010626..c10de0bacda749c73924c8154a7b9e1854f45a95 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 5cf3ba579272d980943a65be5be7f7baffa248dd..6db2c5d6fbd510e1311a258218a2f003a6578c1d 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 e8d5ecfc966fee34b067a22ea8b8686e5ab121b4..69a9b943a3c4fb9bf72f3d40788a87be44051c8a 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 a6483d28e33a63dcc5ab314e57bc065d46be490d..b717cf0e2ab07ad80e5e92148bdb21737e02632b 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 298950fe48d0becc9f90b10de18e4696805f11eb..7cea6c5206c662ecf97558efb7d871a41e39e503 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 8f09a3d2e0e5a7803c3349d0dfd8fba0e7ae35c6..95574f28ef7ba39f3ed64d40ae03a4c536557eb5 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 65fa5d4f4248f3dac6b0dd4c439d1a44d797b4f0..fb8c30427ff6371a141bd11e08ef068d697bf29f 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 b4e2ca3da89b0a274c8345db61832c8023fa0753..90ffc2adbae95a84385b058ae99b2e1c5fa229d5 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 d2861d3a4c56d33ad426c2f892607649423ad9e2..cc801aa1b43d95d2f31cbef396a26ce7e383f749 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 4bd5538badcaeecf7cbd495da8616108cb6d6770..94bac661db8f059d615e79e8d9dc27935df0a3ee 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 7b4093e17481a96d7a1c1745f194bb167700e2a0..cee8ebd21fc17bea79a05d36f9a42551cd5359d0 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 4b264366cef5c0e39c69c53a78ccacb069e14a53..96041938ddd76d6368457e266d287431155ef905 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 305625ce10d4744f7dc258642da5194a5a60b00c..e738f6740cbcccb2e59f5e87d04b71a93362d6fc 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 1665e7ce53675f7604625624a35555efb11a236c..08849cd0178b58f030f754e45dbf5b7e7fa5357b 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 72b64dba4c369e9802d47218f2897169e5f671a3..832b4947c5504d05460fb8a5ae34cd5290434f38 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 62b79a1f5b45efb9cc74975584e168285420660d..d108232304f7f8da53e72a0088be9763d5930ff0 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 6dd079a7c2eeba17184ad99f6e2660b67d87b720..c3d30303c03c3d282fd66ee9b60be4db6b2082b1 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 93a032ced505c9848d59968558c335309185ec50..a18e4aa9736cdf3538fc2a653c00119c8e0f11fb 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 6f82dca3ce8754e84d558ad16d7f846c2b88d680..a722fd1853b24ce8a9473aae9f594ba049058585 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 d73be82f763e26a57ad9a2a578bfe32876e8b1db..5682d8cac06bcaf2ee5488e355eb84a886c9d4e3 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 b5a0b76f330e9857cd0b36563bc0aa69c07b56bd..d4fd7d3f3014f0d6266bab368ccc8af469372fe4 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 f075214f509f745ee394f01b731c14985ed263eb..796d0110764e84bcaeebff7369263aecd2d255f3 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 541a77f51cae54352c8a04258e831362ad123ec0..ee3a8eb2cc4862b001a89e243a43aa572d2f70f8 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 641bacb938bf63ea845970520e3e474cea440b18..ad524887cdc8cec5165bb953ae2f78423bc92698 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 9ccd6f792ae6930ce792a28886ed20470b3f0354..2ed21a3a3869c9abe62a9efe3abf81cec29d36d9 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 81d0070f231bf63e7b3881aa0981441ef9aa7188..46bb9fdd1e708730c4edaaa0f8516c85a7d2a52d 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 4b8cb023aa329583767478435295098b1a38ef08..0c5c4bf3ed616f45f5dc046c7acb50fde5f5829a 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 658433020ba015a438d611720670d08c9c91c8dd..16108e18939f7a108b7cb23e35b40d9afaacb4e6 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 c8d27d8d70d96aeb2ebac34693b7c564e250eeb8..12d53347591a164f43f68d170fb146dea9ef4e48 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 870a1843c1728940ffb63fb96802dfd97e680307..d23b71b30cff4b50568afa75d7856e0f3e4ea7c2 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 6a85082131f4df8a91eebae5f28fd1bbe947178a..9565443df8101c4a911da654dbc2ec6e88b1f2c1 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 28e1c3956b4ce781d58f8229d1735f71bc2360ee..3c5015acb3a23d9df22e04f30bf5f3d5196f7f93 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 7043f5182bf27ee9e5e50940e3c088fa6a6d8f83..53b514cfbd32ceda5c29279d8c3e725315ea5ba4 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 147aa0d2f77024053022a2e2c6452f765cfe0e0c..f6c77ad9838fd71929b691d2f3beb4fed7c7b41b 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 431a7fa52884bbf764ebcc8bdc705171a5cb3cc2..7088f177114bd4f55e726d7c8a55aa22960d1c9e 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.C b/src/turbulenceModels/incompressible/RAS/LRR/LRR.C index 586032b0ed8574e07f02769cd523f3a8da7456ff..3950df0e8cd6ee156720aa6c3d932b3accb534ad 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 + ); } } } diff --git a/src/turbulenceModels/incompressible/RAS/LRR/LRR.H b/src/turbulenceModels/incompressible/RAS/LRR/LRR.H index bc3d34ecb200707478d557a32377929f026da571..78104d77a451a9aa7b7568fbfcddacbc29a8e952 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 99c639cddec2cc58686b6a2607a4562ed9b3eaee..8e37e0b67f4c821246b79af969d09b64ce5271ca 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 4fa73955be8953a3dc5db54eb0b0deca43201b3f..3c86252780fbac1bbcbcf32614dcb76bf835010c 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 3eeeb5be6b69e8f8e69c8d0c7ef38d5147672137..4ba405a8eeced8fbbed3f3aadd820fd14edcb18f 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 c6b16aa4b07a2043b5d4cf135d1581fe629a1c46..b28a5c5e47f1f0eac1ef5658b82da75341a0619e 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 f5c3501052c4b5f5ee5e2fc77e77051c9ee0c122..adcd170cb36d9ec635edccd1fad525a4005900ec 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 529ce5af0f3402e150704b9243eefc1960ef7321..7a115bfaccea7a8f648d647b5d755d8170749d70 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 a44a81600520d7151321392e34cdd56a8a3a8941..62d642c60be68f0072755b0cf26e0f3a2da16701 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 83fe2c11fb76a5463d3b817ccf837aad98424009..92ff2820d045ca232ec0d2bce4e94f17d37e628e 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 82bf73947839ea83a4684265db425bf8d67bd57c..c8d51febd2cb3fd85fcd67c7ee23f2627d264843 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 427ac8e67a806a87014e0d63bca892e36f72a544..f1a333289f9f7f2fa95b62586c3154bab90b63bd 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 5ac5870374bb8139fd59e2a232f077a7254286d3..dc2394057afa2f5c1f96c6f69b5cdcaddd24c1bc 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 3584eab526b4c2daa0acdb519c6307f9d0e01bc1..bf5c86aba0637539be9747c749878303d7c5937c 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 e4c2038a17d313a358ac6c8b9f6760edaca889f6..6a46ca252aeea08ea83716fe26eca684d8592a86 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 284096a7e22f3b46baf38b38c9784b0f465482d9..15632c9026d89c2e601d598bf95428766aa3c1da 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 b6d9c208521ee1351b0ec73292ea5680c05dc5ef..5716264166dfd5bb52511eb9f88d953b7d039f01 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 53170f9288bde7b7f0922040b385915abc448da7..f0d66d95f772c5ab9c94c95611db397b15be1bc0 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 22a3cd62ca784febc43048135e08b88f2681816d..88ad01d85df3c42500a584b116b65c64a5755bed 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 166b29c2066684002718689c00fbccc7e2c4bd35..d12b1ebd0d3f1142fe6f3e9e0cbe0fde8a191f44 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 09e77a594e0e94a23e2a20a763c23a740c84835a..7f706ed19bbb30b9be9b19d629a93f6a2c1c5c75 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 55a309f8abfc932d93cfa3fd9eccbc92491ba934..6cc67cf0eec5f7eb606b474f8efb2f8517aeace9 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 d6ddd9cd9e0824c36d8941a8db40de5b31ab93bd..aa55e90c1197fcf1499b0db45e9c702bc3cc62c8 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 be8c36a1a39fc5bca7cc0901e9184e4cc64782d6..5bf5785d1b598befd3cb97484aa09e360f2ff8de 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 6681bc60c752fdcd8a58b3ad1468118da5140f5f..7621be6d88759e2f77b93461fe5aa1ef3b312457 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 aed3b15873af2dbdfdc79d675b9257a5e9fc09f6..545a84c6bc8f3d4633fbf640750ccc6b4efa1f78 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 27129b478b02407725cddc43310816ef335a18f2..da9986766cd6f269f61c514168b9d1e584a622aa 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 8bc5c8d0221a18181f53c2c86249baf00389ae7c..0175c38a730c32ee5a650381db55ac7c4d0ae431 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 6ac3cba5bcc668dc4fe35f52b0b9fda09d2b82a9..1d22364192e69cf19d1b5978e629d9182b6b1b3d 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 0b11e08f2d695afbb3617f9cc343fa0244d5770d..6b0f8ddf8c46763e656c631838347bdf8175dc48 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 7b4d9efd205dfa8ef373ce879910dc5c7d71f58c..2126abc71f66d40daf4cf3d012d15e0327e467b5 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 d211671ff461b9001266dd4b995834e4492add7d..8d3673ecc79526f501007cacef66678c27d747e8 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 95fda29ef27f28eee3ab1f7bd18416f451330cb9..0350cd5045f3c79a4c14dba5203dfb0ab4f905f4 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 c3ef68611ff63fb4957f4467b7d365333cd2aa67..72a0ee907c048b6c9beac7e2afa81b237a440179 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 817ab356aa8bd03b522cc9d8fa8bfaba9db1a177..ba84edfc9cf420aefd7ac44e9e0d6d0d318bfbe0 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 efe0cdb0aefdf35e147a1cfe8fe970ac87477691..2919d5d76b0b8e919e20d98b6b84f0c3424c9ff8 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 397b66806fc5995aba08be194a66a638e9ad1846..3ba8e9d12a421bca16fe33fdaf4c47046b649db9 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 283019e9370ff51c7abb077b5c94a85f7e912a0d..d11684ad6d8de1cd704215871f6dbddaf2f4c346 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 f19bab734ea9b4a40df5ee3add94ca8446da4613..830d991761f1654af10bea6c2f6d919a92a50ef6 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 5bd1ab97b10358b01dea2dc27cf097e75450310f..933e9bdcc929d425ebcf1671f9dedd6ae7667b64 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 f43c6322812c6c9742a7718b3ffb0b47133a0b34..da5a92089d0118224189c3460f09b2026008c6e8 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 8c972f92ce87cc435ad2f93fcca4eb48ebeacc5f..76ef430618e6095a2ff1f0eb15962a12851e64ca 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 fdc90847a8867f4f0faf1cf581ee87db71f301cb..ac7991ef67f37a0847b6a01ea148a540222e22f9 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 fbe15de3e4ff92beb15dcd5999c6c43dd970145f..67b28ab3fbcf4141583af54bd1c578daedf035be 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 63ae40a459e662ee11b6dfdb1e43ea6e94c9a892..d43ef1811a36a91d7b46a736888c250e08c37192 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 5bb72879af51bfe38c29dd29afc7ce7710b13b1b..bb47f2c6b4124265ce508a7691477a18e73d86e5 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 a092637d387a49f6523b7dee033e2a13c3792be4..2766a3d674ea95f5f90552beffc281aaca1122b6 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 5d6c3b9aa5f24c197da70fc76b9221d2dd88c5d2..afc6803e039503848eb530268e6a842ae0f83e07 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 a4f21c6e719492d5a16ca39d9fca1ecd3cad400b..c4381ce97dc9d49cf350ed6c496c725db5d28752 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 50a174cac64fa959488b7fff46768046cec123cf..e46ad5209b6f9c6f67d16d7a873d4df20d183779 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 09c0f8bc1e3c0fe23cf51c28b45eb615a40cf5cb..580f764d5a71e68a350ccf888ed45d51049921c3 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 182b200f9cba8039899912274ff7bd07eaf1fa5f..130adf72ea3e12025908fb7b5d207158dbd89c8e 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 39ee72bf2c44a8f9d82bd187741e0f303860a676..1a5ef73f71b8a193e2d8a9a00f0d3c8abf422b8f 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 40f9321b803c5066a066ee5b451562157d9ca6c2..9bd85eabbb49bee377c1051df852c5bcec47d643 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 f3cfc1058ed08f295fcc5250b9c6da9d73c0038b..ceb0af0b02ee483e2d17ec2c4637a5ca04443522 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 diff --git a/tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/polyMesh/blockMeshDict b/tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/polyMesh/blockMeshDict index 99d86d5d233acdfd1e807431195e60083ced862a..d5e44065e17120ba770b881147018a7f59fb8fd2 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 9a23da569b73ee8ecccc63d23ff7ace9a1939c84..c5214627d0ae1ccdcc35cd679bec716c58258f4b 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 cab105511b203935eea4c905ecb1f175e8730e39..0a96cfc53310b15ea4275cc8d11d4d4283e71c8d 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);