- 26
- 88 741
* Ahn - Engineering
เข้าร่วมเมื่อ 30 มิ.ย. 2014
All about Engineering, Abaqus and Python.
Monte Carlo Simulation - 3D Mohr's Circle
Draw 3D Mohr's circle using Monte Carlo Simulation
All possible stress components (normal stress & resultant shear stress) in 3D Mohr's circle lie in the shaded area created by 3 principal stresses.
1. Monte Carlo Simulation for 3D Mohr's Circle (00:00)
2. Stress Transformation in 3D (00:57)
3. Python Code (05:00)
#monte carlo simulation #mohr circle #3D mohr circle
All possible stress components (normal stress & resultant shear stress) in 3D Mohr's circle lie in the shaded area created by 3 principal stresses.
1. Monte Carlo Simulation for 3D Mohr's Circle (00:00)
2. Stress Transformation in 3D (00:57)
3. Python Code (05:00)
#monte carlo simulation #mohr circle #3D mohr circle
มุมมอง: 366
วีดีโอ
Monte Carlo Simulation - Draw 3D Mohr's Circle
มุมมอง 1852 ปีที่แล้ว
Draw 3D Mohr's circle using Monte Carlo Simulation - show that all possible stress components (normal stress & resultant shear stress) in 3D general state lie in the shaded area created by 3 principal stresses. #Monte Carlo Simulation #Mohr circle
Abaqus FEA - Hyperelastic Rubber with Stress Concentration (Hole in Plate)
มุมมอง 7523 ปีที่แล้ว
Tensile axial deformation of a plate with a hole with hyperelastic material property. The comparison of stress distribution around a circular hole in plate and stress cocentration. (small deformation case (elastic) vs. large deformation case (hyperelastic)) 1. Problem definition & hyperelasticity (00:00) 2. Stress concentration (factor) of "hole in plate" (01:10) 3. Stress concentration (factor...
Abaqus FEA - hyperelastic cylindrical rod (hyperelastic rubber)
มุมมอง 9753 ปีที่แล้ว
Tensile axial deformation of cylindrical rod under uniform surface stress. Basic guide for how to use hyperelastic material property in Abaqus (Stress-Strain Curve, Material Evaluate, Marlow model, ...) 1. Problem definition & hyperelasticity (00:00) 2. Material models & material evaluation & (02:49) 3. 4 test types of material properties (05:11) 4. Abaqus modeling and run (06:31) * This video ...
Abaqus FEA - Stress Concentration (Hole in Plate)
มุมมอง 5K3 ปีที่แล้ว
Stress distribution around a circular hole in plate and stress cocentration (Analytical vs. FEA) 1. Stress concentration (factor) of "hole in plate" structure. (00:00) 2. Stress distribution (exact analytical solution) of "hole in infinite plate" (01:34) 3. Abaqus stress analysis for "hole in plate" structure. (03:47) 4. Comparison of stress concentration factors (theoretical vs. FEA) (08:13) P...
Python code - random number generation in arbitrary probability distribution
มุมมอง 1.9K3 ปีที่แล้ว
Random number generation in arbitrary probability distribution for Monte Carlo Simulation. * generating arbitrary random numbers * generating arbitrary (for any probability distribution that represents any real data) random numbers 1. Derive mathematical equations or make some functions that compute the inverse function of the probability distribution function 2. Generate uniformly distributed ...
Abaqus FEA - Impact Dynamics (wave propagation)
มุมมอง 1.3K3 ปีที่แล้ว
Low velocity impact dynamics of moving elastic rod to free elastic rod (3D beam element) * B32: A 3-node quadratic beam in space. Basic guide for how to impact dynamics between two bodies in Abaqus. * General contact in this model You can check the wave propagation in axial direction in addition to stress and energy variation during impact event.
Abaqus FEA - Impact Dynamics (Rigid Cylinder to Elastic Surface)
มุมมอง 5763 ปีที่แล้ว
Low velocity impact dynamics of rigid cylinder to elastic layer surface (2D plane strain) * Linear quadrilateral, type CPE4R Basic guide for how to impact dynamics between two bodies in Abaqus. * Surface to surface contact in this model You can get stress and energy variation during impact event.
Abaqus FEA - Contact Mechanics of Rigid Cylinder to Elastic Surface
มุมมอง 7K3 ปีที่แล้ว
Contact mechanics of rigid cylinder to elastic layer surface (2D plane strain) * Quadratic quadrilateral, type CPE8 Basic guide for how to model contact between two bodies in Abaqus. * General contact in this model You can get pressure profile along the contact area. * The comparison of Abaqus FEA and analytical solution (The analytical solution is from K.L. Johnson, Contact Mechanics (1985))
Abaqus FEA - cantilever beam: vibration (natural frequency and vibration mode)
มุมมอง 10K3 ปีที่แล้ว
Cantilever beam vibration analysis (2D & 3D problem using beam elements) * Quadratic line, type B22 (2D) & B32 (3D) Basic guide for how to analyze natural frequency and vibration mode in Abaqus. You can get natural frequency and vibration mode of the structure. * comparision of Abaqus FEA and Analytical solutions
Abaqus FEA - Viscoelastic material showing stress relaxation effect
มุมมอง 8K3 ปีที่แล้ว
The strain and stress variation of rectangular shell under rising/sustaining/falling/sustaining strain load. * CPE8(An 8-node biquadratic plane strain quadrilateral) The FEA model with viscoelastic material clearly shows the stress relaxation effects during constant strain condition. Basic guide for how to use viscoelastic material property in Abaqus (Time domain based Prony Series, Dynamic imp...
Abaqus FEA - Axisymmetric model of thin walled sphere (pressure vessel problem)
มุมมอง 3.9K4 ปีที่แล้ว
Stress analysis (axisymmetric FEA) of spherical vessel under internal pressure. Basic guide for how to model axisymmetric FE model in Abaqus and how to view the results in spherical coordinates (radial and hoop direction). * Approximate analytical stress of thin-walled sphere is compared with FEA results.
Python code - Monte Carlo Simulation (calculate pi value, 3.1415...)
มุมมอง 3.3K4 ปีที่แล้ว
Python code example - Monte Carlo Simulation for calculating pi value, 3.1415... 1. Generate uniformly distributed random (x , y) points that lie inside the square: 0 ~ x ~ L, 0 ~ y ~ L. 2. Count the number of random points that lie inside the circle 3. Compute the ratio of the numbers inside the circle and the square for pi value
Python code - Monte Carlo Simulation (Tolerance Analysis)
มุมมอง 2.4K4 ปีที่แล้ว
Python code example - Monte Carlo Simulation for Tolerance Analysis 1. A x B rectangular bricks area stacked with x and y accuracy (normal random number) 2. The probability distribution of overlap area of two bricks (histogram)
ImageJ manual - how to measure the length and angle from the image
มุมมอง 3.7K4 ปีที่แล้ว
Measure the length and angle of the objects in the image using ImageJ 1. Set Scale using the known length of image object 2. Simply measure the length and angle of the interested image objects Download: imagej.nih.gov/ij/download.html
Abaqus FEA - hyperelastic cylindrical rod (hyperelastic rubber behavior)
มุมมอง 1.6K4 ปีที่แล้ว
Abaqus FEA - hyperelastic cylindrical rod (hyperelastic rubber behavior)
ImageJ manual - how to extract data points from graph image
มุมมอง 12K4 ปีที่แล้ว
ImageJ manual - how to extract data points from graph image
Abaqus FEA - Thermal expansion of cylindrical rod (Temperature from heat transfer result)
มุมมอง 4.1K4 ปีที่แล้ว
Abaqus FEA - Thermal expansion of cylindrical rod (Temperature from heat transfer result)
Abaqus FEA - Heat transfer of cylindrical rod (Conduction and Convection problem)
มุมมอง 2.2K4 ปีที่แล้ว
Abaqus FEA - Heat transfer of cylindrical rod (Conduction and Convection problem)
Abaqus FEA - Thermal expansion of cylindrical rod (Thermo-mechanical problem)
มุมมอง 8K4 ปีที่แล้ว
Abaqus FEA - Thermal expansion of cylindrical rod (Thermo-mechanical problem)
Abaqus FEA - cantilever beam: vibration (natural frequency and vibration mode)
มุมมอง 3.7K4 ปีที่แล้ว
Abaqus FEA - cantilever beam: vibration (natural frequency and vibration mode)
Abaqus FEA - static stress analysis: cantilever beam (reaction,resultant) 2
มุมมอง 4854 ปีที่แล้ว
Abaqus FEA - static stress analysis: cantilever beam (reaction,resultant) 2
Abaqus FEA - cantilever beam: linear buckling analysis(buckling mode, critical load)
มุมมอง 3.8K4 ปีที่แล้ว
Abaqus FEA - cantilever beam: linear buckling analysis(buckling mode, critical load)
Abaqus FEA - static stress analysis: cantilever beam (reaction,resultant) 1
มุมมอง 1.7K4 ปีที่แล้ว
Abaqus FEA - static stress analysis: cantilever beam (reaction,resultant) 1
Abaqus FEA Introduction (beginner) - how to start Abaqus/CAE, start, save, open
มุมมอง 9584 ปีที่แล้ว
Abaqus FEA Introduction (beginner) - how to start Abaqus/CAE, start, save, open
Abaqus FEA - static stress analysis: cantilever beam
มุมมอง 1.9K4 ปีที่แล้ว
Abaqus FEA - static stress analysis: cantilever beam
there are two unconnected region in the model how i resolve this plz i follwed you work
This is a life saver, thank you
Hello, How can we add temperature effects of Viscoelastic materials in abaqus?
thank you sir for this video I have just one question concerning the riks method, I have modelled a hollow hyperelastic sphere under internal pressure using axisymetric, using static riks, My problem is that I don't know how to plot the pressure versus radial displacement curve. please sir
Thanks, man. It's kind of spooky what kind of data this method can give you though. My stock market algorithms have trigonometry in them now.
You don't need to do a dynamic analysis, a static analysis is enough because the inertial forces can be neglected.
I want to learn more about this, how can I contact you?
thank you Sir but can you tell how can i find a longitudinal natural frequency axial vibration please in abaqus
thank you Sir but can you tell how can i find a longitudinal natural frequency axial vibration please
you are great. tysm
this is how they fake research paper results!
How do build something like this in excel?
Lukemiller site doesn't open
Is it "value" the damping coefficent?, otherwise is not quite clear for me how to find the damping coefficen for every vibration mode on Abaqus, thanks for your answer.....great video!
Thanks, this really helped me
Thank you for the nice video. What is the difference between instantaneous modulus and long term modulus. I read in the manual that it's only a matter of choice and doesn't affect the solution.
If you think viscoelastic as stress = E(t)*strain, then modulus will change from E(0) to E(t=infinity) (we can think stress relaxation)...then E(0) is instantaneous modulus, E(t=infinity) is called long term modulus.
If the material property is orthotropic or anisotropic, then how to calculate the natural frequencies and eigen modes? Is there any paper or reference with in detail mathematics ?
well, I am not that much familar with anisotropic analytical solution...but by quick searching, I can easily find the following paper, Jinghui Zhang, New analytical free vibration solutions of orthotropic rectangular thin plates using generalized integral transformation...maybe it could be sort of start point for you!
@@Ahn.Eng. Thank you! I will surely check it out !
THANK YOU SIR FOR THIS VIDEO
thank you for this video,hi sir, please can i help me, how can model a thick sphere under internal pressure with abaqus
well..., you can just draw thick wall sphere geometry in your sketch step because we use the axisymmetric modeling in this vedio...that's all^^
I keep noticing very high concentrations in very small areas in the FEAs of various types of industrial threads. These stresses are in the thread root and contact areas. Typically it’s in the first three threads that the strain is highest. Do you have any advice on how one could mitigate or defend the results of an FEA with that type of result?
Well, I don't have any expertise in this industrial threads and nuts....but, if you compress an axial bar with axially equally distributed friction force (just imagine the similar situation) to the flat surface (bolt head), first thought will be equally distributed axial strain (stress), but the second thought will be ... there might be stress concentration at the flat surface (because it is elastic) and the bottom part of axial bar and internal threads (it will expand/contract in radial direction by Poisson ratio. it will gradually increase in axial direction...it's right....just based on arithmetic ). This is just my initial guess...I hope this can help you~!
@@Ahn.Eng., thank you very much!
Could it really be that easy? I watched videos and read articles that take 20 min to explain what you have in 3.
Thanks a lot for sharing this video.
how to plot sigmatheta(hoop stress) in matlab ? can you suggest me the command
I can't check the code in matlab right now....but probably the following code will work! --------------------------------------------------------------------------------------------------------------------------------------------- a = 1.0 r1 = linspace(1,10,400) th1 = linspace(0,2*np.pi,400) r,th = meshgrid(r1,th1) s_inf = 1.0 s_r,s_th,s_rth = stress_holeinplate(r,th,a,s_inf) x = r .* cos(th) y = r .* sin(th) contourf(x,y,s_th,10) For your reference, my original python code for this work is like this ------------------------------------------------------------------------------------------------------------- a = 1.0 # hole radius r1 = np.linspace(1,10,400) # polar coordinate - r th1 = np.linspace(0,2*np.pi,400) # polar coordinate - theta [radian] r,th = np.meshgrid(r1,th1) s_inf = 1.0 s_r,s_th,s_rth = stress_holeinplate(r,th,a,s_inf) x = r * np.cos(th) y = r * np.sin(th) fig = plt.figure() ax = plt.subplot() ax.contour(x,y,s_th,20,colors='black',linewidths=0.1) cax = ax.contourf(x,y,s_th,200,cmap=plt.cm.jet) plt.title(r'Stress Distribution ($\sigma_{\theta}$) - Hole in Infinite Plate') ax.set_xlabel(' X ') ax.set_ylabel(' Y ') plt.xlim(-5,5) plt.ylim(-5,5) ax.set_aspect('equal') fig.colorbar(cax) plt.show()
@@Ahn.Eng. could you please share the full code with us?
Thanks a lot for sharing this video.
Great video thanks so much, would you have an idea on how to model the exact same sphere but with varying thickness. The thickness at the apex is 200mm and at the base is 500mm thick.
Well,..I think you could model it as the following 3 ways!? 1) Import Sketch File (such as *.igs) which has exact varying thickness dimension 2) Compute xy coordinates of varying thickness and just make a model using “create spline:through points” sketch option 3) Just make a model using “axisymmetric/deformable/wire” instead of "shell" and then create varying thickness using “shell thickness: nodal distribution” option in Edit Section
thanks man! it have helped me a lot! ;)
What to do differently if the plate is rigid and the cylinder isn't?
Well,..I think you can do this way.. (1) you can assign "constraints/rigidy body" option for the plate instead of cylinder. (2) or when selecting part type at the beginning, just select "Analytical rigid" instead of usual "Deformable" for the plate. I hope this's helpful for you ~
🙏🏻❤️👌
??
great content
thank you very much. Could you load a laminated glass modellin video? is it modelling lineer or nonlineer?
I used nonlinear geometry option on and CPE8 element type (An 8-node biquadratic plane strain quadrilateral)~
Great videos!~! Could you give some advice for the error, "too many attempts of cutbacks", that occurs when I did contact problem use dynamic steps? And if switching to static steps, the model is able to solve.
I guess, you can try to adjust your initial time step or minimum time step...or (2) check your contact situation (initial gap?...)... or (3) you could try to use stabilization options... I think, the following blog could be great help for you. info.simuleon.com/blog/6-tips-solving-non-convergence-with-abaqus-fea
its has a form automatic? greats
I'm trying the same example using pressure(total force=1) over the surface instead of concetraded forces. The result should be the same right? But abaqus returns a negative value. Do you know why this happens?
I think, it should be the same if your FE model has enough number of elements numbers and beam aspect ratio (length vs. section area). Solver choice?
thanks for your great content, can you pls do a video about random distribution of particle inside a volume with monte carlo code in python ?! thanks sir.
Well, I'm not sure problem definition(random inter-particle distance of particles?, particle density in a volume?) because I am not familiar with that topic. However, if you can define particle features (in term of movement,.etc.), then you can do monte carlo simulation. Please more hints or specific information~. Thanks.
Do you have the link of Figure Calibration? I can´t find it! Please
You can download Figure calibration (download from (1), general explanation from(2)) (1) www.astro.physik.uni-goettingen.de/~hessman/ImageJ/Figure_Calibration/ (2) lukemiller.org/index.php/2011/09/digitizing-data-from-old-figures-with-imagej/