Skip to content

boundary question

  • This topic has 2 replies, 2 voices, and was last updated 2 months ago by liu.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8721
    liu
    Participant

    Dear community:
    IndicatorCircle3D<T> inletCircle(inletCenter, inletNormal, inletRadius);
    IndicatorCylinder3D<T> inlet( inletCircle, 2 * converter.getConversionFactorLength());
    superGeometry.rename(2, 3, 1, inlet);
    Why is the inlet area a body? Shouldn’t it be a surface? Thanks.

    #8722
    mathias
    Keymaster

    It is to include the points at the surface, the algorithm is looking for a subsection. It is done that ways because we need to go convert from double to int and rounding problems need to be avoided.

    #8743
    liu
    Participant

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.