Purchase Solution

C Code of Calculating Volume Flow Rate

Not what you're looking for?

Ask Custom Question

Compute the volume of water in cubic feet, flowing through a pipe of diameter d in feet, with a velocity of v feet per second. The formula to compute the volume flow rate per second is given by:
R = d /2
Area= π . r^2
Volume = area .v

Purchase this Solution

Solution Summary

The solution gives a complete c code of calculating volume rate per second using given formula.

Solution Preview

Hi, this is my C program.

#include<stdio.h>
int main()
{
float d; //define diameter of pipe
float v; //define velocity of ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.