Hi Dave,
Thanks for your quick reply.
> One thing to note is what you've identified are tags - pretty much the same concept as Haystack has. But these are extensions to the base Brick philosophy of explicitly modelling each piece of equipment/telemetry point with an entity (or class) - tags can then be added to support queries etc. There's also a mechanism using python to infer Brick entities from Haystack tags - I've not investigated it though.
OK, so I need to focus more on the entities of brick before the brick's tagging.
> I'm not all that familiar with VRV's, and there are gaps in the Brick chiller modelling which is being addressed - see
https://github.com/BrickSchema/Brick/issues/197, in general, a brick model might consist of a brick:Chiller entity with references to points (i.e. _:CH1 brick:hasPoint _:CH1_Chilled_Water_Supply_Temperature_Sensor) represents a chiller (CH1) which has a chilled water supply temp sensor (which is a brick:Point). This is slightly different to Haystack where you'd create an equip and a point, and then add the tags - brick does this for you if you select the correct classes.
Thanks, I have read the issue.
>
> I suspect new classes need to be added for a VRV - a subclass of chiller perhaps for the outdoor unit,
I see your point. A VRV can be interpreted as a chiller but instead of water, its refrigerant is directly fed in the FCU…where the evaporator is.
At first approximation for the cooling, I think that the subclassing might work.
However, there are 2 families of VRV: 2-tubes even the heating or cooling and 3-tubes for the mixing of the heating and cooling (but I have not seen yet).
> and a subclass of one of the air handling units for the indoor unit?
Generally, the indoors units are like Fan-Coil-Unit and there is an entity in the brick schema, isn't it?
> Note air and water don't refer to the refrigerant, they're referencing the medium which is transferring the heat itself.
OK, I understand. Refrigerant would be considered as a medium which take part to thermodynamic cycle in changing its physical states.
> I'm not sure how you'd represent the concept that the outdoor unit uses R410A as the refrigerant but it's certainly a parameter that we should consider as well - being able to query refrigerent types over a large fleet would be a useful thing to be able to do.
Hum…
In some brick slides or papers, the concept of resource is used. A refrigerant would be a ressource, except we might not enable explicitly the physic state for its definition because we might expect that the refrigerant changes its state during a thermodynamic cycle.
I have another beginner question:
If I try to subclass an entity, or create any relation and constraints between entities to extend the brick model, what kind of software is used to check that the extension does not give some incoherencies?
Regards,
Clément.
> --
> You received this message because you are subscribed to a topic in the Google Groups "Brick User Forum (Unified Building Metadata Schema)" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/brickschema/NNWUHGI4Tmc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
brickschema...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/brickschema/048858cb-50aa-4492-919e-b524630afc1fn%40googlegroups.com.