mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
supersonicFreestreamFvPatchVectorField: update thermo
This commit is contained in:
@ -158,7 +158,7 @@ void Foam::supersonicFreestreamFvPatchVectorField::updateCoeffs()
|
||||
patch().lookupPatchField<volScalarField, scalar>("p");
|
||||
|
||||
const fvPatchField<scalar>& ppsi =
|
||||
patch().lookupPatchField<volScalarField, scalar>("psi");
|
||||
patch().lookupPatchField<volScalarField, scalar>("thermo:psi");
|
||||
|
||||
// Need R of the free-stream flow. Assume R is independent of location
|
||||
// along patch so use face 0
|
||||
|
||||
Reference in New Issue
Block a user