CASESLOSHING how to compute forces acted on boundary walls???
Hello Dualsphysics community!
I'd like to know, how to compute the forces acted on boundary walls in the casesloshing example??
Your help is appreciated;
Thank you!
I'd like to know, how to compute the forces acted on boundary walls in the casesloshing example??
Your help is appreciated;
Thank you!
Comments
Regards
2. add this line:
set computeforces="../../EXECS/ComputeForces4_win64.exe"
and this line after %partvtkout%
%computeforces% -dirin %dirout% -filexml %dirout%/%name%.xml -onlymk:11 -savecsv %dirout%/WallForce
if not "%ERRORLEVEL%" == "0" goto fail
You should find the MK number either defining it or checking CaseSloshing??.xml file in ???_out folder.
Iman
Please take a look first to the testcases
Alex
I will examine the example closer Alex, thank you
Thank you all
Regards
I believe in the current CaseSloshing example
setmkfluid mk="0" and _setmkbound mk="1"
One mk is defined as fluid other as boundary I understand that. But I could not figure out where these mk definitions have been made for this example, CaseSloshing.
And if boundary mk is 1, can I simply compute forces on the boundary for mk=1 on this example, CaseSloshing?
Thank you!!
NOTE value of final “mk”
mk=mkbound+11
mk=mkfluid+1
This is because 10 objects are the maximum to define fluid!
Thank you Alex!
I wrote -onlymk:12 because boundary mk is 1, and still i compute forces as 0.
in wallForces document. What am I doing wrong?
I'd appreciate your help very much;
Thank you!!
fixed mkbound="2" mk="13" begin="0" count="2" />
moving mkbound="0" mk="11" begin="2" count="480" refmotion="0" />
fluid mkfluid="0" mk="1" begin="482" count="7021" />
I have found force acting on ALL BOUNDARIES with mk=11 but now I would like to find forces acting ONLY ON SIDE walls in order to compare with experiment results.
Am I able to create a new group with a new "mk" value just designating side walls?? like mk=21, i want it to mean side walls.. I am not sure how to define it seperately?...
setmkbound mk="0" />
drawbox>
boxfill>all
point x="-0.295" y="-0.1" z="0" />
size x="0.590" y="0.2" z="0.1" />
/drawbox>
the above is the code now I am using in basic CaseSloshing example
Can i define walls seperately by making both z's equal to 0 with different mk's 0,1,2 ?
Thank you!!
I know that I am playing with the correct thing .. I am searching how to give motion to both 0 and 1. Now I did 0:1... and it is not working either I rewrote those lines, I hope this will let me calculate forces on side walls but still if there is any other way that i dont know how to calculate only side wall forces i would appreciate that
I'd be glad if you have other suggestions,
Thanks