View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003081 | ThirdParty | Bug | public | 2018-10-05 16:58 | 2018-10-05 21:30 |
Reporter | handrake0724 | Assigned To | henry | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Unix | OS | Other | OS Version | (please specify) |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003081: typo in turbulentTransportModel.H | ||||
Description | when I look into turbulentTransportModel.H, there is a selector reads template<class BasicCompressibleTurbulenceModel> autoPtr<BasicCompressibleTurbulenceModel> New ( const volVectorField& U, const surfaceScalarField& phi, const typename BasicCompressibleTurbulenceModel::transportModel& transport, const word& propertiesName = turbulenceModel::propertiesName ); I guess the template parameter BasicCompressibleTurbulenceModel is misspelled and should be corrected BasicIncompressibleTurbulenceModel since it is in the namespace incompressible instead of compressible. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-10-05 16:58 | handrake0724 | New Issue | |
2018-10-05 21:28 | henry | Priority | normal => low |
2018-10-05 21:28 | henry | Severity | minor => trivial |
2018-10-05 21:30 | henry | Assigned To | => henry |
2018-10-05 21:30 | henry | Status | new => resolved |
2018-10-05 21:30 | henry | Resolution | open => fixed |
2018-10-05 21:30 | henry | Fixed in Version | => dev |
2018-10-05 21:30 | henry | Note Added: 0010083 |