| 28 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
| 29 | |
| 30 | bool Foam::fv::cellSetOption::read(const dictionary& dict) |
| 31 | { |
| 32 | if (option::read(dict)) |
| 33 | { |
| 34 | if (coeffs_.readIfPresent("timeStart", timeStart_)) |
| 35 | { |
| 36 | coeffs_.lookup("duration") >> duration_; |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | return true; |
| 41 | } |
| 42 | |
| 43 | |
| 44 | // ************************************************************************* // |
no test coverage detected