View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001951 | OpenFOAM | Bug | public | 2015-12-15 16:26 | 2015-12-15 19:08 |
Reporter | v_abishek | Assigned To | henry | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | RedHat | OS Version | 6.7 |
Summary | 0001951: SRFSimpleFoam solver does not work with laminar flow model | ||||
Description | The SRFSimpleFoam solver works only with RAS model. When "simluationType" is set to laminar, the solver still looks for the RAS entry. This can be fixed by a minor change in code. The "createFields.H" in SRFSimpleFoam needs to be modified as follows ($FOAM_SOLVERS/incompressible/simpleFoam/SRFSimpleFoam/createFields.H): 67c67 - autoPtr<incompressible::RASModel> turbulence + autoPtr<incompressible::turbulenceModel> turbulence 69c69 - incompressible::New<incompressible::RASModel>(U, phi, laminarTransport) + incompressible::turbulenceModel::New(U, phi, laminarTransport) | ||||
Steps To Reproduce | Modify the constant/turblenceProperties file in $FOAM_TUTORIALS/incompressible/SRFSimpleFoam/mixer/ and set simulationType to laminar. | ||||
Tags | No tags attached. | ||||