building_foundation: Constructs a grid of the SG buidling foundation

Description Usage Arguments Details Value References Examples

View source: R/building_foundation.R

Description

Gridpoints for all points in space which belong to the SG building. This includes walls, the baseplate and one SG pillar. This foundation grid can later on be used to correct the gravity component grid, in order to set mass changes equal zero at the foundation.

Usage

1
2
building_foundation(Bdwall_ext_x, Bdwall_ext_y, Bdwall_ext_z, Bdbase_x,
  Bdbase_y, Bdbase_z, Pillar_x, Pillar_y, Pillar_z, grid_discretization)

Arguments

Bdwall_ext_x, y, z

Numeric, giving the extent of the wall in x,y,z directions.

Bdbase_x, y, z

Vector, giving min and max x,y,z values of the coordinates from the baseplate of the building.

Pillar_x, y, z

Vector, giving min and max x,y,z values of the coordinates from the SG pillar within the building.

grid_discretization

data.frame with columns (x,y,z), indicating the discretization in the corresponding direction.

Details

missing

Value

A data frame including x,y and z coordinates of walls, baseplate and SG pillar of the obervatory building.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/hygra documentation built on Aug. 3, 2020, 7:47 p.m.