A space to share your Altair scripts, models, workspaces and extensions with the community.
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
Overview ジャイロ効果をAltair MotionSolveで体験すべく、下記のモデルを作成しました。 水色のバーを回転させた状態で、銀色のバーに上下方向の荷重を与えるとどのような動きになるでしょうか? 正面から見た結果です。ジャイロ効果が無い場合は左右のバーは荷重を与えた面内のただの往復運動ですが、ジャイロ効果で左右のバーが回転運動する様子を見ることができます。 上面から見た結果です。ジャイロ効果により荷重を与えた方向の直交方向にも運動が生じる様子が確認できます。上から見るとバーの端点は直線軌道なんですね。…
Overview This EDEMpy Python script calculates the radial and tangential velocity components of a particle with reference to a line in space. As illustrated in Figure 1, the position vector is the location of the particle and is orthogonal to the reference line. v_radial is the projection of the particle’s velocity vector…
Overview This script allows you to create design variables (desvar) and property relation (dvprel1) cards for composite componenets (pcomp, pcompg) selected for size optimization. This script works only for super-ply pcomp/pcompg. Usage/Installation Instructions * Run script. * Select properties. * Fill in gui with lower,…
Overview This toolbar allows you to quickly flip between a dark, white, and default graphics background color. There is also a color picker that allows you to pick any color for the background. Usage/Installation Instructions Unzip the VisualizationToolbar.zip locally, launch HyperWorks and register the extension via File…
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);…
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.