View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001995 | OpenFOAM | Bug | public | 2016-02-14 18:17 | 2016-02-14 20:18 |
Reporter | will | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | Leap 42.1 |
Product Version | dev | ||||
Summary | 0001995: fixedMeanFvPatchField doesn't restart | ||||
Description | fixedMeanFvPatchField isn't restarting in dev. The meanValue Function1 isn't writing its name and type. | ||||
Steps To Reproduce | Find a case. Set a boundary condition to fixedMean. Decompose it. There will be no "meanValue" entry in the decomposed field files. The case will fail to run in parallel. | ||||
Additional Information | The write method of fixedMeanFvPatchField just needs something like this adding to fix it. There may be some other intended method of achieving this in the new Function1 stuff, but I can't spot it. os.writeKeyword("meanValue") << meanValue_->type() << token::END_STATEMENT << nl; | ||||
Tags | No tags attached. | ||||