About“fillvoidpoint”

edited June 2014 in Old versions
Dear all!
What is the function of “fillvoidpoint” in xml file of CASEPERIODICITY (DualSPHysics_v3.1)?
Looking forward to your answers!
Thanks!

Comments

  • edited June 2014
    Dear luke

    setmkbound mk="1" />
    fillvoidpoint x="0.01" y="0" z="-0.005" />

    This is a bref way of the fillbox option when the limits of the area to be filled are the global limits of the domain.
    Thus the previous version corresponds to:

    setmkbound mk="1" />
    fillbox x="0.01" y="0" z="-0.005" />
    modefill>void
    point x="XMIN" y="YMIN" z="ZMIN" />
    size x="XMAX" y="YMAX" z="ZMAX" />
    /fillbox>

    I had to remove the initial symbol "<" since it is not understood within this typping.

    Regards

    Alex
  • Dear Alex,

    Thanks for your detailed explanations. I have understood it.
    Best regards!
  • Thank you, since your question is a very good one.
    We have not explained that properly.

    Alex
  • This amazing work help me a lot, it is my honor if I can do something to perfect it.

    Luke
Sign In or Register to comment.