<initials> x <initialize>

what is the difference to input fluid velocity inside <casedef> as:

<initials>

      <velocity mkfluid="0">

        <direction x="1" y="0" z="0" />

        <velocity v="1.0" comment="Uniform profile velocity" units_comment="m/s" />

      </velocity>

    </initials>


or inside <special> as:


<initialize>

    <fluidvelocity mkfluid="2">

     <direction x="1" y="0" z="0" />

     <velocity v="1.0" comment="Uniform profile velocity" units_comment="m/s" />

    </fluidvelocity>

   </initialize>


please, anyone could help me???

Comments

  • In theory it should be the same, but then one of the options should be removed, to avoid adding redundant features. If you already have a case setup, consider trying both and let us know what your findings are.

    Kind regards

Sign In or Register to comment.