WISDEM
  • WISDEM Installation
  • How WISDEM works
  • First Steps in WISDEM
  • WISDEM capabilities
  • WISDEM Inputs
  • WISDEM Namespace
  • Examples
  • Module documentation
    • CCBlade
    • CommonSE
      • Coordinate System
      • Environment
      • Utilities
    • DrivetrainSE
    • FloatingSE
    • glue_code.py
    • LandBOSSE
    • MoorPy
    • NREL CSM
    • ORBIT
    • Plant_FinanceSE
    • pyFrame3DD
    • RotorSE
    • TowerSE
    • WOMBAT
  • Publications
  • Known issues within WISDEM
  • How to contribute code to WISDEM
  • How to write docs for WISDEM code
WISDEM
  • Module documentation
  • CommonSE
  • View page source

CommonSE

A collection of modules of general use across the WISDEM assemblies. These include common modules for things like: coordinate system transformations, splines, environment (wind, wave, soil) models, etc.

Table of Contents

  • Coordinate System
    • DirectionVector
    • Inertial and Wind-aligned
    • Wind-aligned and Yaw-aligned
    • Yaw-aligned and Hub-aligned
    • Hub-aligned and Azimuth-aligned
    • Azimuth-aligned and Blade-aligned
    • Blade-aligned and Airfoil-aligned
    • Airfoil-aligned and Profile
  • Environment
    • Wind
      • WindBase
      • PowerWind
      • LogWind
    • Wave
      • WaveBase
      • LinearWaves
    • Soil
      • SoilBase
      • TowerSoil
  • Utilities
    • Differentiability
      • wisdem.commonse.utilities.linspace_with_deriv
        • linspace_with_deriv()
      • wisdem.commonse.utilities.interp_with_deriv
        • interp_with_deriv()
      • wisdem.commonse.utilities.arc_length_deriv
        • arc_length_deriv()
      • wisdem.commonse.utilities.trapz_deriv
        • trapz_deriv()
      • wisdem.commonse.utilities.smooth_max
        • smooth_max()
      • wisdem.commonse.utilities.smooth_min
        • smooth_min()
      • wisdem.commonse.utilities.smooth_abs
        • smooth_abs()
      • wisdem.commonse.utilities.CubicSplineSegment
        • CubicSplineSegment
          • CubicSplineSegment.__init__()
Previous Next

© Copyright 2019, NREL WISDEM Team.

Built with Sphinx using a theme provided by Read the Docs.