Evgenii B. Rudnyi

Blog http://blog.rudnyi.ru

Home Teaching Programming Publications
      Name                    Last modified       Size  

[DIR] Parent Directory 25-Mar-2009 15:34 - [DIR] ex/ 06-May-2009 17:37 - [DIR] python/ 25-Mar-2009 15:34 - [TXT] COPYING 17-Jan-2005 14:12 18k [TXT] FREE_LICENSE 17-Jan-2005 14:11 1k [TXT] FirstOrderSystem.nb 19-Jan-2006 16:58 30k [   ] FirstOrderSystem.nb.pdf 19-Jan-2006 16:55 184k [TXT] ModelReduction.m 14-Apr-2006 12:59 6k [TXT] ModelReductionManual.nb 14-Apr-2006 13:00 28k [   ] ModelReductionManual..> 14-Apr-2006 13:00 72k [TXT] Post4MOR.m 13-Sep-2006 09:21 36k [TXT] Post4MORmanual.nb 13-Sep-2006 09:23 47k [   ] Post4MORmanual.nb.pdf 06-Jun-2006 00:38 99k [TXT] SecondOrderSystem.nb 19-Jan-2006 17:03 33k [   ] SecondOrderSystem.nb..> 19-Jan-2006 17:01 1.3M

Copyright (C) 2004-2006 Evgenii Rudnyi, http://Evgenii.Rudnyi.Ru/

This software is a copyrighted work licensed under the terms,
described in the file "FREE_LICENSE". 

Use at your own risk.

History:

17 January 2005: Release

14 February 2005:
  New function WriteResultAsDirichlet 

27 April 2005:
  Small bug fix in ReadResult[name_String, nameX_String]

5 December 2005:
  An option InitialState for TransientSolution

14 January 2006:
  A new argument for WriteResult "Table"
  New function TakeResult
  New function AnsysTransientSolution

17 January 2006:
  Small bug fix in StationarySolution
  Check in makeInputs that everything is either numeric or function
  Check in AnsysTransientSolution if dt is zero
  An option TINTP for AnsysTransientSolution
  New function AddDampingRatio

19 January 2006:
  Documentation was updated
  New functions FrequencyConvergence, LocalError, and LocalErrorIndicator
  
15 February 2006:
  FilterOptions[LinearSolve, ops] in StationarySolution and HarmonicSolution

17 February 2006:
  Better logic in makeInputs to check whether this is a function or not

18 February 2006:
  TransformFunction in TransformResult. TrasnformResult can take a list of systems.
  New functions AddOutputs and DeleteOutputs

7 March 2006:
  A new experimental version of WriteResultAsDirichlet

11 March 2006:
  AnsysTransientSolution now accepts options for LinearSolve
  HarmonicSolution can take input functions that depends on frequency
  Incompatible change: InputFunction now takes first argument as time or freq and second argument as a state vector 

21 March 2006:
  FrequencyConvergence can take start and finish as default (1 to maximum dim)

8 April 2006:
  ModelReduction.m is released

14 April 2006:
  Documentation for ModelReduction.m

31 May 2006:
  New function ToSingleInputSystem

5 June 2006:
  Documentation for AddDampingRatio is corrected.

1 September 2006:
  An experimental function ModalSolution.

5 September 2006:
  Small changes in ModalSolution.

13 September 2006:
  Misprints in internal help.

15 July 2007:
  Implementation in Python: look in python directory

Harmonic and Transient Simulation for Reduced Models
====================================================

A package Imtek`Post4MOR` for Mathematica allows us to work with
reduced models written by mor4ansys, that is, make transient and
harmonic simulation and then plot results.

New: now it is also available in python. Look in python directory.

Files
-----

Post4MOR.m is the package.

Post4MORmanual.nb is the manual.

FirstOrderSystem.nb is an example for a first order system.

SecondOrderSystem.nb is an example for a second order system.

ModelReduction.m is the package for model reduction.

ModelReductionManual.nb is the manual for ModelReduction.m.

You can find notebooks as *.pdf files with expected output at 
http://Evgenii.Rudnyi.Ru/soft/Post4MOR/

ex/ is the directory with files required for examples.

python/ contains the implementation in python with examples.