zone gridpoint fix command
Syntax
- zone gridpoint fix keyword <range>
Primary keywords:
acceleration acceleration-x acceleration-y acceleration-z force-applied force-applied-x force-applied-y force-applied-z pore-pressure source temperature velocity velocity-x velocity-y velocity-z well
Fix a property at all gridpoints in the range. If a fixed displacement is required, the appropriate velocities should be initialized to zero. (Zero velocity is the default on start-up.) To provide a boundary condition to a surface of the model, see the
zone face apply
command.- acceleration <v >
Fix acceleration. If v is given, acceleration is fixed at that value. This is only available if
model configure dynamic
has been specified. The value is always in terms of the gridpoint local coordinate system, if any.
- acceleration-x <f >
Fix x-acceleration. If f is given, x-acceleration is fixed at that value. This is only available if
model configure dynamic
has been specified. The value is always in terms of the gridpoint local coordinate system, if any.
- acceleration-y <f >
Fix y-acceleration. If f is given, y-acceleration is fixed at that value. This is only available if
model configure dynamic
has been specified. The value is always in terms of the gridpoint local coordinate system, if any.
- acceleration-z <f >
Fix z-acceleration. If f is given, z-acceleration is fixed at that value. This is only available if
model configure dynamic
has been specified. The value is always in terms of the gridpoint local coordinate system, if any.
- force-applied <v >
Fix applied force. If v is given, applied force is fixed at that value. Note that this value is independent of either force-based apply conditions, or forces applied via FISH. The value is always in terms of the gridpoint local coordinate system, if any.
- force-applied-x <f >
Fix applied force in the x-direction. If f is given, applied force in the x-direction is fixed at that value. Note that this value is independent of either force-based apply conditions, or forces applied via FISH. The value is always in terms of the gridpoint local coordinate system, if any.
- force-applied-y <f >
Fix applied force in the y-direction. If f is given, applied force in the y-direction is fixed at that value. Note that this value is independent of either force-based apply conditions, or forces applied via FISH. The value is always in terms of the gridpoint local coordinate system, if any.
- force-applied-z <f >
Fix applied force in the z-direction. If f is given, applied force in the z-direction is fixed at that value. Note that this value is independent of either force-based apply conditions, or forces applied via FISH. The value is always in terms of the gridpoint local coordinate system, if any.
- pore-pressure <f >
Fix pore pressures. If f is given, the pore pressure is fixed at that value. Note that if the current pore-pressure is changed, the difference is stored in the fluid-mechanical coupling logic and will be applied to the zones in the next mechanical step. This will adjust the total stress but keep the effective stress constant. This is in comparison to using the
zone gridpoint initialize pore-pressure
, which will keep the total stress constant but change the effective stress.
- source <f >
Apply a thermal source to the gridpoint. Note that this value is independent of sources applied either by apply commands or by FISH.
- temperature <f >
Fixes temperatures. If f is given, the temperature is fixed at that value. This is only available if
model configure thermal
has been specified.
- velocity <v >
Fixes velocity. If v is given, velocity is fixed at that value. The value is always in terms of the gridpoint local coordinate system, if any.
- velocity-x <f >
Fixes x-velocity. If f is given, the x-velocity is fixed at that value. The value is always in terms of the gridpoint local coordinate system, if any.
- velocity-y <f >
Fixes y-velocity. If f is given, the y-velocity is fixed at that value. The value is always in terms of the gridpoint local coordinate system, if any.
- velocity-z <f >
Fixes z-velocity. If f is given, the z-velocity is fixed at that value. The value is always in terms of the gridpoint local coordinate system, if any.
- well <f >
Applies a fluid source to the gridpoint. This is only available if
model configure fluid
has been specified.
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |