10Minuters
10Minuters
  • 54
  • 464 209

วีดีโอ

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
Truss modeling in Inventor NASTRAN
มุมมอง 3.2K3 ปีที่แล้ว
Truss modeling in Inventor NASTRAN
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
Abaqus Common Errors (How to solve)
มุมมอง 42K3 ปีที่แล้ว
#Abaqus #Error #Job(Aborted)
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?
Mass scaling in ABAQUS
มุมมอง 12K3 ปีที่แล้ว
Mass scaling in ABAQUS
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)
Anisotropy in Abaqus (Hill48)
มุมมอง 7K3 ปีที่แล้ว
Anisotropy in Abaqus (Hill48)
Abaqus parameter Optimization from Matlab (Get MATLAB code)
มุมมอง 10K3 ปีที่แล้ว
Abaqus parameter Optimization from Matlab (Get MATLAB code)

ความคิดเห็น

  • @tarkesdora20
    @tarkesdora20 6 ชั่วโมงที่ผ่านมา

    Can anyone share intel 2022 versions on a link? Old version difficult to find

  • @PATHMINDER
    @PATHMINDER 11 ชั่วโมงที่ผ่านมา

    Many thanks

  • @PATHMINDER
    @PATHMINDER 11 ชั่วโมงที่ผ่านมา

    Many thank. Also, please revise video at 2:05 Lower Left side with lower right of screen.

  • @FilippoRighetti
    @FilippoRighetti 5 วันที่ผ่านมา

    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.

  • @camlainguyen3545
    @camlainguyen3545 7 วันที่ผ่านมา

    Thank you very much, your explaination is easy to understand how the shape function works

  • @Sandro-ss1st
    @Sandro-ss1st 7 วันที่ผ่านมา

    Thanks a lot for sharing!

  • @GriffinJohnson-j4r
    @GriffinJohnson-j4r 8 วันที่ผ่านมา

    Great Video, Thank You!!!

  • @mathurinbisson3964
    @mathurinbisson3964 9 วันที่ผ่านมา

    Thx I needed it !

  • @harshmadnani1613
    @harshmadnani1613 13 วันที่ผ่านมา

    can draw a parallel with coordinate geometry.

  • @mdrajibulislam9097
    @mdrajibulislam9097 18 วันที่ผ่านมา

    Such a great educational video! Thank you sir for sharing your knowledge with such ease.

  • @orange_submarine
    @orange_submarine 23 วันที่ผ่านมา

    excessively simplified, reluctant explanation, unenthusiastic teaching.

  • @n2l84med3
    @n2l84med3 29 วันที่ผ่านมา

    fabulous. really useful and helpful. Thank you so much.

  • @saidemreilkbahar7787
    @saidemreilkbahar7787 2 หลายเดือนก่อน

    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

  • @amirloghmani5143
    @amirloghmani5143 2 หลายเดือนก่อน

    Very informing. Thank you for sharing this content

  • @mohdgh86
    @mohdgh86 2 หลายเดือนก่อน

    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!

  • @mollysmith2713
    @mollysmith2713 2 หลายเดือนก่อน

    Thanks!

  • @amirhamza-vw3gt
    @amirhamza-vw3gt 2 หลายเดือนก่อน

    ❤❤❤❤🎉🎉🎉🎉

  • @amirhamza-vw3gt
    @amirhamza-vw3gt 3 หลายเดือนก่อน

    🎉🎉🎉🎉🎉

  • @deepaprabu5837
    @deepaprabu5837 4 หลายเดือนก่อน

    Thank you sir, understand what the actual shape function means after watching your video Please post the many videos like this sir

  • @shivakumarnatrajan
    @shivakumarnatrajan 4 หลายเดือนก่อน

    Which book whould you suggest for mastering math behind digital correlation...

  • @LONTSIKENNEANAILPERES
    @LONTSIKENNEANAILPERES 4 หลายเดือนก่อน

    i really like the content of this video. Thank you

  • @rivinish
    @rivinish 4 หลายเดือนก่อน

    It was helpful, thank you, sir

  • @rajatagrawal2654
    @rajatagrawal2654 5 หลายเดือนก่อน

    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

  • @arnobbaiga318
    @arnobbaiga318 5 หลายเดือนก่อน

    Will it works for abaqus 2014?

  • @arnobbaiga318
    @arnobbaiga318 5 หลายเดือนก่อน

    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

  • @simranrasdhari521
    @simranrasdhari521 5 หลายเดือนก่อน

    Okay but what to do after finding the error node or elements in the results, to converge the problem should they be removed/ replaced???

  • @sirajudheench8182
    @sirajudheench8182 5 หลายเดือนก่อน

    3:52 calculation mistake and units. density must be tonn/mm3, E should be in N/mm2 and Le in mm.

    • @10Minuters
      @10Minuters 5 หลายเดือนก่อน

      I used SI unit system for this example.

  • @RajeshKumar-d5i1y
    @RajeshKumar-d5i1y 6 หลายเดือนก่อน

    Thank you sir. Very nice presentation.

  • @ashitoshbankar6362
    @ashitoshbankar6362 6 หลายเดือนก่อน

    Thank you so much for this beautiful explanation...never understood shape function before this video.

  • @Isidore_Chitosi
    @Isidore_Chitosi 6 หลายเดือนก่อน

    Helpful!

  • @kar-dt1hk
    @kar-dt1hk 7 หลายเดือนก่อน

    thank you sir for this video

  • @ammarvanank
    @ammarvanank 7 หลายเดือนก่อน

    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...

  • @BrunoBertasoli
    @BrunoBertasoli 7 หลายเดือนก่อน

    hi!! could you send me the video you used, so i can try to manage the software??

  • @keshavamurthy7779
    @keshavamurthy7779 7 หลายเดือนก่อน

    Thank you for your effort taken to make us to understand in physical means

  • @annie9223
    @annie9223 8 หลายเดือนก่อน

    Is there any reference video for the things you missed / didn't show in this video? Like creating step, reference point , Boundary Conditions?

  • @wellingtonaparecido4969
    @wellingtonaparecido4969 8 หลายเดือนก่อน

    Muito obrigado, ajudou demais

  • @noamaanshaikh5702
    @noamaanshaikh5702 8 หลายเดือนก่อน

    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...'

  • @noamaanshaikh5702
    @noamaanshaikh5702 8 หลายเดือนก่อน

    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

  • @dharmendrakumartyagi4568
    @dharmendrakumartyagi4568 8 หลายเดือนก่อน

    Thank you for the video with very nice explanation.

  • @ullrikegabler
    @ullrikegabler 9 หลายเดือนก่อน

    Useless as its a paid software, remove the video or edit the description

  • @HongshunChen
    @HongshunChen 9 หลายเดือนก่อน

    Hi, thanks for the great video. But can we use these subroutine files for the cases with anisotropic elastic tensor?

  • @ethanmorgan8839
    @ethanmorgan8839 9 หลายเดือนก่อน

    what would the BC be in the centre if there wasnt a hole

  • @ozangunduz3963
    @ozangunduz3963 9 หลายเดือนก่อน

    Very helpful and good explained video! Thank you!

  • @scienceisweird7506
    @scienceisweird7506 9 หลายเดือนก่อน

    Thank you so much for this grat video

  • @rishiraj6242
    @rishiraj6242 9 หลายเดือนก่อน

    I am facing this issue in Heat transfer step...how to solve this as I am not getting to IA option?

  • @にこぷん-h6v
    @にこぷん-h6v 10 หลายเดือนก่อน

    Thanks!

  • @palashdas823
    @palashdas823 10 หลายเดือนก่อน

    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

  • @BrennanBirn
    @BrennanBirn 10 หลายเดือนก่อน

    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.

  • @hieuthepunk
    @hieuthepunk 10 หลายเดือนก่อน

    Amazing!! Please do more debug videos like this

  • @samibasha
    @samibasha 11 หลายเดือนก่อน

    This video is fantastic! I really appreciate how you breaks down complex concepts in a way that makes it accessible