View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001954 | OpenFOAM | public | 2015-12-16 08:43 | 2015-12-16 10:29 | |
Reporter | Assigned To | henry | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Summary | 0001954: buoyant solvers do not work with laminar flow model | ||||
Description | The buoyantBoussinesqSimpleFoam, buoyantBoussinesqPimpleFoam, buoyantSimpleFoam, buoyantPimpleFoam solvers work only with RAS model. When "simluationType" is set to laminar, solvers still look for the RAS entry. Fix is similar as with previous issue with SRFSimpleFoam with same problem, the fix is taken from simpleFoam code... createFields.H rows 50-53 replace this: autoPtr<incompressible::RASModel> turbulence ( incompressible::New<incompressible::RASModel>(U, phi, laminarTransport) ); with this: autoPtr<incompressible::turbulenceModel> turbulence ( incompressible::turbulenceModel::New(U, phi, laminarTransport) ); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-12-16 08:43 |
|
New Issue | |
2015-12-16 08:50 | henry | Note Added: 0005772 | |
2015-12-16 10:25 | henry | Note Added: 0005773 | |
2015-12-16 10:25 | henry | Status | new => resolved |
2015-12-16 10:25 | henry | Resolution | open => fixed |
2015-12-16 10:25 | henry | Assigned To | => henry |
2016-03-11 11:44 | administrator | Category | 3.0.1 => (No Category) |