answersLogoWhite

0

The Maharashtra Pollution Control Board (MPCB) specifies stack height requirements for diesel generator sets based on their capacity. For a 1000 kVA diesel generator, the recommended stack height is typically calculated using the formula of 0.2 meters per kVA, resulting in a minimum stack height of around 20 meters. However, it’s essential to consult the latest MPCB guidelines or notifications, as regulations may vary or be updated.

User Avatar

AnswerBot

7mo ago

What else can I help you with?

Continue Learning about Engineering

What is the stack height of 1250 KVA DG set?

The stack height for a 1250 KVA diesel generator (DG) set typically depends on various factors, including local regulations, emissions standards, and the specific design of the generator. However, a common guideline suggests that the stack height should be around 2 to 3 meters for every 100 KVA of capacity. Therefore, for a 1250 KVA DG set, the recommended stack height would generally be between 25 to 37.5 meters. Always consult local regulations and manufacturer specifications for precise requirements.


What is implicit stack?

A stack created by the user or a programmer is an implicit stack


Pseudo-code for stack operation?

Here's a simple pseudo-code for basic stack operations: initialize stack push(value): if stack is full: print "Stack Overflow" else: stack[top] = value top = top + 1 pop(): if stack is empty: print "Stack Underflow" return None else: top = top - 1 return stack[top] peek(): if stack is empty: print "Stack is empty" return None else: return stack[top - 1] This pseudo-code includes functions for pushing a value onto the stack, popping a value from the stack, and peeking at the top value without removing it.


Can stack be as a pointer?

A stack is a data structure in which last item inserted is taken out first . That's why they are known as LIFO (last in first out). Inserting an item in stack is termed as push and taking an item out from stack I s termed as pop. Stack pointer is the pointer that points to the top of the stack or that points the item at the top of the stack and help in adding or deleting the item from the top of stack.


How is the stack and stack pointer work?

A stack is a data structure in which last item inserted is taken out first . That's why they are known as LIFO (last in first out). Inserting an item in stack is termed as push and taking an item out from stack I s termed as pop. Stack pointer is the pointer that points to the top of the stack or that points the item at the top of the stack and help in adding or deleting the item from the top of stack.

Related Questions

What is the stack height of 1250 kva diesel generator set?

what should be height of stack of 1250 kva D.G as per Indian pollution boardA: it should be 7.1 meter + building height of 1250kva Dg set installed.


What is the stack height of 1000kva dg set as per mpcb?

As per the Maharashtra Pollution Control Board (MPCB) guidelines, the stack height for a 1000 kVA diesel generator (DG) set is typically required to be at least 8 meters above the ground level. However, this height can vary based on additional factors such as the location, type of fuel used, and any specific local regulations. It is advisable to consult the most recent MPCB guidelines or seek approval from the relevant authorities for precise requirements.


What is the stack height of 1250 KVA DG set?

The stack height for a 1250 KVA diesel generator (DG) set typically depends on various factors, including local regulations, emissions standards, and the specific design of the generator. However, a common guideline suggests that the stack height should be around 2 to 3 meters for every 100 KVA of capacity. Therefore, for a 1250 KVA DG set, the recommended stack height would generally be between 25 to 37.5 meters. Always consult local regulations and manufacturer specifications for precise requirements.


What water foat is the generator piece in in the cerulian gym?

the generator piece is behind the last stack of floats


How do you find your height using your parents heights?

Stack up some books until when you stand on them, your head is level with your parent's. Measure the stack height of the books and subtract that from your parent's height = your height.


How many 5 dollar bills in stack?

The number of $5 bills in a stack depends on the total height of the stack. A standard U.S. bill is approximately 0.0043 inches thick. Therefore, if you know the height of your stack in inches, you can divide that height by 0.0043 to determine how many $5 bills are in the stack. For example, a stack that is 10 inches high would contain about 2,325 bills.


How many 50 dollar bills in a stack?

The number of $50 bills in a stack depends on the height of the stack and the thickness of each bill. A standard U.S. bill is about 0.0043 inches thick. Therefore, a stack of 50 bills would be approximately 0.215 inches tall. To find the total number of bills in a specific height stack, you can divide the height of the stack by the thickness of a single bill.


How many 100 do it take to make a stack?

To determine how many 100s it takes to make a stack, we need to know the height of the stack desired. For example, if you want to create a stack of 1,000, you would need ten 100s. If you specify the desired height of the stack, I can provide a more precise answer.


What is the Hight of stack of 500mw power plant?

The height of a stack in a 500 MW power plant can vary depending on the design and technology used. On average, the stack height for a power plant of this size could range from 50 to 150 meters. Regulations and environmental factors also influence the final height of the stack.


What is the significance of stack height in the design of running shoes?

The stack height of a running shoe refers to the thickness of the midsole cushioning between the foot and the ground. It is significant because it affects the shoe's cushioning, stability, and overall feel. A higher stack height typically provides more cushioning and shock absorption, while a lower stack height may offer a more responsive and stable ride. Finding the right stack height for your running style and preferences can help improve comfort and performance.


How do you calculate height of chimney?

We can calculate Stack height by using this formula H = 14*Q^2.3 where, H - Stack height in m Q - Emission rate of SO2 (kg/hr)


what is the height of a stack of 13 of these steel shims. if you have a rectangle at 1.27cm?

To determine the height of a stack of 13 steel shims given a rectangular shape with a thickness of 1.27 cm, we need to calculate the total height by multiplying the thickness by the number of shims in the stack. Height of one shim = 1.27 cm Number of shims = 13 Total height = Height of one shim * Number of shims = 1.27 cm * 13 = 16.51 cm Therefore, the height of a stack of 13 steel shims, each with a rectangular shape of 1.27 cm thickness, is 16.51 cm.