メインコンテンツ

磁気ドメイン

磁気ドメインの宣言は次のとおりです。

domain magnetic
% Magnetic Domain

% Copyright 2009-2013 The MathWorks, Inc.

  parameters
    mu0 = { 4*pi*1e-7 'Wb/(m*A)' };   % Permeability constant
  end

  variables
    mmf = { 0 , 'A' };
  end

  variables(Balancing = true)
    phi = { 0 , 'Wb' };
  end

end

次の変数とパラメーターがあります。

  • アクロス変数 mmf (起磁力)、単位は A

  • スルー変数 phi (磁束)、単位は Wb

  • 材料の透磁率定数を指定するパラメーター mu0

カスタム コンポーネント宣言でこのドメインを参照するには、次の構文を使用します。

foundation.magnetic.magnetic 

参考

トピック