# $Header: /var/cvs/mbdyn/mbdyn/mbdyn-1.0/modules/module-aerodyn/README,v 1.11 2017/01/12 14:47:15 masarati Exp $
MBDyn (C) is a multibody analysis code. 
http://www.mbdyn.org

Copyright (C) 1996-2017

Pierangelo Masarati	<masarati@aero.polimi.it>
Paolo Mantegazza	<mantegazza@aero.polimi.it>

Dipartimento di Ingegneria Aerospaziale - Politecnico di Milano
via La Masa, 34 - 20156 Milano, Italy
http://www.aero.polimi.it

Changing this copyright notice is forbidden.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation (version 2 of the License).


This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    --- o --- o --- o ---

This is MBDyn's module for the wind-turbine aerodynamics library AeroDyn,
developed by NREL <http://wind.nrel.gov/designcodes/simulators/aerodyn/>.

You need a patched version of AeroDyn built as a (static) library
"libAeroDyn.a" to build this module.

Patch and instructions in contrib/Patches/.
Current patch is "aerodyn-12.58-mbdyn.patch".

Either place the library where the linker can find it (e.g. in /usr/lib)
or in this directory.

    --- o --- o --- o ---

To enable model debug output, #define MODULE_AERODYN_DEBUG
when building the module (either set CPPFLAGS="-DMODULE_AERODYN_DEBUG=1"
or manually edit <module-aerodyn.cc>)

