- 积分
- 556
- 回帖
- 0
- 西莫币
-
- 贡献
-
- 威望
-
- 存款
-
- 阅读权限
- 20
- 最后登录
- 1970-1-1
该用户从未签到
|
发表于 2009-3-26 21:32
|
显示全部楼层
来自: 中国台湾
MagNet 6.27 Update - What's New
SUMMARY
=======
- Speedup of the transient solvers by reorganizing the way that the
global results are stored and accessed, making them faster and
smaller.
- General speedups in the solver.
- Enhanced MagNet’s use of the NonlEJ and the NonlJE solver DLLs
to extend to post-processing.
SOLVER
======
- Changes to implement a speedup of the transient solvers by
reorganizing the way that the utdatafile uses the index and the data.
- Modified the CG graph to display the average error over the number of
steps between updates, instead of the instantaneous error, thereby
giving a user a better feel for the solver's convergence.
- Added code to only fire and wait for the event handler if there really
is an event handler to execute. This allows the solver thread to run
asynchronously with the GUI thread that redraws the graphs. The process
is sped up because it no longer has to wait for redraws to terminate, or
for the overhead of calling nonexistent scripting code.
- Added a validation warning for thin plates that have a non-zero
conductivity.
- Added a validation warning for surface impedances that have a
non-linear permeability.
- Added a validation warning that Solver DLL parameters cannot be used
in TH solvers.
- Added a validation warning that P-adaption is not allowed when solver DLLs
are used.
- Added solver validation to only allow:
- the Transient 2D solvers to be used when SolverDllNonlinearJE is set
- the Transient 3D solvers to be used when SolverDllNonlinearEJ is set
USER INTERFACE
==============
- Added SolverMaterialConductivityScaleFactor to the parameter property page
for boundary conditions, volumes, imported components and the top-level device.
A value > 0 is used to scale the DeviceMaterialList conductivity values during
solving and post-processing. When used for boundary conditions, it is only
valid for surface impedances.
- The full name of circuit component terminals is now displayed.
========================================
MagNet 6.26.2 Update - What's New
SUMMARY
=======
- Improved loss calculations
- New material library: "Non-Magnetic Stainless Steel Materials"
USER INTERFACE
==============
- Fixed an inconsistency in the Component selection tool for "Select All"
so that it now only selects volumes, not boundary conditions or slices
(to match the getComponents() scripting API). The old functionality can
still be obtained by using the general selection tool when doing a Select
All.
MATERIAL MODELING
=================
- Conductivity is set to 0 for steels.
- New material library: "Non-Magnetic Stainless Steel Materials".
SCRIPTING
=========
- Modified in the Solution interface:
total_loss getIronLossInComponent(solutionID, componentIdsOrPaths, losses)
Iron losses for multiple components can now be queried in one API call:
This API gets the iron loss in a component or an array of components for
the given solution ID. The components may be specified by their IDs or
paths to them. The component IDs must be 1-based and relative to all
components defined in the model. The parameter "losses", if it's
specified, is a N by 2 array which will retrieve the hysteresis loss and
the eddy current loss for each specified component. The function returns
the sum of the hysteresis loss and the eddy current loss for all specified
components.
APPLICATION EXTENSIONS
======================
- The "Parameter Manager" has been replaced with the more general
"Model Manager".
Home | Privacy Policy | Site Map | Contacts
c2008 Infolytica Corporation. All rights reserved. |
|