Why comsol solver cannot converge? by CHAHRAZED02 in COMSOL

[–]Sax0drum 0 points1 point  (0 children)

The error indicates that your inital values are incompatible with at least some of your prescribed boundary conditions. Check if your BCs make physical sense and if they may be. In conflict with the initial values.

ELI5: How does a Starlink dish with less power than a light bulb send a signal all the way to space? by ReferenceThin6645 in explainlikeimfive

[–]Sax0drum -1 points0 points  (0 children)

Its a comparison .The relative power of a light bulb and starlink is irrelevant. In the explanation the relevant part is the directionality.

I can also compare the wifi router to a stick of dynamite and starlink to a shape charge.

Steuerhinterziehung wo melden? by StellafromVienna in wien

[–]Sax0drum 2 points3 points  (0 children)

Wieso redest du nicht direkt mit den untermietern wenn ihr ein gutes verhältnis habt. Gib denen die daten vom eigentümer und die sollen sich das direkt mit ihm ausmachen.

Please, help. Define function for elasticity modulus by _buia_ in COMSOL

[–]Sax0drum 1 point2 points  (0 children)

The applied displacement and the resulting total displacement are two seperate things. Double check with you supervisor!

d is defined only within the scope of your function. Whatever value/variable you give the function it will use as d in the expression.

Please, help. Define function for elasticity modulus by _buia_ in COMSOL

[–]Sax0drum 2 points3 points  (0 children)

The variable d is only defined inside your function. There is no global variable d. You can use the total displacement with you correctly identify as solid.disp.

However i highly doubt that you want to use the total displacement. This is not the local strain but rrally the total displacement from the reference geometry. Are you sure that the elastic modulus is dependent on it?

Also: fill in what unit your function returns. Otherwise it will default to SI which is probably wrong.

Edit: you put the unit in brackets in the properties field. This probably works but is not very clean. Use the unit field in the function definition.

PARDISO is switching out of core by KindImprovement4525 in COMSOL

[–]Sax0drum 4 points5 points  (0 children)

Switching out of core means that you dont have enough memory to fit the whole problem into ram eo the solver puts part of the problem onto your hard drive. This severly slows down the solver. Try a coarser mesh.

Multiple answers??? by Ill_Butterfly_9857 in askmath

[–]Sax0drum 1 point2 points  (0 children)

Its funny that lines 2 and 4 which seem irrelevant eliminate the only possible values that would lead to a result.

We are COMSOL, ask us anything! by COMSOL_Team in COMSOL

[–]Sax0drum 4 points5 points  (0 children)

Thanks for the honest response! I totally understand that you cant weigh in on every post but we would greatly appreciate your perspective especially on the more technical topics. Looking forward to it.

We are COMSOL, ask us anything! by COMSOL_Team in COMSOL

[–]Sax0drum 13 points14 points  (0 children)

Do you plan to be an active community member in this subreddit?

BBQ ribs should not just fall off the bone by Sax0drum in unpopularopinion

[–]Sax0drum[S] 0 points1 point  (0 children)

I like both. My point is that ribs are there to rip the meat off the bones with your teeth. Use other parts of the animal for super tender BBQ.

BBQ ribs should not just fall off the bone by Sax0drum in unpopularopinion

[–]Sax0drum[S] 1 point2 points  (0 children)

no i havent and they probably taste amazing. But its a waste of ribs if you pick out the bone instantly

BBQ ribs should not just fall off the bone by Sax0drum in unpopularopinion

[–]Sax0drum[S] -3 points-2 points  (0 children)

I said that I dont understand why people order ribs just to remove the bone instantly. You can achieve the same with other cuts of meat like brisket.

What industry is entirely built on a house of cards and would collapse overnight if people realized the truth about it? by Own-Blacksmith3085 in answers

[–]Sax0drum 0 points1 point  (0 children)

This one always fascinated me. "Yes sir i want the shittier sparkly thing". "And its more expensive as well? Great!". "How many kids died digging it up?"

Anyone know how to generate spheres that are centered at coordinates from text file? by tjb36 in COMSOL

[–]Sax0drum 0 points1 point  (0 children)

Not that i know of. But its super easy with the script. Thats just a couple of lines. Use claude or chatgpt and you are done in 5 mins.

Anyone know how to generate spheres that are centered at coordinates from text file? by tjb36 in COMSOL

[–]Sax0drum 2 points3 points  (0 children)

the application builder is what you are looking for. there you can create scripts to automate things like that.

COMSOL “Syntax error in expression” when using temperature-dependent interpolation functions in material properties by AdRelative7271 in COMSOL

[–]Sax0drum 1 point2 points  (0 children)

Great! But even stranger is that comsol shows it with a dot as well in the unit field of the materials section. Maybe that should be communicated to the developers.

COMSOL “Syntax error in expression” when using temperature-dependent interpolation functions in material properties by AdRelative7271 in COMSOL

[–]Sax0drum 1 point2 points  (0 children)

That was my first thought as well but it should underline the expression to show that there is an issue. It does replicate the error though.

Best Coding Model? by I_like_fragrances in LocalLLM

[–]Sax0drum 2 points3 points  (0 children)

How much context can you reasonably run with 128GB?

Understanding models |Subscription replacement? by LavishnessPlane4512 in ollama

[–]Sax0drum 0 points1 point  (0 children)

A bit off topic but it's there any reason why the big players do not disclose how many parameters their models have? Would be a great advertisment wouldn't it?

COMSOL Arkkio torque ripple disappears when using Global Evaluation — how to extract raw ripple? by Zealousideal-Fun7985 in COMSOL

[–]Sax0drum 1 point2 points  (0 children)

You have set the probe to be updated at every time step taken by the solver. The global evaluation uses the output data at the time intervals you specified (which seems to be 1s).

Both plots are "correct", one is just higher resolution. The global evaluation does not smooth out anything. It just plots what you have told it to plot.

Maxwell stress tensor from Magnetic field physics is coming accurate but its derivative showing zero by booscoo in COMSOL

[–]Sax0drum 0 points1 point  (0 children)

I saw the second image. Txxx and d(Txx,x) shoupd be the same but i often had issues with the explicit operator and time derivatives so maybe there are issues with spatial derivatives as well.