laminar pipe flow diagram
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 59

Moody Diagram
This includes log grid functions, Colebrook equation solver, postscript version of MS LineDraw font, modified ghostscript font catalog, etc. more>>
Moody Diagram is a good utility for your use. It is designed to include log grid functions, Colebrook equation solver, postscript version of MS LineDraw font, modified ghostscript font catalog, and pdf versions of Moody diagrams and linedraw character set.
Major Features:
- MOODY(UNITS,PAPER,NAME) generates a four axis, publication quality Moody diagram as a PAPER size encapsulated postscript file NAME with UNITS. Default units are IMPERIAL. If units are SI, the default paper size is A4. If units are IMPERIAL, the default paper size is LETTER. The default file name is MOODY.EPS.
- MOODY writes letter size moody.eps with imperial units.
- MOODY SI writes A4 size moody.eps with SI units.
- MOODY IMPERIAL A4 writes A4 size moody.eps with imperial units.
- MOODY SI LETTER writes letter size moody.eps with SI units.
- MOODY SI A4 MOODY.SI.EPS writes A4 size moody.si.eps with SI units.
Enhancements:
- Minor revisions
Requirements:
- MATLAB 6.5 (R13)
Added: 2007-08-15 License: Freeware Price: Freeware
1 downloads
Table Diagram 1.2
The script generates a diagram (chart) view of the data in the webpage table. Enhanced in the version 1.2: the diagram flips to get the optimal position on the page. In the newest version 1.3, the script has been rewritten in prototype-oriented style. more>> The script generates a diagram (chart) view of the data in the webpage table. Enhanced in the version 1.2: the diagram flips to get the optimal position on the page. In the newest version 1.3, the script has been rewritten in prototype-oriented style.<<less
Added: 2005-07-03 License: Freeware Price: $0.00USD
13 downloads
ImageFlow 2.0
ImageFlow is a picture gallery, which allows an intuitive image handling. The basic idea is to digitally animate the thumbing through a physical image stack. That intuitive handling is automatically caused by the metaphorical use of the well known more>> ImageFlow is a picture gallery, which allows an intuitive image handling. The basic idea is to digitally animate the thumbing through a physical image stack. That intuitive handling is automatically caused by the metaphorical use of the well known process of thumbing through. This solution is known as the Cover Flow technique, which has been developed by the artist Andrew Coulter Enright. Now - after it has been bought by Apple - it is used in iTunes and the file browser of Apples OSX. The innovation of this project lies in the JavaScript implementation, which is platform independent. ImageFlow works with every browser, that can handle images and supports JavaScript: And that is something almost 100% of all conventional graphical browsers can do. You can trace the single developement steps in the Newsblog-Entries to ImageFlow. Parallel to this documentation exists an official project page: http://imageflow.finnrudo lph.de.<<less
Added: 2008-02-03 License: Freeware Price: $0.00USD
12 downloads
JavaScript Tutorials - Flow Control Statements
This Tutorial provides a quick introduction of JavaScript flow control statements. Topics include if...then statements, while statements, for statements, break statements, etc.. more>> This Tutorial provides a quick introduction of JavaScript flow control statements. Topics include if...then statements, while statements, for statements, break statements, etc..<<less
Added: 2008-02-03 License: Freeware Price: $0.00USD
14 downloads
Added: 2007-12-04 License: GPL Price: $0.00USD
21 downloads
Ajax Tail Log Viewer 1.1
Ajax Log Monitor To monitor your log select start or stop. Note this is almost real time monitoring Example using Ajax to complete a tail -f on your Apache Logs to produce a almost real time monitor. Simply change line 5 in logfile.php even pipe more>> Ajax Log Monitor To monitor your log select start or stop. Note this is almost real time monitoring Example using Ajax to complete a tail -f on your Apache Logs to produce a almost real time monitor. Simply change line 5 in logfile.php even pipe with $cmd = "tail -10 /domain.com/http/access.log" Try adding grep like this | grep googlebot<<less
Added: 2009-03-26 License: Other Price: $0.00USD
17 downloads
Freeware XMLFox XML/XSD Editor
Freeware XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. XMLFox schema editor enables you to easily develop advanced data mo more>> Freeware XML editing and validation tool XMLFox is a freeware editor for creating valid well-formed XML documents and/or XSD Schema. XMLFox schema editor enables you to easily develop advanced data models expressed in XSD Schema. It is the XML Schema Editor to provide a synchronized split-pane interface that simultaneously shows both a visual XML Schema Diagram and the underlying code, with changes in one pane immediately reflected in the other<<less
Added: 2007-03-30 License: Freeware Price: FreeAdditionalInfonolimitations
965 downloads
ContentFlow 0.7
ContentFlow is a flexible Coverflow / ImageFlow like flow written in javascript, which can handle any kind of content. Its distributet under the MIT License. With ContentFlow it is now possible to have any number of flows within one web-page. Each more>> ContentFlow is a flexible Coverflow / ImageFlow like flow written in javascript, which can handle any kind of content. Its distributet under the MIT License. With ContentFlow it is now possible to have any number of flows within one web-page. Each separately configurable, satisfying different visual needs. Its easy to implement and to extend. It can auto generate reflections (clientside)! You can add and remove content items on the fly You are free to define your own methods for displaying content and interacting with it. You can control all aspects of the flow without loosing the ease of use. ContentFlow can handle different kinds of control, like keyboard and mouse, and can be used with and without a reflection. For a complete list of features and compatibilities take a look at the feature list.<<less
Added: 2008-03-23 License: BSD Price: $0.00USD
14 downloads

