View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001061 | OpenFOAM | Bug | public | 2013-10-27 08:20 | 2013-10-29 09:13 |
Reporter | dhora | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001061: kLowReWallFunction: values written twice | ||||
Description | line 236 (incompressible) and 238 (compressible) can be deleted: void kLowReWallFunctionFvPatchScalarField::write(Ostream& os) const { fixedValueFvPatchField<scalar>::write(os); os.writeKeyword("Cmu") << Cmu_ << token::END_STATEMENT << nl; os.writeKeyword("kappa") << kappa_ << token::END_STATEMENT << nl; os.writeKeyword("E") << E_ << token::END_STATEMENT << nl; os.writeKeyword("Ceps2") << Ceps2_ << token::END_STATEMENT << nl; //writeEntry("value", os); } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-27 08:20 | dhora | New Issue | |
2013-10-29 09:13 |
|
Note Added: 0002590 | |
2013-10-29 09:13 |
|
Status | new => resolved |
2013-10-29 09:13 |
|
Fixed in Version | => 2.2.x |
2013-10-29 09:13 |
|
Resolution | open => fixed |
2013-10-29 09:13 |
|
Assigned To | => user4 |