source: tag/release-8/yao8/sample/minishall/equaZ.h @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

  • Property svn:eol-style set to native
File size: 532 bytes
Line 
1
2/***************************************************************************
3                 module classe equaZ.h  -  description
4 ***************************************************************************/
5  forward (YREAL nu, YREAL zed)
6  {
7        YS1 = zed * exp(-nu*YTemps);
8  }
9  //===========================================================================
10  backward (YREAL nu, YREAL zed)
11  {
12                        YJ1I1 = -YTemps*(zed * exp(-nu*YTemps));
13  }
14//************************** FIN DU MODULE equaZ ********************************
Note: See TracBrowser for help on using the repository browser.