- lightFrameEnvForceUpdater
lightFrameEnvForceUpdater
Works with VSimPA license.
MultiField updater that computes the ponderomotive force from an envelope field in the Laser Envelope Model; see lightFrameEnvelopeMultiField for details.
lightFrameEnvForceUpdater Parameters
The lightFrameEnvForceUpdater
takes the
lowerBounds
and upperBounds
parameters of
FieldUpdater, as well as the following parameters:
- readFields (required string vector)
A single element, the name of the envelope field.
- writeFields (required string vector)
A single element, the name of the resulting force field.
Example lightFrameEnvForceUpdater Block
<FieldUpdater forceUpdater>
kind = lightFrameEnvForceUpdater
lowerBounds = [ 0 0 0]
upperBounds = [NX NY NZ]
readFields = [activeEnvFld]
writeFields = [forceFld]
</FieldUpdater>