diff --git a/src/ThermophysicalTransportModels/coupledThermophysicalTransportModels/externalTemperature/externalTemperatureFvPatchScalarField.H b/src/ThermophysicalTransportModels/coupledThermophysicalTransportModels/externalTemperature/externalTemperatureFvPatchScalarField.H index dfff8b806f..eb6f8081a1 100644 --- a/src/ThermophysicalTransportModels/coupledThermophysicalTransportModels/externalTemperature/externalTemperatureFvPatchScalarField.H +++ b/src/ThermophysicalTransportModels/coupledThermophysicalTransportModels/externalTemperature/externalTemperatureFvPatchScalarField.H @@ -240,10 +240,12 @@ public: // Access - //- Allow manipulation of the boundary values + //- Disallow manipulation of the boundary values + // The boundary temperature is evaluated only by + // this boundary condition virtual bool fixesValue() const { - return false; + return true; }