mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor code formatting
This commit is contained in:
@ -228,5 +228,4 @@ if (thermalStress)
|
||||
|
||||
threeKalpha = threeK*alpha;
|
||||
DT = k/C;
|
||||
|
||||
}
|
||||
|
||||
@ -72,13 +72,7 @@ void Foam::interRegionHeatTransferModel::check()
|
||||
{
|
||||
FatalErrorIn
|
||||
(
|
||||
"constantHeatTransfer::interRegionHeatTransferModel"
|
||||
"("
|
||||
" const word& name,"
|
||||
" const word& modelType,"
|
||||
" const dictionary& dict,"
|
||||
" const fvMesh& mesh"
|
||||
")"
|
||||
"constantHeatTransfer::interRegionHeatTransferModel::check()"
|
||||
) << "Secondary source name not found" << secondarySourceName_
|
||||
<< " in region " << secondaryMesh.name()
|
||||
<< nl
|
||||
@ -125,9 +119,12 @@ Foam::interRegionHeatTransferModel::interRegionHeatTransferModel
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::interRegionHeatTransferModel::~interRegionHeatTransferModel()
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -269,4 +266,6 @@ bool Foam::interRegionHeatTransferModel::read(const dictionary& dict)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -68,10 +68,8 @@ Foam::scalar Foam::NoBinaryCollision<CloudType>::sigmaTcR
|
||||
(
|
||||
"Foam::scalar Foam::NoBinaryCollision<CloudType>::sigmaTcR"
|
||||
"("
|
||||
"label typeIdP,"
|
||||
"label typeIdQ,"
|
||||
"const vector& UP,"
|
||||
"const vector& UQ"
|
||||
"const typename CloudType::parcelType&, "
|
||||
"const typename CloudType::parcelType"
|
||||
") const"
|
||||
)
|
||||
<< "sigmaTcR called on NoBinaryCollision model, this should "
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -129,8 +129,7 @@ void Foam::sixDoFRigidBodyMotion::applyConstraints(scalar deltaT)
|
||||
{
|
||||
FatalErrorIn
|
||||
(
|
||||
"Foam::sixDoFRigidBodyMotion::applyConstraints"
|
||||
"(scalar deltaT)"
|
||||
"Foam::sixDoFRigidBodyMotion::applyConstraints(scalar)"
|
||||
)
|
||||
<< nl << "Maximum number of sixDoFRigidBodyMotion constraint "
|
||||
<< "iterations ("
|
||||
@ -391,8 +390,8 @@ void Foam::sixDoFRigidBodyMotion::updatePosition
|
||||
(
|
||||
"void Foam::sixDoFRigidBodyMotion::updatePosition"
|
||||
"("
|
||||
"scalar deltaT, "
|
||||
"scalar deltaT0"
|
||||
"scalar, "
|
||||
"scalar"
|
||||
")"
|
||||
)
|
||||
<< "Limited acceleration " << a()
|
||||
@ -449,9 +448,9 @@ void Foam::sixDoFRigidBodyMotion::updateForce
|
||||
(
|
||||
"void Foam::sixDoFRigidBodyMotion::updateForce"
|
||||
"("
|
||||
"const vector& fGlobal, "
|
||||
"const vector& tauGlobal, "
|
||||
"scalar deltaT"
|
||||
"const vector&, "
|
||||
"const vector&, "
|
||||
"scalar"
|
||||
")"
|
||||
)
|
||||
<< "Limited acceleration " << a()
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
||||
Reference in New Issue
Block a user