View Issue Details

IDProjectCategoryView StatusLast Update
0001061OpenFOAMBugpublic2013-10-29 09:13
Reporterdhora Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001061: kLowReWallFunction: values written twice
Descriptionline 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);
}
TagsNo tags attached.

Activities

user4

2013-10-29 09:13

  ~0002590

fixed in 4da70f13040f06d4483a63cda28ef16705854a32

thanks.

Issue History

Date Modified Username Field Change
2013-10-27 08:20 dhora New Issue
2013-10-29 09:13 user4 Note Added: 0002590
2013-10-29 09:13 user4 Status new => resolved
2013-10-29 09:13 user4 Fixed in Version => 2.2.x
2013-10-29 09:13 user4 Resolution open => fixed
2013-10-29 09:13 user4 Assigned To => user4