Тёмный
SimuTech Group
SimuTech Group
SimuTech Group
Подписаться
Engineer • Simulate • Innovate

We offer partnership and engineering expertise through Ansys simulation products, support, training, consulting, and physical testing services. SimuTech Engineers are experts in finite element analysis (FEA), computational fluid dynamics (CFD), electromagnetic (EM) software, and optics and photonics. Learn more at simutechgroup.com.
Importing GDS Files (into Ansys Lumerical)
10:34
7 месяцев назад
Launch Ansys Mechanical Independently
6:19
8 месяцев назад
Using Parameters in Discovery Live
12:33
9 месяцев назад
HFSS Workflow forPCB-based Antennas (part 1)
15:14
10 месяцев назад
Topography Optimization in Ansys Mechanical
8:33
10 месяцев назад
Solution Fidelity in Ansys Discovery
6:01
11 месяцев назад
Ansys Discovery Overview
9:03
Год назад
SimuTech People & Culture
2:16
Год назад
Комментарии
@SahilThakur-l1s
@SahilThakur-l1s 18 часов назад
i am not able to apply base excitation as i am not able to change the scope boundry condition from all bodies to base , can you please help me with this ?
@SimuTechGroup
@SimuTechGroup 12 часов назад
Hi Sahil, you will need to set the Base Excitation field in the Details view of the Displacement boundary condition in the Transient environment to “Yes”. Please note though that if you are using a version of Ansys Mechanical older than 19.0, the Base Excitation option may not be available. If you need any additional help, please contact your support provider or reach out to us at info@simutechgroup.com to learn about our paid consulting services.
@AshishGupta-bc1hu
@AshishGupta-bc1hu 22 дня назад
how to do this in Transient Mech?
@SimuTechGroup
@SimuTechGroup 22 дня назад
Hello and thank you for your comment! Unfortunately, Transient isn't currently supported. A multistep analysis in Static Structural is an alternative, as Transient would be much more complex to solve, and a cyclic condition would really defeat the purpose. Aside from that, we suggest you contact your Ansys support provider for further assistance. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@ZainUallahPapoo
@ZainUallahPapoo 27 дней назад
love u....💌
@corygenovese9185
@corygenovese9185 29 дней назад
This is no longer valid in 2024 R1. I was able to have a linear path result and use Cyclic Symmetry.
@SimuTechGroup
@SimuTechGroup 29 дней назад
That's great to hear @corygenovese9185, and thanks so much for letting our followers know! If you need to get in touch with us for further technical assistance, feel free to contact us via the methods found on simutechgroup.com/resources/technical-support/.
@evandrogaio8260
@evandrogaio8260 Месяц назад
Interesting, but it seems you missing something. Maybe you were supposed to apply the initial stresses over the deformed geometry. The results that you got seems like you reached the plastic zone.
@SimuTechGroup
@SimuTechGroup Месяц назад
The intent of the video was to show the method for mapping stresses from an existing, solved model to another model with the same geometry. The engineer who created the video chose to map the stresses to an undeformed model. The stresses could also be mapped to a deformed model using the same methodology. The models included in the video used linear, elastic material properties. Thus, no plastic material behavior is accounted for. Should you have additional questions, please reach out to info@simutechgroup.com
@ajaysai2978
@ajaysai2978 Месяц назад
Hi, i want to know the value of primary and secondary side leakage inductance. So, total leakage inductance is Lr = L11*(1-k^2). Then, how much primary side leakage inductance?
@SimuTechGroup
@SimuTechGroup Месяц назад
Hello and thank you for your comment! If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@VedanthB9
@VedanthB9 2 месяца назад
Hello, thanks for the informative video. Do I need a copy of Ansys installed on the remote desktop/server as well to run RSM?
@SimuTechGroup
@SimuTechGroup Месяц назад
Hi - the short answer is 'Yes.' If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@viveksankurubhukta6241
@viveksankurubhukta6241 2 месяца назад
I am running a 2D transient simulation(VOF Fluent) in which vapor bubbles are generated at the bottom surface of a rectangular domain that is initially full of water with heat flux given at the bottom wall. I was trying to patch a single vapor bubble by creating a hemispherical region. I can see my volume fraction contour with the bubble after patching a hemispherical region at the bottom of the liquid. The simulation is also running perfectly when I click on "Run Calculation". When I do this same bubble patch operation through a DEFINE_INIT UDF, I can see the bubble getting patched in the vapor phase contour, but the calculation is not running. It is giving the following error in the 1st iteration itself. Divergence detected in AMG solver: vof-1 Divergence detected in AMG solver: x-momentum Divergence detected in AMG solver: y-momentum Divergence detected in AMG solver: pressure correction Divergence detected in AMG solver: pressure correction Divergence detected in AMG solver: temperature UDF code #include "udf.h" DEFINE_INIT (init2, domain1) { Message("solution initialised"); cell_t cell; Thread *cell_thread; Domain *subdomain; int phase_domain_index; //Initialisation of heater layer sub_domain_loop(subdomain, domain1, phase_domain_index) { if(DOMAIN_ID(subdomain) == 2) { thread_loop_c (cell_thread,subdomain) { begin_c_loop_all (cell,cell_thread) { real arr[ND_ND]; C_CENTROID(arr,cell,cell_thread); if (sqrt(ND_SUM(pow(arr[0],2),pow(arr[1],2), pow(arr[2],2)))<=0.00000002) { C_VOF (cell, cell_thread) = 0. ; C_P(cell, cell_thread)= 5846400; } else { C_VOF (cell, cell_thread) = 1. ; } } end_c_loop_all (cell,cell_thread); } } } } When I am running the calculation I am getting this error, but there is no error when I am patching it without udf by creating a region. I want this patching operation to be done via udf, so I can generate new bubbles after every time step in a specific pattern. (I will be using EXECUTE_AT_END for that ). I would be grateful if you can help me sir.
@SimuTechGroup
@SimuTechGroup Месяц назад
Hello and thank you for your comment. Unfortunately, this is a very involved scenario. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@owlofminerva1397
@owlofminerva1397 2 месяца назад
Why can't all tutorials be like this? Straight to the point, short, concise, awesome. Thank you!
@dineshvenkatachalam3764
@dineshvenkatachalam3764 2 месяца назад
very useful tutorial. How to assign port for a broadside coupled strip line and view their odd and even mode impedances in HFSS.
@SimuTechGroup
@SimuTechGroup Месяц назад
Hello and thank you for your comment. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@pr.maaroufismail6744
@pr.maaroufismail6744 2 месяца назад
the linke plzz
@musfequssalehin4958
@musfequssalehin4958 2 месяца назад
😂
@ALFREDNTAAH-BINEY
@ALFREDNTAAH-BINEY 2 месяца назад
I am a final year Petroleum engineering student using ANSYS for my project to model slug flow/fluid flow through 90 degrees bend pipe (fluent). Please How do I setup wire mesh sensor and electrical capacitance tomography in fluent application or is supposed to be part of my geometry and if yes how go about that ?🙏🏾. I am at my wits end, I have tried everything I know but can't see the effects after simulation. Any guidance, directions or suggestions are warmly welcomed and appreciated 🙏🏾
@SimuTechGroup
@SimuTechGroup Месяц назад
Hello and thank you for your comment. Unfortunately, this is a very involved scenario. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@HopeScreen
@HopeScreen 3 месяца назад
Excellent. One thing i dont see is defining the contacts/connections between the fillet and the body.
@SimuTechGroup
@SimuTechGroup Месяц назад
Hello - we've shared your feedback with our engineering team. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@anijg05
@anijg05 3 месяца назад
"Not available for Polyhedral mesh" was a time saver, thank you :)
@cadinsider964
@cadinsider964 3 месяца назад
I see the mesh of the fillet is not conformal with the vertical and horizontal plate?
@miguelsserra
@miguelsserra 3 месяца назад
You F****** ROCK! For ages looking for how to do this!
@ozgurbozkurt5945
@ozgurbozkurt5945 3 месяца назад
I have a question. I am trying to build a similar model. Imagine your domain is split in half at that notch in the middle. One side of the domain will be stationary and the other side of the domain will be rotating around z axis. Although the periodic surfaces are still there, you have 2 of them which belong to the stationary fluid domain, and 2 belong to the rotating domain. Do you need to set up 2 separate periodic surfaces in fluent mesher? One matching the sides in stationary and one matching the sides in rotating domain. Or would it matter if you picked two surfaces from different domains and tag them with the same periodic surface? I am not sure if I was able to explain my question. In a nutshell, instead of 1 domain, I have 2. One rotating and one stationary. I would mesh it in workbench mesher but I am asked to use fluent mesher and I am not sure about it's capabilities
@SimuTechGroup
@SimuTechGroup 3 месяца назад
Thank you for your question - unfortunately, this is a very involved scenario. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@syrussu
@syrussu 3 месяца назад
A second model could be developed, considering heating the plates before welding them and checking the final stresses after the slow cooling process of the entire joined piece. What do you think?
@SimuTechGroup
@SimuTechGroup 3 месяца назад
Hi, and thank you for your questions. Yes, that’s certainly possible. You would need to set the initial body temperature of the plates. If you were interested in any time domain effects, it would be required to run a transient thermal analysis and apply these to the structural analysis to then perform the thermal stress analysis and capture the time history of the cooling process. Should you have additional questions, please reach out to us at info@simutechgroup.com or explore the SimuTech Skills Center skillscenter.simutechgroup.com/ssc/landing-page
@brilliantbox2463
@brilliantbox2463 3 месяца назад
good work
@raohkwa1151
@raohkwa1151 3 месяца назад
Could you please share the equation in the field calculator with higher quality?
@papess690
@papess690 3 месяца назад
Is writing the 'report definition' out after the simulation possible? I have .dat files that could check the value, but I can not find a way to write it out.
@SimuTechGroup
@SimuTechGroup 3 месяца назад
Hi and thank you for your question. Please use “Report Files” just below “Report Definition” in the project tree. In Report file you can create a file based on any Report Definition that you have created. Should you have additional questions, please reach out to us at info@simutechgroup.com or explore the SimuTech Skills Center skillscenter.simutechgroup.com/ssc/landing-page
@CAEProfHan
@CAEProfHan 4 месяца назад
I could save several hundreds hours if I watched this video three months ago. Thank you a lot!
@SimuTechGroup
@SimuTechGroup 4 месяца назад
Glad it helped! For more tips like these, check out SimuTech Skills Center: skillscenter.simutechgroup.com/
@chitarraessenziale
@chitarraessenziale 4 месяца назад
Good video! Just one question: at the end of the video you didn't select "intrinsic" when you imported the curve (that seems a polarization curve and not a normal curve), Oversight? Thanks for the reply.
@SimuTechGroup
@SimuTechGroup 3 месяца назад
Thanks for your comment. This is just to show how to use the sheetscan tool, but you are right: if we need to perform a demagnetization analysis for example, this has to be intrinsic. However, note that the curve should be smoothed out and start with zero to be able to assign it as intrinsic.
@memingineer
@memingineer 6 месяцев назад
02:47, receiving error which generates a dump file without any details. Somehow, I can't gather original and inverse models in Workbench, where you have in system D.
@LetsStudytb
@LetsStudytb 6 месяцев назад
Hi, I followed strickly the steps, but the resuling topology shape is not the same, it was removed more material. Do you solove the problem? Thanks
@SimuTechGroup
@SimuTechGroup Месяц назад
Hello and thank you for your comment. Unfortunately, this is a very involved scenario. If you are interested in any of our engineering services, please email info@simutechgroup.com. You can also check out SimuTech Skills Center, a training portal that contains training material and tips and tricks videos that have been created by SimuTech engineers: skillscenter.simutechgroup.com/
@LetsStudytb
@LetsStudytb Месяц назад
@@SimuTechGroup thank for your feedback. I solved the proplems!
@ottoomen5076
@ottoomen5076 6 месяцев назад
Does anyone know if the student version of Ansys will let you import GDS files? My student version crashes when I try to import GDS. This is an excellent simulation software.
@BShahiWork
@BShahiWork 6 месяцев назад
The small offset was the key!!!, Thanks
@MrBhavsar
@MrBhavsar 7 месяцев назад
Thank you for the demo. Is it possible to add the pivot feature? If IGVs are there which can be rotted about its pivot, then they are subjected to have leakage flow. In that case, it is important to model the pivot in the clearance and mesh it. Is it possible to mesh this feature in new turbogrid? Also, is it possible to mesh the cooling holes in turbogrid. Thank you.
@SimuTechGroup
@SimuTechGroup 6 месяцев назад
Hi, and thank you for your comment. We've shared your feedback with the Engineering Team.
@aether366
@aether366 7 месяцев назад
such a great video!
@TalonMath
@TalonMath 7 месяцев назад
so, by change the topology to "merge", the big volume will automatically be split into 2 volumes, right? this is different from what I am struggling now
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Hi, thank you for your question. Assuming you are referring to the first model shown (ie; the rectangular volume with the thin plate with the pattern of holes in it), no, the Share Topology, Merge setting does not split the volume. Using the Share Topology, Merge setting effectively imprints the hole pattern that is on the fluid volume on the left onto the fluid volume on the right once it is taken the meshing application (ie; either Ansys Workbench Meshing or Fluent Meshing). If you are interested in simulation services like mentoring, training, and consulting, please contact us: simutechgroup.com/contact-us Alternatively, you can check out the Ansys Learning Hub here: www.ansys.com/services/ansys-learning-hub and if you are a student, see Ansys’ academic forum here: forum.ansys.com/
@TalonMath
@TalonMath 6 месяцев назад
@@SimuTechGroup i think I got the reason of my problem: share. looks like that I need to define the share tolerance in the space claim .Thank you for your reply:)
@ChanghoKim-y7l
@ChanghoKim-y7l 7 месяцев назад
Can you give the temperature to the node? on the command ? Looking at your lecture, it seems like you can apply pressure to the node, but there is no temperature.
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Hi and thanks for your questions. As a load in Mechanical, no. In the Mechanical GUI temperature loads are applied as Thermal Conditions on bodies only, as a constant temperature across the body. To apply a temperature distribution (ie; a result from a steady state thermal or transient thermal that is contained in the same Workbench project), link the Solution cell from the Steady State Thermal or Transient Thermal to the Setup cell in the Static Structural in the Project Schematic in Workbench. Temperature loads can be applied as body forces on elements via commands, not to nodes.
@ChanghoKim-y7l
@ChanghoKim-y7l 7 месяцев назад
Is that right? Or, I think, what do you think about adopting giving the temperature according to each location from external data? I think it is the same as giving temperature to the node.@@SimuTechGroup
@divyashreem9899
@divyashreem9899 7 месяцев назад
Well understood Sir. Thanks for sharing
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Thank you for your comment!
@AliShan-se2cf
@AliShan-se2cf 7 месяцев назад
how we can draw the graph between leakage inductance and thickness of the inductor
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Hi there. In this case, the thickness of the transformer needs to be parametrized. Once the simulations are completed, the graph leakage inductance vs. the thickness can be generated by replacing the default Freq by the defined transformer thickness parameter. Hope this helps! If you have additional questions, or are interested in Ansys Training or Mentoring, please reach out to info@simutechgroup.com
@anthonypiney6015
@anthonypiney6015 7 месяцев назад
What is the procedure when you need to move several objets in one translation movement? I have the following error messge : " A wrapper object is required to contain all the moving objects in band for translation motion. The result will be wrong " Regards,
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Thank you for your comment. If you are interested in simulation services like mentoring, training, and consulting, please send us an email at info@simutechgroup.com. Alternatively, you can check out the Ansys Learning Hub here: www.ansys.com/services/ansys-learning-hub and if you are a student, see Ansys’ academic forum here: forum.ansys.com/
@yqgao6195
@yqgao6195 7 месяцев назад
Thank you.I have a case like the situation in video,but needs to be applied an angular displacement.When I use the rotx command,its unit is rad or degree,and can APDL recognize the pi without any additional set?
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Thank you for your questions -- First, solver units for angular displacement are always in radians. Next, APDL does not recognize the pi without any additional set. Define a parameter called ‘pi’ in the command snippet like this: pi=acos(-1) Then define your rotation in the D command as multiples of the previously defined ‘pi’ parameter. Like this: D,my_pilot,ROTZ,pi/2 (this would define 90 degrees rotation, ie; pi/2) Should you have additional questions, please direct them to info@simutechgroup.com or check out the SimuTech Skills Center: simutechgroup.com/resources/skills-center/
@sachxx
@sachxx 8 месяцев назад
Hi i dont know why but in my ansys if i click geometry i cant see the layered section option do u know why i cant access it ? thanks
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
Thank you for your comment -- to access Technical Support, reach out to your Ansys provider.
@anthonypiney6015
@anthonypiney6015 8 месяцев назад
hello sir, I sent to you an email for assistance, could you just confirm me that you received it well?
@Alok218
@Alok218 8 месяцев назад
How to choose different surface under construction geometry?
@SimuTechGroup
@SimuTechGroup 8 месяцев назад
Thank you for your comment. Currently as of ANSYS release 2024 R1, only coordinate systems can be used to define construction geometry surfaces. To define another construction geometry surface, one needs to define, position, and orient another coordinate system. Should you have additional questions, check out the SimuTech Skills Center at www.simuportal.com/ssc/landing-page or please email info@simutechgroup.com
@metseo1
@metseo1 8 месяцев назад
I showed your video lecture for contact tool, and thank you very much. I have a question about a problem I have never experienced with the contact tool. When I insert a contact tool, a question mark appears in the upper left corner of the contact tool. Even if you try to delete it, it says that some paths to the contact tool cannot be found and it is not deleted. I would appreciate it if you could tell me what the cause is and possible ways to solve it. Thank you in advance
@SimuTechGroup
@SimuTechGroup 8 месяцев назад
Thank you for your comment! Unfortunately, the question posed is not something we can answer without knowing the details of your particular model. We highly suggest you submit a support case to your support provider. If you'd like additional information, you can reach out to info@simutechgroup.com
@umarfarooq5402
@umarfarooq5402 8 месяцев назад
Great place for work environment
@SimuTechGroup
@SimuTechGroup 7 месяцев назад
It sure is!
@umarfarooq5402
@umarfarooq5402 8 месяцев назад
Thanks! Can you make a video on aeration flow in spillway by using LES and DES techniques
@SimuTechGroup
@SimuTechGroup 8 месяцев назад
Thank you for your comment! We've forwarded this request to our engineers.
@danielsamihamade2569
@danielsamihamade2569 8 месяцев назад
Great video thank you
@mojekh
@mojekh 8 месяцев назад
Really informative video, thank you!
@Draxs_studios
@Draxs_studios 8 месяцев назад
How did you create the geometry? pleaseee
@DThorn619
@DThorn619 9 месяцев назад
Its because of videos like these that I'm subscribed. 😂
@samirhaddadi4217
@samirhaddadi4217 9 месяцев назад
thanks for video, where can I fine some documentation for better understanding of what are harmonic indices
@SimuTechGroup
@SimuTechGroup 9 месяцев назад
Thank you for your comment! You can check out our comprehensive library of educational materials for Ansys products here: simutechgroup.com/resources/skills-center/ We share videos, lectures, tutorials, and workshop problems that will help you familiarize yourself with Ansys tools and better understand how and when to use them. If you are interested in training, mentoring, or consulting with SimuTech Group, please send us an email at info@simutechgroup.com
@ahmetunal4283
@ahmetunal4283 9 месяцев назад
Great video, thanks... If you would like to take it one step ahead, import points into Excel, do a best fit curve, recreate points using the equation in a more uniform distribution. This prevents any non-uniform slope changes between any two points by creating a much smoother curve.
@SimuTechGroup
@SimuTechGroup 9 месяцев назад
Thanks for sharing!
@MrWillSueU-zk4qh
@MrWillSueU-zk4qh 9 месяцев назад
Big Help. You're awesome. Thank you.
@faizan.afzal3
@faizan.afzal3 9 месяцев назад
Hi my question, I am using ANSYS 2023 R2. By using RSM can I design and pre-process job in Ansys mechanical while another job being solved in the Ansys solver?
@SimuTechGroup
@SimuTechGroup 9 месяцев назад
Thank you for your question! The short answer is 2 licenses are required. Using RSM doesn’t multiply your licenses - it allows you to use bigger, remote computing hardware.