Flow Accumulation
This provides an algorithm used to calculate the upslope area of each cell in a digital elevation model. more>>
Flow Accumulation with its functionality will help you a lot. It is actually an algorithm used to calculate the upslope area of each cell in a digital elevation model. Now you can know how much water flows and the place they flow to.
Major Features:
- Multiple flow direction
- Single flow direction
- Routes across flats
- Calculates deterministic, randomized and random flow
- Allows you to specify a weighting exponent that governs the relation flow direction slope
- Handles edge effects
Enhancements: 10 Nov 2008
- Included single flowdirection and the exponent for flow direction weighting.
Requirements:
- MATLAB 7.0.1 (R14SP1)
Added: 2007-08-13 License: Freeware Price: Freeware
13 downloads
Introduction To ACL
In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in more>> In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in your applications. This is just one more step to MVC programming, and is a great help (Look for my tutorial on Class Diagrams). An ACL performs two basic operations: A) The handled, B) The Handler. The handled are referred to as Access Control Objects (ACO) and the handler is referred to as Access Request Objects (ARO). We refer to these as Objects due to the fact that you dont have to be a person to request any of the ACOs. So putting all of that knowledge together, ACL is what decides which ARO is granted access to each ACO.<<less
Added: 2007-01-18 License: Other Free / Open Source License Price: Free
626 downloads
LT Diagram Builder - ASP version 3.1
LT Diagram Builder - ASP version is a library to generate coordinate diagrams (charts/graphs) in ASP pages. The methods Bar, Box, Dot, Pixel, Line, Area and Arrow of the Diagram object can be used for the display of data. The coordinate diagram can be more>> LT Diagram Builder - ASP version is a library to generate coordinate diagrams (charts/graphs) in ASP pages. The methods Bar, Box, Dot, Pixel, Line, Area and Arrow of the Diagram object can be used for the display of data. The coordinate diagram can be drawn with various scales and grid options. An image map with tooltipText and onClick events of the generated objects can be used. The script is also available as clientside JavaScript and as PHP version.<<less
Added: 2004-05-31 License: Freeware Price: $0.00USD
17 downloads
Other version of LT Diagram Builder - ASP
License:Freeware
LT Diagram Builder - PHP version 3.1
LT Diagram Builder - PHP version is a library to generate coordinate diagrams (charts/graphs) in PHP pages. The methods Bar, Box, Dot, Pixel, Line, Area and Arrow of the Diagram object can be used for the display of data. The coordinate diagram can be more>> LT Diagram Builder - PHP version is a library to generate coordinate diagrams (charts/graphs) in PHP pages. The methods Bar, Box, Dot, Pixel, Line, Area and Arrow of the Diagram object can be used for the display of data. The coordinate diagram can be drawn with various scales and grid options. An image map with tooltipText and onClick events of the generated objects can be used. The script is also available as clientside JavaScript and as ASP version.<<less
Added: 2004-05-31 License: Freeware Price: $0.00USD
14 downloads
Other version of LT Diagram Builder - PHP
License:Freeware
Immiscible LB
This MATLAB script implements the Immiscible Lattice Boltzmann (ILB) method for two phase flows in 2D more>> Immiscible LB is designed to be a great and useful MATLAB script that implements the Immiscible Lattice Boltzmann (ILB) method for two phase flows in 2D.<<less
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
XMI2Actionscript 1.0
Export your UML diagrams to XMI version 1.0 or 1.2 format. and then use this tool to create the stub code (.as files) in their proper namespaces. Features 1.Support for inheritence (extends) 2.Support for complex Namespaces 3.Creation of more>> Export your UML diagrams to XMI version 1.0 or 1.2 format. and then use this tool to create the stub code (.as files) in their proper namespaces. Features 1.Support for inheritence (extends) 2.Support for complex Namespaces 3.Creation of folders in accordance to classes? namespaces. 4.AS2DOC compatible standard documentation copying from XMI, Including documentation for methods params. 5.Creation of static variables required by CreateClassObject 6.Creation of constructor 7.Recognition for static methods 8.UI interface available in .Net 1.1 and for web as ASP. XSL which is used for conversion is an external file, thus you can extend it easily. 9.A special dialog to select the classes you wish to export from the file or altogether.<<less
Added: 2005-10-11 License: Free Non-Commercial Price: $350.00USD
10 downloads
Other version of XMI2Actionscript
Price: $350.00AdditionalInfoPricelistedisforbuyingsourcecode.
License:Free for non-commercial use Price: $350.00 Additional Info:
License:Free for non-commercial use Price: $350.00 Additional Info:
Application Structure for PHP
This article describes how to structure a PHP application. Detailing directory structure, code flow and key files to include. more>> This article describes how to structure a PHP application. Detailing directory structure, code flow and key files to include.<<less
Added: 2006-03-14 License: Freeware Price: Free
1345 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above laminar pipe flow diagram search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed