v0.14.0
Loading...
Searching...
No Matches
Functions
surface Namespace Reference

Functions

def surface (x, y, z, eta)
 

Function Documentation

◆ surface()

def surface.surface (   x,
  y,
  z,
  eta 
)

Definition at line 3 of file surface.py.

3def surface(x, y, z, eta):
4 return -math.tanh((-0.01 - x) / (eta * math.sqrt(2.)))
5