metricGet_Lentz

Lentz warp solution implementation

Description

Create a version of the Lentz warp solution in a defined spacetime grid.

Lentz Metric

The Lentz solution takes a soliton approach which solves for a potential that satisfies a linear wave equation in spherical coordinates:

For more details on the Lentz metric, please read:

Method

The metric is constructed using a representation of the Lentz metric as described in the first publication. An internal function in the main metric constructor called getWarpFactorByRegion is called which returns a map of the shift vector values as used in Figure 2 of https://arxiv.org/abs/2006.07125. This function scales the shape from the Lentz solution using the scale parameter.

The comoving version of this metric called metricGet_LentzComoving has the same inputs but requires that the gridSize along t = 1 and will return the metric in the Galilean comoving frame.

Syntax

[metric] = metricGet_Lentz(gridSize,worldCenter,v,scale, gridScale)

[metric] = metricGet_LentzComoving(gridSize,worldCenter,v,scale, gridScale)

Input Arguments

blue are required inputs.

orange are optional inputs with native default values.

Output Arguments

Last updated