View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001942 | OpenFOAM | Bug | public | 2015-12-08 10:37 | 2015-12-08 11:58 |
Reporter | martinB | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | 13.1 |
Summary | 0001942: fanFvPatchField and freestreamPressureFvPatchScalarField are missing write() functions | ||||
Description | For the boundary conditions fan and freestreamPressure write() functions are missing. When being used with a compressible solver the keyword "rho" must defined. However when calling renumberMesh or decomposePar, the entries for "rho" (and "phi") are getting lost. | ||||
Steps To Reproduce | For fan: use tutorial case tutorials/incompressible/pimpleFoam/TJunctionFan, create the mesh and modify the cyclicFaces_master BC in 0/p: cyclicFaces_master { type fan; patchType cyclic; rho rho; . . . Run "renumberMesh -overwite". Check 0/p: the "rho" entry is removed. For freestreamPressure: use tutorial case tutorials/incompressible/simpleFoam/airFoil2D, create the mesh and modify the inlet BC in 0/p: inlet { type freestreamPressure; rho rho; } Run "renumberMesh -overwrite". Check 0/p: the "rho" entry is removed. | ||||
Tags | No tags attached. | ||||