mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
intel compiler messages
This commit is contained in:
@ -157,9 +157,8 @@ void maxwellSlipUFvPatchVectorField::updateCoeffs()
|
|||||||
|
|
||||||
if(thermalCreep_)
|
if(thermalCreep_)
|
||||||
{
|
{
|
||||||
const GeometricField<scalar, fvPatchField, volMesh>& vsfT =
|
const volScalarField& vsfT =
|
||||||
this->db().objectRegistry::
|
this->db().objectRegistry::lookupObject<volScalarField>("T");
|
||||||
lookupObject<GeometricField<scalar, fvPatchField, volMesh> >("T");
|
|
||||||
label patchi = this->patch().index();
|
label patchi = this->patch().index();
|
||||||
const fvPatchScalarField& pT = vsfT.boundaryField()[patchi];
|
const fvPatchScalarField& pT = vsfT.boundaryField()[patchi];
|
||||||
Field<vector> gradpT = fvc::grad(vsfT)().boundaryField()[patchi];
|
Field<vector> gradpT = fvc::grad(vsfT)().boundaryField()[patchi];
|
||||||
|
|||||||
Reference in New Issue
Block a user