View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001177 | OpenFOAM | Bug | public | 2014-02-21 09:18 | 2014-03-04 14:01 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 12.04 |
Summary | 0001177: compressible::turbulentTemperatureRadCoupledMixed creates Qr field twice | ||||
Description | In turbulentTemperatureRadCoupledMixedFvPatchScalarField.C: void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write ( Ostream& os ) const { mixedFvPatchScalarField::write(os); os.writeKeyword("Tnbr")<< TnbrName_ << token::END_STATEMENT << nl; os.writeKeyword("QrNbr")<< QrNbrName_ << token::END_STATEMENT << nl; os.writeKeyword("Qr")<< QrName_ << token::END_STATEMENT << nl; os.writeKeyword("Qr")<< QrName_ << token::END_STATEMENT << nl; thicknessLayers_.writeEntry("thicknessLayers", os); thicknessLayers_.writeEntry("kappaLayers", os); temperatureCoupledBase::write(os); } | ||||
Tags | No tags attached. | ||||
has duplicate | 0001206 | resolved | Paraview cannot load decomposed data due to duplicated entries with keyword Qr in T file |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-21 09:18 |
|
New Issue | |
2014-03-04 14:00 |
|
Relationship added | has duplicate 0001206 |
2014-03-04 14:01 |
|
Note Added: 0002927 | |
2014-03-04 14:01 |
|
Status | new => resolved |
2014-03-04 14:01 |
|
Fixed in Version | => 2.3.x |
2014-03-04 14:01 |
|
Resolution | open => fixed |
2014-03-04 14:01 |
|
Assigned To | => user21 |