Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Plate Peak Results

The minimum and maximum values for all plate results (forces, displacements, stresses) for every plate.

Result Key Type Description
plate_peak_results Object Each key within this object corresponds to the result key used in plate_forces, plate_displacements, plate_stresses. Inside each result object is the "max" or "min" result.

The peak plate results object has the following keys:

Result Key Type Unit
displacement_x Object Section Length
displacement_y Object Section Length
displacement_z Object Section Length
displacement_sum Object Section Length
stress_xx Object Pressure
stress_yy Object Pressure
stress_xy Object Pressure
stress_xz Object Pressure
stress_yz Object Pressure
stress_major_principal Object Pressure
stress_minor_principal Object Pressure
stress_von_mises Object Pressure
stress_max_shear Object Pressure
force_x Object Force per unit length
force_y Object Force per unit length
force_xy Object Force per unit length
force_xz Object Force per unit length
force_yz Object Force per unit length
moment_x Object Moment per unit length
moment_y Object Moment per unit length
moment_xy Object Moment per unit length

Example

{
	"plate_peak_results": {
		"displacement_x": {
			"min": -0.6602822782986834,
			"max": 28.179436159698184
		},
		"displacement_y": {
			"min": -2.761292499806135,
			"max": -0.057344491989394675
		},
		"displacement_z": {
			"min": -6.190587636896412,
			"max": 22.635497307520385
		},
		"displacement_sum": {
			"min": 1.4742868390081345,
			"max": 36.188594320897685
		},
		"stress_xx": {
			"min": -29.708988796705494,
			"max": 30.96699739496661
		},
		"stress_yy": {
			"min": -12.542471991233409,
			"max": 8.527315488721687
		},
		"stress_xy": {
			"min": -7.470878043302713,
			"max": 7.732007780149706
		},
		"stress_xz": {
			"min": -1.7559251726775846,
			"max": 1.0575805728319203
		},
		"stress_yz": {
			"min": -1.7356931530501782,
			"max": 2.065001657847233
		},
		"stress_major_principal": {
			"min": -30.89623557418269,
			"max": 33.23354344969387
		},
		"stress_minor_principal": {
			"min": -1.4675889821414894,
			"max": 3.6102333027311264
		},
		"stress_von_mises": {
			"min": 3.1983983324116214,
			"max": 30.610346428885364
		},
		"stress_max_shear": {
			"min": 1.8008928090608487,
			"max": 16.65348299459931
		},
		"force_x": {
			"min": -111.74563612742713,
			"max": 18.729071543007592
		},
		"force_y": {
			"min": -24.340606714212413,
			"max": 29.825485348755365
		},
		"force_xy": {
			"min": -28.87496707759783,
			"max": 28.218758291881386
		},
		"force_xz": {
			"min": -58.53083908925282,
			"max": 35.252685761064015
		},
		"force_yz": {
			"min": -57.85643843500594,
			"max": 68.83338859490777
		},
		"moment_x": {
			"min": -5.39823110767695,
			"max": 3.3611787773243726
		},
		"moment_y": {
			"min": -11.556046822415087,
			"max": 13.834129215631314
		},
		"moment_xy": {
			"min": -3.1745813271418006,
			"max": 3.3480221704751427
		}
	}
}