- 54
- 464 209
10Minuters
Sweden
เข้าร่วมเมื่อ 10 มิ.ย. 2020
We share intuition and on the go useable knowledge.
You can contact us here: 10minuterschannel@gmail.com
You can contact us here: 10minuterschannel@gmail.com
How to get high quality Abaqus result images
How to get high quality Abaqus result images
มุมมอง: 3 474
วีดีโอ
Too many attempts made for this increment II Abaqus Error!
มุมมอง 22K3 ปีที่แล้ว
#Abaqus_error #Abaqus # too_many_attempts Check how to resolve others abaqus errors here: th-cam.com/video/_vdnRe_6lw8/w-d-xo.html
Abaqus macros II Easy way to increase productivity with Abaqus
มุมมอง 2K3 ปีที่แล้ว
#Abaqus #macro #productivity
DIC for Beginners II Fast and Accurate Digital Image Correlation
มุมมอง 23K3 ปีที่แล้ว
#DIC #Beginners # GOM #Digital_Image_Correlation
Solve Beams in Nastran (Inventor) II Shear force and Moment diagram
มุมมอง 6K3 ปีที่แล้ว
#Nastran #Beam #Bending
How to get smooth curves from ABAQUS results
มุมมอง 3.3K3 ปีที่แล้ว
#abaqus #smooth_curves #reporting
Link multiple viewports for better inspection of abaqus results
มุมมอง 2.2K3 ปีที่แล้ว
#Abaqus #Productivity
6 Tips For ABAQUS result visualization and reporting
มุมมอง 15K3 ปีที่แล้ว
Download the Dogbone model used in this video: drive.google.com/file/d/1HHoV8U9ipJbdJWsweNFVrNlbTdX9hGtT/view Topic covered are: 1. Set Scale of Deformation 2. Adjust data points in a plots 3. Increase legend font size 4. Use selection tool to advantage 5. Isolating model segment for better inspection 6. Printing high quality model image
Piecewise Functions in Matlab
มุมมอง 2.7K3 ปีที่แล้ว
#Matlab #Piecewise %% Linear clc breaks = [0,1,2,4]; % piecewise polynomial break/ discontinuity points a=[1,2,3]; b=[3,2,1]; coefs = [a',b']; % a and b for each line segment given by ax b pwf = mkpp(breaks,coefs); % creats the piecewise polynomial function x=0:0.01:4; plot(x,ppval(pwf,x),'k-') %% Quadratic clc breaks = [0,1,2,3]; % piecewise polynomial break/ discontinuity points a=[1,2,0]; b=...
Intersection point coordinate Of curves using Matlab
มุมมอง 20K3 ปีที่แล้ว
#Matlab #Intersection #coordinates %% Anonymous function F1=@(x) x^2-2; F2=@(x) 3*x-1; fplot(F1,[-2 4]); hold on; fplot(F2,[-2 4]); fun=@(x) (x^2-2)-(3*x-1) X_int=fsolve(fun,30) Y_int=3*X_int-1 %% Symbolic function syms x F1=x^2-2; F2=3*x-1; fplot(F1,[-2 4]); hold on; fplot(F2,[-2 4]); X_int=solve(F1 F2,10) X_int=eval(X_int) Y_int=eval(subs(F2,X_int))
Part-2: Abaqus subroutine library for anisotropic yield criterion (UMMDp) II Tips on yield parameter
มุมมอง 1.9K3 ปีที่แล้ว
#Abaqus #Subroutine #UMMDp Download the input file, useful links and commands (.txt) here: github.com/10minuters/UMMDp-supporting-files Article link: iopscience.iop.org/article/10.1088/1742-6596/734/3/032028/pdf Get access to subroutines: www.jancae.org/annex/annexUMMDe/ummdpe.html Setup your computer to run Abaqus subroutine: th-cam.com/video/OmMdJwCTYms/w-d-xo.html Calibrate Hill48: th-cam.co...
Part-1: Abaqus subroutine library for anisotropic yield criterion (UMMDp)
มุมมอง 2.9K3 ปีที่แล้ว
#Abaqus #Subroutine #UMMDp Download the input file, useful links and commands (.txt) here: github.com/10minuters/UMMDp-supporting-files Article link: iopscience.iop.org/article/10.1088/1742-6596/734/3/032028/pdf Get access to subroutines: www.jancae.org/annex/annexUMMDe/ummdpe.html Setup your computer to run Abaqus subroutine: th-cam.com/video/OmMdJwCTYms/w-d-xo.html
Isoparametric interpolation EXAMPLE (using linear shape functions) II Get matlab code
มุมมอง 2.2K3 ปีที่แล้ว
#Isoparametric #interpolation #Matlab Get the matlab code for interpolation: github.com/10minuters/Isoparametric-interpolation
Cyclic force displacement curve in Abaqus
มุมมอง 3.1K3 ปีที่แล้ว
Cyclic force displacement curve in Abaqus
Anisotropic Material orientation -in CURVED surface
มุมมอง 2.6K3 ปีที่แล้ว
Anisotropic Material orientation -in CURVED surface
Linking ABAQUS 2020 to One API to Run Subroutine (step-by-step setup)
มุมมอง 15K3 ปีที่แล้ว
Linking ABAQUS 2020 to One API to Run Subroutine (step-by-step setup)
Stable time increment in ABAQUS Explicit simulation (Use to your benefit)
มุมมอง 8K3 ปีที่แล้ว
Stable time increment in ABAQUS Explicit simulation (Use to your benefit)
Crack opening displacement (COD) in Abaqus
มุมมอง 2.8K3 ปีที่แล้ว
Crack opening displacement (COD) in Abaqus
Data set with different sampling rate || how to handle in Matlab?
มุมมอง 2.3K3 ปีที่แล้ว
Data set with different sampling rate || how to handle in Matlab?
Trapezoidal cohesive law || Abaqus || Get Matlab code
มุมมอง 4.5K3 ปีที่แล้ว
Trapezoidal cohesive law || Abaqus || Get Matlab code
Density Scaling in ABAQUS (for faster explicit simulation)
มุมมอง 2K3 ปีที่แล้ว
Density Scaling in ABAQUS (for faster explicit simulation)
Loading rate in ABAQUS Explicit simulation ( for faster simulation run )
มุมมอง 3.2K3 ปีที่แล้ว
Loading rate in ABAQUS Explicit simulation ( for faster simulation run )
What happens if you use more processor cores for Abaqus simulation?
มุมมอง 4.7K3 ปีที่แล้ว
What happens if you use more processor cores for Abaqus simulation?
How to run Abaqus Explicit simulations faster - 8 Tips
มุมมอง 18K3 ปีที่แล้ว
How to run Abaqus Explicit simulations faster - 8 Tips
Characteristic length of Elements (1D, 2D 3D)
มุมมอง 3.3K3 ปีที่แล้ว
Characteristic length of Elements (1D, 2D 3D)
Abaqus parameter Optimization from Matlab (Get MATLAB code)
มุมมอง 10K3 ปีที่แล้ว
Abaqus parameter Optimization from Matlab (Get MATLAB code)
Can anyone share intel 2022 versions on a link? Old version difficult to find
Many thanks
Many thank. Also, please revise video at 2:05 Lower Left side with lower right of screen.
Hi, thank you for the video. I’d like to ask you a question. How you modeled damage, because as I understood, you have different strain at break for each direction. Thank you.
Thank you very much, your explaination is easy to understand how the shape function works
Thanks a lot for sharing!
Great Video, Thank You!!!
Thx I needed it !
can draw a parallel with coordinate geometry.
Such a great educational video! Thank you sir for sharing your knowledge with such ease.
excessively simplified, reluctant explanation, unenthusiastic teaching.
fabulous. really useful and helpful. Thank you so much.
Could you upload a video which is related to the variable distributed load-Tbeam system ruscell hibbeler problem 7.24 in mechanics of materials 9th edition thank you
Very informing. Thank you for sharing this content
So we don’t need to buy expensive DIC system as we are able to record a video using our phone then analyze it with GOM correlate! Thank you!
Thanks!
❤❤❤❤🎉🎉🎉🎉
🎉🎉🎉🎉🎉
Thank you sir, understand what the actual shape function means after watching your video Please post the many videos like this sir
Which book whould you suggest for mastering math behind digital correlation...
i really like the content of this video. Thank you
It was helpful, thank you, sir
Hello everyone, Verify test : Abaqus/Standard with user subroutines verification .. log located at C:\temp\verify\user_std\user_std.log result : ERROR : Abaqus/Standard with user subroutines verification I am getting this error, how to fix this anyone please tell
Will it works for abaqus 2014?
Sir,in ABAQUS i m doing explicit coupled temperature displacement analysis to validate a paper.But the paper States that"We normalized time along with the normalization of thermal conductivity with its reciprocal in order to bring down the computational cost of simulations. The obtained solution using normalized time was again converted back to normal time accordingly" Sir if i normalized the time and conductivity how can i get back my result in actual time? I dont know why they normalized the conductivity also
Okay but what to do after finding the error node or elements in the results, to converge the problem should they be removed/ replaced???
3:52 calculation mistake and units. density must be tonn/mm3, E should be in N/mm2 and Le in mm.
I used SI unit system for this example.
Thank you sir. Very nice presentation.
Thank you so much for this beautiful explanation...never understood shape function before this video.
Helpful!
thank you sir for this video
Good Morning Sir, I have a query about non absorbing boundary condition for Dam- Reservoir- Foundation Interaction... how to create Lysmer - Kuhlemeyer’s viscous boundary for foundation in Abaqus software for foundation? Please help me out...
hi!! could you send me the video you used, so i can try to manage the software??
Thank you for your effort taken to make us to understand in physical means
Is there any reference video for the things you missed / didn't show in this video? Like creating step, reference point , Boundary Conditions?
Muito obrigado, ajudou demais
Hello Sir, I am using shell element S4R type for a composite material, and in the verify mesh section, I cannot select or highlight the elements that might be potentially poor so that I can create a set and assign mass scaling to only those elements. The error message I get is: 'stable time increment could not be calculated for any element in the selected regions. No section assigned...'
How do I calculate Cd if I have a composite material? There are different values to be defined for anisotropic material in the Elastic section in the material property
Thank you for the video with very nice explanation.
Useless as its a paid software, remove the video or edit the description
Hi, thanks for the great video. But can we use these subroutine files for the cases with anisotropic elastic tensor?
what would the BC be in the centre if there wasnt a hole
Very helpful and good explained video! Thank you!
Thank you so much for this grat video
I am facing this issue in Heat transfer step...how to solve this as I am not getting to IA option?
Thanks!
how do i plot contour plot in matlab from abaqus ? like temperature contour in r,theta plane ? Actually i want it similar like ansys to techplot
Good Video. Is there a different equation for the characteristic length of a tetrahedral, or is it the same as any other 3D element? I am operating a mesh on a very complex part, but have done my best do have uniformly shaped elements throughout.
Amazing!! Please do more debug videos like this
This video is fantastic! I really appreciate how you breaks down complex concepts in a way that makes it accessible