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_)
|
||||
{
|
||||
const GeometricField<scalar, fvPatchField, volMesh>& vsfT =
|
||||
this->db().objectRegistry::
|
||||
lookupObject<GeometricField<scalar, fvPatchField, volMesh> >("T");
|
||||
const volScalarField& vsfT =
|
||||
this->db().objectRegistry::lookupObject<volScalarField>("T");
|
||||
label patchi = this->patch().index();
|
||||
const fvPatchScalarField& pT = vsfT.boundaryField()[patchi];
|
||||
Field<vector> gradpT = fvc::grad(vsfT)().boundaryField()[patchi];
|
||||
|
||||
Reference in New Issue
Block a user