CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   cylinderToCell.C (https://www.cfd-online.com/Forums/openfoam-bugs/77325-cylindertocell-c.html)

pbohorquez June 20, 2010 07:48

cylinderToCell.C
 
Line 143: I think that the word "sphere" should read "cylinder".

if ((action == topoSetSource::NEW) || (action == topoSetSource::ADD))
{
Info<< " Adding cells with centre within cylinder, with p1 = "
<< p1_ << ", p2 = " << p2_ << " and radius = " << radius_ << endl;

combine(set, true);
}
else if (action == topoSetSource::DELETE)
{
Info<< " Removing cells with centre within sphere, with p1 = "
<< p1_ << ", p2 = " << p2_ << " and radius = " << radius_ << endl;

combine(set, false);
}

mattijs June 22, 2010 03:59

Fixed in 16x.

Thanks, Mattijs


All times are GMT -4. The time now is 08:04.