STYLE: use readValueEntry in BCs. Assign Zero for refValue/refGrad

This commit is contained in:
Mark Olesen
2023-03-14 17:39:28 +01:00
parent e5e1440020
commit 188e61af16
55 changed files with 124 additions and 240 deletions

View File

@ -93,10 +93,7 @@ CONSTRUCT
/*
//Initialise with the value entry if evaluation is not possible
FVPATCHF::operator=
(
FIELD("value", dict, p.size())
);
this->readValueEntry(dict, IOobjectOption::MUST_READ);
this->refValue() = *this;
*/
}