Reliance-class fast patrol vessel
The Reliance-class fast patrol vessels are a series of fourteen fast patrol vessels being built by Reliance Defence and Engineering, Pipavav, Gujarat for the Indian Coast Guard. The ships of this class have a medium surface range and are capable of operations in maritime zones of India.[2][3]
Class overview | |
---|---|
Name: | Reliance class |
Builders: | Reliance Defence and Engineering |
Operators: |
|
Preceded by: | Aadesh class |
Planned: | 14 |
Building: | 1 |
Active: | 0 |
General characteristics | |
Type: | Fast patrol vessel |
Speed: | 33 kn (61 km/h) |
Armament: |
|
Description
In January 2017, Reliance Defence and Engineering won the contract to build fourteen ships for $137.68 million.[4][5] The ships in this class are water jet propelled and have a speed of 33 knots. They are also equipped with a 30 mm CRN 91 Naval Gun and two 12.7 mm guns.[3][6][7][8]
Ships of the class
Name | Pennant Number | Keel laid | Date of Launch | Date of commission | Homeport |
---|---|---|---|---|---|
August 2017[6] | January 2022 (expected)[6] | ||||
gollark: Yes.
gollark: More great "WHY WOULD YOU DO THIS":```go// A Context carries a deadline, cancelation signal, and request-scoped values// across API boundaries. Its methods are safe for simultaneous use by multiple// goroutines.type Context interface { // Done returns a channel that is closed when this Context is canceled // or times out. Done() <-chan struct{} // Err indicates why this context was canceled, after the Done channel // is closed. Err() error // Deadline returns the time when this Context will be canceled, if any. Deadline() (deadline time.Time, ok bool) // Value returns the value associated with key or nil if none. Value(key interface{}) interface{}}```
gollark: Basically, modems/rednet but more flexible, cross-server, and without actual modems.
gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
See also
References
- "Archived copy". Archived from the original on 25 August 2017. Retrieved 25 August 2017.CS1 maint: archived copy as title (link)
- IANS (30 January 2017). "Reliance Defence bags Rs 916 crore contract from Indian Coast Guard". Business Standard India. Archived from the original on 2 February 2017. Retrieved 25 August 2017.
- IANS (25 August 2017). "Reliance Defence starts manufacturing of 14 patrol vessels for Indian coast guard". TimesNow. Archived from the original on 25 August 2017. Retrieved 25 August 2017.
- Sanjai, P.R. (31 October 2013). "Pipavav Defence secures order for building 14 coast guard vessels". livemint.com. Archived from the original on 11 August 2016. Retrieved 25 August 2017.
- Sputnik. "In a Bid for Defense Exports, India is Giving Contracts to the Private Sector". sputniknews.com. Archived from the original on 25 August 2017. Retrieved 25 August 2017.
- "Reliance Defence Undertakes Steel Cutting Of 14 Fast Patrol Vessel And Keel Laying Of Training Ship (CG 020) For The Indian Coast Guard". Defenceaviationpost. 25 August 2017. Archived from the original on 25 August 2017. Retrieved 25 August 2017.
- "Reliance Defence starts steel cutting on 14 fast patrol vessels". Canindia News. Archived from the original on 25 August 2017. Retrieved 25 August 2017.
- Sputnik. "Reliance Defense Begins Construction of 14 Patrol Vessels for Indian Coast Guard". sputniknews.com. Archived from the original on 25 August 2017. Retrieved 25 August 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.