View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002805 | OpenFOAM | Bug | public | 2018-01-09 22:29 | 2018-01-11 08:57 |
Reporter | projectionist | Assigned To | will | ||
Priority | none | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 15.04 |
Product Version | dev | ||||
Summary | 0002805: Description of particleTrap CloudFunctionObject has minor error | ||||
Description | In the header-description of the particleTrap CloudFunctionObject the name of the alpha field in the input-dictionary is given as 'alphaName'. In the implementation, however, 'alpha' is looked-up in the input-dictionary. | ||||
Steps To Reproduce | The header description: Description Traps particles within a given phase fraction for multi-phase cases. Model is activated using: \verbatim particleTrap1 { type particleTrap; alphaName alpha; // name volume fraction field threshold 0.95; // alpha value below which model is active } \endverbatim The relevant line of the constructor: alphaName_ ( this->coeffDict().template lookupOrDefault<word>("alpha", "alpha") ), | ||||
Additional Information | Observed in 5.x and dev | ||||
Tags | No tags attached. | ||||