понедельник, 24 сентября 2012 г.
среда, 29 августа 2012 г.
Custom 3d flag - live wallpaper for android
3D Live Wallpaper. Customize your own 3d flag that waving by the wind. You can use colored default pictures or load your own picture from SD-card for background and flag texture or you can just use a color or a gradient like background. The program for creative people.
3D Live Wallpaper. Настрой свой собственный 3D флаг, который развевается на ветру. Вы можете использовать цветные картинки по умолчанию или загрузить собственную фотографию с SD-карты для фона и текстуры флага или вы можете просто использовать цвет или градиент как фон. Программа для творческих людей.
Download at Android Play
среда, 8 августа 2012 г.
среда, 1 августа 2012 г.
Thermomixer - Thermodroid для смесей
Калькулятор термодинамических и теплофизических функций. Этот калькулятор позволит вам рассчитать основные термодинамические и теплофизические свойства целого ряда чистых веществ: аргон, азот, кислород, метан, этан, пропан, н-бутан, R134a, R22, вода, изобутан, аммиак и их смесей произвольного состава.
Вычисляет по двум независимым параметрам:
- энтальпию, энтропию, температуру, давление, удельный объем, паросодержание
- равновесный состав пара и жидкости в двухфазной области
- плотность
- вязкость
- теплопроводность
- теплоемкость изобарную и изохорную
- скорость звука
- коэффициент адиабаты
Также вы можете рассчитать простейшие элементы термодинамических циклов, такие как: дроссель, компрессор, детандер и нагреватель/охладитель.
Скачать на Google Play
Вычисляет по двум независимым параметрам:
- энтальпию, энтропию, температуру, давление, удельный объем, паросодержание
- равновесный состав пара и жидкости в двухфазной области
- плотность
- вязкость
- теплопроводность
- теплоемкость изобарную и изохорную
- скорость звука
- коэффициент адиабаты
Также вы можете рассчитать простейшие элементы термодинамических циклов, такие как: дроссель, компрессор, детандер и нагреватель/охладитель.
Скачать на Google Play
Thermomixer - Thermodroid for mixtures
The thermodynamic and thermophysical calculator.
Allows you to calculate the thermodynamic properties for the clean components or for mixtures of arbitrary composition:
- Temperature, Pressure, Volume, Vapour Fraction, Enthalpy, Entropy by Peng-Robinson (1975) EOS
- The equilibrium compositions of vapour and liquid phases
- Liquid density by Yen-Woods eq.
- Heat of evaporation (EOS)
- Cp – heat capacity isobaric (EOS)
- Cv – heat capacity isochoric (EOS)
- sonic speed (EOS)
- adiabatic coefficient (EOS)
Thermophysical properties:
- Thermal conductivity (Stiel-Thodost eq. for gases, polynomial for liquid)
- Viscosity (Jossi-Stiel-Thodost eq. for gases, polynomial for liquid)
You can calculate the thermodynamic characteristics of some apparatus:
- Heat exchanger
- Isoenthalpic valve
- Polytropic compressor
- Polytropic expander
Extensive macro language (only for clear components now)
You can save the calculations on the disk and load them, export in html format.
The available elements for calculations:
Methane, ethane, propane, n-butane, i-butane, R22, R134a, ammonia, H2O, CO2, nitrogen, oxygen, argon.
Thermomixer at Google Play
вторник, 6 марта 2012 г.
Thermodroid HD macro - calculation of the Linde cycle
About the Hampson-Linde cycle
This macros helps you to calculate the points of Hampson-Linde cycle.
P1 - higher pressure of the cycle [Pa]
P2 - lower pressure of the cycle [Pa]
Tamb - ambient temperature in the cycle [K]
dT - underheating at hot end of exchanger [K]
T1..T5 - temperatures of the cycle points [K]
h1..h5 - enthalpies of the points [kJ/kg]
v2,v3 - vapour fractions of the points
qex - specific heat of the exchanger [kJ/kg]
kL - liquefaction coefficient of the cycle
Macros (refrigerator)
Macros ( liquefier )
V3=1-kL
how to use macros in Thermodroid HD
Step 1. Open notepad and copy the text above into the editor.
Step 2. Save this text file to your device sdcard at folder "thermodroid".
Step 3. Run Thermodroid HD
Step 4. Press button "Macro"
Step 5. Press button "Open"
Step 6. Choose at the list our text file.
Step 7. Press button "OK"
Step 8. Press button "Run"
Step 9. Analyze results
This macros helps you to calculate the points of Hampson-Linde cycle.
Fig.1 Hampson-Linde cycle and T-S diagram with the points
Table of symbolsP1 - higher pressure of the cycle [Pa]
P2 - lower pressure of the cycle [Pa]
Tamb - ambient temperature in the cycle [K]
dT - underheating at hot end of exchanger [K]
T1..T5 - temperatures of the cycle points [K]
h1..h5 - enthalpies of the points [kJ/kg]
v2,v3 - vapour fractions of the points
qex - specific heat of the exchanger [kJ/kg]
kL - liquefaction coefficient of the cycle
Macros (refrigerator)
P2=100000
P1=3000000
Tamb=303
dT=10
newfluid(0, methane)
mw=fluid0.molarweight()
fluid0.pvflash(P2,1)
h4=fluid0.massenthalpy()
T4=fluid0.t()
fluid0.ptflash(P2,Tamb-dT)
h5=fluid0.massenthalpy()
T5=fluid0.t()
fluid0.ptflash(P1,Tamb)
h1=fluid0.massenthalpy()
T1=fluid0.t()
qex=h5-h4
fluid0.phflash(P1,(h1-qex)*mw)
h2=fluid0.massenthalpy()
T2=fluid0.t()
V2=fluid0.v()
fluid0.phflash(P2,(h2)*mw)
h3=fluid0.massenthalpy()
T3=fluid0.t()
V3=fluid0.v()
kL=1-V3Macros ( liquefier )
P2=100000
P1=20000000
Tamb=303
dT=10
newfluid(0, methane)
mw=fluid0.molarweight()
fluid0.pvflash(P2,1)
h4=fluid0.massenthalpy()
T4=fluid0.t()
fluid0.ptflash(P2,Tamb-dT)
h5=fluid0.massenthalpy()
T5=fluid0.t()
qex=h5-h4
fluid0.ptflash(P1,Tamb)
qex=h5-h4
fluid0.ptflash(P1,Tamb)
h1=fluid0.massenthalpy()
T1=fluid0.t()
fluid0.pvflash(P2,0)
hL=fluid0.massenthalpy()
kL=abs((h1-h5)/(hL-h5))V3=1-kL
fluid0.pvflash(P2,V3)
h3=fluid0.massenthalpy()
T3=fluid0.t()
fluid0.phflash(P1,(h3)*mw)
h2=fluid0.massenthalpy()
T2=fluid0.t()
V2=fluid0.v()
how to use macros in Thermodroid HD
Step 1. Open notepad and copy the text above into the editor.
Step 2. Save this text file to your device sdcard at folder "thermodroid".
Step 3. Run Thermodroid HD
Step 4. Press button "Macro"
Step 5. Press button "Open"
Step 6. Choose at the list our text file.
Step 7. Press button "OK"
Step 8. Press button "Run"
Step 9. Analyze results
понедельник, 5 марта 2012 г.
Подписаться на:
Сообщения (Atom)






















