oczone#
- Ocean.oczone(zonetype='', zonename='', compnameint='', compnameext='', **kwargs)#
Specifies the type of ocean zone data to follow.
Mechanical APDL Command: OCZONE
- Parameters:
- zonetype
str The type of ocean zone data to be input following this command:
COMP- Define by a component.ZLOC- Define by Z levels.PIP- Associate an internal pipe or pipes with an external pipe.
- zonename
str The ocean zone name. If no name is specified, the program assigns one.
- compnameint
str For
Zonetype= COMP, the required name of a component.For
Zonetype= PIP, the required name of an internal pipe component.- compnameext
str For
Zonetype= PIP, the required name of an external pipe component.
- zonetype
Notes
The oczone command specifies the type of ocean zone data to follow (component, Z-level, or internal pipes associated with an external pipe). An ocean zone is a local space where you can override global ocean-loading parameters.
Names specified for
ZoneName,CompNameInt, andCompNameExtcan consist of up to 32 alphanumeric characters. The name cannot contain punctuation, special characters, or spaces.For
Zonetype= COMP, the zone is defined by a component. Only the elements in the component are affected by the local parameters. A partial component can be defined as the zone via the Z input on the octable command.For
Zonetype= ZLOC, the zone is defined by Z levels. Structural elements (such asBEAM188,BEAM189,PIPE288,PIPE289, andLINK180) in the Z levels are included in the zone.For
Zonetype= PIP, the zone is prepared for a special configuration of pipes. It associates an internal pipe or pipes with an external pipe to remove the hydrodynamic effect on the internal pipe. Only hydrostatic pressure is applied on the internal pipe.This command is also valid in PREP7.
Ocean Zone Types (Specified via ZoneType)#
Issue this command before defining your ocean load data ( ocdata or octable ). Define components before defining a component-type or a pipe-type zone ( oczone,COMP or oczone,PIP, respectively).