-
PhysicsAI ignores impact velocity but detects geometry variation
https://us.v-cdn.net/6038102/uploads/IY7KXD5G566F/crashtube-20mm.hm Hello, I have a problem regarding PhysicsAI. I have a crash tube model that is being deformed, and I would like it to generate reasonably reliable predictions for varying radii and impact velocities. I created a dataset with different radii and, for each…
-
Drop Simulation
Description: Kindly add description here Product/Topic Name : Kindly include the product name, version if applicable here. Also, Don't forget to tag with the product/topic related to your question. *Note from Community Team - Once you receive a satisfactory answer on your question, kindly mark your answers as "Accepted" so…
-
Radioss RWALL constrain axis
Hi Is there a way in Radioss to constrain the RWALL in say all DOF except x? I would typically use /BCS/ , but unsure how to define the set with the RWALL- any help would be greatly appreciated- thanks! /RWALL/PARAL/1 #rwall_title RIGID_WALL # node_ID Slide grnd_ID1 grnd_ID2 1295724 2 0 0 # Dsearch fric phi ifq 200.0 0.2…
-
Radioss RWALL velocity time history
Hi , I have a rigid wall with velocity and mass (see below) - is it possible to extract the time history (velocity, displacement etc.) of the rwall? My understanding is only force is output from the TH/RWALL but I would prefer to be able to plot the velocity without performing math functions on the force curves. Thanks !…
-
Radioss thermoplastic polimers material card at different strain rate
Hello, what is a material card for Radioss explicit solver if I have a thermoplastic polimer (for ex. PA6+30GF) at different strain rate? As you know the elastic modulus change from quasi-static tensile to higher strain rate, in fact increase.. due to increase the stiffness of the material if I stretch at high velocity. Is…
-
[URGENT] RADIOSS SDK Error: /MAT/USER01 Routine Not Found in DLL (Shell Law)
Issue Description: > I am encountering a termination error in the RADIOSS Starter when attempting to use a custom material law (/MAT/USER01). Despite having the compiled DLL in the working directory and specifying it in the solver console, the solver fails to find the user interface routine. Error Log: > ** ERROR IN USER…
-
Radioss で摩擦を熱に変える例題
はじめに Radioss の接触 /INTER/TYPE7 と /INTER/TYPE25 には、摩擦エネルギを、熱エネルギに変換して、熱伝導解析の熱源とすることができます。 本記事では、簡単な例題を一つ示しながら、入力内容について説明していきます。 例題と説明 ダウンロード: https://us.v-cdn.net/6038102/uploads/DIPNKQ6WKRGI/model01.7z 摩擦で熱が発生している様子。 本例題は、こちらの公式例題を元に作りました。…
-
Issue passing data from Starter (USERWIS) to Engine (USERWI) in custom interface
Hi I am trying to use a custom subroutine to calculate a custom contact interface between two objects I have an issue connecting the starter and the engine runs. In the starter run, im assigning the memory allocation (USERWIS_INI) and values (USERWIS) for IUVAR and UVAR while maintining all other values as Radioss assigned…
-
/FAIL/ENERGY を使って、要素の内部エネルギ密度で要素を削除する例題
はじめに タイトルには、内部エネルギ密度と書きましたが、特に難しいことではなく、応力ーひずみ線図の塗りつぶす面積のことです。 /FAIL/ENERGY のリファレンスより抜粋。 ゴムやスポンジなどの、超弾性、粘弾性材料には、材料自体に破断基準がないため、要素を削除するには、何か追加で必要になるわけですが、/FAIL/ENERGY はわかりやすい部類に入ると思います。 例題は、最初に、/FAIL/ENERGY を使わずに応力ーひずみ線図を取得して、そこから破断させるエネルギの値を求め、その次に、/FAIL/ENERGY を与えて破断させる、という流れです。 カードの説明 必須項目は E1, E2 のみです。例題でも、この 2個だけ使います。…
-
/LOAD/PFLUID で簡易的に空気抵抗を模擬する例題
はじめに Radioss でまじめに空気抵抗を模擬しようと思うと、流体構造連成解析が必要になります。ただ、そこまでモデルを複雑にしたくなくて、速度の二乗に比例するようなものを簡易的につけるだけでいいです、という場合は、/LOAD/PFLUID が利用できます。 本記事では例題を一つ示します。 空気抵抗を模擬する場合の /LOAD/PFLUID の設定方法 /LOAD/PFLUID 自体は、下の式で表されるように、圧力と速度の2乗に比例する抵抗を考慮できます。しかし空気の場合、構造に影響を及ぼすほど有意な差が空気圧に出るほどの巨大な構造物は、まずないと思いますので、この左の項は、無視して、右の項だけ使います。…
-
接触した後、離れにくくする 3個の例題
はじめに Radioss では、接触した後、離れにくくするような手法が 3通りあります。この記事では、それぞれの手法ごとに、例題を提示します。 例題1, VISs による粘着性の表現 ダウンロード: https://us.v-cdn.net/6038102/uploads/4S2FGDFMY4RR/model-viss.7z 例題では /INTER/TYPE25 を使っていますが、TYPE7, 11, 24 にも同じオプションがあります。この方法の利点は、どの接触タイプでも利用できることです。 使うのはこのオプションです。実は安定性も加味して、デフォルトで 0.05 が入っているため、知らず知らずのうちに使っています。…
-
RADIOSS ALE corner cells with non reflective boundary
In hypermesh how do you create these corner cells which wrap around. The following screenshot is from the Radioss example files for ALE cases to satisfy the condition where the nonreflective boundary condition must have at least one face in contact with a fluid material. I.e. iform=6 when using multi material law51. From…
-
Conducting a Contact Simulation With a Composite Using the Radioss Solver?
Hello Altair community, I'm currently conducting experimental composite simulations in Hypermesh with the Radioss solver with the ultimate goal of replicating a 3 point bend test. My goal is to visualize the failure of the composite and get results similar to my actual conducted 3 point bend test. I am currently using…
-
User defined Material assign Temperature in dll
Hi, I am implementing a temperature-dependent shell material in Radioss UMAT via dll. In sigpc29c, is the TEMP(NEL) array read-only? If I calculate a temperature increase from plastic work, can I write it back to TEMP(i), or must I store it in UVAR to ensure it persists? Does the solver automatically pass the nodal…
-
/FUNCT_PYTHON をバネ要素特性に適用する例題
はじめに v2026 から /FUNCT_PYTHON をバネ要素プロパティに適用できるようになりました。 本記事では /PROP/TYPE25 (/PROP/SPR_AXI) に適用する例題を示します。 なお、Python やコードの中身については説明はしません。委託を希望する場合は、担当営業にお申し出ください。 例題 ダウンロード https://us.v-cdn.net/6038102/uploads/0PS9JEMKI4OF/model01.7z HyperMesh 2026 でも /FUNCT_PYTHON に未対応なので、読み込んで吐き出すと壊れます。上書きしないなど、取扱に注意してください。…
-
Significant Differences Between RADIOSS and ANSYS AUTODYN Blast Results – Seeking Expert Opinions
Overview: Hello everyone, I am currently performing numerical simulations of explosion in air using both Altair RADIOSS and ANSYS AUTODYN, and I am observing significant discrepancies in pressure results between the two solvers, despite using nominally identical input parameters. I would greatly appreciate insights from…
-
Example: Find difference between CAD and 3D scanned grids by Radioss.
Introduction This is English translation of this article. HyperMesh and MVD (Model Verification Director) provide shape-comparison functionality. Thus, we can compare CAD and FEM. However, comparison between grids and CAD/FEM are not supported. I considered how I can compare them. And finally, I realized that Radioss have…
-
Composite post-process in Radioss
Hi, I am currently working with dynamic analysis with composites in radioss and I was wondering if, as in optistruct, there was a way to visualize contours such as 'cstress', 'cfailure' or 'cstrain'. I have seen that there is an option to visualize the Tsai-Wu criterion, but I was wondering if there was the other…
-
/INTER/TYPE2 による、サーフェス対サーフェス結合条件
はじめに 結合条件は、節点を要素面に結合するものですので、結合するパートが2個あるとき、どちらを節点側にして、どちらを要素面側にするか迷うときがあります。 こちらの記事では、迷ったら、パート1の節点をパート2の要素面へ、そしてパート2の節点をパート1の要素面へと、双方向に 2個設定すれば良いですよという話を書きました。 v2026 (*1) からは、一つの /INTER/TYPE2 設定で、この双方向の結合条件を設定することができます。サーフェス対サーフェスとタイトルにはありますが、実際には、節点対サーフェスの結合条件が内部的に 2個ある状態です。 *) 実は v2025.1…
-
How can i get access to Radioss 2022.3 version?
Hello, I am currently writing my engineering thesis on crash cushion and I have a problem because I can no longer download version 2022.3 of Radioss, which we are working on at my university, from the marketplace. Would it be possible for Altair support to send me the installer for this version, or is there another way to…
-
接着モデル材料 /MAT/LAW116 の 1要素例題、その1
はじめに 本記事では接着をモデル化するのに便利な /MAT/LAW116 材料を使った 1要素モデルの例題を示します。本材料は、速度依存性がありますが、本例題では、速度依存性は扱いません。もしかしたら、例題その2で扱うかもしれません。 /MAT/LAW117 という LAW116 よりも設定項目の少ない簡単な材料モデルもあるので、そちらも参考にしてください。 材料を扱うときは、線形→塑性→ダメージや破断という順番で扱っていくとわかりやすいと思うので、本例題も 3部構成になっています。 例題はどれも、10x10x1mm のヘキサ要素を 1mm 引っ張り上げる試験となっています。…
-
/MONVOL/AREA で空間の体積を出力する例題
始めに モニター体積の中で /MONVOL/AREA は体積 (と袋の面積) の出力に特化したカードです。これ自体は、一切、解析に影響を及ぼさないため、体積を監視したい袋状の物に対して気軽に使うことができます。 例題 ダウンロード: https://us.v-cdn.net/6038102/uploads/454L04E6QDGM/model01.7z 10x10x10mm の箱を引っ張って体積を変えるだけの例題です。 どのモニター体積にも共通ですが、袋を作るシェルの法線は、外側を向いている必要があります。 /MONVOL/AREA の書式は簡単で、袋を作るサーフェスを指定すれば完了です。…
-
/TH/SUBS でアセンブリ単位のエネルギーの出力をする例題
はじめに パートごとの運動エネルギー、内部エネルギーのグラフ履歴の出力には /TH/PART を使いますが、アセンブリ単位の場合には /TH/SUBS を使います。本記事では、/TH/SUBS を使う例題を一つ示します。 /TH/PART の参考記事 (項目C参照) Radioss の入力ルール まず、アセンブリは /SUBSET カードを使います。 普通、アセンブリとはパートの集まりですが、/SUBSET には /SUBSET の ID しか書けません。 アセンブリのアセンブリはこれでよいのですが、最初のアセンブリである、パートの集合はどうするのかというと、/PART 側に、所属する /SUBSET の ID を書くルールになっています。…
-
Community Champion of the Month - November, 2025
The Community Team would like to introduce the November Champion of the Month, Subhurathinavel Natarajamoorthy @Subhu . Subhurathinavel Natarajamoorthy is a Virtual Validation Analyst at CNH (a global leader in the agriculture and construction sectors) who enjoys engineering the future of agriculture. His team builds…
-
Material assigment with composites in Radioss
Hi everyone, I am currently working on a explicit simulation with composites in Radioss. I am using the material law M25_COMPOSH and assigning the component the PCOMPP property with the laminate. However I keep getting the error that the component has no material assigned. Please, if someone can help I would be really…