ZRCV

The ZRCV was a large dirigible aircraft carrier proposed by the Lighter-than-Air Bureau of the Navy Department and the Goodyear-Zeppelin Corporation. It would have been a nine-million cubic foot airship designed to carry nine Douglas-Northrop BT–1 dive bombers.

Building the ZRCV became impossible when the Roosevelt administration placed an upper limit on the size of new airships.[1]

Origin of name

Previous Navy airships had used the designation "ZR" (Zeppelin Rigid), which was combined with the designation for aircraft carriers, "CV" (Carrier aViation).[2]

gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.

References

  1. Wilmoth, Gregory. "False-Failed Innovation" (PDF). Joint Force Quarterly (Autumn/Winter 1999–2000): 53. Retrieved 16 May 2013.
  2. "Aircraft Carrier Designations". Aerospaceweb.org. Retrieved 16 May 2013.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.