Thursday, May 10, 2012

The blog has moved!

This blog has moved. The new blog can be found here:
http://blog.patrick.janssen.name

Wednesday, May 25, 2011

End of semester

Finally, I think the semester is over - at least for most of you. (There are a few of you who are continuing on the vertical cities competition.)

Just want to say thanks for all the hard work that you have all put in. It has been a very productive semester, and the work that has been produced is great.

See you all in 5th year!

Thursday, March 24, 2011

phtj_shapely

The Join SOP in houdini is very useful for joining small lines into polygonss. However, in the last few days we discovered that it does not work well in all cases - depends on how the lines are organised.

So I have added two new operators to the phtj_shapely node for joining lines. The Join 2d op simple joins any lines that it can find whose ends are touching. The Join and Close 2d op will join lines to try and find closed polygons.


Friday, March 18, 2011

voronoi fracture

I have made an example of using the vornoi fracture node. This might be useful for a number of groups.

There are also a few other things that might be useful to look at. For example, using a scatter, followed by triangulated2d, and then polyreduce, in order to get evenly distributed set of points. (This may also be done using particles).

In order for this to work, please make sure that you install the latest phtj_shapely.

Wednesday, March 16, 2011

phtj_shapely updated

The offset node in phtj_shapley has been updated. It now remembers the edge/surface setting, and an additional resolution parameter has been added. This parameter can also be set to negative numbers - draw a v shaped line and test to see what happens.

phtj_urban bug fix

Some bugs have been fixed in phtj_urban:



Thursday, March 10, 2011

phtj_radiance V1

I have updated the radiance node - here it is. As usual, copy the otl in the otls folder, copy the py2radiance folder into the sitepackages folder, and put the test.hip and base.rad anywhere you like.

The materials in the base.rad file can be seen here:

Monday, February 14, 2011

phtj_utils bug fix

The display attribute node (displays the scale bar) in the phtj_utils.otl hase had some bugs fixed.

Competition

I will be busy until 2.20pm, so please make a start and analyse the information on the Vertical Cities Asia website.

Houdini license server restarted

I just checked with Sek. It seems that the license server crashed over the weekend - not sure why. Sek has restarted it this morning, and Houdini should be working again now.

phtj_utils

I have added one more node to phtj_utils. This node allows you to display any numeric attribute, and also generates a colour bar. The zip file contains an example of using the new node.
The node was originally developed by Zhang Ji at CSAC, NUS. I have changed a few bits and pieces here an there.

Sunday, February 13, 2011

Houdini license server

The Houdini license server is down, so Houdini is not running in teh labs. To be fair to everyone, the deadline will be extended until Wed 16th Feb.
  • Monday 14th Feb, we will meet at 2pm to discuss the studio project - Vertcial Cities Asia.
  • Wednesday 16th Feb, we will meet at 2pm for presentations of assignment 2 for the elective.

Friday, February 11, 2011

Houdini help

I just saw some great new help documents (PDF files) for Houdini, on the sidefx website:

Vertical Cities Asia

For the studio, we will be using the Vertical Cities Asia competition as a vehicle for IVP.

On Monday will be the presentations for assignment 2 of the elective. However, I have just found out that there will also be a briefing for the Vertical Cities Asia competition, at 3pm on Monday, in the urban design studio.

So we will have to move the presentations forwards a bit:
  • From 12.30pm to 3pm: 6 students
  • From 3pm to 4.30pm: Vertical Cities Asia briefing
  • From 4.30 to 6.30: 5 students
http://verticalcitiesasia.com/

EnergyPlus V2.3

Another bug fix:
  • shades were being assigned to the wrong surfaces
For consistency, I have put it back in the original zip file as usual (but only the otl file has changed - the rest is the same).

Thursday, February 10, 2011

EnergyPlus V2.2

Some more bug fixes for the energy plus nodes:
  • windows were being assigned to the wrong surfaces
  • the data folder generated an error when the name was changed
I have fixed these bugs - a new phtj_energyplus.otl file has been created . For consistency, I have put it back in the original zip file as usual (but note that only the otl file has changed - the rest is the same).

phtj_shapely

I have uploaded the shapely node, originally created by Kian Wee Chen.  Here it is:
There are a few files and folders in the zip.

The phtj_shapely.otl needs to be copied to your otls directory

The shapely folder (including the folder itself) needs to be copied to:
...\Houdini 11.0.xxx\python26\lib\site-packages

There are two geo folders, one for 32 bit windows, and another for 64 bit windows. Choose the folder for your version of windows, and copy the files in that folder to
  ...\Houdini 11.0.xxx\python26\dlls

EnergyPlus V2.1

I have fixed a few bugs in the energy plus nodes. Now you can create attributes for more than 3 zones (50 max). And you can get heating and cooling for zones. And I simplified some of the naming of the attributes.

You can use the same download link as before - phtj_energyplus.zip

Note that I have not yet fixed the boundary bug - if you are doing floating zones, you still need to select both 'Roof boundary is floor' and 'Floor boundary is roof'.

Wednesday, February 9, 2011

EnergyPlus V2

The new version of the energy plus nodes are here! It has some more friendly nodes for creating attributes required for the energy plus simulation. Also, the energyplus_link node now allows you to specify internal gains, and also link floors and roofs (as discussed at the end of monday).
Like last time, there are a few files and folders in the zip.

The phtj_energyplus.otl needs to be copied to your otls directory

The py2energyplus folder need to be copied to:
...\Houdini 11.0.504\python26\lib\site-packages

The base.idf and the test.hip can be anywhere, but must be together in the same folder.

Do not save anything in folder with spaces e.g. "My Documents"

Monday, February 7, 2011

EnergyPlus V1

After some delay (it is already nearly 3pm!), here is the EnergyPlus node. I was trying to fix a bug - I have half fixed it, but I will do another update tomorrow. For the meantime, we can get started with this one:
There are a few files and folders in the zip.

The phtj_sim.otl needs to be copied to your otls directory

The py2energyplus folder need to be copied to:
...\Houdini 11.0.504\python26\lib\site-packages

The base.idf and the test.hip can be anywhere, but must be together in the same folder. Do not save in folder with spaces such as "My Documents".