Elevation of point calculating force in dam-break
Dear SPH admins and users,
I run computeforces code to calculate the force on the example Case Dam-break and it run well. It is clearly the force of the boundary particle of the structure but naturally the force of different point elevation is not the same.
In the .xml file, the mk number of structure is determined. Could you please explain to me what elevation of the particle of which the code used to calculate the force. And how can i change it if possible?
Thank and look forward hearing from you.
I run computeforces code to calculate the force on the example Case Dam-break and it run well. It is clearly the force of the boundary particle of the structure but naturally the force of different point elevation is not the same.
In the .xml file, the mk number of structure is determined. Could you please explain to me what elevation of the particle of which the code used to calculate the force. And how can i change it if possible?
Thank and look forward hearing from you.
Debug Trace
Notice |
rich is deprecated. Use FormatService::renderHtml($content, Formats\RichFormat::FORMAT_KEY) instead. #0 [internal function]: gdn_ErrorHandler(16384, 'rich is depreca...', '/var/www/forums...', 950, Array) #1 /var/www/forums-dual-sphysics-org/library/core/functions.general.php(950): trigger_error('rich is depreca...', 16384) #2 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1729): deprecated('rich', 'FormatService::...') #3 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1479): Gdn_Format::rich('[{"insert":"Hi ...') #4 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(24): Gdn_Format::to('[{"insert":"Hi ...', 'Rich') #5 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(170): formatBody(Object(stdClass)) #6 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5) #7 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/index.php(53): include('/var/www/forums...') #8 /var/www/forums-dual-sphysics-org/library/core/class.controller.php(778): include('/var/www/forums...') #9 /var/www/forums-dual-sphysics-org/library/core/class.controller.php(1382): Gdn_Controller->fetchView('', false, false) #10 /var/www/forums-dual-sphysics-org/library/core/class.pluggable.php(217): Gdn_Controller->xRender() #11 /var/www/forums-dual-sphysics-org/applications/vanilla/controllers/class.discussioncontroller.php(310): Gdn_Pluggable->__call('render', Array) #12 /var/www/forums-dual-sphysics-org/library/core/class.dispatcher.php(862): DiscussionController->index('1130', 'elevation-of-po...', '') #13 /var/www/forums-dual-sphysics-org/library/core/class.dispatcher.php(279): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array) #14 /var/www/forums-dual-sphysics-org/index.php(29): Gdn_Dispatcher->dispatch() #15 {main} |
Comments
Can you please, explain this better?
ComputeForces.exe computes the force exerted onto boundary particles...
MeasureTool.exe computes magnitudes of interest at a point or a list of points.
The explanation of how these post-processing tools work are explained in a PDF in the Documentation.zip file
Regards
Thank you so much for your response. In my personal test, I create a cylinder interacting with wave, the cylinder mk:12, 3524 particles. When i extracted force on surface of cylinder:
1, Measure tool works well i have no trouble with this on calculating the pressure.
2, The height or Z-position of Force calculation.
Command: ComputeForces4_win64 -filexml file.xml -onlymk:12 -savecsv results.
There are a number of particles on the boundary of the cylinder and DualSPHysics only need specify the mk number of boundary particles like above command.
What is the specific height or the Z-position of these particle used to calculate force because there are many particle locating on the surface in various height? I think the different particles have different height will have different forces. Please explain to me more than PostprocessingCalculations_v4.
3, The force in X and Y-direction is small, the force in Z-direction is dominant, can you explain how DualSPHysics calculated the total force F?
Thank you so much for your kind response and look forward hearing from you.
ComputeForces will give you the summation of forces acting on the set of particles specified by the mk value. ok?
Thank you so much for your answer.
Hi Dr.Alex and HoaXNguyen,
I am new to DualSPHysics.
Is there any way to calculate the exerted force on a particular point of a structure? Compute force gives the total magnitude of the force on the structure. I was thinking to be more specific, like the midpoint on the side of a structure.