A space to share your Altair scripts, models, workspaces and extensions with the community.
Overview CAEの計算結果に対して、ある演算を行い新しい結果をアニメーション表示するサンプルスクリプトを用意しました。 簡単な処理でしたら、HyperViewのDerived Result機能で行えますが、複雑な演算は面倒です。 そんな場合は、Altair Composeをご利用ください。 今回は、周波数応答計算結果の複素数に対し、位相をかけて、各周波数の時刻歴アニメーションを作成するサンプルとしました。結果値はすべて実数となりますので、実数でいろいろ演算されてい場合のひな形としてご利用いただけます。 また、Altair Composeはreadvector / readmultivector / readcae…
Overview 複数のcsvファイルを1つのファイルにマージするスクリプトです。 特にromAIの学習データは複数の条件のcsvファイルがある場合に1つファイルにマージする必要がありますので、このスクリプトをご利用ください。 Compose / Activate両方でご利用いただけます。 Pre-Requisite ダウンロードはこちら。 Usage/Installation Instructions Post-Requisite 使用製品:Altair Compose、Altair Activate よくあるエンジニアからの質問はこちら
Overview Altair ActivateのAPIを用いて、ROMブロックの信号をベクトル化するスクリプトを作成しました。 romAIやHyper StudyからのPyfitモデル、FMUのブロックは入出力ポートの数が多く、接続が大変な場合があります。 今回のスクリプトを使用すると、入出力ポートをmux, demuxブロックによりベクトル化しますので、接続が容易になります。 Pre-Requisite スクリプトとサンプルモデルはこちらです。 Usage/Installation Instructions Post-Requisite 使用製品:Altair Activate よくあるエンジニアからの質問はこちら
Overview 1Dシミュレーションで大量の計算を流す場合は、合わせてグラフ作成の自動化が必要です。今回はHyperWorks Command (HWC)を用いてHyperGraphで素早く大量のグラフが作成可能か実施してみました。 TCLと組み合わせることで、短時間で様々なケースの比較グラフを作成することができました。 WordやPowerPointにも出力できますので、レポート作成時間も短縮できます。 Pre-Requisite サンプルスクリプトはこちらです。 Usage/Installation Instructions Post-Requisite 使用製品:HyperGraph、Altair Activate…
Overview Altair Composeでヒートマップを作成するサンプルスクリプトです。 imagescとtextの組み合わせで作成しています。 clear all; close all figure; P = [24, 10; 10, 5; 24, 16; 8, 3]; txt = {}; for ii=1:8 txt{ii} = num2str(P(ii)); end X = reshape(repmat(1:2, 4,1), 1, 8); Y = repmat(1:4, 1,2); im = imagesc(P); set(im, 'imgrid','on') text(X, Y, txt);…
Overview This project presents an Altair solutions for the Fluid-Structure Interaction simulation of a water bottle impact on a table. This project includes: * 2 ready-to-use Altair Radioss models* Altair Radioss version is V2022.2 * The Unit System is in (g, mm, ms, MPa) or (Mg, mm, s, MPa) * A report with a detailled…
Overview This Python script computes shear rates for each point in a 3D grid in six tensor directions (zx,xz,zy,xy,yz,yx), as shown in Figure 1, using finite difference approximation. Shear rates for points at the boundaries of the grid are calculated by either forward or backward difference, and central difference is used…
Overview This HyperMesh extension allows you to position entities using two coordinate systems ( Source->Target) Usage/Installation Instructions Unzip the TransformTools.zip locally, launch HyperWorks and register the extension via File > Extension Manager.
Overview This project presents an Altair solutions for the Fluid-Structure Interaction simulation of boat section slamming. This project includes: * 2 ready-to-use Altair Radioss models* Altair Radioss version is V2020 (and compatible with later versions) * The Unit System is in (g, mm, ms, MPa) * with and without…
Overview Attached to this post you will find the compiled dll file for a EDEM Field Data case for multiple drag models in fieldDataMultipleDragModels_3_4.zip. Model includes three different drag models, alongside models for Magnus and Saffman lift forces. Also includes scaling of the forces acting on particles, implemented…
There's a wealth of content waiting for you to explore! Need support or have a question? Login or join our community.
Share your models, scripts, workspaces, and more with the Altair Community.