mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use readValueEntry in BCs. Assign Zero for refValue/refGrad
This commit is contained in:
@ -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;
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user