| 158 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
| 159 | |
| 160 | bool Foam::functionObjects::yPlus::read(const dictionary& dict) |
| 161 | { |
| 162 | fvMeshFunctionObject::read(dict); |
| 163 | writeLocalObjects::read(dict); |
| 164 | |
| 165 | return true; |
| 166 | } |
| 167 | |
| 168 | |
| 169 | bool Foam::functionObjects::yPlus::execute() |
no outgoing calls
no test coverage detected