processing
Computations of phyvars that are not output by StagYY.
Time series are returned along with the time at which the variables are evaluated. Radial profiles are returned along with the radial positions at which the variables are evaluated.
dtime
Time increment.
Compute dt as a function of time.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sdat
|
StagyyData
|
a |
required |
Returns:
| Type | Description |
|---|---|
Tseries
|
dt and time arrays. |
dt_dt
Time derivative of temperature.
Compute dT/dt as a function of time using an explicit Euler scheme.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sdat
|
StagyyData
|
a |
required |
Returns:
| Type | Description |
|---|---|
Tseries
|
derivative of temperature and time arrays. |
ebalance
Energy balance.
Compute Nu_t - Nu_b + V*dT/dt as a function of time using an explicit Euler scheme. This should be zero if energy is conserved.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sdat
|
StagyyData
|
a |
required |
Returns:
| Type | Description |
|---|---|
Tseries
|
energy balance and time arrays. |
mobility
Plates mobility.
Compute the ratio vsurf / vrms.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sdat
|
StagyyData
|
a |
required |
Returns:
| Type | Description |
|---|---|
Tseries
|
mobility and time arrays. |