mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
timeVaryingMappedFixedValue: update for SP
This commit is contained in:
@ -573,7 +573,7 @@ void Foam::timeVaryingMappedFixedValueFvPatchField<Type>::write
|
|||||||
|
|
||||||
this->writeEntryIfDifferent(os, "setAverage", Switch(false), setAverage_);
|
this->writeEntryIfDifferent(os, "setAverage", Switch(false), setAverage_);
|
||||||
|
|
||||||
this->writeEntryIfDifferent(os, "perturb", 1e-5, perturb_);
|
this->writeEntryIfDifferent(os, "perturb", scalar(1e-5), perturb_);
|
||||||
|
|
||||||
this->writeEntryIfDifferent
|
this->writeEntryIfDifferent
|
||||||
(
|
(
|
||||||
|
|||||||
@ -598,7 +598,7 @@ void Foam::timeVaryingMappedFixedValuePointPatchField<Type>::write
|
|||||||
|
|
||||||
this->writeEntryIfDifferent(os, "setAverage", Switch(false), setAverage_);
|
this->writeEntryIfDifferent(os, "setAverage", Switch(false), setAverage_);
|
||||||
|
|
||||||
this->writeEntryIfDifferent(os, "perturb", 1e-5, perturb_);
|
this->writeEntryIfDifferent(os, "perturb", scalar(1e-5), perturb_);
|
||||||
|
|
||||||
this->writeEntryIfDifferent
|
this->writeEntryIfDifferent
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user