Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize Any AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Picture to be added soon.

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize Any AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. There is no such example diagram for making ducts in the AirFlowNetwork in the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Picture to be added soon.

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize Any EVERY AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. There is no such example diagram for making ducts in the AirFlowNetwork in the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Picture to be added soon.

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize EVERY AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. There is no such example diagram for making ducts in the AirFlowNetwork in the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Picture to be added soon.Here is a picture of the AirLoop with equipment and node names.

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize EVERY AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. There is no such example diagram for making ducts in the AirFlowNetwork in the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Here is a picture of the AirLoop with equipment and node names.names for reference in the AirFlowNetwork digram. image description

Here is a diagram of the AirFlowNetwork. TO BE ADDED

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize EVERY AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. There is no such example diagram for making ducts in the AirFlowNetwork in the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Here is a picture of the AirLoop with equipment and node names for reference in the AirFlowNetwork digram. image description

Here is a diagram of the AirFlowNetwork. TO BE ADDEDAirFlowNetwork. image description

Example AirFlowNetwork Drawing for IDF

Is there a drawing anywhere corresponding to an IDF of how all the stuff in the AirFlowNetwork objects are linked together and where the nodes are? I have a working AirLoop that I'm trying to add AirFlowNetwork objects for modeling thermal losses and leaks from ducts in the attic. I've been trying to use the AirflowNetwork_Attic_Duct.idf example file as a template, but I have not gotten anything to work. I looked in the IO Ref and the comments in the top of a couple energyplus example files, but I haven't found anything.

EDIT
In the AirflowNetwork_Attic_Duct.idf example file in particular, there is a single node in the AirLoop that is referenced by two different AFN nodes, which are then referenced by AirflowNetwork:Distribution:Linkage objects.

AirflowNetwork:Distribution:Node,
    MainInletNode,           !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Node,
    FanInletNode,            !- Name
    Air Loop Inlet Node,     !- Component Name or Node Name
    Other,                   !- Component Object Type or Node Type
    1;                       !- Node Height {m}

AirflowNetwork:Distribution:Linkage,
    SystemReturnLink,        !- Name
    MainReturnNode,          !- Node 1 Name
    MainInletNode,           !- Node 2 Name
    AirLoopReturn;           !- Component Name

AirflowNetwork:Distribution:Linkage,
    SystemInletLink,         !- Name
    MainInletNode,           !- Node 1 Name
    FanInletNode,            !- Node 2 Name
    MainReturn,              !- Component Name
    Occupied Thermal Zone;   !- Thermal Zone Name

AirflowNetwork:Distribution:Linkage,
    SupplyFanLink,           !- Name
    FanInletNode,            !- Node 1 Name
    FanOutletNode,           !- Node 2 Name
    Supply Fan 1;            !- Component Name

There are other nodes and connections in the AirflowNetwork_Attic_Duct.idf example file that I'm not really sure what they mean. That's why having a drawing of how things are connected in the AirflowNetwork_Attic_Duct.idf would be really useful for learning how to use the AirFlowNetwork. Something like a diagram with the node names labeled in the AirLoop and AirFlowNetwork, hand drawn, and scanned would be really useful.

POST SCRIPT
There seems to be some confusion about creation of a diagram to learn how to make an AirFlowNetwork in EnergyPlus. I don't need to be able to visualize EVERY AirFlowNetwork connections in any arbitrary IDF file, I just need ONE example diagram for ONE IDF file. For example, here is a nice diagram of an airloop from the IO Ref. There is no such example diagram for making ducts in the AirFlowNetwork in the IO Ref. image description

I will now attempt to make my own drawing for the AirFlowNetwork in the AirflowNetwork_Attic_Duct.idf example file using a piece of paper, a pencil, and potentially, an eraser. WARNING: TO ANYONE WHO WANTS A CORRECT VISUALIZATION of the AirFlowNetwork from the AirflowNetwork_Attic_Duct.idf example file, THIS DRAWING IS PROBABLY WRONG SINCE I DON'T KNOW HOW TO CORRECTLY MAKE AN AirFlowNetwork in EnergyPlus.
Here is a picture of the AirLoop with equipment and node names for reference in the AirFlowNetwork digram. image description

Here is a diagram of the AirFlowNetwork. image descriptionimage description