Warning: session_start(): open(/tmp/sess_hnr55d877hklh1j80tub3snbo1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
LibreEngineering openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

LibreEngineering

   0.5.0  

KDE Scientific

Score 61%
LibreEngineering
zoom


LibreEngineering
zoom


LibreEngineering
zoom


Homepage:  Link
Downloads:  579
Submitted:  Feb 7 2012
Updated:  Aug 28 2013

Description:

*****************************************************************************************
* LibreEngineering - Qt-based Suite of Engineering Calculation Programs *
*****************************************************************************************

FEATURES:

- SI unit converter to NIST Special Publication 811
- Thermowell design calculator to ASME PTC 19.3 TW 2010
- Renewable energy sizing calculator to IEEE and AS/NZS 4509.2
- Cable volt drop calculator to IEC 60287-1-1
- Intrinsically safe parameters verification calculator to IEC 60079.14
- *** NEW *** Air compressor sizing calculator
- Process conditions converter between Actual/STP/NTP/SATP/ISA/ICAO
- Reynolds number calculator
- *** NEW *** Pipe sizing calculator to ASME B36.10
- Orifice plate sizing calculator (TODO)
- Control and safety valve sizing calculator (TODO)

- Video/audio/image codec based on FFMPEG
- Russian/Latin keyboard translitirator with spellcheck

- Equipment data stored in SQLite databases
- Written in Python and Qt
- OS independent (tested on Linux and Windows)
- Minimalistic and simplistic approach
- Licensed under GPL3


SPECIAL NOTES:

- For Cable, Converter and Energy modules, every time brand, model, property etc. data are
added/edited/deleted, a backup version of the database is stored in the relevant module's
data folder, e.g. ./LibreEngineering/data/cable/cable.sqlite~. To go back to the previous
version of the database, simply delete the existing data base file (e.g. cable.sqlite) and
remove the '~' symbol from the back-up file name.
- It seems there is no SVG support in PortablePython-2.7.3+'s version of Qt.


PREREQUISITES:

- Python-2.7+ (please note Python-3.x was not tested and may not work)
- PyQt-4.7+
- PyEnchant and Myspell dictionaries (required for Translit only)
- PySqlite
- SQLAlchemy


HOW TO INSTALL FOR WINDOWS USERS:

- Python:
- www.python.org/download/
- PortablePython:
- www.portablepython.com/wiki/Download
- Qt: www.riverbankcomputing.co.uk/software/pyqt/download
- For PortablePython on Windows, PyQt has to be installed in ../PortablePython/App
- Make sure PyQt version matches Python version (e.g. if Python-2.7.* is installed,
then install corresponding PyQt-Py2.7-*, otherwise it will not work)
- SQLAlchemy:
- www.sqlalchemy.org/download.html
- Easiest way to install SQLAlchemy in Windows:
1. Install setuptools on Windows:
- Download ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/0.7.4/ez_setup.py
- Open command prompt and execute this:
\python.exe \ez_setup.py
2. Install SQLAlchemy:
- Open command prompt and execute this:
\Scripts\easy_install.exe SQLAlchemy
- PyEnchant:
- To install PyEnchant in Windows:
1. Open command prompt and execute this:
\Scripts\easy_install.exe PyEnchant
- Install dictionaries from LibreOffice:
- www.libreoffice.org/download/
- Copy Russian dictionary files 'ru_RU.aff' and 'ru_RU.dic' from
/libreoffice/share/extensions/dict-ru to
/Lib/site-packages/enchant/share/enchant/myspell

TO START LibreEngineering:

- For Linux users: run/open 'libreengineering.pyw' with 'python
- For Windows users: open 'libreengineering.pyw' with 'pythonw.exe'


*****************************************************************************************
* Cable *
*****************************************************************************************

Cable volt drop calculation program is based on AS/NZS 3008.1.1 and IEC 60287-1-1

FEATURES:

- Volt drop calculations
- Earth fault sizing (TODO)
- Cable data
- Add/edit/delete cable data
- View/print/save calculation results
- Save/export as ODT, PDF, HTML, TXT

*****************************************************************************************
* Codec *
*****************************************************************************************

Graphical Interface Wrapper for FFMPEG - ultimate video/audio/image codec

FEATURES:

- Video, audio, image conversion
- Convert multiple files (batch conversion)
- Convert audio/video from/to anything FFMPEG supports
- Convert/resize/rotate images from/to PNG/JP(E)G/TIFF/BMP/SVG/PDF etc.
- Rotate/flip videos
- Adjust audio volume
- Variable start/stop encoding times
- Audio/video presets (from WinFF)
- Custom input variables

NOTE: Linux and Windows versions of ffmpeg use different encoder libraries,
so some options or presets may fail. Check FFMPEG supported formats and codecs
for details and enter them manually if you experience problems.

*****************************************************************************************
* Compressor *
*****************************************************************************************

Air compressor sizing calculator

FEATURES:

- Total consumption and max demand
- Add/edit/delete compressor data
- View/print/save calculation results
- Save/export as ODT, PDF, HTML, TXT
- SI System of Units

*****************************************************************************************
* Conditions *
*****************************************************************************************

Converts Pressure, Temperature, Flow Rate and Compressibility between Actual,
Standard Temperature and Pressure (STP), Normal Temperature and Pressure (NTP),
Standard Ambient Temperature and Pressure (SATP), International Standard Atmosphere (ISA) and
International Civil Aviation Organization (ICAO) conditions

FEATURES:

- SI System of Units
- STP/NTP/SATP/ISA/ICAO presets
- Absolute or gauge pressures

*****************************************************************************************
* Converter *
*****************************************************************************************

SI unit conversion program is based on the latest standard of International
System of Units (SI) and NIST Special Publication 811.

FEATURES:

- International System of Units (SI) and NIST compliant
- Add/Edit/Delete existing and custom units

*****************************************************************************************
* Energy *
*****************************************************************************************

Renewable energy sizing calculation program is based on AS/NZS 4509.2.

FEATURES:

- Solar panel, gen set (TODO) and wind turbine generators
- AC and DC loads
- Summer and winter demand
- System pay-off period calculation
- Battery, solar panel, gen set (TODO), wind turbine, regulator and inverter data
- Add/edit/delete battery, solar panel, gen set (TODO), wind turbine, regulator and inverter data
- View/print/save calculation results
- Save/export as ODT, PDF, HTML, TXT
- SI System of Units

*****************************************************************************************
* Hazarea *
*****************************************************************************************

Intrinsically safe parameters verification calculation program is based on
AS/NZS 60079.11 and AS/NZS 60079.14

FEATURES:

- Add/edit/delete isolator, apparatus, cable data
- View/print/save calculation results
- Save/export as ODT, PDF, HTML, TXT
- SI System of Units

*****************************************************************************************
* Orifice *
*****************************************************************************************

Orifice plate sizing calculator is based on ISO 5167.2

FEATURES:

- TODO

*****************************************************************************************
* Pipe *
*****************************************************************************************

Pipe sizing calculator based on ASME B36.10

FEATURES:

- SI System of Units

*****************************************************************************************
* Reynolds *
*****************************************************************************************

Reynolds number calculator

FEATURES:

- SI System of Units

*****************************************************************************************
* Thermowell *
*****************************************************************************************

Thermowell design calculation program is based on ASME PTC 19.3 TW - 2010 and
uses material data from ASME II, ASME VIII, ASME B16.5, ASME B31.1, ASME B31.3,
ASME B36.10 and others. It performs thermowell dimensional verifications, vortex
shedding (wake frequency) calculations, steady-state and dynamic stress calculations
and hydrostatic pressure calculations. Some steel material, flange and pipe data are
provided which can be easily added, edited or deleted. The program performs
calculations in SI units and will perform calculations for flanged and threaded
thermowell types incl. tapered, straight and step shank designs in straight, angle or
elbow installations. It also checks if the thermowell fits in pipe nozzle and
if it meets the tip location criterion.

FEATURES:

- Tapered, straight and step thermowells
- Flanged and threaded connections
- Straight, angle and elbow installations
- Material and flange data up to 500 deg C
- Pipe data up to DN1200
- Add/edit/delete material, flange and pipe data
- View/print/save calculation results
- Save/export as ODT, PDF, HTML, TXT
- SI System of Units

*****************************************************************************************
* Translit *
*****************************************************************************************

Russian/Latin keyboard translation program

FEATURES:

- Russian alphabetic/phonetic and windows keyboard translations
- Rich text editor
- Save/export as ODT, PDF, HTML, TXT
- Print and print preview
- Default Latin keyboard
- Russian pushbuttons
- Spell check

*****************************************************************************************
* Valve *
*****************************************************************************************

Control and safety valve sizing calculator is based on AS 1271.

FEATURES:

- TODO


*****************************************************************************************

I NEED ENGINEERS AND PROGRAMMERS HELP

I would like to add many more engineering calculations, e.g. orifice plate, PSV, control
valve etc. but I am not a process engineer, so making the research and applying correct
formulas is a very time consuming process. I will greatly appreciate anyone's help who
has a process engineering background. Please provide the sizing calculation formulas
so that I can write the calculation module. Any results verification help will be greatly
appreciated.

As I am not a programmer, the code may not be perfect. But I will also greatly appreciate
any help with programming, e.g. making the code better, fixing bugs, adding features.


SPECIAL THANKS TO DEVELOPERS AND SUPPORTERS:

- Yuri Bongiorno for support with Codec
- WinFF for Ffmpeg presets
- OpenClipart for artwork
- Python, Qt, PyQt, PyEnchant, LibreOffice, SQLAlchemy, SQLite
- Joakim Low from PythonWare for PortablePython Windows Registry script
- sqlitefktg4sa for SQLite Foreign Key Trigger Generator for SQLAlchemy




Changelog:

- NEW Pipe sizing calculator
- NEW Compressor sizing calculator
- various bug fixes and improvements




LicenseGPL
(LibreEngineering-0.5.0)
Donate
Send to a friend
Subscribe
Other  Content  from linuxoidoz
Report inappropriate content



-

 Russinan?

 
 by reddrag0n on: Mar 15 2012
 
Score 50%

Русский интерфейс ожидается?


Reply to this

-

 Russian?

 
 by reddrag0n on: Mar 15 2012
 
Score 50%

Русский интерфейс ожидается?


Reply to this

-

 Re: Russian?

 
 by linuxoidoz on: Mar 15 2012
 
Score 50%

Теоретически да, но практически к сожалению в ближайшем будущем нет, т.к. на перевод уходит огромное количество времени, которого у меня просто нет. Буду только рад если кто-нибудь поможет с переводом.


Reply to this

-

 Re: Re: Russian?

 
 by reddrag0n on: Mar 15 2012
 
Score 50%

К сожалению, я то же сейчас занят, однако буду иметь в виду. И кстати, базы данных, те которые sqlite, не подключаются у меня почему то. Файл выбираю, но ничего не происходит, то есть соответствующий модуль не работает.


Reply to this

-

 Re: Re: Re: Russian?

 
 by linuxoidoz on: Mar 15 2012
 
Score 50%

А ты SQLAlchemy установил?


Reply to this

-

 Re: Re: Re: Re: Russian?

 
 by reddrag0n on: Mar 15 2012
 
Score 50%

Должен стоять, тем не менее доберусь до компьютера - проверю.


Reply to this

-

 Re: Re: Re: Re: Re: Russian?

 
 by linuxoidoz on: Mar 15 2012
 
Score 50%

Я попытался установить всё с нуля и (после того как нашёл идиотскую ошибку) всё работает. Проверил и в Windows и в Linux. У тебя что стоит? Если Windows, то самый легкий способ установить SQLAlchemy:

1. Download setuptools from http://pypi.python.org/pypi/setuptools#downloads
2. Install setuptools
3. Open command prompt and execute this:
C:\<PATH_TO_PYTHON>\Scripts\easy_install.exe SQLAlchemy

А если Linux, то SQLAlchemy должен быт частью дистрибутива. (см. http://docs.sqlalchemy.org/en/latest/intro.html#installation)


Reply to this

-

 Re: Re: Re: Re: Re: Re: Russian?

 
 by reddrag0n on: Mar 16 2012
 
Score 50%

RFRemix 16 x86_64.
SQLAlchemy установлен во всяких вариантах:
[??????@????? LibreEngineering-0.2]$ sudo yum list installed | grep sqlalchemy
python-flask-sqlalchemy.noarch 0.14-1.fc16 @fedora
python-sqlalchemy.x86_64 0.7.5-1.fc16 @updates
python-sqlalchemy0.5.noarch 0.5.8-7.fc15 @fedora
python-zope-sqlalchemy.noarch 0.6.1-2.fc15 @fedora
python3-sqlalchemy.x86_64 0.7.5-1.fc16 @updates



-

 Re: Re: Re: Re: Re: Re: Russian?

 
 by reddrag0n on: Mar 16 2012
 
Score 50%

Если интересен вывод в консоль, то напиши мыло в личку, скину. Сюда вываливать нет смысла, как мне кажется.



-

 I made a blunder

 
 by linuxoidoz on: Mar 15 2012
 
Score 50%

It turned out my experimental player which I've only started but which relies on VLC prevents the whole package from starting if VLC Player is not installed (I have it installed so it never was a problem until I tried to make a full Python-PyQt-SQLAlchemy install in VirtualBox).

So, if you don't want to download LibreEngineering again, just open 'formwidget.py' in LibreEngineering folder and comment out this line:

#from applications.player.mainwindow import Player


Reply to this

-

 Easy Install?

 
 by jpxsat on: May 28 2012
 
Score 50%

Hi, I'm no programmer at all, but I'm an Engineer and have some ideas and could help :)
But for starts, how about set a PPA or something to be able to install your promising program?


Reply to this

-

 Repository?

 
 by MarcosBox on: Jul 4 2012
 
Score 50%

Can someone make a repository for kubuntu or a deb file?


Reply to this

-

 Setup and spec files for openSUSE rpm please

 
 by linuxoidoz on: Jul 5 2012
 
Score 50%

Will really appreciate it if someone can help write setup and spec files for building an openSUSE rpm


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team